The smallest positive integer x for which the power series n = 1 ∑ ∞ ( 3 n ) ! n ! ( 2 n ) ! x n does not converge is:
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
This is the computation for Aaghaz's solution. We use the ratio test for power series which says that a given series 0 ∑ ∞ a n is convergent if the limit n → ∞ lim ∣ ∣ ∣ a n a n + 1 ∣ ∣ ∣ is less than 1. The rest is computation: n → ∞ lim ∣ ∣ ∣ ( 3 n + 3 ) ! ( n + 1 ) ! ( 2 n + 2 ) ! x n + 1 ⋅ ( 2 n ! ) ( n ! ) x n ( 3 n ! ) ∣ ∣ ∣ < 1 ∣ x ∣ n → ∞ lim ∣ ∣ ∣ ( 3 n + 3 ) ( 3 n + 2 ) ( 3 n + 1 ) ( 2 n + 2 ) ( 2 n + 1 ) ( n + 1 ) ∣ ∣ ∣ < 1 . We do not need to expand the polynomials since they are similar degree and the limit goes to infinity, instead we only care about the ratio of the coefficients of the leading terms of the polynomials. Where 2 × 2 × 1 = 4 and 3 × 3 × 3 = 2 7 , so the limit is 2 7 4 and remembering this limit must be less than one for convergences gives: ∣ x ∣ 2 7 4 < 1 ∣ x ∣ < 4 2 7 x < 4 2 7 = 6 . 7 5 . So the nearest integer that causes divergence is 7 .
For the power series to diverge, the ratio of the (n+1)st term to the (n)th term should be greater than 1 as n approaches infinity.......solving this, we get x > 6.75......hence minimum positive integral x is 7......
Problem Loading...
Note Loading...
Set Loading...
We approximate the factorials in the summation with Stirling's Approximation where n ! ≈ 2 π n ( e n ) n . Therefore, it can be rewritten as S = n = 1 ∑ ∞ ( 3 n ) ! n ! ( 2 n ) ! x n = n = 1 ∑ ∞ 6 π n ( e 3 n ) 3 n 2 π n ( e n ) n 4 π n ( e 2 n ) 2 n x n = n = 1 ∑ ∞ 6 ∗ 3 3 n 2 ∗ 2 π n ∗ 2 2 n x n = 6 2 2 π n = 1 ∑ ∞ 2 7 n 4 n n x n This summation diverges if the exponential portion is greater than 1 (the n is negligible compared to the exponentials). Therefore, 7 is the answer because 4 ∗ 7 = 2 8 > 2 7 which leads the power series to diverge.