The sum 133×13+12+225×(13+23)+12+22+327×(13+23+33)+..... upto 10 terms is:
Options
Solution
Key Concepts and Formulas
Sum of the first r natural numbers: ∑k=1rk=2r(r+1)
Sum of the squares of the first r natural numbers: ∑k=1rk2=6r(r+1)(2r+1)
Sum of the cubes of the first r natural numbers: ∑k=1rk3=(2r(r+1))2
Step-by-Step Solution
Step 1: Determine the General Term (Tr) of the Series
The given series is:
123×13+12+225×(13+23)+12+22+327×(13+23+33)+…
We need to find the r-th term, Tr.
Observing the pattern:
The coefficient in the numerator is 3,5,7,…, which is an arithmetic progression. The r-th term of this AP is 2r+1.
The sum in the numerator is 13+23+⋯+r3, which is the sum of the cubes of the first r natural numbers.
The sum in the denominator is 12+22+⋯+r2, which is the sum of the squares of the first r natural numbers.
Therefore, the general term Tr is:
Tr=∑k=1rk2(2r+1)∑k=1rk3
Step 2: Simplify the General Term (Tr)
Using the formulas for the sum of cubes and sum of squares:
∑k=1rk3=(2r(r+1))2=4r2(r+1)2∑k=1rk2=6r(r+1)(2r+1)
Substitute these into the expression for Tr:
Tr=6r(r+1)(2r+1)(2r+1)(4r2(r+1)2)
To simplify, multiply the numerator by the reciprocal of the denominator:
Tr=(2r+1)×4r2(r+1)2×r(r+1)(2r+1)6
Cancel out common terms:
Tr=42⋅r⋅(r+1)⋅(2r+1)(2r+1)⋅r2⋅(r+1)2⋅63
This simplifies to:
Tr=23r(r+1)
Expand this expression for easier summation:
Tr=23(r2+r)
Step 3: Calculate the Sum of the Series up to 10 Terms (S10)
We need to find the sum of the first 10 terms, which is S10=∑r=110Tr.
S10=∑r=11023(r2+r)
Factor out the constant 23:
S10=23∑r=110(r2+r)
Separate the summation:
S10=23(∑r=110r2+∑r=110r)
Now, apply the sum formulas for n=10:
∑r=110r2=610(10+1)(2⋅10+1)=610⋅11⋅21=62310=385∑r=110r=210(10+1)=210⋅11=2110=55
Substitute these values back into the expression for S10:
S10=23(385+55)S10=23(440)S10=3×220S10=660
Common Mistakes & Tips
Formula Recall: Ensure accurate recall of the sum formulas for k, k2, and k3. Errors here will propagate.
Algebraic Simplification: Be meticulous when simplifying the general term Tr. Canceling terms incorrectly is a common pitfall.
Final Calculation: Double-check the arithmetic when substituting values into the sum formulas and performing the final multiplication.
Summary
The problem involves summing a series where each term is a ratio of sums of powers. We first identified the general term Tr by observing the pattern in the numerator's coefficient and the sums of cubes and squares. Using standard formulas, we simplified Tr to 23r(r+1). Finally, we computed the sum of the first 10 terms of this simplified series by applying the formulas for the sum of natural numbers and their squares, resulting in a sum of 660.