Analyzing the Anatomy of a Pattern
Welcome, future engineer. Today, we are going to peel back the layers of a series that, at first glance, looks like a chaotic mess of fractions. But in the world of JEE Advanced, chaos is often just order in disguise.
Let us look at the series S=T1+T2+T3+…. The first term is T1=(21−31). The second is T2=(221−2⋅31+321). The third is T3=(231−22⋅31+2⋅321−331).
Do you see it? The powers of two are decreasing while the powers of three are increasing. This is not random; it is a systematic, beautiful progression.
The GP Engine
To conquer this, we must generalize. Let us find the n-th term, Tn. If you observe the pattern, each Tn is a finite geometric progression.
We can express it using summation notation:
Tn=k=0∑n(21)n−k(−31)k
This is a finite GP with n+1 terms. The first term is a=(21)n, and the common ratio is r=1/2−1/3=−32.
Now, we deploy our most trusted tool: the sum formula for a finite GP,
Sm=a1−r1−rm, where
m=n+1. Substituting our values, we get:
Tn=(21)n1−(−32)1−(−32)n+1
The denominator simplifies to 1+32=35.
The Art of Simplification
This is where the magic happens, and where you must be vigilant. We have:
Tn=(21)n5/31−(−32)n+1
Bringing the
35 up as
53, we get:
Tn=53[(21)n−(21)n3n+1(−2)n+1]
Watch closely as the
2n terms cancel out. After careful algebraic manipulation, we arrive at the elegant form:
Tn=56[(21)n+1−(−31)n+1]
This is the DNA of our series. It is no longer a monster; it is a sum of two simple, infinite geometric series.
The Infinite Horizon
Now, we sum
Tn from
n=1 to
∞. We can pull the constant
56 outside:
S=56[n=1∑∞(21)n+1−n=1∑∞(−31)n+1]
Let us call these
S1 and
S2. For
S1, the first term is
a=(21)2=41 and
r=21. The sum is:
S1=1−1/21/4=21
For
S2, the first term is
a=(−31)2=91 and
r=−31. The sum is:
S2=1−(−1/3)1/9=4/31/9=121
The Victory Lap
Finally, we substitute these back:
S=56[21−121]
Taking the common denominator, we get 56[125], which simplifies to exactly 21. We are given S=βα=21, so α=1 and β=2.
The final calculation, α+3β=1+3(2)=7, is our reward. You have just tamed a complex series using nothing but the fundamental laws of sequences. Keep this clarity, and you will solve any problem the exam throws at you.