Key Concepts and Formulas
- Partial Fraction Decomposition: Expressing a rational function as a sum or difference of simpler rational functions.
- Telescoping Series: A series where most terms cancel out when the sum is computed, leading to a simplified form. The general form is ∑r=1n(ar−ar+1) or ∑r=1n(ar−1−ar).
- Algebraic Manipulation: Recognizing and applying algebraic identities like the difference of squares: a2−b2=(a−b)(a+b).
Step-by-Step Solution
Step 1: Identify the General Term (Tr)
We are given a series, and we need to find the sum of its first 20 terms. Let's write down the general term, Tr, for the r-th term of the series:
Tr=4+3r2+r44r
Step 2: Manipulate the Denominator to Facilitate Factoring
Our goal is to rewrite the denominator 4+3r2+r4 in a form that allows for easier factorization, ideally leading to a difference of terms that can be used for telescoping. We can rearrange and complete the square:
4+3r2+r4=r4+4r2+4−r2
The first three terms, r4+4r2+4, form a perfect square: (r2+2)2.
So, the denominator becomes:
(r2+2)2−r2
This is a difference of squares, where a=r2+2 and b=r. Applying the difference of squares formula, a2−b2=(a−b)(a+b):
(r2+2−r)(r2+2+r)=(r2−r+2)(r2+r+2)
Thus, the general term can be written as:
Tr=(r2−r+2)(r2+r+2)4r
Step 3: Express Tr as a Difference of Two Terms (Partial Fraction Decomposition)
To create a telescoping series, we need to express Tr as a difference of two terms. We observe that the numerator 4r can be related to the difference between the two factors in the denominator. Let's consider the difference between the quadratic terms:
(r2+r+2)−(r2−r+2)=r2+r+2−r2+r−2=2r
The numerator is 4r, which is 2×(2r). So, we can write 4r=2×[(r2+r+2)−(r2−r+2)].
Now, substitute this back into the expression for Tr:
Tr=(r2−r+2)(r2+r+2)2[(r2+r+2)−(r2−r+2)]
We can split this into two fractions:
Tr=2[(r2−r+2)(r2+r+2)r2+r+2−(r2−r+2)(r2+r+2)r2−r+2]
Simplifying each fraction:
Tr=2[r2−r+21−r2+r+21]
Step 4: Calculate the Sum of the First 20 Terms (S20)
We need to find the sum of the first 20 terms, S20=∑r=120Tr.
S20=∑r=1202[r2−r+21−r2+r+21]
S20=2∑r=120[r2−r+21−r2+r+21]
Let's examine the structure of the terms inside the summation. Let f(r)=r2−r+21. Then, f(r+1)=(r+1)2−(r+1)+21=r2+2r+1−r−1+21=r2+r+21.
So, the term inside the summation is f(r)−f(r+1). This confirms it's a telescoping series of the form ∑r=1n(f(r)−f(r+1)).
Let's write out the first few terms and the last term to see the cancellation:
For r=1: 2[12−1+21−12+1+21]=2[21−41]
For r=2: 2[22−2+21−22+2+21]=2[41−81]
For r=3: 2[32−3+21−32+3+21]=2[81−141]
...
For r=20: 2[202−20+21−202+20+21]=2[3821−4221]
When we sum these terms, the intermediate terms cancel out:
S20=2[(21−41)+(41−81)+(81−141)+⋯+(3821−4221)]
The sum simplifies to:
S20=2[21−4221]
Step 5: Simplify the Sum to Find m/n
S20=2[422211−4221]
S20=2[422211−1]
S20=2[422210]
S20=422420
Now, we need to simplify this fraction to its lowest terms, ensuring m and n are coprime.
S20=422÷2420÷2=211210
So, we have nm=211210.
We need to check if m=210 and n=211 are coprime. 211 is a prime number. Since 210 is not a multiple of 211, they are coprime.
Step 6: Calculate m + n
We are given that the sum is nm, where m and n are coprime. We found m=210 and n=211.
m+n=210+211=421
Summary
The problem required summing a series where the general term could be decomposed into a difference of two functions. By manipulating the denominator of the general term to reveal a difference of squares and then using partial fraction decomposition, we expressed the general term as 2[r2−r+21−r2+r+21]. This form allowed for the series to telescope. Summing the first 20 terms resulted in the fraction 211210. With m=210 and n=211 being coprime, their sum m+n is 210+211=421.
Final Answer
The final answer is 421 which corresponds to option (B).