Proof of equation with integrals

  • Thread starter Thread starter kostas
  • Start date Start date
  • Tags Tags
    Integrals Proof
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
kostas
Messages
6
Reaction score
0

Homework Statement


Prove that
[tex] \int cos^mxdx = \frac{cos^{m-1}x sinx}{m} + \frac{m-1}{m}\int cos^{m-2}xdx[/tex]


Homework Equations


[tex] \int f(x)g'(x) = f(x)g(x) - \int g(x)f'(x) dx[/tex]

The Attempt at a Solution


Going through any of the integrals provides constants that seem to be a problem in proving the above.
Starting from the left side and applying the integral product rule (see 2. -- not sure how the rule is called in English!) we get:

[tex] \int cos^mxdx = \int cos^{m-1}x \cdot cosx dx[/tex]
With [tex]f(x) = cos^{m-1}x[/tex], [tex]g'(x) = cosx[/tex], [tex]g(x) = sinx[/tex], [tex]f'(x) = (m-1)cos^{m-2}x[/tex] we get:

[tex] cos^{m-1}x \cdot sinx - \int sinx(m-1)cos^{m-2}x dx = cos^{m-1}x \cdot sinx - (m-1)\int cos^{m-2}x \cdot sinx dx[/tex]

With [tex]f(x) = cos^{m-2}x[/tex], [tex]g'(x) = sinx[/tex], [tex]g(x) = -cosx[/tex], [tex]f'(x) = (m-2)cos^{m-3}x[/tex] we get:

[tex] cos^{m-1}x \cdot sinx - (m-1)\left( cos^{m-2}x (-cosx) - \int (-cosx)(m-2)cos^{m-3}x dx \right) = [/tex]

[tex] cos^{m-1}x \cdot sinx - (m-1)\left( -cos^{m-1}x + (m-2)\int cos^{m-2}x dx \right) = [/tex]

Any ideas on how to continue?
 
Physics news on Phys.org
In your first parts integration you should have f'(x)=(m-1)*cos(x)^(m-2)*(-sin(x)). You forgot to use the chain rule. That gives you a sin(x)^2 in the parts integral. Change it to 1-cos(x)^2 and rearrange.
 
Dick said:
In your first parts integration you should have f'(x)=(m-1)*cos(x)^(m-2)*(-sin(x)). You forgot to use the chain rule. That gives you a sin(x)^2 in the parts integral. Change it to 1-cos(x)^2 and rearrange.

Ah..so true :) Thank you!