Showing that integral is an induction

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 1K views
jisbon
Messages
475
Reaction score
30
Homework Statement
Show that ##\int _0^{\frac{\pi }{2}}\:sin^{2n+1}x\:dx = \frac{2*4*6*...2n}{3*5*7*...(2n+1)}###
Relevant Equations
##\int _0^{\frac{\pi }{2}}\:sin^{n}x\:dx\:=\:\frac{n-1}{n}\int _0^{\frac{\pi }{2}}\:sin^{n-2}x\:dx##
Hi all,

Having this equation derived:
##\int _0^{\frac{\pi }{2}}\:sin^{n}x\:dx\:=\:\frac{n-1}{n}\int _0^{\frac{\pi }{2}}\:sin^{n-2}x\:dx##
What I will do is simply substitue n with n+2, and I will get the following:
##\frac{2n}{2n+1}\int_{0}^{\pi /2}(sinx)^{2n-1}dx##
What should I do from here?
 
Physics news on Phys.org
You can either do induction or use recursion.

I found it to be more interesting to follow the recursive way on this.

By applying the equation you give at homework equations where you substitute n with 2n-1 you get something and then you ll apply it again for n=2n-3 and then for n=2n-5 and so on and with this recursive way you ll get to prove the desired result given that at the very end you ll be left with ##\int_0^{\frac{\pi}{2}}\sin x dx## which is equal to 1.