- 3,802
- 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: