Analyzing the Setup
Welcome, fellow traveler on the JEE journey. Today, we are going to dismantle a problem that, at first glance, looks like a chaotic mess of factorials and summations.
As we peel back the layers, you will see that it is actually a beautifully orchestrated dance of algebra and series. Let us begin by looking at the structure of Sn=1⋅(n−1)+2⋅(n−2)+3⋅(n−3)+⋯+(n−1)⋅1.
The first thing to notice is the symmetry. We have a product of two terms where the first increases and the second decreases. We can define the general term as Tr=r(n−r), where r ranges from 1 to n−1.
By writing Sn=∑r=1n−1(nr−r2), we have successfully translated the verbal description into the language of mathematics. Now, we use the linearity of summation to split this into two parts:
Sn=nr=1∑n−1r−r=1∑n−1r2
This is where many students stumble—the limits. Remember, the sum goes up to n−1, not n. Applying the standard formulas, we get:
Sn=n2(n−1)n−6(n−1)n(2n−1)
With a bit of algebraic finesse, factoring out 2n(n−1), we find that:
The Factorial Dance
Now that we have tamed Sn, let us look at the infinite series: ∑n=4∞(n!2Sn−(n−2)!1). Let us substitute our simplified Sn into the general term Un:
Un=n!2(6n(n−1)(n+1))−(n−2)!1
The 2 and 6 cancel to leave a 3 in the denominator. Now, the magic happens. We know that n!=n(n−1)(n−2)!.
By substituting this into the first term, the n(n−1) terms in the numerator and denominator vanish! We are left with:
Combining these over a common denominator, we get:
Un=3(n−2)!n+1−3=3(n−2)!n−2
The Grand Finale
We are almost there. Notice that (n−2)!n−2 is simply (n−3)!1. So, our general term is Un=3(n−3)!1.
The infinite sum is now:
Let k=n−3. As n goes from 4 to ∞, k goes from 1 to ∞. Thus:
S=31k=1∑∞k!1=31(1!1+2!1+3!1+…)
We know that e=1+1!1+2!1+…, so the sum in the parentheses is e−1. Therefore, the final answer is:
It is elegant, it is clean, and it is a testament to the power of simplification. Keep practicing, and soon, you will see these patterns before you even pick up your pen.