Skip to main content
Back to Sequences & Series
JEE Main 2020
Sequences & Series
Sequences and Series
Medium

Question

The sum 1+1+32!+1+3+53!+1+3+5+74!+1+\frac{1+3}{2!}+\frac{1+3+5}{3!}+\frac{1+3+5+7}{4!}+\ldots upto \infty terms, is equal to

Options

Solution

Key Concepts and Formulas

  • Sum of the first nn odd natural numbers: The sum 1+3+5++(2n1)1 + 3 + 5 + \ldots + (2n-1) is equal to n2n^2.
  • Series expansion of ee: The Maclaurin series for ee is given by e=n=01n!=10!+11!+12!+13!+e = \sum_{n=0}^{\infty} \frac{1}{n!} = \frac{1}{0!} + \frac{1}{1!} + \frac{1}{2!} + \frac{1}{3!} + \ldots.
  • Properties of Factorials: n!=n×(n1)!n! = n \times (n-1)! for n1n \ge 1, and 0!=10! = 1.

Step-by-Step Solution

Step 1: Identify the general term of the given series. The given series is S=1+1+32!+1+3+53!+1+3+5+74!+S = 1+\frac{1+3}{2!}+\frac{1+3+5}{3!}+\frac{1+3+5+7}{4!}+\ldots. Let TnT_n denote the nn-th term of the series. The denominator of the nn-th term is n!n!. The numerator of the nn-th term is the sum of the first nn odd natural numbers: 1+3+5++(2n1)1+3+5+\ldots+(2n-1). Using the formula for the sum of the first nn odd natural numbers, the numerator is n2n^2. Therefore, the general term is Tn=n2n!T_n = \frac{n^2}{n!} for n1n \ge 1.

Step 2: Simplify the general term TnT_n. We can simplify Tn=n2n!T_n = \frac{n^2}{n!} by using the property n!=n×(n1)!n! = n \times (n-1)!: Tn=n2n×(n1)!=n(n1)!T_n = \frac{n^2}{n \times (n-1)!} = \frac{n}{(n-1)!} This simplified form is valid for n1n \ge 1.

Step 3: Rewrite the simplified general term TnT_n to relate it to the series expansion of ee. We can rewrite the numerator nn as (n1)+1(n-1) + 1: Tn=(n1)+1(n1)!T_n = \frac{(n-1) + 1}{(n-1)!} Now, we can split this into two fractions: Tn=n1(n1)!+1(n1)!T_n = \frac{n-1}{(n-1)!} + \frac{1}{(n-1)!} For n2n \ge 2, we can further simplify the first term using (n1)!=(n1)×(n2)!(n-1)! = (n-1) \times (n-2)!: Tn=n1(n1)(n2)!+1(n1)!=1(n2)!+1(n1)!T_n = \frac{n-1}{(n-1)(n-2)!} + \frac{1}{(n-1)!} = \frac{1}{(n-2)!} + \frac{1}{(n-1)!} This form is valid for n2n \ge 2.

Step 4: Express the sum of the series using the simplified general term. The sum of the series is S=n=1TnS = \sum_{n=1}^{\infty} T_n. We can write the sum by separating the first term (n=1n=1) from the rest of the terms (n2n \ge 2): S=T1+n=2TnS = T_1 + \sum_{n=2}^{\infty} T_n From Step 1, T1=121!=1T_1 = \frac{1^2}{1!} = 1. Using the simplified form from Step 3 for n2n \ge 2: S=1+n=2(1(n2)!+1(n1)!)S = 1 + \sum_{n=2}^{\infty} \left( \frac{1}{(n-2)!} + \frac{1}{(n-1)!} \right) We can split the summation into two separate sums: S=1+n=21(n2)!+n=21(n1)!S = 1 + \sum_{n=2}^{\infty} \frac{1}{(n-2)!} + \sum_{n=2}^{\infty} \frac{1}{(n-1)!}

