Trying to figure out integral with infitnite limites

  • Thread starter Thread starter z00maffect
  • Start date Start date
  • Tags Tags
    Figure Integral
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 2K views
z00maffect
Messages
5
Reaction score
0

Homework Statement



[tex]\int^{\infty}_{-\infty}(1/(a^{4}+(x-x_{0})^{4}))dx[/tex]

Homework Equations


The Attempt at a Solution



i let [tex]u = (x-x_{0})^{4}[/tex]

but have no idea what to go from there
 
Last edited:
Physics news on Phys.org
I would use u=(x-x0)/a and factor out the a^4. That gives you 1/(1+u^4). (1+u^4)=(u^2-sqrt(2)u+1)*(u^2+sqrt(2)u+1). Use partial fractions on that. It's not an easy integral, but it can be done.
 
awesome thanks! got [tex]\pi*\sqrt{2}/2[/tex]
 
As Dick said, firstly let [tex] u=\frac{x-x_{0}}{a}[/tex] then [tex]du= adx[/tex] and now integral becomes

[tex] \frac{1}{a^{5}}\int^{\infty}_{-\infty}\frac{1}{1+u^{4}}du[/tex]
Secondly, by letting [tex]u=e^{i\theta}[/tex] and [tex]du=i*{e}^{i\theta}d\theta[/tex]
you can use "residue theorem". Yet, I forgot how can we apply here. After I remember, I'll post it