Comprehensive Solution to Logarithmic-Quadratic Equations for JEE 2026
Problem Definition and Statement
The objective is to determine the number of solutions for a specific logarithmic-quadratic equation geared toward JEE 2026 preparation.
The provided equation is:
log(x−3)(2x2−7x+3)=2log(2x−1)(x−3)
Fundamental Logarithmic Constraints and Domain Verification
Before solving the algebraic structure of the equation, the domain of the variable x must be strictly defined based on the properties of logarithms. For any expression logb(a), the following conditions must be met:
The base b must be greater than zero (b>0).
The base b must not equal one (b=1).
The argument a must be greater than zero (a>0).
Condition Set 1: Based on log(x−3)(2x2−7x+3)
Base Constraint:x−3>0⟹x>3
Base Unity Constraint:x−3=1⟹x=4
Argument Constraint:2x2−7x+3>0
Factoring the quadratic: (2x−1)(x−3)>0
The roots of the quadratic are x=21 and x=3.
The inequality holds for x<21 or x>3.
Condition Set 2: Based on 2log(2x−1)(x−3)
Base Constraint:2x−1>0⟹x>21
Base Unity Constraint:2x−1=1⟹2x=2⟹x=1
Argument Constraint:x−3>0⟹x>3
Combined Global Domain
By intersecting all constraints (x>3, x=4, x<21∪x>3, x>21, and x=1), the permissible domain for x is:
x∈(3,4)∪(4,∞)
Algebraic Transformation of the Equation
The equation includes a quadratic term in the first argument: log(x−3)((2x−1)(x−3))=2log(2x−1)(x−3).
Utilize the logarithmic identity logb(m×n)=logb(m)+logb(n).
log(x−3)(2x−1)+log(x−3)(x−3)=2log(2x−1)(x−3)
Since logb(b)=1, the equation simplifies to:
log(x−3)(2x−1)+1=2log(2x−1)(x−3)
Apply the change of base law or the reciprocal property loga(b)=logb(a)1.
log(x−3)(2x−1)+1=log(x−3)(2x−1)2
Method of Substitution and Solving for $t$
Let t=log(x−3)(2x−1).
Substitute t into the simplified equation:
t+1=t2
Multiply the entire equation by t to clear the fraction (assuming t=0):
t2+t=2⟹t2+t−2=0
Factor the quadratic in terms of t:
(t+2)(t−1)=0
This yields two potential values for t:
t=1
t=−2
Back-Substitution and solving for $x$
Case 1: t=1
log(x−3)(2x−1)=1
By definition of logarithms: 2x−1=(x−3)1
Solve for x:
2x−1=x−3x=−2
Verification: Check against global domain (x>3). Since −2 is not greater than 3, this solution is rejected.
Case 2: t=−2
log(x−3)(2x−1)=−2
By definition: (x−3)−2=2x−1
Rewrite using the reciprocal: (x−3)21=2x−1
Cross-multiply to form a cubic equation:
1=(2x−1)(x−3)21=(2x−1)(x2−6x+9)1=2x3−12x2+18x−x2+6x−92x3−13x2+24x−10=0
Solving the Cubic Equation
Test for rational roots using the Factor Theorem. Checking x=2.5 or x=25.
2(25)3−13(25)2+24(25)−104125−4325+60−10=−50+50=0
Thus, (2x−5) is a factor. Dividing the cubic by (2x−5) results in a quadratic factor:
(2x−5)(x2−4x+2)=0
Finding the roots of x2−4x+2=0 using the quadratic formula:
x=2(1)4±(−4)2−4(1)(2)x=24±16−8x=24±22x=2±2
Final Solution Verification
We have three candidates from Case 2 to check against the domain constraint x∈(3,4)∪(4,∞).
Candidate x=2.5: Since 2.5<3, this solution is rejected.
Candidate x=2−2: Since 2−1.414=0.586<3, this solution is rejected.
Candidate x=2+2: Since 2+1.414=3.414, this value falls between 3 and 4. It satisfy the domain constraint and the base unity constraint (3.414=4).