Step 5: Evaluate the summations. For the first summation, n=21(n2)!\sum_{n=2}^{\infty} \frac{1}{(n-2)!}: Let k=n2k = n-2. When n=2n=2, k=0k=0. As nn \to \infty, kk \to \infty. So, n=21(n2)!=k=01k!=10!+11!+12!+=e\sum_{n=2}^{\infty} \frac{1}{(n-2)!} = \sum_{k=0}^{\infty} \frac{1}{k!} = \frac{1}{0!} + \frac{1}{1!} + \frac{1}{2!} + \ldots = e.

For the second summation, n=21(n1)!\sum_{n=2}^{\infty} \frac{1}{(n-1)!}: Let m=n1m = n-1. When n=2n=2, m=1m=1. As nn \to \infty, mm \to \infty. So, n=21(n1)!=m=11m!=11!+12!+13!+\sum_{n=2}^{\infty} \frac{1}{(n-1)!} = \sum_{m=1}^{\infty} \frac{1}{m!} = \frac{1}{1!} + \frac{1}{2!} + \frac{1}{3!} + \ldots. We know that e=10!+11!+12!+=1+(11!+12!+)e = \frac{1}{0!} + \frac{1}{1!} + \frac{1}{2!} + \ldots = 1 + \left( \frac{1}{1!} + \frac{1}{2!} + \ldots \right). Therefore, m=11m!=e1\sum_{m=1}^{\infty} \frac{1}{m!} = e - 1.

Step 6: Combine the results to find the total sum. Substitute the values of the summations back into the expression for SS: S=1+(e)+(e1)S = 1 + (e) + (e-1) S=1+e+e1S = 1 + e + e - 1 S=2eS = 2e

Alternative Method: Using Tn=n(n1)!T_n = \frac{n}{(n-1)!} directly

We can also evaluate the sum S=n=1n(n1)!S = \sum_{n=1}^{\infty} \frac{n}{(n-1)!} by making a substitution. Let k=n1k = n-1. Then n=k+1n = k+1. When n=1n=1, k=0k=0. S=k=0k+1k!S = \sum_{k=0}^{\infty} \frac{k+1}{k!} Split the fraction: S=k=0(kk!+1k!)S = \sum_{k=0}^{\infty} \left( \frac{k}{k!} + \frac{1}{k!} \right) S=k=0kk!+k=01k!S = \sum_{k=0}^{\infty} \frac{k}{k!} + \sum_{k=0}^{\infty} \frac{1}{k!} The second sum is k=01k!=e\sum_{k=0}^{\infty} \frac{1}{k!} = e. For the first sum, k=0kk!\sum_{k=0}^{\infty} \frac{k}{k!}, the term for k=0k=0 is 00!=0\frac{0}{0!} = 0. For k1k \ge 1, kk!=kk(k1)!=1(k1)!\frac{k}{k!} = \frac{k}{k(k-1)!} = \frac{1}{(k-1)!}. So, k=0kk!=0+k=11(k1)!\sum_{k=0}^{\infty} \frac{k}{k!} = 0 + \sum_{k=1}^{\infty} \frac{1}{(k-1)!}. Let j=k1j = k-1. When k=1k=1, j=0j=0. k=11(k1)!=j=01j!=e\sum_{k=1}^{\infty} \frac{1}{(k-1)!} = \sum_{j=0}^{\infty} \frac{1}{j!} = e. Therefore, S=e+e=2eS = e + e = 2e.

Common Mistakes & Tips

  • Handling the first term: Be careful when simplifying the general term. The simplification 1(n2)!\frac{1}{(n-2)!} is not valid for n=1n=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=n2k=n-2), ensure the new limits of summation are correctly determined.
  • Recognizing the series for ee: The ability to recognize and manipulate series that sum to ee 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=n2n!T_n = \frac{n^2}{n!}. By simplifying this term to Tn=1(n2)!+1(n1)!T_n = \frac{1}{(n-2)!} + \frac{1}{(n-1)!} for n2n \ge 2, and handling the first term separately, we were able to express the sum as a combination of series that sum to ee. Evaluating these series yielded a total sum of 2e2e. An alternative method by rewriting Tn=n(n1)!T_n = \frac{n}{(n-1)!} and making a substitution also leads to the same result.

The final answer is 2e\boxed{2e}.

Practice More Sequences & Series Questions

View All Questions