Dividing by a Monomial
The fourth arithmetic operation is division, the inverse of multiplication. Division of polynomials isn’t much different from division of numbers. Let’s start with dividing a monomial A polynomial with exactly one term. `4x`, `-5y^2`, and `6` are all examples of monomials. by another monomial, which is the basis for dividing a polynomial by a monomial.
When you multiply two monomials, you multiply the coefficients together and then you multiply the variables together. Similarly, when dividing monomials, you divide the coefficients and then divide variables. When there are exponents with the same base, the law of exponents says you divide by subtracting the exponents. Consider this example:
Example |
||
Problem |
Divide. `(10y^5)/(2y^2)` |
|
|
`(10/2)(y^5/y^2)` |
Group the monomial into numerical and variable factors. |
|
`5(y^(5-2))` |
Divide the coefficients, and divide the variables by subtracting the exponents of each `y` term. |
Answer |
`(10y^5)/(2y^2)=5y^3` |
|
Here’s another example:
Example |
||
Problem |
A rectangle has an area of `8x^2` and a length of `4x`. Find the width of the rectangle using the formula: `text (Area)/text (length) = text (width)` |
|
|
`(8x^2)/(4x)` |
Substitute known values. |
|
`2x^(2-1)` |
Divide coefficients, and divide the variables by subtracting the exponents of each `x` term. |
|
`2x` |
|
Answer |
`text(width) = 2x text ( units)` |
|
Sometimes division requires simplification.
Example |
||
Problem |
Divide. `(-6r^3)/(4r^4)` |
|
|
`((-6)/4)(r^3/r^4)` |
Group the monomial into numerical and variable factors. |
|
`((-3)/2)(r^3/r^4)` |
Simplify `((-6)/4)` to `((-3)/2)`. |
|
`(-3)/2r^-1` |
Divide the variables by subtracting the exponents of `r`. Note that the variable has a negative exponent. |
|
`(-3)/2*1/r` |
Simplify `r^-1` by rewriting it as the inverse of `r`. |
|
`(-3)/(2r)` |
Multiply. |
Answer |
`(-6r^3)/(4r^4)=(-3)/(2r)` |
|
Remember that a term is not considered simplified if it contains a negative exponent; this is why `(-3)/2r^-1` was rewritten as `(-3)/(2r)`.
Divide: `(22x^4)/(2x)`
A) `11x^4`
B) `22x^3`
C) `11x^3`
D) `22x^4`
|
The distributive property states that you can distribute a factor that is being multiplied by a sum or difference, and likewise you can distribute a divisor that is being divided into a sum or difference (as division can be changed to multiplication.)
`(8+4+10)/2=22/2=11`
Or you can distribute the `2`, and divide each term by `2`.
`8/2+4/2+10/2=4+2+5=11`
Let’s try something similar with a polynomial.
Example |
||
Problem |
Divide. `(14x^3-6x^2+2x)/(2x)` |
|
|
`(14x^3)/(2x)-(6x^2)/(2x)+(2x)/(2x)` |
Distribute `2x` over the polynomial by dividing each term by `2x`. |
|
`7x^2-3x+1` |
Divide each term, a monomial divided by another monomial. |
Answer |
`(14x^3-6x^2+2x)/(2x)=7x^2-3x+1` |
|
Let’s try one more example. Watch the signs.
Example |
||
Problem |
Divide. `(27y^4+6y^2-18)/(-6y)` |
|
|
`(27y^4)/(-6y)+(6y^2)/(-6y)-(18)/(-6y)` |
Divide each term in the polynomial by the monomial. |
|
`-9/2y^3-y+3y^-1` |
Simplify. Remember that `18` can be written as `18y^0`. So the exponents are `0 - 1 = -1`. |
|
`-9/2y^3-y+3/y` |
Write the final answer without any negative exponents. |
Answer |
`(27y^4+6y^2-18)/(-6y)=-9/2y^3-y+3/y` |
|
Divide: `(30t^4-10t^3+t^2-20)/(10t^2)`
A) `3t^2-t+1/10-2/t^2`
B) `3t^2-10t^3+t^2-20`
C) `30t^2-10t^3-20`
D) `3t^8-t^6+1/10-20t^2`
|
To divide a monomial by a monomial, divide the coefficients (or simplify them as you would a fraction) and divide the variables with like bases by subtracting their exponents. To divide a polynomial by a monomial, divide each term of the polynomial by the monomial. Be sure to watch the signs! Final answers should be written without any negative exponents.