The sum of 10 terms of the series 12×223+22×325+32×427+.... is :
Options
Solution
1. Key Concepts and Formulas
Telescoping Series: A series where most terms cancel out when summed, typically of the form ∑n=1N(f(n)−f(n+k)). The sum simplifies to a combination of the first and last few terms.
General Term of an Arithmetic Progression (AP):an=a+(n−1)d, where a is the first term and d is the common difference.
Algebraic Manipulation: Techniques like partial fraction decomposition or rewriting numerators to match components of the denominator are crucial for transforming terms into a telescoping form.
2. Step-by-Step Solution
Step 1: Identify the General Term (Tn) of the Series
The given series is 12×223+22×325+32×427+....
We observe the pattern for the n-th term:
Numerator: The numerators are 3,5,7,…. This is an arithmetic progression with first term a=3 and common difference d=2. The n-th term is 3+(n−1)2=3+2n−2=2n+1.
Denominator: The denominators are 12×22, 22×32, 32×42, …. The n-th term is n2×(n+1)2.
Therefore, the general term Tn is:
Tn=n2(n+1)22n+1
Step 2: Transform the General Term into a Telescoping Form
We aim to express Tn in the form f(n)−f(n+1).
Notice that the numerator 2n+1 can be obtained by taking the difference of the squares of the terms in the denominator:
(n+1)2−n2=(n2+2n+1)−n2=2n+1
Substitute this into the expression for Tn:
Tn=n2(n+1)2(n+1)2−n2
Now, split the fraction into two parts:
Tn=n2(n+1)2(n+1)2−n2(n+1)2n2
Simplify by cancelling common factors:
Tn=n21−(n+1)21
This is the telescoping form, where f(n)=n21.
Step 3: Calculate the Sum of the First 10 Terms (S10)
We need to find the sum of the first 10 terms, S10=∑n=110Tn.
S10=∑n=110(n21−(n+1)21)
Let's write out the terms to see the cancellation:
For n=1: (121−221)
For n=2: (221−321)
For n=3: (321−421)
...
For n=9: (921−1021)
For n=10: (1021−1121)
Summing these terms, we get:
S10=(121−221)+(221−321)+(321−421)+⋯+(1021−1121)
The intermediate terms cancel out, leaving:
S10=121−1121S10=1−1211S10=121121−1=121120
3. Common Mistakes & Tips
Incorrect General Term: Double-check the pattern for the numerator and denominator carefully.
Failure to Recognize Telescoping Form: If the denominator involves products of consecutive terms or squares of consecutive terms, look for ways to express the numerator as a difference of related terms.
Mistakes in Cancellation: Clearly write out the terms to ensure correct identification of the terms that remain after cancellation.
4. Summary
The problem involves finding the sum of the first 10 terms of a series. By identifying the general term Tn=n2(n+1)22n+1 and cleverly rewriting the numerator as (n+1)2−n2, we transformed Tn into the telescoping form n21−(n+1)21. Summing the first 10 terms resulted in the cancellation of intermediate terms, leaving 1−1121, which simplifies to 121120.