Which of the following is the correct partial fraction decomposition of
( x + 2 ) ( x + 3 ) x + 1 ?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Problem Loading...
Note Loading...
Set Loading...
Suppose it was written as x + 2 a + x + 3 b where a , b are real constants.
This is equal to ( x + 2 ) ( x + 3 ) a ( x + 3 ) + b ( x + 2 ) .
Comparing, a ( x + 3 ) + b ( x + 2 ) = a x + b x + 3 a + 2 b = ( a + b ) x + ( 3 a + 2 b ) = x + 1 . Hence a + b = 1 ⟹ 3 a + 3 b = 3 , 3 a + 2 b = 1
Solving by subtracting, b = ( 3 a + 3 b ) − ( 3 a + 2 b ) = 3 − 1 = 2 , a = 1 − 2 = − 1 and we have the answer.
This method is efficient only if the choices were not given. Otherwise it is best to just fit in some values of x and see which choice gives the correct answer.