Partial Fraction Decomposition: A technique to express a rational function as a sum of simpler rational functions. For a term of the form (ax+b)(cx+d)P(x), we can write it as ax+bA+cx+dB.
Telescoping Series: A series where most of the intermediate terms cancel out when the sum is computed. A common form is ∑n=1N(f(n)−f(n+1))=f(1)−f(N+1).
2. Step-by-Step Solution
Step 1: Decompose the general term using Partial Fractions.
The general term of the series is Tn=(4n−1)(4n+3)3. We decompose this into partial fractions:
(4n−1)(4n+3)3=4n−1A+4n+3B
Multiplying both sides by (4n−1)(4n+3) gives:
3=A(4n+3)+B(4n−1)
To find A, set 4n−1=0⟹n=41:
3=A(4(41)+3)+B(4(41)−1)3=A(1+3)+B(0)⟹3=4A⟹A=43
To find B, set 4n+3=0⟹n=−43:
3=A(4(−43)+3)+B(4(−43)−1)3=A(0)+B(−3−1)⟹3=−4B⟹B=−43
So, the general term is:
Tn=4n−13/4−4n+33/4=43(4n−11−4n+31)
Step 2: Identify the telescoping pattern.
Let f(n)=4n−11. Then, f(n+1)=4(n+1)−11=4n+4−11=4n+31.
Thus, the general term is in the form Tn=43(f(n)−f(n+1)). This indicates a telescoping series.
Step 3: Calculate the sum of the series.
We need to compute the sum S=∑n=121Tn.
S=∑n=12143(4n−11−4n+31)
Factor out the constant 43:
S=43∑n=121(4n−11−4n+31)
Let's write out the terms of the sum:
For n=1: 4(1)−11−4(1)+31=31−71
For n=2: 4(2)−11−4(2)+31=71−111
For n=3: 4(3)−11−4(3)+31=111−151
...
For n=21: 4(21)−11−4(21)+31=831−871
The sum is:
(31−71)+(71−111)+(111−151)+⋯+(831−871)
The intermediate terms cancel out, leaving:
31−871
Combine these fractions:
8729−871=8728
Now, multiply by the constant factor 43:
S=43×8728=4×873×28
Simplify the expression:
S=4×(3×29)3×(4×7)=297
3. Common Mistakes & Tips
Algebraic Errors in Partial Fractions: Double-check the calculation of constants A and B to avoid sign errors or incorrect values.
Forgetting the Constant Factor: Ensure that any constant factored out from the summation is multiplied back into the final result.
Incorrectly Identifying the Telescoping Terms: Verify that the terms f(n) and f(n+1) are correctly identified and that the cancellation pattern is accurate.
4. Summary
The problem involves summing a series where the general term can be decomposed into a difference of two simpler fractions. By applying partial fraction decomposition, we rewrite the general term as 43(4n−11−4n+31). This form reveals a telescoping series, where intermediate terms cancel out. The sum simplifies to 43 times the difference between the first term of the first fraction and the last term of the second fraction, which evaluates to 297.
The final answer is 297 which corresponds to option (B).