Integration by Parts - Proving Equations for m and n > 1

Bazman
Messages
20
Reaction score
0
Hi,

J(m,n) = \int_0^{\frac{\pi}{2}} \cos^m \theta \sin^n \theta d\theta


First of all I had to evaluate the following ( I don't know what the correct answers are but here are my calculations:

J(0,0) = [\theta]_0^{\frac{{\pi}{2}}}=\frac{\pi}{2}

J(0,1) = [-\cos \theta]_0^{\frac{{\pi}{2}}}= 1

J(1,0) = [ \sin\theta]_0^{\frac{{\pi}{2}}}= 1

J(1,1) = [\frac{-\cos 2\theta}{4}]_0^{\frac{{\pi}{2}}}= \frac{1}{2}

J(m,1) = [-\frac{\cos^{m+1} \theta}{m+1}]_0^{\frac{{\pi}{2}}}= \frac{1}{m+1}

J(1,n) = [\frac{\sin^{n+1} \theta}{n+1}]_0^{\frac{{\pi}{2}}}= \frac {1}{n+1}

Next I am supposed to use integration by parts to prove that for m and n > 1

J(m,n) = \frac{m-1}{m+n} J(m-2,n)

and

J(m,n) = \frac{n-1}{m+n} J(m,n-2)

When I carried out integration by parts I got the following:

taking

u = \sin^{n-1} \theta
u' = (n-1) \sin^{n-2}\theta \cos \theta
v' = \cos^m \theta \sin \theta
v = -\frac{cos^{m+1}\theta}{m+1}

\frac{-\sin^{n-1} \theta \cos^{m+1}\theta}{m+1} + \int_0^{\frac{\pi}{2}} \frac{n-1}{m+1} \sin^{n-2} \theta \cos^{m+2} \theta d\theta

the first term on the RHS equates to zero but the 2nd term is not correct: the denominator and the power to which cos is raised is wrong but I'm not sure how to fix it
 
Last edited:
Physics news on Phys.org
I don't know why, but your LaTeX part is a bit messy for me. :frown:
You are correct to the last part. So, you have shown that:
\int_0 ^ \frac{\pi}{2} \cos ^ m \theta \sin ^ n \theta d( \theta ) = \frac{n - 1}{m + 1} \int_0 ^ \frac{\pi}{2} \cos ^ {\fbox{m + 2}} \theta \sin ^ {\fbox{n - 2}} \theta d( \theta )

Note that cos function on the RHS is to the power of m + 2, and you want to prove that:

\int_0 ^ \frac{\pi}{2} \cos ^ m \theta \sin ^ n \theta d( \theta ) = \frac{n - 1}{m + n} \int_0 ^ \frac{\pi}{2} \cos ^ {\fbox{m}} \theta \sin ^ {\fbox{n - 2}} \theta d( \theta ).

So what you should do is to split cosm + 2(x) to cosm(x)cos2(x) = cosm(1 - sin2(x)), like this:
RHS = \frac{n - 1}{m + 1} \int_0 ^ \frac{\pi}{2} \cos ^ {m} \theta (1 - \sin ^ 2 \theta) \sin ^ {n - 2} \theta d( \theta ) = \frac{n - 1}{m + 1} \left( \int_0 ^ \frac{\pi}{2} \cos ^ {m} \theta \sin ^ {n - 2} \theta d( \theta ) - \int_0 ^ \frac{\pi}{2} \cos ^ {m} \theta \sin ^ {n} \theta d( \theta ) \right).

So we have:

J(m, n) = \frac{n - 1}{m + 1} \left( J(m, n - 2) - J(m, n) \right)
Can you go from here? :)

--------

The other can be done almost the same, except for the first step:
Instead of choosing
u = sinn - 1(x)
and dv = cosm(x) sin(x) dx, we choose:
u = cosm - 1(x)
and dv = sinn(x) cos(x) dx.

Can you complete the two problems? :smile:
 
Last edited:
Hey VietDao29!

Thanks for your help on this.

I assume that the rest of the answer rely's on my using the reduction formula for trigonometric integrals?

I've had a quick scoot on the web and there seems to be two main cases m+n odd or m+n even. Which uses two different formula (which does make me a little anxious as there is only one formula that we are trying to prove.)

Anyway I've included a link to the worksheet I am working from.

http://www.math.uAlberta.ca/~apotapov/MATH115/trinth.pdf

Is this the correct method to solve the problem?
 
Hi VietDao,

I managed to figure it out.

Your hint brought me a lot closer to the solution than I initially realized!

Thanks again :smile:
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top