The Art of Unification
Conquering the Logarithmic Maze
Welcome, fellow traveler on the JEE journey. Today, we are going to dissect a problem that, at first glance, looks like a chaotic mess of bases and exponents.
You see an equation like x+1−2log2(3+2x)+2log4(10−2−x)=0 and your instinct might be to panic. But I want you to take a deep breath. In the world of JEE Advanced, complexity is often just a mask for elegance. Our job is to peel back that mask.
Phase 1
The Philosophy of Uniformity
Why do we struggle with this equation? It is because it speaks three different languages: linear algebra (x+1), base-2 logarithms, and base-4 logarithms. To solve it, we must force these terms to speak the same language.
We choose base 2 because it is the most fundamental unit here. First, let us tackle the linear term x+1. We know that any number n can be expressed as loga(an). Thus, x+1 becomes log2(2x+1).
Now, look at the term 2log4(10−2−x). The base 4 is simply 22. Using the base change property logakb=k1logab, we can pull that power out.
The 2 in front and the 21 from the base cancel out perfectly, leaving us with log2(10−2−x). Suddenly, the equation is not a mess anymore; it is a symphony of base-2 logarithms.
Phase 2
The Logarithmic Dance
Now that we have log2(2x+1)−log2(3+2x)2+log2(10−2−x)=0, we can use the fundamental laws of logarithms. Remember, logA−logB+logC=log(BA⋅C).
We combine everything into one single, powerful expression:
log2((3+2x)22x+1⋅(10−2−x))=0
This is the moment of truth. If the logarithm of an expression is zero, the expression itself must be 20, which is 1. We have successfully stripped away the logarithmic layer, leaving us with a purely algebraic fraction:
Phase 3
The Algebraic Metamorphosis
This is where many students get stuck, staring at the powers of 2. But look closely—we have 2x everywhere. Let us perform a substitution: t=2x.
This transforms our equation into:
Watch the numerator simplify. 2t⋅10 is 20t, and 2t⋅t1 is just 2. So, we have 20t−2=(3+t)2.
Expanding the right side gives us 9+t2+6t. Rearranging everything to one side, we arrive at the beautiful quadratic:
Phase 4
The Elegant Conclusion
We are almost there. We have a quadratic equation t2−14t+11=0. Its roots are t1=2x1 and t2=2x2.
We do not need to solve for t using the quadratic formula! That would be a waste of time. We need the sum of the roots x1+x2.
From Vieta's formulas, we know the product of the roots t1⋅t2=ac=11. Since t1=2x1 and t2=2x2, their product is 2x1⋅2x2=2x1+x2.
Therefore, 2x1+x2=11. Taking the logarithm base 2 on both sides, we get the final result:
x1+x2=log2(11)
See? The complexity vanished. We didn't fight the equation; we guided it to its natural conclusion. Keep this mindset, and no JEE problem will ever intimidate you again.