ksm100
- 5
- 0
Homework Statement
show by induction that ((1/2)*(3/4)*(5/6)*...*(2n-1)/(2n))^2 is less than/equal to (1/(3n+1)) for n=1, 2, ...
The Attempt at a Solution
For n=1, (1/2)^2 less than/equal to 1/4 is true (1/4=1/4), so the statement holds for n=1.
Assume the statement is true for n, i.e.,
((1/2))*(3/4)*(5/6)*...*(2n-1)/(2n))^2 is less than/equal to (1/(3n+1)).
Now show true for n+1, i.e.
((1/2))*(3/4)*(5/6)*...*(2n-1)/(2n)*(2n+1)/(2n+2))^2 less than/equal to (1/(3n+4)).
By induction hypothesis,
[((1/2))*(3/4)*(5/6)*...*(2n-1)/(2n))^2]*((2n+1)/(2n+2))^2 less than/equal to (1/(3n+1))*((2n+1)/(2n+2))^2.
So then I tried to prove this by expanding the right side to get:
(4n^2+4n+1)/(12n^3+28n^2+20n+4), and then to show that this expression is less than (1/(3n+4)) but it didn't seem to be working out, and was getting a bit complicated so I thought that probably wasn't the right thing to be doing..
If anyone could provide some advice that would be greatly appreciated. Thanks!