Suppose you multiply even numbers from 1 to 10 -> 2 x 4 x 6 x 8 x 10
and divide that product by the product of odd numbers from 1 to 10 -> 1 x 3 x 5 x 7 x 9
You get a finite real number which is less than 5.
Now let us extend this operation to a higher number n, where the numerator is 2 x 4 x 6 x .... x 2n ............................(1)
and the denominator is 1 x 3 x 5 x 7 x ... x (2n-1) ...............(2)
Dividing (1) by (2) gives you the result.
Let us call this Res(n)
Show how you arrive at the approximate formula for Res(n)
Find an approximate value for this result for n = 50 and n = 500
Let P = Res(500)/Res(50)
What is the value of P correct to two decimal places.
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.
We have R e s ( n ) = 1 ⋅ 3 ⋯ ( 2 n − 1 ) 2 ⋅ 4 ⋯ 2 n = 1 ⋅ 2 ⋅ 3 ⋯ 2 n ( 2 ⋅ 4 ⋯ 2 n ) 2 = ( 2 n ) ! 2 2 n ( n ! ) 2 .
From Stirling's approximation, ( 2 n ) ! 2 2 n ( n ! ) 2 ≈ 4 π n ( e 2 n ) 2 n 2 2 n ( 2 π n ( e n ) 2 n ) = n π .
Therefore, R e s ( 5 0 ) R e s ( 5 0 0 ) ≈ 5 0 π 5 0 0 π = 1 0 ≈ 3 . 1 6 .