Integrating Trigonometric Functions with Evasive Substitutions

Rory9
Messages
9
Reaction score
0
I am staring at an integral of the form

<br /> \int \frac{sin(at)}{(1 + bsin^{2}(at))^{1/2}} dt<br />

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!
 
Physics news on Phys.org
Rory9 said:
I can't see a sensible substitution to try, at present.
It's sin that makes this complicated, isn't it? That seems the obvious place to start.
 
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...
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top