To evaluate the infinite series given by the expression ∑(n-1)! / ((x+1)(x+2)...(x+n)) from n=1 to infinity, we can break it down step by step. This series involves factorials and products, which can often be simplified using properties of series and functions.
Understanding the Series
The series can be expressed as:
∑ (n=1 to ∞) (n-1)! / ((x+1)(x+2)...(x+n))
Here, (n-1)! is the factorial of (n-1), and the denominator is a product of terms that increases with n. This suggests that as n increases, the terms of the series will decrease rapidly, which is a good sign for convergence.
Rewriting the Denominator
The denominator can be rewritten using the Gamma function, which generalizes the factorial. Specifically, we can express:
(x+1)(x+2)...(x+n) = Γ(x+n+1) / Γ(x+1)
Thus, the series transforms into:
∑ (n=1 to ∞) (n-1)! / (Γ(x+n+1) / Γ(x+1))
This simplifies to:
Γ(x+1) * ∑ (n=1 to ∞) (n-1)! / Γ(x+n+1)
Using the Ratio Test
To analyze the convergence of this series, we can apply the ratio test. The ratio of successive terms can be examined:
Let a_n = (n-1)! / (x+1)(x+2)...(x+n)
Then:
a_(n+1) = n! / (x+1)(x+2)...(x+n)(x+n+1)
The ratio a_(n+1)/a_n simplifies to:
Ratio = n / (x+n+1)
As n approaches infinity, this ratio approaches 1, indicating that the series converges for all x > -1.
Finding the Sum
To find the sum of the series, we can utilize the known result for the series of the form ∑ (n=0 to ∞) (n!) / (x+n)!:
∑ (n=0 to ∞) (n!) / (x+n)! = 1 / (1 - t)^(x+1) for |t| < 1.
In our case, we can relate this to our series by recognizing that:
∑ (n=1 to ∞) (n-1)! / (x+n)! = 1 / (x+1)(x+2)...
Thus, the sum of the series can be expressed as:
1 / (x+1) for x > -1.
Final Result
In conclusion, the infinite series ∑(n-1)! / ((x+1)(x+2)...(x+n)) from n=1 to infinity converges to:
1 / (x+1) for x > -1.
This result highlights the interplay between factorials and products in series, showcasing how they can converge to simple forms under certain conditions.