Key Concepts and Formulas
- Limit of a Sum: If x→alimf(x) and x→alimg(x) exist, then x→alim(f(x)+g(x))=x→alimf(x)+x→alimg(x). In this case, we can interchange the limit and the summation if the limit of the summand exists.
- Telescoping Series: A series where most of the terms cancel out, leaving only the first and last terms. A common form is ∑n=1N(an−an+1) or ∑n=1N(an+1−an).
- Partial Fraction Decomposition: A technique used to express a rational function as a sum of simpler rational functions. For example, (n+1)(n+2)1=n+1A+n+2B.
Step-by-Step Solution
Step 1: Evaluate the limit of the summand as x→2.
The problem asks for the limit of a sum. We can first evaluate the limit of the general term inside the summation as x approaches 2. This is because the summand is a rational function of x, and as long as the denominator is non-zero at x=2, we can directly substitute x=2.
Let the general term be Tn(x)=n(n+1)x2+2(2n+1)x+4x.
We need to find x→2limTn(x).
Substituting x=2 into the denominator:
n(n+1)(2)2+2(2n+1)(2)+4
=4n(n+1)+4(2n+1)+4
=4(n2+n)+8n+4+4
=4n2+4n+8n+8
=4n2+12n+8
=4(n2+3n+2)
=4(n+1)(n+2).
Since n ranges from 1 to 9, (n+1)(n+2) will never be zero. Thus, the denominator is non-zero at x=2.
So, x→2limTn(x)=4(n+1)(n+2)2=2(n+1)(n+2)1.
Step 2: Interchange the limit and the summation.
Since the limit of each term in the sum exists, we can move the limit inside the summation:
S=x→2limn=1∑9n(n+1)x2+2(2n+1)x+4x=n=1∑9x→2limn(n+1)x2+2(2n+1)x+4x
From Step 1, we know that x→2limn(n+1)x2+2(2n+1)x+4x=2(n+1)(n+2)1.
Therefore, the problem reduces to evaluating the sum:
S=n=1∑92(n+1)(n+2)1
Step 3: Simplify the general term of the sum using partial fraction decomposition.
The general term of the sum is 2(n+1)(n+2)1. We can factor out the constant 21 and focus on decomposing (n+1)(n+2)1.
We want to find constants A and B such that:
(n+1)(n+2)1=n+1A+n+2B
Multiplying both sides by (n+1)(n+2), we get:
1=A(n+2)+B(n+1)
To find A, let n=−1:
1=A(−1+2)+B(−1+1)⟹1=A(1)+B(0)⟹A=1.
To find B, let n=−2:
1=A(−2+2)+B(−2+1)⟹1=A(0)+B(−1)⟹1=−B⟹B=−1.
So,
(n+1)(n+2)1=n+11−n+21
Therefore, the general term of the sum can be written as:
2(n+1)(n+2)1=21(n+11−n+21)
Step 4: Evaluate the sum using the telescoping property.
Now, we substitute this back into the summation:
S=n=1∑921(n+11−n+21)
We can pull the constant 21 out of the summation:
S=21n=1∑9(n+11−n+21)
This is a telescoping series. Let's write out the first few terms and the last term to see the cancellation:
For n=1: 21−31
For n=2: 31−41
For n=3: 41−51
...
For n=9: 101−111
Summing these terms:
n=1∑9(n+11−n+21)=(21−31)+(31−41)+(41−51)+⋯+(101−111)
Notice that the −31 cancels with +31, −41 cancels with +41, and so on. This pattern continues until the second to last term. The only terms that remain are the first part of the first term and the second part of the last term.
n=1∑9(n+11−n+21)=21−111
Step 5: Calculate the final value of the sum.
Now, we substitute this result back into the expression for S:
S=21(21−111)
To subtract the fractions inside the parenthesis, find a common denominator, which is 2×11=22:
21−111=2×111×11−11×21×2=2211−222=2211−2=229
Finally, multiply by 21:
S=21×229=449
Common Mistakes & Tips
- Incorrectly Interchanging Limit and Summation: Always ensure that the limit of the summand exists before interchanging the limit and the summation. If the limit of the summand does not exist, this step is invalid.
- Errors in Partial Fraction Decomposition: Double-check the values of the constants A and B. A common mistake is to miscalculate these values, which will lead to an incorrect telescoping sum.
- Mistakes in Telescoping Sum Calculation: Carefully identify the terms that cancel out. Ensure that the first term's positive part and the last term's negative part are correctly identified.
Summary
The problem requires evaluating a limit of a sum. We first evaluated the limit of the general term of the sum as x approaches 2, which simplified the expression to a sum involving n. We then used partial fraction decomposition to rewrite the general term of the sum in a form suitable for a telescoping series. By writing out the terms of the series, we observed that most terms cancel out, leaving only the first and last terms. Finally, we computed the value of the remaining terms to arrive at the final answer.
The final answer is \boxed{\frac{9}{44}}. This corresponds to option (A).