Analyzing the Setup
Welcome, fellow traveler on the path to JEE mastery. Today, we are going to dismantle a problem that, at first glance, looks like a chaotic mess of logarithms.
Let us begin by looking at the series:
Sn(x)=loga1/2x+loga1/3x+loga1/6x+…
The bases are all powers of a. Recall the identity logbkx=k1logbx. By applying this, we can pull those fractional exponents out of the base and into the light as multipliers.
Suddenly, the series transforms into:
Sn(x)=(2+3+6+11+…)logax
The complexity vanishes, leaving us with a simple sum of coefficients.
The Detective Work
Unmasking the Sequence
Now, look at those coefficients: 2,3,6,11,18,27,…. In mathematics, randomness is often just a pattern we haven't identified yet.
Let us find the differences between consecutive terms:
3−2=1, 6−3=3, 11−6=5, 18−11=7.
The differences are 1,3,5,7,…, which is an arithmetic progression of odd numbers. Because the first differences form an AP, we know the general term Tk must be a quadratic expression.
Testing the values:
T1=2=02+2
T2=3=12+2
T3=6=22+2
The pattern is clear: Tk=(k−1)2+2. We have cracked the code.
The Summation Symphony
With the general term Tk=(k−1)2+2, we need to sum these up to n terms. Let Cn=∑k=1n[(k−1)2+2].
We can split this into two manageable pieces:
k=1∑n(k−1)2+k=1∑n2
The first part is the sum of squares from
0 to
n−1, which is:
6(n−1)n(2n−1)
The second part is simply
2n. Thus, our total coefficient sum is:
Cn=6(n−1)n(2n−1)+2n
The Final Resolution
We are given two conditions. First,
S24(x)=1093. Plugging
n=24 into our formula:
C24=623⋅24⋅47+48=4324+48=4372
So, 4372logax=1093, which simplifies beautifully to logax=41.
Second,
S12(2x)=265. Plugging
n=12 into our formula:
C12=611⋅12⋅23+24=506+24=530
So,
530loga(2x)=265, which gives
loga(2x)=21. Using the product rule:
loga2+logax=21
Substituting logax=41, we find loga2=41. Converting to exponential form, a1/4=2, which means a=16.
We have arrived at the destination. The complexity was just a mask for an elegant, logical progression.