Key Concepts and Formulas
- Taylor Series for ex: The exponential function ex has a well-known Taylor series expansion around x=0:
ex=∑k=0∞k!xk=1+x+2!x2+3!x3+…
- Series for e and e−1: Substituting x=1 and x=−1 into the Taylor series for ex yields:
e=∑k=0∞k!1=1+1!1+2!1+3!1+…
e−1=e1=∑k=0∞k!(−1)k=1−1!1+2!1−3!1+…
- Series for Even and Odd Factorials: By adding and subtracting the series for e and e−1, we can derive series involving only even or odd factorials:
∑k=0∞(2k)!1=2e+e−1
∑k=0∞(2k+1)!1=2e−e−1
- Numerator Decomposition Strategy: For series of the form ∑(kn)!P(n), where P(n) is a polynomial, we decompose P(n) into a linear combination of terms involving falling factorials related to the factorial in the denominator. For (2n)!, we aim for terms like (2n)(2n−1), (2n), and a constant.
Step-by-Step Solution
The problem asks us to evaluate the infinite sum S=n=1∑∞(2n)!2n2+3n+4.
Step 1: Decompose the Numerator
Our first step is to rewrite the polynomial in the numerator, 2n2+3n+4, in a form that will simplify when divided by (2n)!. We aim to express it as a linear combination of terms that can be easily cancelled by the factorial. Specifically, we look for constants A,B,C such that:
2n2+3n+4=A(2n)(2n−1)+B(2n)+C
Expanding the right side gives:
A(4n2−2n)+2Bn+C=4An2+(−2A+2B)n+C
By comparing the coefficients of n2, n, and the constant term on both sides, we get:
\begin{itemize}
\item Coefficient of n2: 4A=2⟹A=21
\item Coefficient of n: −2A+2B=3. Substituting A=21, we get −2(21)+2B=3⟹−1+2B=3⟹2B=4⟹B=2.
\item Constant term: C=4.
\end{itemize}
Thus, the numerator can be written as 2n2+3n+4=21(2n)(2n−1)+2(2n)+4.
Step 2: Split the Series
Substitute the decomposed numerator back into the sum:
S=n=1∑∞(2n)!21(2n)(2n−1)+2(2n)+4
We can split this into three separate infinite series:
S=n=1∑∞(2n)!21(2n)(2n−1)+n=1∑∞(2n)!2(2n)+n=1∑∞(2n)!4
Now, we simplify each term using the property (2n)!=(2n)(2n−1)(2n−2)! or (2n)!=(2n)(2n−1)!:
\begin{itemize}
\item First term: (2n)!21(2n)(2n−1)=(2n)(2n−1)(2n−2)!21(2n)(2n−1)=2(2n−2)!1
\item Second term: (2n)!2(2n)=(2n)(2n−1)!2(2n)=(2n−1)!2
\item Third term: (2n)!4 (remains as is for now)
\end{itemize}
So the sum becomes:
S=n=1∑∞2(2n−2)!1+n=1∑∞(2n−1)!2+n=1∑∞(2n)!4
Step 3: Evaluate Each Sub-Series
Let's evaluate each of these three series separately.
Sub-series 1: S1=n=1∑∞2(2n−2)!1
S1=21n=1∑∞(2n−2)!1
Let k=n−1. When n=1, k=0. When n→∞, k→∞. The term 2n−2 becomes 2(k+1)−2=2k.
S1=21k=0∑∞(2k)!1
Using the formula ∑k=0∞(2k)!1=2e+e−1:
S1=21(2e+e−1)=4e+e−1
Sub-series 2: S2=n=1∑∞(2n−1)!2
S2=2n=1∑∞(2n−1)!1
Let k=n−1. When n=1, k=0. The term 2n−1 becomes 2(k+1)−1=2k+1.
S2=2k=0∑∞(2k+1)!1
Using the formula ∑k=0∞(2k+1)!1=2e−e−1:
S2=2(2e−e−1)=e−e−1
Sub-series 3: S3=n=1∑∞(2n)!4
S3=4n=1∑∞(2n)!1
The series n=1∑∞(2n)!1 includes terms 2!1,4!1,6!1,….
We know that ∑k=0∞(2k)!1=0!1+2!1+4!1+⋯=2e+e−1.
So, n=1∑∞(2n)!1=(k=0∑∞(2k)!1)−0!1=2e+e−1−1.
Therefore,
S3=4(2e+e−1−1)=2(e+e−1)−4
Step 4: Combine the Sub-Series
The total sum S is the sum of S1,S2, and S3:
S=S1+S2+S3
S=4e+e−1+(e−e−1)+(2(e+e−1)−4)
Group terms involving e and e−1:
S=(41e+e+2e)+(41e−1−e−1+2e−1)−4
S=(41+1+2)e+(41−1+2)e−1−4
S=(41+4+8)e+(41−4+8)e−1−4
S=413e+45e−1−4
This can be written as:
S=413e+4e5−4
Common Mistakes & Tips
- Index of Summation: Carefully check the starting index of the given series (n=1 in this case). This affects whether the k=0 term (e.g., 1/0!) is included in the standard formulas.
- Factorial Simplification: Ensure correct application of factorial properties like (2n)!=(2n)(2n−1)(2n−2)!.
- Algebraic Errors: Double-check arithmetic when combining coefficients of e and e−1 from different series.
- Numerator Decomposition: The method of expressing the polynomial numerator in terms of falling factorials is crucial for simplifying series with factorials in the denominator.
Summary
The problem involves evaluating an infinite series with a polynomial in the numerator and a factorial in the denominator. The strategy is to decompose the numerator into terms that cancel with the factorial, allowing us to split the series into simpler components. These components are then related to the known series expansions of e and e−1, particularly the sums involving even and odd factorials. By carefully performing the decomposition, simplification, and summation, we arrive at the final value of the series.
The final answer is B.