Analyzing the Setup
In a Geometric Progression (G.P.), we define the terms using the first term a and the common ratio r. The sequence is represented as a,ar,ar2,ar3,….
The problem provides two specific conditions based on the sum of consecutive terms. The first condition is
T1+T2=12, which translates to:
a+ar=12⟹a(1+r)=12(Equation 1)
The second condition is
T3+T4=48, which translates to:
ar2+ar3=48⟹ar2(1+r)=48(Equation 2)
The Algebraic Symphony
To solve this system, we divide Equation 2 by Equation 1 to eliminate the variables a and (1+r):
This simplification yields:
r2=4
The Sign Trap
The equation r2=4 yields two potential solutions: r=2 or r=−2. We must apply the constraint provided in the problem statement: the terms alternate in sign.
If r=2, the terms would maintain the same sign as a. However, if r=−2, the sequence becomes a,−2a,4a,−8a,…, which perfectly satisfies the alternating sign condition. Therefore, we conclude that r=−2.
Final Calculation
With the value of r determined, we substitute it back into Equation 1 to find the first term a:
a(1+(−2))=12
a(−1)=12
a=−12
We verify the result: the sequence is −12,24,−48,96,…. The sum of the first two terms is −12+24=12, and the sum of the next two terms is −48+96=48.
The first term of the progression is −12.