Partial Fraction Decomposition with Integration

jdawg
Messages
366
Reaction score
2

Homework Statement



∫(2x3-4x-8)/(x2-x)(x2+4) dx


Homework Equations





The Attempt at a Solution



∫(2x3-4x-8)/x(x-1)(x2+4) dx
Next I left off the integral sign so I could do the partial fractions:

2x3-4x-8=(A/x)+(B/(x-1))+((Cx+D)/(x2+4))

2x3-4x-8=A(x3-x2+4x-4)+B(x3+4x)+(Cx+D)(x2-x)

2x3-4x-8=x3(A+B+C)-x2(A+C-D)+x(4A+4B-D)-4A

2=A+B+C

0=A+C-D

-4=4A+4B-D

-8=-A(4)
A=2

Did I set this up correctly? I'm not entirely sure how to solve for these variables.
 
Physics news on Phys.org
Looks good to me so far, besides a few parentheses errors. Remember if a number is in the denominator, it needs to have parentheses around the whole number.

You figured out A, good. Now you are left with three equations and three unknowns. Plug in your value for A into all of them. Now choose any equation and solve for a variable (try to avoid fractions if you can). Now plug this variable into another equation and solve for either variable. Finally, plug that variable into the final equation to solve for one variable. Now repeat the process until all the variables are solved for.

For example, in the two variable case you may have ##A+B=3, A-B=1##. Solving for B you get B = 3 - A, then A - (3 - A) = 1, 2A - 3 = 1, 2A = 4, A = 2. Plug it back into solve for B.
 
Thanks so much! I figured it out :)
 
Nice job! I tried to make my explanation as clear as possible but it turned out to be verbose; I'm sure it could have been explained easier.
 
scurty said:
Nice job! I tried to make my explanation as clear as possible but it turned out to be verbose; I'm sure it could have been explained easier.

No, it was great! I understood you perfectly :)
 
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