PDA

View Full Version : Integration of Sqrt Tangent


amcavoy
Jun18-05, 09:59 AM
How would you compute something like:

\int \sqrt{\tan \theta}\space d\theta

I cannot seem to be able to use any trig. identities.

Thanks.

mattmns
Jun18-05, 10:21 AM
Try u = tan\theta

Then u = x^2

One more hint: (x^4+1)= (x^2 - \sqrt{2}x+1)(x^2 + \sqrt{2}x + 1)

Jameson
Jun18-05, 11:28 AM
There was a very long thread about this integral already, click here (http://www.physicsforums.com/showthread.php?t=77439)

amcavoy
Jun18-05, 03:49 PM
Try u = tan\theta

Then u = x^2

One more hint: (x^4+1)= (x^2 - \sqrt{2}x+1)(x^2 + \sqrt{2}x + 1)

Yeah, but then the new integral has two different variables.

With u=\tan{\theta}, I come up with:

\int \sqrt{u}\cos^2{\theta}du

dextercioby
Jun18-05, 04:14 PM
u^{2}=\tan\theta

is the right one to do.

Daniel.

mattmns
Jun18-05, 04:16 PM
cos^2 = 1 / sec^2 right, and sec^2 = 1 + tan^2 right

so the integral is

\int \frac{\sqrt{u}}{1 + u^2}du

then used the hint above.

edit... looking at the other thread, you should probably do dex's substitution.

amcavoy
Jun18-05, 04:30 PM
cos^2 = 1 / sec^2 right, and sec^2 = 1 + tan^2 right

so the integral is

\int \frac{\sqrt{u}}{1 + u^4}du

then used the hint above.

edit... looking at the other thread, you should probably do dex's substitution.

Alright, that makes sense. The only problem I see is this:

Shouldn't the integral be \int \frac{\sqrt{u}}{1+u^2}du?

mattmns
Jun18-05, 04:37 PM
Yes you are right, sorry.

amcavoy
Jun18-05, 04:40 PM
Alright, well I can integrate that. Thanks a lot for your help.