How do you divide #(x^2-5x-12)div(x-3)#?
↳Redirected from
"How do I change #int_0^1int_0^sqrt(1-x^2)int_sqrt(x^2+y^2)^sqrt(2-x^2-y^2)xydzdydx# to cylindrical or spherical coordinates?"
#(x^2-5x-12)div(x-3) = (x-2) " rem "-18#
This can also be written as
#(x^2-5x-12)div(x-3) = (x-2) - 18/(x-3)#
The algebraic long division follows the same method as arithmetic long division...
#("dividend")/("divisor") = "quotient"#
-
Write the dividend in the 'box' making sure that the indices are in descending powers of x.
-
Divide the first term in divisor into the term in the dividend with the highest index. Write the answer at the top,
-
Multiply it by BOTH terms of the divisor at the side
-
Subtract - remember to change signs
-
Bring down the next term
Repeat steps 2 to 5
#color(white)(xxxxxxxxxx)color(red)(x)color(blue)(-2) " "rem -18#
#color(white)(x)x-3 |bar( x^2 -5x -12)" "larr x^2divx = color(red)(x)#
#color(white)(xxxxxx)ul(color(red)(x^2-3x))" "darr" "larr# subtract (change signs)
#color(white)(xxxxxxxx) -2x-12""larr# bring down the -12,#-2x div x = color(blue)(-2)#
#color(white)(xxxxxxxx.)ul(color(blue)(-2x+6))" "larr# subtract (change signs)
#color(white)(xxxxxxxxxxx)-18 " "larr#remainder
#(x^2-5x-12)div(x-3) = (x-2) " rem "-18#
This can also be written as
#(x^2-5x-12)div(x-3) = (x-2) - 18/(x-3)#