The Logarithmic Dance
A Journey into Arithmetic Progressions
Welcome, my dear student. Today, we are going to dissect a problem that is a quintessential JEE Advanced favorite. It combines the elegance of Arithmetic Progressions (A.P.) with the strict, unforgiving nature of logarithmic domains.
Many students rush into the algebra and lose marks on the final step. We will not be those students. Let us walk through this together.
Phase 1
The Foundation of A.P.
We are given three terms: log32, log3(2x−5), and log3(2x−27). We are told they are in an Arithmetic Progression.
This means the difference between consecutive terms is constant. If a,b,c are in A.P., then b−a=c−b, which rearranges into the condition 2b=a+c.
This is our golden key. Let us set up the equation:
2log3(2x−5)=log32+log3(2x−27)
Phase 2
The Logarithmic Transformation
Now, we have an equation, but it is cluttered with logarithms. We need to simplify.
Look at the left side: 2log3(2x−5). We use the Power Rule of logarithms, which states that nlogb(m)=logb(mn). That coefficient of 2 jumps inside to become an exponent: log3(2x−5)2.
Now look at the right side: log32+log3(2x−27). We use the Product Rule, logb(m)+logb(n)=logb(mn). This condenses the right side into log3[2(2x−27)].
Now, our equation is perfectly balanced:
log3(2x−5)2=log3[2(2x−27)]
Phase 3
The Algebraic Leap
Since the logarithmic function is one-to-one, if log3(A)=log3(B), then A must equal B. We can drop the logs!
This leaves us with (2x−5)2=2(2x−27). Let us use a substitution to clear the fog. Let y=2x.
Our equation transforms into (y−5)2=2(y−27). Expanding both sides, we get y2−10y+25=2y−7.
Bringing everything to one side, we arrive at the quadratic equation:
Phase 4
The Final Verdict
Factorizing y2−12y+32=0 is straightforward. We need two numbers that multiply to 32 and add to −12. Those are −4 and −8.
So, (y−4)(y−8)=0, giving us y=4 or y=8. Substituting back y=2x, we get:
But wait! We must perform the domain check. If x=2, the term log3(2x−5) becomes log3(4−5)=log3(−1), which is undefined. We must reject x=2.
If x=3, the term becomes log3(8−5)=log3(3), which is perfectly valid. Thus, the only solution is x=3.
Always remember: in the world of JEE, the algebra is only half the battle; the domain is where the war is won.