Integral help (will use partial fractions method)

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
6 replies · 2K views
holezch
Messages
251
Reaction score
0

Homework Statement



[tex]\int \sqrt{tanx} dx[/tex]

The Attempt at a Solution



I used the substitution u = sqrt(tanx), then x = arctan(x^2)

so:

[tex]2 \int \frac{u^{2}}{u^{4} + 1} du = 2 \int \frac{u^{2}}{(u^{2} + 1)^{2} - 2u^{2}} =2 \int \frac{u^{2}}{(u^2 -\sqrt{2}u + 1)(u^2 +\sqrt{2}u + 1)}[/tex]

now, I suspect that some kind of partial fractions method can be used here, I have 2 irreducible quadratic factors in my denominator, but my numerator has a quadratic term as well.. not sure what to do with that. Please let me know, or give me an idea!

thanks (I'm not looking for a solution, I just need to know how to use the partial fraction method..)
 
Physics news on Phys.org
doh, it looked so hopeful.. maybe I could somehow make 2u^2 into some that will work? anyway, this is a course on REAL mathematics (I don't think I can use complex factors, or am expected to)

thanks for your reply :)
 
Your very last expression can actually be split into the following:
[tex]2 \int \left( -\frac{u}{2\sqrt{2}(-u^2 + u\sqrt{2} -1)} - \frac{u}{2\sqrt{2}(u^2 + u\sqrt{2} + 1)}\right) du.[/tex]

You need to make more algebraic manipulations after this, but I'm pretty sure this works.
 
thanks, I figured it out.

I solved
[tex]A(u^{2} +\sqrt{2}u + 1) + B(u^{2} -\sqrt{2}u + 1) = 2u^{2}, <br /> <br /> (A+B)u^{2} + (A - B)\sqrt{2}u + (A+B) = 2u^{2}[/tex]

then, we know that A + B = 0, so A = -B, then [tex](A+B)u^{2} = 0[/tex]
and we're left with
[tex](A-B)\sqrt{2}u = 2u^2,<br /> <br /> A-B = \sqrt{2}u, <br /> <br /> A = \sqrt{2}/2 u[/tex]

now I have

[tex]2 \int \frac{ \sqrt{2}/2 u }{(u^2 +\sqrt{2}u + 1)} - \frac{\sqrt{2}/2 u }{(u^2 -\sqrt{2}u + 1)}[/tex]

can I use the partial fractions method now? thanks!
 
okay, I finished it off with parts with each individual integral.. I'm still curious about the partial fraction stuff though :S
 
An alternative solution now that you've done the problem on your own:

[tex]\int \frac{2u^2}{u^4+1} du = \int \frac{u^2+1}{u^4+1} du + \int \frac{u^2-1}{u^4+1} du[/tex].

After dividing through numerator and denominator of those integrals by [itex]u^2[/itex] you may notice that it becomes:

[tex]\int \frac{d\left(u- \frac{1}{u}\right)}{ \left(u- \frac{1}{u}\right)^2 + 2} + \int \frac{d\left(u+ \frac{1}{u}\right)}{ \left(u+ \frac{1}{u}\right)^2 - 2}[/tex]