Key Concepts and Formulas
- Partial Fraction Decomposition: A method to express a rational function as a sum of simpler rational functions. For a term of the form n(n+a)(n+b)1, we can decompose it into nA+n+aB+n+bC.
- Telescoping Series: A series where most of the terms cancel out when the sum is calculated. This typically occurs when the general term can be expressed as a difference of consecutive terms of a sequence.
- Summation Notation: The use of ∑ to represent a sum of a sequence of terms.
Step-by-Step Solution
Step 1: Decomposing the General Term using Partial Fractions
The general term of the series is n(n+1)(n+2)1. We aim to decompose this into simpler fractions using partial fractions. We assume:
n(n+1)(n+2)1=nA+n+1B+n+2C
Multiplying both sides by n(n+1)(n+2) gives:
1=A(n+1)(n+2)+Bn(n+2)+Cn(n+1)
To find the coefficients A, B, and C, we can substitute strategic values of n:
- Let n=0: 1=A(1)(2)⟹2A=1⟹A=21.
- Let n=−1: 1=B(−1)(−1+2)⟹1=B(−1)(1)⟹−B=1⟹B=−1.
- Let n=−2: 1=C(−2)(−2+1)⟹1=C(−2)(−1)⟹2C=1⟹C=21.
So, the decomposition is:
n(n+1)(n+2)1=n1/2−n+11+n+21/2=21(n1−n+12+n+21)
We can further rewrite the expression inside the parenthesis to facilitate telescoping:
n1−n+12+n+21=(n1−n+11)−(n+11−n+21)
This simplifies to:
n(n+1)1−(n+1)(n+2)1
Therefore, the general term can be written as:
n(n+1)(n+2)1=21[n(n+1)1−(n+1)(n+2)1]
Step 2: Applying the Telescoping Series to the Given Sum
The given sum is S=2×3×41+3×4×51+4×5×61+…+100×101×1021.
This can be written in summation notation as S=∑n=2100n(n+1)(n+2)1.
Using the decomposition from Step 1:
S=∑n=210021[n(n+1)1−(n+1)(n+2)1]
S=21∑n=2100[n(n+1)1−(n+1)(n+2)1]
This is a telescoping series. Let's write out the terms:
For n=2: 2⋅31−3⋅41
For n=3: 3⋅41−4⋅51
For n=4: 4⋅51−5⋅61
...
For n=100: 100⋅1011−101⋅1021
When we sum these terms, the intermediate terms cancel out:
S=21[(2⋅31−3⋅41)+(3⋅41−4⋅51)+⋯+(100⋅1011−101⋅1021)]
S=21[2⋅31−101⋅1021]
Step 3: Simplifying the Sum
Now, we simplify the expression for S:
S=21[61−103021]
To subtract the fractions, we find a common denominator:
S=21[6×1030210302−6]=21[6181210296]
We can simplify the fraction 6181210296:
Divide by 6: 103021716
Divide by 2: 5151858
Divide by 3: 1717286
So, S=21×1717286=1717143.
We notice that 1717=17×101.
Therefore, S=17×101143.
Step 4: Finding the value of k
We are given that S=101k.
Equating our result with the given form:
101k=17×101143
Multiplying both sides by 101, we get:
k=17143
Step 5: Calculating 34k
We need to find the value of 34k.
34k=34×17143
34k=(2×17)×17143
34k=2×143
34k=286
Common Mistakes & Tips
- Incorrect Partial Fraction Coefficients: Carefully check the values of A, B, and C by substituting values of n or by comparing coefficients of powers of n.
- Error in Telescoping Cancellation: Write out the first few and last few terms of the series explicitly to ensure correct identification of the terms that remain.
- Arithmetic Errors: Double-check all calculations, especially when simplifying fractions and performing multiplications.
- Final Answer Misinterpretation: Ensure you are answering the question asked (e.g., 34k) and not just an intermediate value like k.
Summary
The problem is solved by first decomposing the general term of the series, n(n+1)(n+2)1, into simpler partial fractions. This decomposition allows us to express the general term as a difference of two simpler fractions, 21[n(n+1)1−(n+1)(n+2)1]. When this form is summed from n=2 to n=100, it results in a telescoping series where most terms cancel out, leaving only the first and last terms. After simplifying the resulting expression and equating it to the given form 101k, we find the value of k and then compute 34k.
The final answer is 286.