Is this integral possible to solve

  • Thread starter Thread starter thrillhouse86
  • Start date Start date
  • Tags Tags
    Integral
thrillhouse86
Messages
77
Reaction score
0
Hi

I was wondering if anyone has seen this integral in a table, or indeed knows if it is possible to solve:

<br /> \int^{\infty}_{-\infty} \frac{x^{2}}{ax^{4} + bx^{2} + c}<br />

every table I look at seems to only go up to the first power of x in the numerator

Thanks,
Thrillhouse
 
Physics news on Phys.org
Your integral can be solved by a classical residue argument.

If we assume that ax^4+bx^2+c has no real roots, then the integral equals

2 \pi i \sum{ Res(P/Q,z_k)}

where the z_k are all the roots of Q in the upper half plane.
 
micromass said:
Your integral can be solved by a classical residue argument.

If we assume that ax^4+bx^2+c has no real roots, then the integral equals

2 \pi i \sum{ Res(P/Q,z_k)}

where the z_k are all the roots of Q in the upper half plane.

Suppose it does have real roots. Can't we just go around them:

\int_{-\infty}^{\infty}\frac{x^2}{-3x^4+2x^2+3}dx=-\frac{\pi}{2}\sqrt{\frac{1}{30}(\sqrt{10}-1)}

Or am I being a trouble-maker?
 
Thanks for the help guys - can you briefly explain (or point me towards) why real roots are a problem ? is it something to do with branch points in the complex plane ?
 
Real roots are not a problem in the slightest, if the roots of the quadratic are real then it is possible to write the integral as:
<br /> \int_{-\infty}^{\infty}\frac{x^{2}}{ax^{4}+bx^{2}+c}dx= \frac{1}{a}\int_{-\infty}^{\infty}\frac{x^{2}}{(x^{2}+\alpha )^{2}-\beta^{2}}= \frac{1}{a}\int_{-\infty}^{\infty}\frac{x^{2}}{(x^{2}+\alpha +\beta )(x^{2}+\alpha -\beta )}dx<br />
You can now use standard partial fraction techniques to reduce it into a more manageable integral.

The real roots will become a "problem" because the semi-circle used goes through the poles in question. To get around this you have a semi-circular indent of the contour (so the pole is now outside the contour). Now you have to look at the estimates of the complex integrand a little more carefully but it is not that hard to do, this technique is in all the standard textbooks on complex analysis.
 
thrillhouse86 said:
Thanks for the help guys - can you briefly explain (or point me towards) why real roots are a problem ? is it something to do with branch points in the complex plane ?

No, not branch-points, just singular points where the function becomes unbounded right since the denominator is going to zero. You can't directly integrate through those points. I was a little misleading in my post above. I conveniently neglected to explicitly state that I was taking the "Cauchy Principal Value" integral and really should have written it as:

\text{P.V.}\int_{-\infty}^{\infty}\frac{x^2}{-3x^4+2x^2+3}dx=-\frac{\pi}{2}\sqrt{\frac{1}{30}(\sqrt{10}-1)}

In that case, rather than integrate it directly through the singular points, we take a simultaneous limit of the value of the intgral on either side of each singluar point or use techinques of Complex Analysis to "go around" them. If the limit exists, then the integral converges in the Cauchy principal sense. Like for example:

\int_{-a}^a \frac{1}{x} dx

does not converge in the regular Riemann sense but:

\text{P.V.} \int_{-a}^a \frac{1}{x} dx=0

Now here's a question: Does the principal-valued integral always exist no matter what the values of a, b, and c are? Because sometimes that coupled-limit across the singular point diverges. Does it ever in this case?
 
Last edited:
Back
Top