How do you write the partial fraction decomposition of the rational expression #(-3x^2-5x+18)/((x+1)(x^2+9))#?

2 Answers
Apr 1, 2016

Left this solution is left in place. Whilst the values work, the solution format does not comply with the standardised form. Tony B
#color(green)(-3/(x+1)-5/(x^2+9)+50/((x+1)(x^2+9))color(blue)(= (-3x^2-5x+18)/((x+1)(x^2+9))))#

Explanation:

For partial fractions we have to break down the denominator into its factorised components and then attempt to find the appropriate numerators that would take us back to the original expression. When I tried this on paper I had problems until I realised that I should go back to the first principles. Given that the right hand side is true and that the left hand side does not match the right, then the left needs adjusting until it does match. This is done using the process of mathematics.

'~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Given:# " "color(blue)((-3x^2-5x+18)/((x+1)(x^2+9)))#

Write this as:

#A/(x+1)+B/(x^2+9)= (-3x^2-5x+18)/((x+1)(x^2+9))#

Multiply throughout by #(x+1)(x^2+9)#

#A(x^2+9)+B(x+1)" "->" "-3x^2-5x+18#

I have used the #-># instead of #=# as I know in advance that the left is not yet of the same intrinsic value as the right. An adjustment will be made later.

Multiply out the brackets giving:

#Ax^2+9A+Bx+B" "->" "-3x^2-5x+18#

'~~~~~~~~~~~~~~~~~~~~~~~~
#color(blue)("Comparing the "x^2" terms")#

#=> Ax^2 = -3x^2 => color(blue)(A=-3)#

'~~~~~~~~~~~~~~~~~~~~~~~~~~~
#color(blue)("Comparing the "x" terms")#

#=> Bx=-5x =>color(blue)( B=-5)#

'~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#color(blue)("Comparing the constant terms")#

#=>9A+B -> +18#

#=>9(-3)+(-5)->+18#

#=>-32->+18" this is where the problem is." #

Let #k# be the correction factor. Then what we really have is

#-32+k=+18#

#k= +50#

#color(brown)("So we need to find a way of adding 50 so that the system works, and that is:")#

#" "color(blue)(50/((x+1)(x^2+9)))#
'~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#color(blue)("Putting it all together")#

#color(green)(-3/(x+1)-5/(x^2+9)+50/((x+1)(x^2+9))= (-3x^2-5x+18)/((x+1)(x^2+9)))#

'~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Check the LHS

#(-3(x^2+9)-5(x+1)+50)/((x+1)(x^2+9))#

#(-3x^2-27-5x-5+50)/((x+1)(x^2+9))#

#(-3x^2-5x-32+50)/((x+1)(x^2+9))#

#(-3x^2-5x+18)/((x+1)(x^2+9))#

#LHS=RHS#
'~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Apr 1, 2016

#(-3x^2-5x+18)/((x+1)(x^2+9))= 2/(x+1) - (5x)/(x^2+9)#

Explanation:

The denominator is already factored as far as possible with Real coefficients, since #x^2+9 >= 9 > 0# for all #x in RR#.

Assuming we want to stay with Real coefficients we are looking for a partial fraction decomposition of the form:

#(-3x^2-5x+18)/((x+1)(x^2+9))#

#= A/(x+1) + (Bx+C)/(x^2+9)#

#=(A(x^2+9)+(Bx+C)(x+1))/((x+1)(x^2+9))#

#=((A+B)x^2+(B+C)x+(9A+C))/((x+1)(x^2+9))#

Equating coefficients we get the following system of equations:

#{ (A+B = -3), (B+C = -5), (9A+C = 18) :}#

Hence we find:

#{ (A = 2), (B = -5), (C = 0) :}#

So:

#(-3x^2-5x+18)/((x+1)(x^2+9))= 2/(x+1) - (5x)/(x^2+9)#