Integrating Trigonometric Functions with Evasive Substitutions

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
3 replies · 2K views
Rory9
Messages
9
Reaction score
0
I am staring at an integral of the form

[tex] \int \frac{sin(at)}{(1 + bsin^{2}(at))^{1/2}} dt[/tex]

which I have generated for myself (in attempting to model the behaviour of a particle in an oscillating field). I can't see a sensible substitution to try, at present. I could hunt down a standard integral, perhaps, but I suspect something obvious is evading me...

Any hints? Also, any suggestions for brushing up on solving integrals of this sort? I'm a bit rusty :-)

Cheers!
 
on Phys.org
This might be useful: Change 1 + b*sin^2(at) into 1 + b*(1 - cos^2(at) = 1 + b - b*cos^2(at).

You could then use the substitution u = cos(at), du = -a*sin(at)dt.

Then your integral would be roughly du/(A - bu^2)^(1/2), and you might be able to find that in a table of integrals or, failing that, apply a trig substitution.

Anyway, that's the direction I would go as a start.
 
Mark44 said:
This might be useful: Change 1 + b*sin^2(at) into 1 + b*(1 - cos^2(at) = 1 + b - b*cos^2(at).

You could then use the substitution u = cos(at), du = -a*sin(at)dt.

Then your integral would be roughly du/(A - bu^2)^(1/2), and you might be able to find that in a table of integrals or, failing that, apply a trig substitution.

Anyway, that's the direction I would go as a start.

A good suggestion. Thank you. It will end up with an arc sin of a cos, I think, but perhaps that can be rewritten more elegantly...