The value of loga(ba)+logb(ab), for 1<a≤b cannot be equal to
Solution
✅ Correct Option: 2
We need to find what value the expression loga(ba)+logb(ab) cannot equal, given that 1<a≤b.
Let A=loga(ba)+logb(ab)
Using the logarithm property logx(qp)=logxp−logxq:
A=logaa−logab+logbb−logba
Since logxx=1 for any positive base $x
eq 1$:
A=1−logab+1−logba
A=2−(logab+logba)
Here's where we need a key insight! We can use the change of base formula: logba=logab1
Why does this work? If we let x=logab, then ax=b. Taking logb of both sides: xlogba=1, so logba=x1=logab1.
Therefore:
A=2−(logab+logab1)
Let t=logab. Since 1<a≤b, we have t≥1.
We need to find the minimum value of t+t1 where t≥1.
Using the AM-GM inequality: For positive numbers, 2t+t1≥t⋅t1=1
This gives us: t+t1≥2
When does equality occur? When t=t1, which means t=1. This happens when a=b.
Since logab+logab1≥2:
A=2−(logab+logab1)≤2−2=0
The maximum value of A is 0 (achieved when a=b).
As t=logab increases (meaning b gets much larger than a), the expression t+t1 increases without bound, making A approach −∞.
The range of A is (−∞,0].
Therefore, A cannot equal 1 since 1>0.
This problem beautifully combines logarithm properties with the AM-GM inequality. Remember that when we see expressions like x+x1, we think AM-GM to find extrema!