The Art of Strategic Decomposition
Imagine you are standing before a complex, intimidating equation:
(e2x−4)(6e2x−5ex+1)=0
Your first instinct might be to expand it, to multiply everything out and see what happens. But stop! In the world of JEE Advanced, expansion is often a trap.
Instead, we use the Zero Product Property. This elegant principle tells us that if the product of two expressions is zero, then at least one of those expressions must be zero. We have just turned one difficult problem into two manageable ones.
Phase 1
The First Branch
Let us tackle the first factor: e2x−4=0. This is a classic exponential equation.
By moving the constant to the other side, we get e2x=4. Taking the square root of both sides, we find ex=2.
Since
ex is always positive, we do not need to worry about negative roots. Taking the natural logarithm, we arrive at our first root:
x=ln2
Phase 2
The Quadratic Mask
Now, look at the second factor: 6e2x−5ex+1=0. At first glance, it looks like a mess of exponentials.
But look closer—it is a quadratic equation in disguise! By using the substitution
t=ex, the equation transforms into:
6t2−5t+1=0
This is a standard quadratic that we can solve by splitting the middle term. We factor it as (3t−1)(2t−1)=0, which gives us t=31 and t=21.
Substituting back
t=ex, we find our next two roots:
x=ln(31)andx=ln(21)
Phase 3
The Logarithmic Symphony
We have our three roots: ln2, ln(31), and ln(21). The question asks for their sum.
We could calculate them individually, but there is a more beautiful way. Using the logarithmic property
lna+lnb+lnc=ln(abc), we can combine them into a single expression:
ln(2⋅31⋅21)
The arithmetic here is a delight—the 2 in the numerator and the 2 in the denominator cancel out, leaving us with ln(31).
Finally, using the property
ln(a1)=−lna, we reach our
final answer:
−ln3
You see? By staying calm and using the right tools, even the most intimidating problems reveal their elegant, simple core. Keep practicing, and you will master this art.