How do I integrate a quadratic with no real factors?

Mentallic
Homework Helper
Messages
3,802
Reaction score
95

Homework Statement


I was intent on finding a general formula for every case where the constants are real in this integral:

\int\frac{dx}{ax^2+bx+c}

But thought I would make things progressive by tackling a seemingly easier problem, mainly:

\int\frac{ax+b}{cx^2+dx+e}dx

The Attempt at a Solution



I let cx^2+dx+e=u

du=(2cx+d)dx

Now I needed the numerator to be equivalent to du, so after some manipulation I get

ax+b=\frac{a}{2c}(2cx+d+\frac{2bc}{a}-d)

Which made me realize that this problem isn't any easier than the first, since I'm going to have to solve the first anyway...

\int\frac{ax+b}{cx^2+dx+e}dx

=\frac{a}{2c}\left(\int\frac{2cx+d}{u}dx+\int\frac{\frac{2bc}{a}-d}{u}dx\right)

=\frac{a}{2c}\left(\int\frac{du}{u}+\frac{2bc}{a}\int\frac{dx}{cx^2+dx+e}-d\int\frac{dx}{cx^2+dx+e}\right)

So I guess my question is how do I deal with this integral in the case that the quadratic has no real factors. i.e. b2-4ac<0.
 
Last edited:
Physics news on Phys.org
Try completing the square and then use a trig substitutionEDIT: I mean you can do this in the initial problem as well.
 
Oh right, thank you :smile:

For \int\frac{dx}{ax^2+bx+c} completing the square gives

\frac{1}{a}\int\frac{dx}{\left(x+\frac{b}{2a}\right)^2+\frac{4ac-b^2}{4a^2}}

Then letting x=\frac{-b}{2a}+\frac{\sqrt{4ac-b^2}}{2a}tanu

The answer becomes

\frac{2}{\sqrt{4ac-b^2}}.tan^{-1}\left(\frac{2ax+b}{\sqrt{4ac-b^2}}\right)

I was really unsure of myself, and trying the derivative, it was quite amazing to watch everything cancel out to once again become the reciprocal of the general quadratic.

I'll try it for the other 2 cases as well now.
 
That is only valid for when b^2 - 4ac > 0. You need to account for the other case as well.
 
Yep, that one is for the case that b^2-4ac&lt;0

For b^2-4ac=0 the result is \frac{-2}{2ax+b}+c

and for b^2-4ac&gt;0, \frac{1}{\beta -\gamma}ln\left(\frac{x-\beta}{x-\gamma}\right), where \beta,\gamma are the two roots of the quadratic.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top