Analyzing the Setup
We are tasked with finding the least value of the expression 2log10x−logx(0.01) for the domain x>1.
At first glance, this looks like a messy collection of logarithms with different bases. However, in the context of JEE Advanced, such complexity is often a mask for underlying symmetry.
Phase 1
The Simplification
Our first hurdle is the decimal 0.01. In mathematics, decimals are often just fractions in disguise.
We know that 0.01=1001=10−2. By substituting this into our second term, the expression becomes:
The number 10 now appears in both terms. This is the intended path forward.
Phase 2
The Power Rule and Base Change
Now, we invoke the power rule of logarithms: logb(an)=nlogb(a). Applying this to our second term, the exponent −2 moves to the front.
Since we are subtracting this term, we get −(−2)logx(10), which simplifies to +2logx(10). Our expression is now:
To unify the bases, we use the base change formula: logx(10)=log10x1. Factoring out the 2, we obtain:
Phase 3
The Substitution and AM-GM
Let us define t=log10x. Because x>1, we know that t>0.
Our expression is now y=2(t+t1). We need the minimum value of t+t1 for t>0.
This is a classic application of the Arithmetic Mean-Geometric Mean (AM-GM) inequality. The inequality states that for positive numbers a and b:
Setting a=t and b=t1, we get:
This implies that t+t1≥2.
Final Calculation
Since t+t1≥2, our expression y=2(t+t1) must satisfy:
The minimum value is 4.
If the provided options do not include 4, the correct choice is 'none of these'. Trusting your derivation is the hallmark of a successful engineer.