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(x3)(2x27x+3)=2log(2x1)(x3)\log_{(x-3)}(2x^2 - 7x + 3) = 2 \log_{(2x-1)}(x-3)

Fundamental Logarithmic Constraints and Domain Verification

Before solving the algebraic structure of the equation, the domain of the variable xx must be strictly defined based on the properties of logarithms. For any expression logb(a)\log_b(a), the following conditions must be met:

  • The base bb must be greater than zero (b>0b > 0).
  • The base bb must not equal one (b1b \neq 1).
  • The argument aa must be greater than zero (a>0a > 0).
Condition Set 1: Based on log(x3)(2x27x+3)\log_{(x-3)}(2x^2 - 7x + 3)
  • Base Constraint: x3>0    x>3x - 3 > 0 \implies x > 3
  • Base Unity Constraint: x31    x4x - 3 \neq 1 \implies x \neq 4
  • Argument Constraint: 2x27x+3>02x^2 - 7x + 3 > 0
    • Factoring the quadratic: (2x1)(x3)>0(2x - 1)(x - 3) > 0
    • The roots of the quadratic are x=12x = \frac{1}{2} and x=3x = 3.
    • The inequality holds for x<12x < \frac{1}{2} or x>3x > 3.
Condition Set 2: Based on 2log(2x1)(x3)2 \log_{(2x-1)}(x-3)
  • Base Constraint: 2x1>0    x>122x - 1 > 0 \implies x > \frac{1}{2}
  • Base Unity Constraint: 2x11    2x2    x12x - 1 \neq 1 \implies 2x \neq 2 \implies x \neq 1
  • Argument Constraint: x3>0    x>3x - 3 > 0 \implies x > 3
Combined Global Domain
  • By intersecting all constraints (x>3x > 3, x4x \neq 4, x<12x>3x < \frac{1}{2} \cup x > 3, x>12x > \frac{1}{2}, and x1x \neq 1), the permissible domain for xx is:     x(3,4)(4,)x \in (3, 4) \cup (4, \infty)

Algebraic Transformation of the Equation

  • The equation includes a quadratic term in the first argument: log(x3)((2x1)(x3))=2log(2x1)(x3)\log_{(x-3)}((2x - 1)(x - 3)) = 2 \log_{(2x-1)}(x-3).
  • Utilize the logarithmic identity logb(m×n)=logb(m)+logb(n)\log_b(m \times n) = \log_b(m) + \log_b(n).     log(x3)(2x1)+log(x3)(x3)=2log(2x1)(x3)\log_{(x-3)}(2x - 1) + \log_{(x-3)}(x - 3) = 2 \log_{(2x-1)}(x - 3)
  • Since logb(b)=1\log_b(b) = 1, the equation simplifies to:     log(x3)(2x1)+1=2log(2x1)(x3)\log_{(x-3)}(2x - 1) + 1 = 2 \log_{(2x-1)}(x - 3)
  • Apply the change of base law or the reciprocal property loga(b)=1logb(a)\log_a(b) = \frac{1}{\log_b(a)}.     log(x3)(2x1)+1=2log(x3)(2x1)\log_{(x-3)}(2x - 1) + 1 = \frac{2}{\log_{(x-3)}(2x - 1)}

Method of Substitution and Solving for $t$

  • Let t=log(x3)(2x1)t = \log_{(x-3)}(2x - 1).
  • Substitute tt into the simplified equation:     t+1=2tt + 1 = \frac{2}{t}
  • Multiply the entire equation by tt to clear the fraction (assuming t0t \neq 0):     t2+t=2    t2+t2=0t^2 + t = 2 \implies t^2 + t - 2 = 0
  • Factor the quadratic in terms of tt:     (t+2)(t1)=0(t + 2)(t - 1) = 0
  • This yields two potential values for tt:
    1. t=1t = 1
    2. t=2t = -2

Back-Substitution and solving for $x$

Case 1: t=1t = 1
  • log(x3)(2x1)=1\log_{(x-3)}(2x - 1) = 1
  • By definition of logarithms: 2x1=(x3)12x - 1 = (x - 3)^1
  • Solve for xx:     2x1=x32x - 1 = x - 3x=2x = -2
  • Verification: Check against global domain (x>3x > 3). Since 2-2 is not greater than 33, this solution is rejected.
Case 2: t=2t = -2
  • log(x3)(2x1)=2\log_{(x-3)}(2x - 1) = -2
  • By definition: (x3)2=2x1(x - 3)^{-2} = 2x - 1
  • Rewrite using the reciprocal: 1(x3)2=2x1\frac{1}{(x - 3)^2} = 2x - 1
  • Cross-multiply to form a cubic equation:     1=(2x1)(x3)21 = (2x - 1)(x - 3)^21=(2x1)(x26x+9)1 = (2x - 1)(x^2 - 6x + 9)1=2x312x2+18xx2+6x91 = 2x^3 - 12x^2 + 18x - x^2 + 6x - 92x313x2+24x10=02x^3 - 13x^2 + 24x - 10 = 0

Solving the Cubic Equation

  • Test for rational roots using the Factor Theorem. Checking x=2.5x = 2.5 or x=52x = \frac{5}{2}.     2(52)313(52)2+24(52)102(\frac{5}{2})^3 - 13(\frac{5}{2})^2 + 24(\frac{5}{2}) - 1012543254+6010=50+50=0\frac{125}{4} - \frac{325}{4} + 60 - 10 = -50 + 50 = 0
  • Thus, (2x5)(2x - 5) is a factor. Dividing the cubic by (2x5)(2x - 5) results in a quadratic factor:     (2x5)(x24x+2)=0(2x - 5)(x^2 - 4x + 2) = 0
  • Finding the roots of x24x+2=0x^2 - 4x + 2 = 0 using the quadratic formula:     x=4±(4)24(1)(2)2(1)x = \frac{4 \pm \sqrt{(-4)^2 - 4(1)(2)}}{2(1)}x=4±1682x = \frac{4 \pm \sqrt{16 - 8}}{2}x=4±222x = \frac{4 \pm 2\sqrt{2}}{2}x=2±2x = 2 \pm \sqrt{2}

Final Solution Verification

We have three candidates from Case 2 to check against the domain constraint x(3,4)(4,)x \in (3, 4) \cup (4, \infty).

  1. Candidate x=2.5x = 2.5: Since 2.5<32.5 < 3, this solution is rejected.
  2. Candidate x=22x = 2 - \sqrt{2}: Since 21.414=0.586<32 - 1.414 = 0.586 < 3, this solution is rejected.
  3. Candidate x=2+2x = 2 + \sqrt{2}: Since 2+1.414=3.4142 + 1.414 = 3.414, this value falls between 33 and 44. It satisfy the domain constraint and the base unity constraint (3.41443.414 \neq 4).

Result Summary

  • There is exactly one solution to the equation.
  • The valid solution is x=2+2x = 2 + \sqrt{2}.