How to integrate int F sin^2(At) dt

  • Thread starter Thread starter danago
  • Start date Start date
  • Tags Tags
    Integrate
danago
Gold Member
Messages
1,118
Reaction score
4
Hey. I've barely started learning about integration, but during an experiment we conducted for physics, the following came up:

<br /> \int {F\sin ^2 At} dt<br />

How would i integrate that? I do understand that it would generally require that i show my working on the issue, but in this case, its a bit hard, since i don't have any working.

If someone could briefly explain how i would go about evaluating this indefinite integral, i would be greatly appreciative.

Thanks,
Dan.
 
Physics news on Phys.org
I assume F and A are constants, so that shouldn't be of any trouble.
The annoying part is the square of the sine, but you could use:

<br /> \cos \left( {2x} \right) = \cos ^2 x - \sin ^2 x = 1 - 2\sin ^2 x \Rightarrow \sin ^2 x = \frac{{1 - \cos \left( {2x} \right)}}{2}<br />

Does that help?
 
Hmmm...ok i understand that. How would i integrate something like this:

<br /> \int {\cos At} {\rm dt}<br />

Would it just be -sin At+c
?
 
Almost, you have to watch out with the A. Hint: dt = 1/A d(At).
Or, use an explicit substitution: let y = At so dy = Adt so 1/A dy = dt.
 
...and you may want to rethink that minus sign.
 
ahh so would this be right? :

<br /> \int {\cos At} {\rm dt = }\frac{{\sin At}}{A} + c<br />
 
Yep - check by differentiating.
 
Awesome :D Thanks

OK so back to the original question. Is this working right?:

<br /> \displaylines{<br /> \int {F\sin ^2 At} {\rm }dt = F\int {\sin ^2 At} {\rm }dt \cr <br /> = F\int {\frac{{1 - \cos (2At)}}{2}} {\rm }dt \cr <br /> = \frac{F}{2}\int {1 - \cos (2At)} {\rm }dt \cr <br /> = \frac{F}{2}\left( {\int {1{\rm }dt - \int {\cos (2At)} {\rm }dt} } \right) \cr <br /> = \frac{F}{2}\left( {t - \frac{{\sin 2At}}{{2A}}} \right) \cr <br /> = \frac{{Ft}}{2} - \frac{{F\sin 2At}}{{4A}} \cr}<br />
 
yep - plus constant, of course.
 
  • #10
Oops forgot about that.

Anyway, thanks very much for the help. Greatly appreciated :D
 
Back
Top