How do you express x−2x2+4x+3 in partial fractions?
1 Answer
Feb 6, 2016
52(x+3)−32(x+1)
Explanation:
The first step here is to factor the denominator
x2+4x+3=(x+1)(x+3) since these factors are linear the numerator will be a constant
x−2(x+1)(x+3)=Ax+1+Bx+3 the next step is to multiply both sides by (x+1)(x+3)
hence x - 2 = A(x+3) + B(x+1)
Note that if x = - 3 and x = -1 then the terms with A and B will be zero
let x = - 3 : - 5 = -2B → B
=52 let x = - 1 : - 3 = 2A → A #= -3/2
⇒x−2x2+4x+3=52(x+3)−32(x+1)