Finding integral sin(x) cos(x) dx

  • Thread starter Thread starter TSN79
  • Start date Start date
  • Tags Tags
    Dx Integral
TSN79
Messages
422
Reaction score
0
I'm having trouble with the following integral:
\int {\sin x \cdot \cos x{\rm{ dx}}}
I've tried to use integration by parts but that doesn't seem to get me anywhere...any tips?
 
Physics news on Phys.org
I've tried to use integration by parts but that doesn't seem to get me anywhere
Seems to work for me... can you show your work?

Incidentally, there are two different ways to make this a trivial problem -- I don't really think I can hint at either without giving the answer away, so I'll just say to think about what you know about trig functions and integrals.

(And both of these ways are almost certainly shown in your book)
 
I define the following:
<br /> \[<br /> \begin{array}{*{20}c}<br /> {u&#039; = - \sin x} &amp; {v = \cos x} \\<br /> {u = \cos x} &amp; {v&#039; =- \sin x} \\<br /> \end{array}<br /> \]<br />
Then I put this into the formula:
<br /> \[<br /> \begin{array}{l}<br /> \int {\sin x \cdot \cos xdx{\rm{ }} = uv - \int {uv&#039;dx} } \\ <br /> = \cos x \cdot \cos x - \int {\cos x \cdot ( - \sin x)dx} \\ <br /> = \cos ^2 x - \int {\cos x \cdot ( - \sin x)dx} \\ <br /> \end{array}<br /> \]<br />
This integration at the end is no easier than what I started with...so what's wrong here?
 
Last edited:
Your v' is wrong.
 
How about U-substitution? What can you substitute for u? And du? (major hint)
 
Yeah ok, so it should be negative, it's fixed, but I'm not seeing that it makes it any easier though...am I even on the right track here?
 
It seems you made a mistake in your concept of integration by parts, but for this particular problem, it yielded the same result.

\int{udv}=uv-\int{vdu}

It's minus the integral of v times du, not the other way around. But you don't need to do integration by parts here. A simple U-substitution will work.
 
Ah, I got it now. Thanks!
 
No prob. :)
 
  • #10
Once you get the sign right, you can solve the equation for the integral. (Remember that you can do a lot more to an equation than just simplifying the RHS)
 
  • #11
Try: u = sinx du = cosxdx
or try the fact that sin2x = 2sinxcosx
 
Back
Top