Key Concepts and Formulas
- Sum of a Geometric Progression (GP): For a GP with first term A, common ratio r, and n terms, the sum Sn is given by:
Sn=r−1A(rn−1)when r=1
- Sum of an Arithmetic Progression (AP): For an AP with first term A, common difference D, and n terms, the sum Sn is given by:
Sn=2n(2A+(n−1)D)
Step-by-Step Solution
Step 1: Deconstruct the given series into two separate progressions.
The given series is S={x+ka}+{x2+(k+2)a}+{x3+(k+4)a}+{x4+(k+6)a}+… for 9 terms.
We can split this sum into two parts: a sum of powers of x and a sum of terms involving a.
S=(x+x2+x3+⋯+x9)+(ka+(k+2)a+(k+4)a+⋯+9th term involving a)
Let S1=x+x2+x3+⋯+x9 and S2=ka+(k+2)a+(k+4)a+⋯+9th term involving a.
Thus, S=S1+S2.
Step 2: Calculate the sum of the first part (S1), which is a Geometric Progression.
The series S1=x+x2+x3+⋯+x9 is a Geometric Progression with:
First term (A) = x
Common ratio (r) = x
Number of terms (n) = 9
Since x=1, we use the GP sum formula:
S1=r−1A(rn−1)=x−1x(x9−1)=x−1x10−x
Step 3: Calculate the sum of the second part (S2), which is related to an Arithmetic Progression.
The series S2=ka+(k+2)a+(k+4)a+… can be rewritten by factoring out a:
S2=a[k+(k+2)+(k+4)+…]
The terms inside the bracket form an Arithmetic Progression with:
First term (A′) = k
Common difference (D) = (k+2)−k=2
Number of terms (n) = 9
Using the AP sum formula for the terms inside the bracket:
SAP part=2n(2A′+(n−1)D)=29(2k+(9−1)2)=29(2k+8×2)=29(2k+16)
SAP part=29×2(k+8)=9(k+8)
Therefore, S2=a×SAP part=9a(k+8).
Step 4: Combine the sums of S1 and S2 to get the total sum S.
S=S1+S2=x−1x10−x+9a(k+8)
To compare this with the given expression for S, we express S with a common denominator (x−1):
S=x−1x10−x+x−19a(k+8)(x−1)=x−1x10−x+9a(k+8)(x−1)
Step 5: Equate the derived sum with the given sum and solve for k.
The problem states that S=x−1x10−x+45a(x−1).
Comparing our derived sum with the given sum:
x−1x10−x+9a(k+8)(x−1)=x−1x10−x+45a(x−1)
Since the denominators are equal and x=1, the numerators must be equal. Also, the terms x10−x are identical on both sides. Therefore, the remaining terms must be equal:
9a(k+8)(x−1)=45a(x−1)
Given that a=0 and x=1, we can divide both sides by a(x−1):
9(k+8)=45
Divide by 9:
k+8=945
k+8=5
Subtract 8 from both sides:
k=5−8
k=−3
Common Mistakes & Tips
- Incorrectly identifying AP/GP parameters: Double-check the first term, common difference/ratio, and number of terms for each progression.
- Algebraic errors with common denominators: Ensure that when combining S1 and S2, the term 9a(k+8) is correctly multiplied by (x−1).
- Cancellation conditions: Remember that division by a and (x−1) is only valid because the problem states a=0 and x=1.
Summary
The problem involves finding the sum of a series that can be decomposed into a Geometric Progression and an Arithmetic Progression. By calculating the sum of each progression separately, combining them, and equating the result to the given sum expression, we can form an equation to solve for the unknown constant k. The derived sum for the series is x−1x10−x+9a(k+8)(x−1), and equating this to the given sum x−1x10−x+45a(x−1) leads to the equation 9a(k+8)(x−1)=45a(x−1). After simplifying and solving for k, we find k=−3.
The final answer is −3.