Key Concepts and Formulas
- Sum of the first n odd natural numbers: The sum 1+3+5+…+(2n−1) is equal to n2.
- Series expansion of e: The Maclaurin series for e is given by e=∑n=0∞n!1=0!1+1!1+2!1+3!1+….
- Properties of Factorials: n!=n×(n−1)! for n≥1, and 0!=1.
Step-by-Step Solution
Step 1: Identify the general term of the given series.
The given series is S=1+2!1+3+3!1+3+5+4!1+3+5+7+….
Let Tn denote the n-th term of the series.
The denominator of the n-th term is n!.
The numerator of the n-th term is the sum of the first n odd natural numbers: 1+3+5+…+(2n−1).
Using the formula for the sum of the first n odd natural numbers, the numerator is n2.
Therefore, the general term is Tn=n!n2 for n≥1.
Step 2: Simplify the general term Tn.
We can simplify Tn=n!n2 by using the property n!=n×(n−1)!:
Tn=n×(n−1)!n2=(n−1)!n
This simplified form is valid for n≥1.
Step 3: Rewrite the simplified general term Tn to relate it to the series expansion of e.
We can rewrite the numerator n as (n−1)+1:
Tn=(n−1)!(n−1)+1
Now, we can split this into two fractions:
Tn=(n−1)!n−1+(n−1)!1
For n≥2, we can further simplify the first term using (n−1)!=(n−1)×(n−2)!:
Tn=(n−1)(n−2)!n−1+(n−1)!1=(n−2)!1+(n−1)!1
This form is valid for n≥2.
Step 4: Express the sum of the series using the simplified general term.
The sum of the series is S=∑n=1∞Tn.
We can write the sum by separating the first term (n=1) from the rest of the terms (n≥2):
S=T1+∑n=2∞Tn
From Step 1, T1=1!12=1.
Using the simplified form from Step 3 for n≥2:
S=1+∑n=2∞((n−2)!1+(n−1)!1)
We can split the summation into two separate sums:
S=1+∑n=2∞(n−2)!1+∑n=2∞(n−1)!1
Step 5: Evaluate the summations.
For the first summation, ∑n=2∞(n−2)!1:
Let k=n−2. When n=2, k=0. As n→∞, k→∞.
So, ∑n=2∞(n−2)!1=∑k=0∞k!1=0!1+1!1+2!1+…=e.
For the second summation, ∑n=2∞(n−1)!1:
Let m=n−1. When n=2, m=1. As n→∞, m→∞.
So, ∑n=2∞(n−1)!1=∑m=1∞m!1=1!1+2!1+3!1+….
We know that e=0!1+1!1+2!1+…=1+(1!1+2!1+…).
Therefore, ∑m=1∞m!1=e−1.
Step 6: Combine the results to find the total sum.
Substitute the values of the summations back into the expression for S:
S=1+(e)+(e−1)
S=1+e+e−1
S=2e
Alternative Method: Using Tn=(n−1)!n directly
We can also evaluate the sum S=∑n=1∞(n−1)!n by making a substitution.
Let k=n−1. Then n=k+1. When n=1, k=0.
S=∑k=0∞k!k+1
Split the fraction:
S=∑k=0∞(k!k+k!1)
S=∑k=0∞k!k+∑k=0∞k!1
The second sum is ∑k=0∞k!1=e.
For the first sum, ∑k=0∞k!k, the term for k=0 is 0!0=0. For k≥1, k!k=k(k−1)!k=(k−1)!1.
So, ∑k=0∞k!k=0+∑k=1∞(k−1)!1.
Let j=k−1. When k=1, j=0.
∑k=1∞(k−1)!1=∑j=0∞j!1=e.
Therefore, S=e+e=2e.
Common Mistakes & Tips
- Handling the first term: Be careful when simplifying the general term. The simplification (n−2)!1 is not valid for n=1, so it's often best to separate the first term of the series.
- Index of summation: When changing variables in summations (e.g., k=n−2), ensure the new limits of summation are correctly determined.
- Recognizing the series for e: The ability to recognize and manipulate series that sum to e is crucial for solving this type of problem.
Summary
The problem requires finding the sum of an infinite series. We first identified the general term of the series as Tn=n!n2. By simplifying this term to Tn=(n−2)!1+(n−1)!1 for n≥2, and handling the first term separately, we were able to express the sum as a combination of series that sum to e. Evaluating these series yielded a total sum of 2e. An alternative method by rewriting Tn=(n−1)!n and making a substitution also leads to the same result.
The final answer is 2e.