Integrating 1/[1+sq.root(tanx)]

  • Thread starter Thread starter justwild
  • Start date Start date
  • Tags Tags
    Integrating
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
7 replies · 7K views
justwild
Messages
52
Reaction score
0

Homework Statement



How to integrate ∫1/(1+√tanx) dx?

2. The attempt at a solution

Tried to substitute √tanx with z, but ultimately getting messed up with large expression
 
Physics news on Phys.org
hi justwild! :smile:
justwild said:
Tried to substitute √tanx with z, but ultimately getting messed up with large expression

if it's the correct large expression, what's the difficulty? :wink:

show us what you got :smile:
 
we have,
∫1/[1+√tanx] dx ----------1

let tanx=z[itex]^{2}[/itex]

hence by applying derivative on both sides,

sec[itex]^{2}[/itex]x dx = 2zdz
[itex]\Rightarrow[/itex] 1+tan[itex]^{2}[/itex]x dx=2zdz
[itex]\Rightarrow[/itex] 1+z[itex]^{4}[/itex] dx=2zdz
therefore, dx = [2z/(1+z[itex]^{4}[/itex])]dz

Substituting the above value in expression 1 we have,
∫2z/[{1+z[itex]^{4}[/itex]}{1+z}] dz
This is what I got and I could not go on from here
 
hi justwild! :wink:

yes, that looks right :smile:

now use partial fractions

(factoring (1 + z4) = (1 + iz2)(1 - iz2) = (1 + eiπ/4)timesetc :wink:)
 
That is OK but I can't use complex numbers here...
 
justwild said:
That is OK but I can't use complex numbers here...
z4 + 1 can be factored into two quadratics.

[itex]z^4+1=(z^2+\sqrt{2}\,x+1)(z^2-\sqrt{2}\,x+1)[/itex]

Then try partial fractions.

The overall result of the integration promises to be pretty complicated.
 
justwild said:
That is OK but I can't use complex numbers here...

The answer will not be complex; the complex numbers come in conjugate pairs, and when the final answer is obtained the imaginary parts go away. This often happens: we end up with some real solution by going out into the complex plane, doing some manipulations there, and finally arriving back on the real line at the end.

RGV
 
SammyS said:
[itex]z^4+1=(z^2+\sqrt{2}\,x+1)(z^2-\sqrt{2}\,x+1)[/itex]

a good hint is to complete the square

z4 + 1 = (z4 + 2z2 + 1) - 2z2 :wink:

works for any symmetric quartic:

z4 + 2az3 + bz2 + 2az + 1

= (z2 + az + 1)2 - (a2 + 2 - b)z2

= (z2 + (a + √(a2 + 2 - b)z + 1)(z2 + (a - √(a2 + 2 - b)z + 1)​