Key Concepts and Formulas
- Sum of Series: If Sn=∑r=1nTr, then the n-th term of the series, Tn, can be found using the relation Tn=Sn−Sn−1 for n>1. For n=1, T1=S1.
- Partial Fraction Decomposition: A rational expression can be decomposed into simpler fractions, which is crucial for telescoping series. For an expression of the form (ax+b)(cx+d)(ex+f)1, we can often use partial fractions to express it as a sum or difference of simpler terms.
- Telescoping Series: A series where intermediate terms cancel out, leaving only the first and last terms (or a finite number of terms). This simplifies the calculation of the sum.
- Limits of Sequences: Evaluating the behavior of a sequence as the number of terms approaches infinity.
Step-by-Step Solution
Step 1: Find the general term Tn of the series.
We are given the sum of the first n terms, Sn=∑r=1nTr=64(2n−1)(2n+1)(2n+3)(2n+5).
To find the general term Tn, we use the formula Tn=Sn−Sn−1 for n>1.
First, let's write out Sn and Sn−1:
Sn=64(2n−1)(2n+1)(2n+3)(2n+5)
Sn−1=64(2(n−1)−1)(2(n−1)+1)(2(n−1)+3)(2(n−1)+5)
Sn−1=64(2n−3)(2n−1)(2n+1)(2n+3)
Now, we compute Tn=Sn−Sn−1:
Tn=64(2n−1)(2n+1)(2n+3)(2n+5)−64(2n−3)(2n−1)(2n+1)(2n+3)
We can factor out the common terms: (2n−1)(2n+1)(2n+3)/64.
Tn=64(2n−1)(2n+1)(2n+3)[(2n+5)−(2n−3)]
Tn=64(2n−1)(2n+1)(2n+3)[2n+5−2n+3]
Tn=64(2n−1)(2n+1)(2n+3)[8]
Tn=648(2n−1)(2n+1)(2n+3)
Tn=8(2n−1)(2n+1)(2n+3)
Step 2: Find the reciprocal of the general term, Tn1.
We need to calculate limn→∞∑r=1nTr1. So, we first find Tr1.
From Step 1, we have Tr=8(2r−1)(2r+1)(2r+3).
Therefore,
Tr1=(2r−1)(2r+1)(2r+3)8
Step 3: Express Tr1 using partial fraction decomposition.
The expression (2r−1)(2r+1)(2r+3)8 can be decomposed. We observe that the denominators are in arithmetic progression with a common difference of 2. We can write:
(2r−1)(2r+1)(2r+3)8=2r−1A+2r+1B+2r+3C
However, a more direct approach for terms like this, especially when looking for telescoping sums, is to consider differences of terms with two factors.
Let's try to express (2r−1)(2r+1)(2r+3)1 as a difference of two terms.
Consider the expression (2r−1)(2r+1)1−(2r+1)(2r+3)1.
(2r−1)(2r+1)1−(2r+1)(2r+3)1=(2r−1)(2r+1)(2r+3)(2r+3)−(2r−1)
=(2r−1)(2r+1)(2r+3)2r+3−2r+1=(2r−1)(2r+1)(2r+3)4
So, we have (2r−1)(2r+1)(2r+3)1=41((2r−1)(2r+1)1−(2r+1)(2r+3)1).
Now, substitute this back into the expression for Tr1:
Tr1=8×41((2r−1)(2r+1)1−(2r+1)(2r+3)1)
Tr1=2((2r−1)(2r+1)1−(2r+1)(2r+3)1)
Step 4: Evaluate the sum ∑r=1nTr1.
We need to compute ∑r=1nTr1=∑r=1n2((2r−1)(2r+1)1−(2r+1)(2r+3)1).
This is a telescoping series. Let's write out the first few terms:
For r=1: 2((2(1)−1)(2(1)+1)1−(2(1)+1)(2(1)+3)1)=2(1⋅31−3⋅51)
For r=2: 2((2(2)−1)(2(2)+1)1−(2(2)+1)(2(2)+3)1)=2(3⋅51−5⋅71)
For r=3: 2((2(3)−1)(2(3)+1)1−(2(3)+1)(2(3)+3)1)=2(5⋅71−7⋅91)
...
For r=n: 2((2n−1)(2n+1)1−(2n+1)(2n+3)1)
Summing these terms:
∑r=1nTr1=2[(1⋅31−3⋅51)+(3⋅51−5⋅71)+(5⋅71−7⋅91)+…+((2n−1)(2n+1)1−(2n+1)(2n+3)1)]
The intermediate terms cancel out. This is a telescoping sum.
∑r=1nTr1=2[1⋅31−(2n+1)(2n+3)1]
∑r=1nTr1=2[31−(2n+1)(2n+3)1]
Step 5: Evaluate the limit as n→∞.
We need to find limn→∞∑r=1nTr1.
limn→∞∑r=1nTr1=limn→∞2[31−(2n+1)(2n+3)1]
As n→∞, the term (2n+1)(2n+3)1 approaches 0 because the denominator grows infinitely large.
limn→∞(2n+1)(2n+3)1=0
Therefore, the limit is:
limn→∞∑r=1nTr1=2[31−0]
limn→∞∑r=1nTr1=2×31=32
Common Mistakes & Tips
- Incorrectly calculating Tn: Ensure that the subtraction Sn−Sn−1 is performed accurately, paying close attention to signs and common factors.
- Errors in Partial Fraction Decomposition: For telescoping series, it's often easier to look for a difference of two terms that result in the desired numerator when combined, rather than a full three-term partial fraction decomposition.
- Forgetting the Constant Factor: The factor of 8 in Tn and the subsequent factor of 2 in Tr1 are crucial. Make sure they are carried through the calculation.
- Incorrectly identifying the telescoping pattern: Visually write out a few terms of the sum to confirm that intermediate terms are indeed canceling out.
Summary
The problem requires finding the limit of the sum of the reciprocals of the terms of a series. First, we determined the general term Tn of the series by subtracting the sum of the first n−1 terms (Sn−1) from the sum of the first n terms (Sn). This yielded Tn=8(2n−1)(2n+1)(2n+3). Next, we found the reciprocal of the general term, Tr1=(2r−1)(2r+1)(2r+3)8. Using partial fraction decomposition in a specific form suitable for telescoping sums, we expressed Tr1 as 2((2r−1)(2r+1)1−(2r+1)(2r+3)1). Summing this expression from r=1 to n resulted in a telescoping series whose sum is 2[31−(2n+1)(2n+3)1]. Finally, we evaluated the limit of this sum as n→∞, which simplified to 32.
The final answer is \boxed{\frac{2}{3}}. This corresponds to option (A).