Key Concepts and Formulas
- The definition of the mathematical constant e: e=∑n=0∞n!1.
- The power series expansion of ex: ex=∑n=0∞n!xn. This implies e−1=∑n=0∞n!(−1)n.
- The hyperbolic cosine and sine series:
- cosh(x)=∑n=0∞(2n)!x2n
- sinh(x)=∑n=0∞(2n+1)!x2n+1
For x=1, we have:
- cosh(1)=2e+e−1=∑n=0∞(2n)!1
- sinh(1)=2e−e−1=∑n=0∞(2n+1)!1=∑n=1∞(2n−1)!1
- Algebraic manipulation of series and index shifting.
Step-by-Step Solution
-
Decompose the Given Series:
The given series is \sum_\limits{n=0}^{\infty} \frac{\mathrm{n}^{3}((2 \mathrm{n}) !)+(2 \mathrm{n}-1)(\mathrm{n} !)}{(\mathrm{n} !)((2 \mathrm{n}) !)}. We can split this into two fractions:
∑n=0∞(n!(2n)!n3(2n)!+n!(2n)!(2n−1)n!)=∑n=0∞(n!n3+(2n)!2n−1)
This decomposition allows us to analyze each part separately.
-
Evaluate the First Part: ∑n=0∞n!n3
We need to express n3 in terms of falling factorials to simplify the series. Let n3=An(n−1)(n−2)+Bn(n−1)+Cn.
For n=1: 13=A(0)+B(0)+C(1)⟹C=1.
For n=2: 23=A(0)+B(2)(1)+C(2)⟹8=2B+2(1)⟹2B=6⟹B=3.
For n=3: 33=A(3)(2)(1)+B(3)(2)+C(3)⟹27=6A+6(3)+3(1)⟹27=6A+18+3⟹27=6A+21⟹6A=6⟹A=1.
So, n3=n(n−1)(n−2)+3n(n−1)+n.
Now, substitute this back into the series:
∑n=0∞n!n3=∑n=0∞n!n(n−1)(n−2)+3n(n−1)+n
=∑n=0∞n!n(n−1)(n−2)+3∑n=0∞n!n(n−1)+∑n=0∞n!n
Let's evaluate each sum:
- ∑n=0∞n!n(n−1)(n−2)=∑n=3∞n!n(n−1)(n−2)=∑n=3∞(n−3)!1. Let k=n−3. When n=3, k=0.
∑k=0∞k!1=e
- 3∑n=0∞n!n(n−1)=3∑n=2∞n!n(n−1)=3∑n=2∞(n−2)!1. Let k=n−2. When n=2, k=0.
3∑k=0∞k!1=3e
- ∑n=0∞n!n=∑n=1∞n!n=∑n=1∞(n−1)!1. Let k=n−1. When n=1, k=0.
∑k=0∞k!1=e
Therefore, ∑n=0∞n!n3=e+3e+e=5e.
-
Evaluate the Second Part: ∑n=0∞(2n)!2n−1
We can split this sum into two:
∑n=0∞(2n)!2n−1=∑n=0∞(2n)!2n−∑n=0∞(2n)!1
Consider the first sum: ∑n=0∞(2n)!2n. For n=0, the term is 0!0=0. So, we start from n=1:
∑n=1∞(2n)!2n=∑n=1∞(2n−1)!1
This is the series for sinh(1):
∑n=1∞(2n−1)!1=sinh(1)=2e−e−1
Consider the second sum: ∑n=0∞(2n)!1. This is the series for cosh(1):
∑n=0∞(2n)!1=cosh(1)=2e+e−1
So, the second part of the original series is:
∑n=0∞(2n)!2n−1=2e−e−1−2e+e−1=2e−e−1−e−e−1=2−2e−1=−e−1=−e1
-
Combine the Results and Identify Coefficients:
The total sum is the sum of the two parts:
∑n=0∞n!n3+∑n=0∞(2n)!2n−1=5e+(−e1)=5e−e1
We are given that the sum is equal to ae+eb+c, where a,b,c∈Z.
By comparing 5e−e1 with ae+eb+c, we can identify the coefficients:
a=5
b=−1
c=0
-
Calculate the Final Expression:
We need to find the value of a2−b+c.
a2−b+c=(5)2−(−1)+0=25+1+0=26
Common Mistakes & Tips
- Algebraic Errors: Carefully expand and simplify expressions involving factorials and powers.
- Index Shifting: When changing the index of summation (e.g., from n to k), ensure the starting and ending values of the index are adjusted correctly.
- Recognizing Series: Be familiar with the power series expansions of ex, cosh(x), and sinh(x), as they are frequently used in such problems.
- Falling Factorials: Expressing polynomials in terms of falling factorials (n(n−1)(n−2)...) simplifies series involving n! in the denominator.
Summary
The problem required evaluating an infinite series by decomposing it into two parts. The first part, ∑n=0∞n!n3, was simplified by expressing n3 in terms of falling factorials, leading to a sum involving e. The second part, ∑n=0∞(2n)!2n−1, was evaluated using the series expansions of sinh(1) and cosh(1). By combining these results and comparing with the given form ae+eb+c, we found the integer coefficients a=5, b=−1, and c=0. Finally, a2−b+c was calculated.
The final answer is 26.