
Omkar A. answered 03/26/20
NCSU Engineering '23
You want to start out with factoring the polynomial on the bottom. Factoring would give you (x+4)(x+1). This means your new fraction is 3/(x+4)(x+1). Now, you want to separate this fraction into the sum of two fractions, with the numerators A and B (these are the two variables you want to solve for to find the partial fraction decomposition.
A/(x+4) + B/(x+1) = 3/(x+4)(x+1)
Cross multiplying gives you
(A(x+1) + B(x+4)) / (x+1)(x+4) = 3 / (x+4)(x+1)
Now that the denominators on both the sides are the same, you can just cancel them out, giving you
A(x+1) + B(x+4) = 3
Now let's start out by solving for A. In order to do this, we need to get rid of B. One way to do this is to set x equal to -4, so x+4 = 0. Multiplying B by 0 would get rid of B and only keep A in the equation.
A((-4) + 1) + B((-4) + 4) = 3
A(-3) = 3
A = -1
Now that we have A, we can do the same thing to derive B. Setting x to -1 would mean x+1 = 0, getting rid of A from the equation.
A (-1+1) + B((-1) +4) = 3
B(3) = 3
B = 1
Therefore the partial fraction decomposition for the fraction is
( -1 / (x+4) ) + ( 1 / (x+1) )