Question #44749

1 Answer
Oct 25, 2017

#(x^3+5x^2-3)-:(x+2)=x^2+3x-6+color(red)(9/(x+2)),x!=-2#

Explanation:

(I am using the square root function to format it as close as possible to a long division sign, but it is not a square root.)

We cannot divide by #0#, so the divisor must not equal #0#. Thus, our variable is restricted to:

#x+2!=0#
#x!=-2#

The first step to long division is to fill in any terms of #x# missing in the dividend.

#x^3+5x^2-3=>x^3+5x^2+0x-3#

Next, you divide the first term in the dividend by the first term in the divisor, in this case #x+2#.

#x^3/x = x^2#

#color(white)(xoxoxo)color(red)(x^2)#
#x+2 sqrt(x^3+5x^2+0x-3)#

The quotient of this division is multiplied by all terms in divisor, and this product is then subtracted from original dividend. Then drop down the rest of the original function.

#color(white)(xoxoxo)x^2#
#x+2 sqrt(x^3+5x^2+0x-3)#
#color(white)(xox)color(red)(-ul((x^3+2x^2)))color(white)(x)color(red)(darr)color(white)(xi)color(red)(darr)#
#color(white)(xoxoxoxoi)color(red)(3x^2+0x-3)#

The first term of the new function #(3x^2)# is divided by first term of dividend, similar to the first division. The quotient is again multiplied by all terms of dividend and subtracted from the new function. The remaining terms are again dropped down.

#color(white)(xoxoxo)x^2+3x#
#x+2 sqrt(x^3+5x^2+0x-3)#
#color(white)(xoi)-ul((x^3+2x^2))color(white)(x)darrcolor(white)(xi)darr#
#color(white)(xoxoxoxoi)3x^2+0x-3#
#color(white)(xoxoxoi)color(red)(-ul((3x^2+6x)))color(white)(i)color(red)(darr)#
#color(white)(xoxoxoxoxox)color(red)(-6x-3)#

One more division, in the same fashion as the 2 previous ones.

#color(white)(xoxoxo)x^2+3xcolor(red)(-6)#
#x+2 sqrt(x^3+5x^2+0x-3)#
#color(white)(xoi)-ul((x^3+2x^2))color(white)(x)darrcolor(white)(xi)darr#
#color(white)(xoxoxoxo)3x^2+0x-3#
#color(white)(xoxox)-ul((3x^2+6x))color(white)(i)darr#
#color(white)(xoxoxoxoxo)-6x-3#
#color(white)(xoxoxoxo)color(red)(-ul((-6x-12)))#
#color(white)(xoxoxoxoxoxoxoxi)color(red)(9)#

When the remaining difference is a term with no #x# term, you perform the final step, which is to write this number divided by the divisor, and to append it to the existing quotient. This is the remainder.

#x^2+3x-6+color(red)(9/(x+2)),x!=-2#

This is the final answer.