Partial Fractions: Simplifying Integrals with Higher Degree Numerators

nameVoid
Messages
238
Reaction score
0

<br /> \int \frac{x^3+6x^2+3x+16}{x^3+4x} dx<br />


<br /> \int \frac{x^3+6x^2+3x+16}{x(x^2+4)} dx<br />


<br /> \frac{x^3+6x^2+3x+16}{x(x^2+4)}=\frac{A}{x}+\frac{Bx+C}{x^2+4}<br />


<br /> x^3+6x^2+3x+16=A(x^2+4)+(Bx+C)x<br />


<br /> x^3+6x^2+3x+16=Ax^2+4A+Bx^2+Cx<br />
comparing coefficients..

<br /> A+B=6 , C=3 , A=4, B=2<br />


<br /> \int \frac{4}{x}+\frac{2x+3}{x^2+4} dx<br />


<br /> \int \frac{4}{x}+\frac{2x}{x^2+4} +\frac{3}{x^2+4}dx<br />


<br /> 4ln|x|+ln|x^2+4|+\frac{3}{2}arctan(x/2)+G<br /> <br />
 
Physics news on Phys.org
For this to work for all values of x -
x^3+6x^2+3x+16=Ax^2+4A+Bx^2+Cx
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.

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

So \int \frac{x^3+6x^2+3x+16}{x^3+4x} dx~=~ \int 1 + \frac{some~quadratic}{x^3+4x} dx
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.
 
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...

Similar threads

Back
Top