Partial Fractions: Simplifying Integrals with Higher Degree Numerators

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 2K views
nameVoid
Messages
238
Reaction score
0

[tex] \int \frac{x^3+6x^2+3x+16}{x^3+4x} dx[/tex]


[tex] \int \frac{x^3+6x^2+3x+16}{x(x^2+4)} dx[/tex]


[tex] \frac{x^3+6x^2+3x+16}{x(x^2+4)}=\frac{A}{x}+\frac{Bx+C}{x^2+4}[/tex]


[tex] x^3+6x^2+3x+16=A(x^2+4)+(Bx+C)x[/tex]


[tex] x^3+6x^2+3x+16=Ax^2+4A+Bx^2+Cx[/tex]
comparing coefficients..

[tex] A+B=6 , C=3 , A=4, B=2[/tex]


[tex] \int \frac{4}{x}+\frac{2x+3}{x^2+4} dx[/tex]


[tex] \int \frac{4}{x}+\frac{2x}{x^2+4} +\frac{3}{x^2+4}dx[/tex]


[tex] 4ln|x|+ln|x^2+4|+\frac{3}{2}arctan(x/2)+G<br /> [/tex]
 
Physics news on Phys.org
For this to work for all values of x -
[tex]x^3+6x^2+3x+16=Ax^2+4A+Bx^2+Cx[/tex]
there has to be an x3 term on the right side as well, which there isn't.

Before starting in with partial fractions decomposition, carry out the long division on your original integrand.

[tex]\frac{x^3+6x^2+3x+16}{x^3+4x} ~=~ 1 + \frac{some~quadratic}{x^3+4x}[/tex]

So [tex]\int \frac{x^3+6x^2+3x+16}{x^3+4x} dx~=~ \int 1 + \frac{some~quadratic}{x^3+4x} dx[/tex]
Now, do partial fractions decomposition.
 
Or instead of long division, rewrite the numerator so you have x3 + 4x in it so part of the numerator cancels with the denominator when you split it up.
 
thank you for explaining that mark that's a very usefull bit of info my text fails to mention
 
The thing to remember if you're going to use partial fractions when the degree of the numerator is >= degree of the denominator, carry out the division to get a numerator whose degree is < that of the denominator. In my reply, I show "some quadratic" in the numerator. That might or might not be correct. What is correct is that you'll get a polynomial of degree < 3.