Integrating Trigonometric Substitution and Simplifying Tricky Integrals

  • Thread starter Thread starter island-boy
  • Start date Start date
  • Tags Tags
    Integration
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
6 replies · 2K views
island-boy
Messages
93
Reaction score
0
I'm having difficulty with this, trigonometic substitution won't work, neither would integration by parts...
[tex]\int_{0}^{\infty} \frac{y^2}{1+y^4} dy[/tex]

ETA:
doing trigonometric substitution with [tex]y^2 = tan\theta[/tex], I would get
[tex]\frac{1}{2} \int_{- \frac{\pi}{2}}^{\frac{\pi}{2}} \sqrt{tan \theta} d\theta[/tex]
 
Last edited:
Physics news on Phys.org
Don't make the trig sub.

Instead, divide numerator and denominator by [itex]y^2[/itex].
You'll have
[tex]\int \frac{dy}{y^2 + 1/y^2}[/tex]

There's a tricky step (more like manipulation) to solve this. Here's a hint:
[tex]y^2 + 1/y^2 = (y+1/y)^2 - 2[/tex]
[tex]y^2 + 1/y^2 = (y-1/y)^2 + 2[/tex]

Can you play around for a while and take it from here?
 
hey, thanks for the help siddharth...yeah, i'll try to play around this form and fina a solution.

thanks again
 
Also, u might try for a simple fraction expansion.

[tex]y^{4}+1 =\left(y^{2}+\sqrt{2}y+1\right)\left(y^{2}-\sqrt{2}y+1\right)[/tex]

The result is [itex]\frac{1}{4}\pi \sqrt{2}[/itex]

Daniel.
 
dextercioby said:
Contour integration is the solution.

Daniel.

You don't need contour integration to solve this.

The trick in integrating
[tex]\int \frac{dy}{y^2 + 1/y^2}[/tex]

is to write it as

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

This is very easy to integrate.
 
Last edited:
This is very nice :)

siddharth said:
You don't need contour integration to solve this.

The trick in integrating
[tex]\int \frac{dy}{y^2 + 1/y^2}[/tex]

is to write it as

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

This is very easy to integrate.