Skip to main content
Mathematics LibreTexts

1.6: Polynomials and Their Operations

  • Page ID
    6231
    • Anonymous
    • LibreTexts
    \( \newcommand{\vecs}[1]{\overset { \scriptstyle \rightharpoonup} {\mathbf{#1}} } \) \( \newcommand{\vecd}[1]{\overset{-\!-\!\rightharpoonup}{\vphantom{a}\smash {#1}}} \)\(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\) \(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\)\(\newcommand{\AA}{\unicode[.8,0]{x212B}}\)

    Learning Objectives

    • Identify a polynomial and determine its degree.
    • Add and subtract polynomials.
    • Multiply and divide polynomials.

    Definitions

    A polynomial112 is a special algebraic expression with terms that consist of real number coefficients and variable factors with whole number exponents. Some examples of polynomials follow:

    \(3 x ^ { 2 }\) \(7 x y + 5\) \(\frac { 3 } { 2 } x ^ { 3 } + 3 x ^ { 2 } - \frac { 1 } { 2 } x + 1\) \(6 x ^ { 2 } y - 4 x y ^ { 3 } + 7\)
    Table \(\PageIndex{1}\)

    The degree of a term113 in a polynomial is defined to be the exponent of the variable, or if there is more than one variable in the term, the degree is the sum of their exponents. Recall that \(x^{0} = 1\); any constant term can be written as a product of \(x^{0}\) and itself. Hence the degree of a constant term is \(0\).

    Term Degree
    \(3 x ^ { 2 }\) \(2\)
    \(6 x ^ { 2 } y\) \(2+1=3\)
    \(7 a ^ { 2 } b ^ { 3 }\) \(2+3=5\)
    \(8\) \(0\), since \(8 = 8x^{0}\)
    \(2x\) \(1\), since \(2x=2x^{1}\)
    Table \(\PageIndex{2}\)

    The degree of a polynomial114 is the largest degree of all of its terms.

    Polynomial Degree
    \(4 x ^ { 5 } - 3 x ^ { 3 } + 2 x - 1\) \(5\)
    \(6 x ^ { 2 } y - 5 x y ^ { 3 } + 7\) \(4\), because \(5xy^{3}\) has degree \(4\).
    \(\frac { 1 } { 2 } x + \frac { 5 } { 4 }\) \(1\), because \(\frac{1}{2}x = \frac{1}{2}x^{1}\)
    Table \(\PageIndex{3}\)

    Of particular interest are polynomials with one variable115, where each term is of the form \(a_{n}x^{n}\). Here \(a_{n}\) is any real number and \(n\) is any whole number. Such polynomials have the standard form:

    \(a _ { n } x ^ { n } + a _ { n - 1 } x ^ { n - 1 } + \cdots + a _ { 1 } x + a _ { 0 }\)

    Typically, we arrange terms of polynomials in descending order based on the degree of each term. The leading coefficient116 is the coefficient of the variable with the highest power, in this case, \(a_{n}\).

    Example \(\PageIndex{1}\):

    Write in standard form: \(3 x - 4 x ^ { 2 } + 5 x ^ { 3 } + 7 - 2 x ^ { 4 }\).

    Solution

    Since terms are defined to be separated by addition, we write the following:

    \(\begin{array} { l } { 3 x - 4 x ^ { 2 } + 5 x ^ { 3 } + 7 - 2 x ^ { 4 } } \\ { = 3 x + ( - 4 ) x ^ { 2 } + 5 x ^ { 3 } + 7 + ( - 2 ) x ^ { 4 } } \end{array}\)

    In this form, we can see that the subtraction in the original corresponds to negative coefficients. Because addition is commutative, we can write the terms in descending order based on the degree as follows:

    \(\begin{array} { l } { = ( - 2 ) x ^ { 4 } + 5 x ^ { 3 } + ( - 4 ) x ^ { 2 } + 3 x + 7 } \\ { = - 2 x ^ { 4 } + 5 x ^ { 3 } - 4 x ^ { 2 } + 3 x + 7 } \end{array}\)

    Answer:

    \(- 2 x ^ { 4 } + 5 x ^ { 3 } - 4 x ^ { 2 } + 3 x + 7\)

    We classify polynomials by the number of terms and the degree:

    Expression Classification Degree
    \(5x^{7}\) Monomial117 (one term) \(7\)
    \(8x^{6}-1\) Binomial118 (two terms) \(6\)
    \(-3x^{2} +x-1\) Trinomial119 (three terms) \(2\)
    \(5 x ^ { 3 } - 2 x ^ { 2 } + 3 x - 6\) Polynomial (many terms) \(3\)
    Table \(\PageIndex{4}\)

    We can further classify polynomials with one variable by their degree:

    Polynomial Name
    \(5\) Constant120 (degree \(0\))
    \(2x+1\) Linear121 (degree \(1\))
    \(3 x ^ { 2 } + 5 x - 3\) Quadratic122 (degree \(2\))
    \(x ^ { 3 } + x ^ { 2 } + x + 1\) Cubic123 (degree \(3\))
    \(7 x ^ { 4 } + 3 x ^ { 3 } - 7 x + 8\) Fourth-degree polynomial
    Table \(\PageIndex{5}\)

    In this text, we call any polynomial of degree \(n ≥ 4\) an \(n\)th-degree polynomial. In other words, if the degree is \(4\), we call the polynomial a fourth-degree polynomial. If the degree is \(5\), we call it a fifth-degree polynomial, and so on.

    Example \(\PageIndex{2}\)

    State whether the following polynomial is linear or quadratic and give the leading coefficient: \(25 + 4 x - x ^ { 2 }\).

    Solution

    The highest power is \(2\); therefore, it is a quadratic polynomial. Rewriting in standard form we have

    \(- x ^ { 2 } + 4 x + 25\)

    Here \(- x ^ { 2 } = - 1 x ^ { 2 }\) and thus the leading coefficient is \(−1\).

    Answer:

    Quadratic; leading coefficient: \(−1\)

    Adding and Subtracting Polynomials

    We begin by simplifying algebraic expressions that look like \(+ (a + b)\) or \(− (a + b)\). Here, the coefficients are actually implied to be \(+1\) and \(−1\) respectively and therefore the distributive property applies. Multiply each term within the parentheses by these factors as follows:

    \(\begin{array} { l } { + ( a + b ) = + 1 ( a + b ) = ( + 1 ) a + ( + 1 ) b = a + b } \\ { - ( a + b ) = - 1 ( a + b ) = ( - 1 ) a + ( - 1 ) b = - a - b } \end{array}\)

    Use this idea as a means to eliminate parentheses when adding and subtracting polynomials.

    Example \(\PageIndex{3}\):

    Add: \(9 x ^ { 2 } + \left( x ^ { 2 } - 5 \right)\).

    Solution

    The property \(+ (a + b) = a + b\) allows us to eliminate the parentheses, after which we can then combine like terms.

    \(\begin{aligned} 9 x ^ { 2 } + \left( x ^ { 2 } - 5 \right) & = 9 x ^ { 2 } + x ^ { 2 } - 5 \\ & = 10 x ^ { 2 } - 5 \end{aligned}\)

    Answer:

    \(10x^{2} − 5\)

    Example \(\PageIndex{4}\):

    Add: \(\left( 3 x ^ { 2 } y ^ { 2 } - 4 x y + 9 \right) + \left( 2 x ^ { 2 } y ^ { 2 } - 6 x y - 7 \right)\).

    Solution

    Remember that the variable parts have to be exactly the same before we can add the coefficients.

    \(\begin{array} { l } { \left( 3 x ^ { 2 } y ^ { 2 } - 4 x y + 9 \right) + \left( 2 x ^ { 2 } y ^ { 2 } - 6 x y - 7 \right) } \\ { = \color{Cerulean}{\underline{ 3 x ^ { 2 } y ^ { 2 }}} \color{Black}{-} \color{OliveGreen}{\underline{\underline {4 x y}}} \color{Black}{+ \underline{\underline{\underline{9}}}} + \color{Cerulean}{\underline{2 x ^ { 2 } y ^ { 2 }}} \color{Black}{-} \color{OliveGreen}{\underline{\underline {6 x y}}} \color{Black} {- \underline{\underline{\underline{7}}}}} \\ { = 5 x ^ { 2 } y ^ { 2 } - 10 x y + 2 } \end{array}\)

    Answer:

    \(5 x ^ { 2 } y ^ { 2 } - 10 x y + 2\)

    When subtracting polynomials, the parentheses become very important.

    Example \(\PageIndex{5}\):

    Subtract: \(4 x ^ { 2 } - \left( 3 x ^ { 2 } + 5 x \right)\).

    Solution

    The property \(− (a + b) = −a − b\) allows us to remove the parentheses after subtracting each term.

    \(\begin{aligned} 4 x ^ { 2 } - \left( 3 x ^ { 2 } + 5 x \right) & = 4 x ^ { 2 } - 3 x ^ { 2 } - 5 x \\ & = x ^ { 2 } - 5 x \end{aligned}\)

    Answer:

    \(x^{2} − 5x\)

    Subtracting a quantity is equivalent to multiplying it by \(−1\).

    Example \(\PageIndex{6}\):

    Subtract: \(\left( 3 x ^ { 2 } - 2 x y + y ^ { 2 } \right) - \left( 2 x ^ { 2 } - x y + 3 y ^ { 2 } \right)\).

    Solution

    Distribute the \(−1\), remove the parentheses, and then combine like terms. Multiplying the terms of a polynomial by \(−1\) changes all the signs.

    19157971f267dfed73125fabab9d74ae.png
    Figure \(\PageIndex{1}\)

    \(\begin{array} { l } { = 3 x ^ { 2 } - 2 x y + y ^ { 2 } - 2 x ^ { 2 } + x y - 3 y ^ { 2 } } \\ { = x ^ { 2 } - x y - 2 y ^ { 2 } } \end{array}\)

    Answer:

    \(x^{2} − xy − 2y^{2}\)

    Exercise \(\PageIndex{1}\)

    Subtract: \(\left( 7 a ^ { 2 } - 2 a b + b ^ { 2 } \right) - \left( a ^ { 2 } - 2 a b + 5 b ^ { 2 } \right)\).

    Answer

    \(6 a ^ { 2 } - 4 b ^ { 2 }\)

    www.youtube.com/v/IDtREB_PQ3A

    Multiplying Polynomials

    Use the product rule for exponents, \(x ^ { m } \cdot x ^ { n } = x ^ { m + n }\), to multiply a monomial times a polynomial. In other words, when multiplying two expressions with the same base, add the exponents. To find the product of monomials, multiply the coefficients and add the exponents of variable factors with the same base. For example,

    \(\begin{aligned} 7 x ^ { 4 } \cdot 8 x ^ { 3 } & = 7 \cdot 8 \cdot x ^ { 4 } \cdot x ^ { 3 } \color{Cerulean} { Commutative \:property } \\ & = 56 x ^ { 4 + 3 } \quad\quad \color {Cerulean} { Product \:rule \:for \:exponents } \\ & = 56 x ^ { 7 } \end{aligned}\)

    To multiply a polynomial by a monomial, apply the distributive property, and then simplify each term.

    Example \(\PageIndex{7}\):

    Multiply: \(5 x y ^ { 2 } \left( 2 x ^ { 2 } y ^ { 2 } - x y + 1 \right)\).

    Solution

    Apply the distributive property and then simplify.

    2603f8e94a90164b1620a009c51f7eaf.png
    Figure \(\PageIndex{2}\)

    \(\begin{array} { l } { = \color{Cerulean}{5 x y ^ { 2 }} \color{Black}{\cdot} 2 x ^ { 2 } y ^ { 2 } - \color{Cerulean}{5 x y ^ { 2 }}\color{Black}{ \cdot} x y + \color{Cerulean}{5 x y ^ { 2 }} \color{Black}{ \cdot 1 }} \\ { = 10 x ^ { 3 } y ^ { 4 } - 5 x ^ { 2 } y ^ { 3 } + 5 x y ^ { 2 } } \end{array}\)

    Answer:

    \(10 x ^ { 3 } y ^ { 4 } - 5 x ^ { 2 } y ^ { 3 } + 5 x y ^ { 2 }\)

    To summarize, multiplying a polynomial by a monomial involves the distributive property and the product rule for exponents. Multiply all of the terms of the polynomial by the monomial. For each term, multiply the coefficients and add exponents of variables where the bases are the same.

    In the same manner that we used the distributive property to distribute a monomial, we use it to distribute a binomial.

    \(\begin{aligned} \color{Cerulean}{( a + b )}\color{Black}{ ( c + d )} & = \color{Cerulean}{( a + b )}\color{Black}{ \cdot} c + \color{Cerulean}{( a + b )}\color{Black}{ \cdot} d \\ & = a c + b c + a d + b d \\ & = a c + a d + b c + b d \end{aligned}\)

    Here we apply the distributive property multiple times to produce the final result. This same result is obtained in one step if we apply the distributive property to \(a\) and \(b\) separately as follows:

    7be734ec5c654af428357e9bd13b2a08.png
    Figure \(\PageIndex{3}\)

    This is often called the FOIL method. Multiply the first, outer, inner, and then last terms.

    Example \(\PageIndex{8}\):

    Multiply: \(( 6 x - 1 ) ( 3 x - 5 )\).

    Solution

    Distribute \(6x\) and \(−1\) and then combine like terms.

    \(\begin{aligned} ( 6 x - 1 ) ( 3 x - 5 ) & = \color{Cerulean}{6 x}\color{Black}{ \cdot} 3 x - \color{Cerulean}{6 x}\color{Black}{ \cdot} 5 + ( \color{OliveGreen}{- 1}\color{Black}{ )} \cdot 3 x - ( \color{OliveGreen}{- 1}\color{Black}{ )} \cdot 5 \\ & = 18 x ^ { 2 } - 30 x - 3 x + 5 \\ & = 18 x ^ { 2 } - 33 x + 5 \end{aligned}\)

    Answer:

    \(18 x ^ { 2 } - 33 x + 5\)

    Consider the following two calculations:

    \(\begin{aligned} ( a + b ) ^ { 2 } & = ( a + b ) ( a + b ) \\ & = a ^ { 2 } + a b + b a + b ^ { 2 } \\ & = a ^ { 2 } + a b + a b + b ^ { 2 } \\ & = a ^ { 2 } + 2 a b + b ^ { 2 } \end{aligned}\) \(\begin{aligned} ( a - b ) ^ { 2 } & = ( a - b ) ( a - b ) \\ & = a ^ { 2 } - a b - b a + b ^ { 2 } \\ & = a ^ { 2 } - a b - a b + b ^ { 2 } \\ & = a ^ { 2 } - 2 a b + b ^ { 2 } \end{aligned}\)
    Table \(\PageIndex{6}\)

    This leads us to two formulas that describe perfect square trinomials124:

    \(\begin{array} { l } { ( a + b ) ^ { 2 } = a ^ { 2 } + 2 a b + b ^ { 2 } } \\ { ( a - b ) ^ { 2 } = a ^ { 2 } - 2 a b + b ^ { 2 } } \end{array}\)

    We can use these formulas to quickly square a binomial.

    Example \(\PageIndex{9}\):

    Multiply: \((3x+5)^{2}\)

    Solution

    Here \(a=3x\) and \(b=5\). Apply the formula:

    6f9efdeb4dd8ce181d4304e3f8ada495.png
    Figure \(\PageIndex{4}\)

    Answer:

    \(9 x ^ { 2 } + 30 x + 25\)

    This process should become routine enough to be performed mentally. Our third special product follows:

    \(\begin{aligned} ( a + b ) ( a - b ) & = a ^ { 2 } - a b + b a - b ^ { 2 } \\ & = a ^ { 2 } \color{red}{- a b + a b}\color{Black}{ -} b ^ { 2 } \\ & = a ^ { 2 } - b ^ { 2 } \end{aligned}\)

    This product is called difference of squares125:

    \(( a + b ) ( a - b ) = a ^ { 2 } - b ^ { 2 }\)

    The binomials \((a + b)\) and \((a − b)\) are called conjugate binomials126. When multiplying conjugate binomials the middle terms are opposites and their sum is zero; the product is itself a binomial.

    Example \(\PageIndex{10}\):

    Multiply: \((3xy + 1) (3xy − 1)\).

    Solution

    \(\begin{aligned} ( 3 x y + 1 ) ( 3 x y - 1 ) & = ( 3 x y ) ^ { 2 } - 3 x y + 3 x y - 1 ^ { 2 } \\ & = 9 x ^ { 2 } y ^ { 2 } - 1 \end{aligned}\)

    Answer:

    \(9x^{2}y^{2} − 1\)

    Exercise \(\PageIndex{2}\)

    Multiply: \(\left( x ^ { 2 } + 5 y ^ { 2 } \right) \left( x ^ { 2 } - 5 y ^ { 2 } \right)\).

    Answer

    \(\left( x ^ { 4 } - 25 y ^ { 4 } \right)\)

    www.youtube.com/v/p7R3FdPp6_s

    Example \(\PageIndex{11}\):

    Multiply: \((5x − 2)^{3}\).

    Solution

    Here we perform one product at a time.

    94bf5b5472fe2ef54e090df103f39d85.png
    Figure \(\PageIndex{5}\)

    Answer:

    \(125x^{2} − 150x^{2} + 60x − 8\)

    Dividing Polynomials

    Use the quotient rule for exponents, \(\frac { x ^ { m } } { x ^ { n } } = x ^ { m - n }\), to divide a polynomial by a monomial. In other words, when dividing two expressions with the same base, subtract the exponents. In this section, we will assume that all variables in the denominator are nonzero.

    Example \(\PageIndex{12}\):

    Divide: \(\frac { 24 x ^ { 7 } y ^ { 5 } } { 8 x ^ { 3 } y ^ { 2 } }\).

    Solution

    Divide the coefficients and apply the quotient rule by subtracting the exponents of the like bases.

    \(\begin{aligned} \frac { 24 x ^ { 7 } y ^ { 5 } } { 8 x ^ { 3 } y ^ { 2 } } & = \frac { 24 } { 8 } x ^ { 7 - 3 } y ^ { 5 - 2 } \\ & = 3 x ^ { 4 } y ^ { 3 } \end{aligned}\)

    Answer:

    \(3 x ^ { 4 } y ^ { 3 }\)

    When dividing a polynomial by a monomial, we may treat the monomial as a common denominator and break up the fraction using the following property:

    \(\frac { a + b } { c } = \frac { a } { c } + \frac { b } { c }\)

    Applying this property will result in terms that can be treated as quotients of monomials.

    Example \(\PageIndex{13}\):

    Divide: \(\frac { - 5 x ^ { 4 } + 25 x ^ { 3 } - 15 x ^ { 2 } } { 5 x ^ { 2 } }\).

    Solution

    Break up the fraction by dividing each term in the numerator by the monomial in the denominator, and then simplify each term.

    \(\begin{aligned} \frac { - 5 x ^ { 4 } + 25 x ^ { 3 } - 15 x ^ { 2 } } { 5 x ^ { 2 } } & = - \frac { 5 x ^ { 4 } } { 5 x ^ { 2 } } + \frac { 25 x ^ { 3 } } { 5 x ^ { 2 } } - \frac { 15 x ^ { 2 } } { 5 x ^ { 2 } } \\ & = - \frac { 5 } { 5 } x ^ { 4 - 2 } + \frac { 25 } { 5 } x ^ { 3 - 2 } - \frac { 15 } { 5 } x ^ { 2 - 2 } \\ & = - 1 x ^ { 2 } + 5 x ^ { 1 } - 3 x ^ { 0 } \\ & = - x ^ { 2 } + 5 x - 3 \cdot 1 \end{aligned}\)

    Answer:

    \(- x ^ { 2 } + 5 x - 3\)

    We can check our division by multiplying our answer, the quotient, by the monomial in the denominator, the divisor, to see if we obtain the original numerator, the dividend.

    \({\frac{Dividend}{Divisor}=Quotient}\) \(\frac { - 5 x ^ { 4 } + 25 x ^ { 3 } - 15 x ^ { 2 } } { 5 x ^ { 2 } } = - x ^ { 2 } + 5 x-3\)
    or or
    \(Dividend = Divisor\cdot Quotient\) \(- 5 x ^ { 4 } + 25 x ^ { 3 } - 15 x ^ { 2 } = 5 x ^ { 2 } ( - x ^ { 2 } + 5x-3)\)
    Table \(\PageIndex{7}\)

    The same technique outlined for dividing by a monomial does not work for polynomials with two or more terms in the denominator. In this section, we will outline a process called polynomial long division127, which is based on the division algorithm for real numbers. For the sake of clarity, we will assume that all expressions in the denominator are nonzero.

    Example \(\PageIndex{14}\):

    Divide \(\frac { x ^ { 3 } + 3 x ^ { 2 } - 8 x - 4 } { x - 2 }\):

    Solution

    Here \(x−2\) is the divisor and \(x ^ { 3 } + 3 x ^ { 2 } - 8 x - 4\) is the dividend. To determine the first term of the quotient, divide the leading term of the dividend by the leading term of the divisor.

    597c1846212bb42a41ee60d1ea564951.png
    Figure \(\PageIndex{6}\)

    Multiply the first term of the quotient by the divisor, remembering to distribute, and line up like terms with the dividend.

    5d4e3953ce01091edb8660ea2cbbcd05.png
    Figure \(\PageIndex{7}\)

    Subtract the resulting quantity from the dividend. Take care to subtract both terms.

    59834d557ea8a06825dbda67dbb2956b.png
    Figure \(\PageIndex{8}\)

    Bring down the remaining terms and repeat the process.

    8e8f8648f001e0f2ebe3d06303378e50.png Figure \(\PageIndex{9}\)

    Notice that the leading term is eliminated and that the result has a degree that is one less. The complete process is illustrated below:

    12ac7ce3d68c9c0bc218027f83ce92f0.png
    Figure \(\PageIndex{10}\)

    Polynomial long division ends when the degree of the remainder is less than the degree of the divisor. Here, the remainder is \(0\). Therefore, the binomial divides the polynomial evenly and the answer is the quotient shown above the division bar.

    \(\frac { x ^ { 3 } + 3 x ^ { 2 } - 8 x - 4 } { x - 2 } = x ^ { 2 } + 5 x + 2\)

    To check the answer, multiply the divisor by the quotient to see if you obtain the dividend as illustrated below:

    \(x ^ { 3 } + 3 x ^ { 2 } - 8 x - 4 = ( x - 2 ) \left( x ^ { 2 } + 5 x + 2 \right)\)

    This is left to the reader as an exercise.

    Answer:

    \(x ^ { 2 } + 5 x + 2\)

    Next, we demonstrate the case where there is a nonzero remainder.

    e7aecc5db5f3a690ad915a7012bd1474.png
    Figure \(\PageIndex{11}\)

    Just as with real numbers, the final answer adds to the quotient the fraction where the remainder is the numerator and the divisor is the denominator. In general, when dividing we have:

    \(\frac{Dividend}{Divisor}=\color{Cerulean}{Quotient}\color{Black}{+}\frac{\color{OliveGreen}{Remainder}}{\color{Black}{Divisor}}\)

    If we multiply both sides by the divisor we obtain,

    \(Dividend=\color{Cerulean}{Quotient}\color{Black}{\times}Divisor +\color{OliveGreen}{Remainder}\)

    Example \(\PageIndex{15}\):

    Divide: \(\frac { 6 x ^ { 2 } - 5 x + 3 } { 2 x - 1 }\).

    Solution

    Since the denominator is a binomial, begin by setting up polynomial long division.

    907e3b78b0543ab03b8e48c0db9fc92a.png
    Figure \(\PageIndex{12}\)

    To start, determine what monomial times \(2x−1\) results in a leading term \(6x^{2}\).This is the quotient of the given leading terms: \((6x^{2})÷(2x)=3x\). Multiply \(3x\) times the divisor \(2x−1\), and line up the result with like terms of the dividend.

    0bf0959dce4e14a83cd7c030a7415b9d.png
    Figure \(\PageIndex{13}\)

    Subtract the result from the dividend and bring down the constant term \(+3\).

    6637d797c48b15341303c31af6093ade.png
    Figure \(\PageIndex{14}\)

    Subtracting eliminates the leading term. Multiply \(2x−1\) by \(−1\) and line up the result.

    e197703db2295db06f984ba307bcf5c2.png
    Figure \(\PageIndex{15}\)

    Subtract again and notice that we are left with a remainder.

    da6de19c485bfb98d24aee7dbea7dae9.png
    Figure \(\PageIndex{16}\)

    The constant term \(2\) has degree \(0\) and thus the division ends. Therefore,

    \(\frac { 6 x ^ { 2 } - 5 x + 3 } { 2 x - 1 } = \color{Cerulean}{3 x - 1}\color{Black}{ +} \frac { \color{OliveGreen}{2} } {\color{Black}{ 2 x - 1} }\)

    To check that this result is correct, we multiply as follows:

    \(\begin{aligned} \color{Cerulean}{ {quotient }}\color{Black}{ \times} divisor + \color{OliveGreen} {remainder} & \color{Black}{=} \color{Cerulean}{( 3 x - 1 )}\color{Black}{ (} 2 x - 1 ) + \color{OliveGreen}{2} \\ & = 6 x ^ { 2 } - 3 x - 2 x + 1 + 2 \\ & = 6 x ^ { 2 } - 5 x + 2 = dividend\:\: \color{Cerulean}{✓} \end{aligned} \)

    Answer:

    \(3 x - 1 + \frac { 2 } { 2 x - 1 }\)

    Occasionally, some of the powers of the variables appear to be missing within a polynomial. This can lead to errors when lining up like terms. Therefore, when first learning how to divide polynomials using long division, fill in the missing terms with zero coefficients, called placeholders128.

    Example \(\PageIndex{16}\):

    Divide: \(\frac { 27 x ^ { 3 } + 64 } { 3 x + 4 }\).

    Solution

    Notice that the binomial in the numerator does not have terms with degree \(2\) or \(1\). The division is simplified if we rewrite the expression with placeholders:

    \(27 x ^ { 3 } + 64 = 27 x ^ { 3 } + \color{OliveGreen}{0 x ^ { 2 }}\color{Black}{ +}\color{OliveGreen}{ 0 x}\color{Black}{ +} 64\)

    Set up polynomial long division:

    3580ae29e84dc2142822da2ab8c2e345.png
    Figure \(\PageIndex{17}\)

    We begin with 27x3÷3x=9x2 and work the rest of the division algorithm.

    c1b11a0e625faf8dfcc54428eb1b21e5.png
    Figure \(\PageIndex{18}\)

    Answer:

    \(9 x ^ { 2 } - 12 x + 16\)

    Example \(\PageIndex{17}\):

    Divide: \(\frac { 3 x ^ { 4 } - 2 x ^ { 3 } + 6 x ^ { 2 } + 23 x - 7 } { x ^ { 2 } - 2 x + 5 }\).

    Solution

    179294b59c7365cd517ffacf1e4e7086.png
    Figure \(\PageIndex{19}\)

    Begin the process by dividing the leading terms to determine the leading term of the quotient \(3x^{4}÷x^{2}=\color{Cerulean}{3x^{2}}\). Take care to distribute and line up the like terms. Continue the process until the remainder has a degree less than \(2\).

    6712e898302af732f5e899c4fc6abc3b.png
    Figure \(\PageIndex{20}\)

    The remainder is \(x−2\). Write the answer with the remainder:

    \(\frac { 3 x ^ { 4 } - 2 x ^ { 3 } + 6 x ^ { 2 } + 23 x - 7 } { x ^ { 2 } - 2 x + 5 } = 3 x ^ { 2 } + 4 x - 1 + \frac { x - 2 } { x ^ { 2 } - 2 x + 5 }\)

    Answer:

    \(3 x ^ { 2 } + 4 x - 1 + \frac { x - 2 } { x ^ { 2 } - 2 x + 5 }\)

    Polynomial long division takes time and practice to master. Work lots of problems and remember that you may check your answers by multiplying the quotient by the divisor (and adding the remainder if present) to obtain the dividend.

    Exercise \(\PageIndex{3}\)

    Divide: \(\frac { 6 x ^ { 4 } - 13 x ^ { 3 } + 9 x ^ { 2 } - 14 x + 6 } { 3 x - 2 }\).

    Answer

    \(2 x ^ { 3 } - 3 x ^ { 2 } + x - 4 - \frac { 2 } { 3 x - 2 }\)

    www.youtube.com/v/K9NRVMreKAQ

    Key Takeaways

    • Polynomials are special algebraic expressions where the terms are the products of real numbers and variables with whole number exponents.
    • The degree of a polynomial with one variable is the largest exponent of the variable found in any term. In addition, the terms of a polynomial are typically arranged in descending order based on the degree of each term.
    • When adding polynomials, remove the associated parentheses and then combine like terms. When subtracting polynomials, distribute the \(−1\), remove the parentheses, and then combine like terms.
    • To multiply polynomials apply the distributive property; multiply each term in the first polynomial with each term in the second polynomial. Then combine like terms.
    • When dividing by a monomial, divide all terms in the numerator by the monomial and then simplify each term.
    • When dividing a polynomial by another polynomial, apply the division algorithm.

    Exercise \(\PageIndex{4}\)

    Write the given polynomials in standard form.

    1. \(1 − x − x^{2}\)
    2. \(y − 5 + y^{2}\)
    3. \(y − 3y^{2} + 5 − y^{3}\)
    4. \(8 − 12a^{2} + a^{3} − a\)
    5. \(2 − x^{2} + 6x − 5x^{3} + x^{4}\)
    6. \(a^{3} − 5 + a^{2} + 2a^{4} − a^{5} + 6a\)
    Answer

    1. \(- x ^ { 2 } - x + 1\)

    3. \(- y ^ { 3 } - 3 y ^ { 2 } + y + 5\)

    5. \(x ^ { 4 } - 5 x ^ { 3 } - x ^ { 2 } + 6 x + 2\)

    Exercise \(\PageIndex{5}\)

    Classify the given polynomial as a monomial, binomial, or trinomial and state the degree.

    1. \(x^{2} − x + 2\)
    2. \(5 − 10x^{3}\)
    3. \(x^{2}y^{2} + 5xy − 6\)
    4. \(−2x^{3}y^{2}\)
    5. \(x^{4} − 1\)
    6. \(5\)
    Answer

    1. 7. Trinomial; degree \(2\)

    3. Trinomial; degree \(4\)

    5. Binomial; degree \(4\)

    Exercise \(\PageIndex{6}\)

    State whether the polynomial is linear or quadratic and give the leading coefficient.

    1. \(1 − 9x^{2}\)
    2. \(10x^{2}\)
    3. \(2x − 3\)
    4. \(100x\)
    5. \(5x^{2} + 3x − 1\)
    6. \(x − 1\)
    7. \(x − 6 − 2x^{2}\)
    8. \(1 − 5x\)
    Answer

    1. Quadratic, \(−9\)

    3. Linear, \(2\)

    5. Quadratic, \(5\)

    7. Quadratic, \(−2\)

    Exercise \(\PageIndex{7}\)

    1. \(\left( 5 x ^ { 2 } - 3 x - 2 \right) + \left( 2 x ^ { 2 } - 6 x + 7 \right)\)
    2. \(\left( x ^ { 2 } + 7 x - 12 \right) + \left( 2 x ^ { 2 } - x + 3 \right)\)
    3. \(\left( x ^ { 2 } + 5 x + 10 \right) + \left( x ^ { 2 } - 10 \right)\)
    4. \(\left( x ^ { 2 } - 1 \right) + ( 4 x + 2 )\)
    5. \(\left( 10 x ^ { 2 } + 3 x - 2 \right) - \left( x ^ { 2 } - 6 x + 1 \right)\)
    6. \(\left( x ^ { 2 } - 3 x - 8 \right) - \left( 2 x ^ { 2 } - 3 x - 8 \right)\)
    7. \(\left( \frac { 2 } { 3 } x ^ { 2 } + \frac { 3 } { 4 } x - 1 \right) - \left( \frac { 1 } { 6 } x ^ { 2 } + \frac { 5 } { 2 } x - \frac { 1 } { 2 } \right)\)
    8. \(\left( \frac { 4 } { 5 } x ^ { 2 } - \frac { 5 } { 8 } x + \frac { 10 } { 6 } \right) - \left( \frac { 3 } { 10 } x ^ { 2 } - \frac { 2 } { 3 } x + \frac { 3 } { 5 } \right)\)
    9. \(\left( x ^ { 2 } y ^ { 2 } + 7 x y - 5 \right) - \left( 2 x ^ { 2 } y ^ { 2 } + 5 x y - 4 \right)\)
    10. \(\left( x ^ { 2 } - y ^ { 2 } \right) - \left( x ^ { 2 } + 6 x y + y ^ { 2 } \right)\)
    11. \(\left( a ^ { 2 } b ^ { 2 } + 5 a b - 2 \right) + ( 7 a b - 2 ) - \left( 4 - a ^ { 2 } b ^ { 2 } \right)\)
    12. \(\left( a ^ { 2 } + 9 a b - 6 b ^ { 2 } \right) - \left( a ^ { 2 } - b ^ { 2 } \right) + 7 a b\)
    13. \(\left( 10 x ^ { 2 } y - 8 x y + 5 x y ^ { 2 } \right) - \left( x ^ { 2 } y - 4 x y \right) + \left( x y ^ { 2 } + 4 x y \right)\)
    14. \(\left( 2 m ^ { 2 } n - 6 m n + 9 m n ^ { 2 } \right) - \left( m ^ { 2 } n + 10 m n \right) - m ^ { 2 } n\)
    15. \(\left( 8 x ^ { 2 } y ^ { 2 } - 5 x y + 2 \right) - \left( x ^ { 2 } y ^ { 2 } + 5 \right) + ( 2 x y - 3 )\)
    16. \(\left( x ^ { 2 } - y ^ { 2 } \right) - \left( 5 x ^ { 2 } - 2 x y - y ^ { 2 } \right) - \left( x ^ { 2 } - 7 x y \right)\)
    17. \(\left( \frac { 1 } { 6 } a ^ { 2 } - 2 a b + \frac { 3 } { 4 } b ^ { 2 } \right) - \left( \frac { 5 } { 3 } a ^ { 2 } + \frac { 4 } { 5 } b ^ { 2 } \right) + \frac { 11 } { 8 } a b\)
    18. \(\left( \frac { 5 } { 2 } x ^ { 2 } - 2 y ^ { 2 } \right) - \left( \frac { 7 } { 5 } x ^ { 2 } - \frac { 1 } { 2 } x y + \frac { 7 } { 3 } y ^ { 2 } \right) - \frac { 1 } { 2 } x y\)
    19. \(\left( x ^ { 2 n } + 5 x ^ { n } - 2 \right) + \left( 2 x ^ { 2 n } - 3 x ^ { n } - 1 \right)\)
    20. \(\left( 7 x ^ { 2 n } - x ^ { n } + 5 \right) - \left( 6 x ^ { 2 n } - x ^ { n } - 8 \right)\)
    21. Subtract \(4y − 3\) from \(y^{2} + 7y − 10\).
    22. Subtract \(x^{2} + 3x − 2\) from \(2x^{2} + 4x − 1\).
    23. A right circular cylinder has a height that is equal to the radius of the base, \(h = r\). Find a formula for the surface area in terms of \(h\).
    24. A rectangular solid has a width that is twice the height and a length that is \(3\) times that of the height. Find a formula for the surface area in terms of the height.
    Answer

    1. \(7 x ^ { 2 } - 9 x + 5\)

    3. \(2 x ^ { 2 } + 5 x\)

    5. \(9 x ^ { 2 } + 9 x - 3\)

    7. \(\frac { 1 } { 2 } x ^ { 2 } - \frac { 7 } { 4 } x - \frac { 1 } { 2 }\)

    9. \(- x ^ { 2 } y ^ { 2 } + 2 x y - 1\)

    11. \(2 a ^ { 2 } b ^ { 2 } + 12 a b - 8\)

    13. \(9 x ^ { 2 } y + 6 x y ^ { 2 }\)

    15. \(7 x ^ { 2 } y ^ { 2 } - 3 x y - 6\)

    17. \(- \frac { 3 } { 2 } a ^ { 2 } - \frac { 5 } { 8 } a b - \frac { 1 } { 20 } b ^ { 2 }\)

    19. \(- \frac { 3 } { 2 } a ^ { 2 } - \frac { 5 } { 8 } a b - \frac { 1 } { 20 } b ^ { 2 }\)

    21. \(y ^ { 2 } + 3 y - 7\)

    23. \(S A = 4 \pi h ^ { 2 }\)

    Exercise \(\PageIndex{8}\)

    Multiply

    1. \(- 8 x ^ { 2 } \cdot 2 x\)
    2. \(- 10 x ^ { 2 } y \cdot 5 x ^ { 3 } y ^ { 2 }\)
    3. \(2 x ( 5 x - 1 )\)
    4. \(- 4 x ( 3 x - 5 )\)
    5. \(7 x ^ { 2 } ( 2 x - 6 )\)
    6. \(- 3 x ^ { 2 } \left( x ^ { 2 } - x + 3 \right)\)
    7. \(- 5 y ^ { 4 } \left( y ^ { 2 } - 2 y + 3 \right)\)
    8. \(\frac { 5 } { 2 } a ^ { 3 } \left( 24 a ^ { 2 } - 6 a + 4 \right)\)
    9. \(2 x y \left( x ^ { 2 } - 7 x y + y ^ { 2 } \right)\)
    10. \(- 2 a ^ { 2 } b \left( a ^ { 2 } - 3 a b + 5 b ^ { 2 } \right)\)
    11. \(x ^ { n } \left( x ^ { 2 } + x + 1 \right)\)
    12. \(x ^ { n } \left( x ^ { 2 n } - x ^ { n } - 1 \right)\)
    13. \(( x + 4 ) ( x - 5 )\)
    14. \(( x - 7 ) ( x - 6 )\)
    15. \(( 2 x - 3 ) ( 3 x - 1 )\)
    16. \(( 9 x + 1 ) ( 3 x + 2 )\)
    17. \(\left( 3 x ^ { 2 } - y ^ { 2 } \right) \left( x ^ { 2 } - 5 y ^ { 2 } \right)\)
    18. \(\left( 5 y ^ { 2 } - x ^ { 2 } \right) \left( 2 y ^ { 2 } - 3 x ^ { 2 } \right)\)
    19. \(( 3 x + 5 ) ( 3 x - 5 )\)
    20. \(( x + 6 ) ( x - 6 )\)
    21. \(\left( a ^ { 2 } - b ^ { 2 } \right) \left( a ^ { 2 } + b ^ { 2 } \right)\)
    22. \(( a b + 7 ) ( a b - 7 )\)
    23. \(\left( 4 x - 5 y ^ { 2 } \right) \left( 3 x ^ { 2 } - y \right)\)
    24. \(( x y + 5 ) ( x - y )\)
    25. \(( x - 5 ) \left( x ^ { 2 } - 3 x + 8 \right)\)
    26. \(( 2 x - 7 ) \left( 3 x ^ { 2 } - x + 1 \right)\)
    27. \(\left( x ^ { 2 } + 7 x - 1 \right) \left( 2 x ^ { 2 } - 3 x - 1 \right)\)
    28. \(\left( 4 x ^ { 2 } - x + 6 \right) \left( 5 x ^ { 2 } - 4 x - 3 \right)\)
    29. \(( x + 8 ) ^ { 2 }\)
    30. \(( x - 3 ) ^ { 2 }\)
    31. \(( 2 x - 5 ) ^ { 2 }\)
    32. \(( 3 x + 1 ) ^ { 2 }\)
    33. \(( a - 3 b ) ^ { 2 }\)
    34. \(( 7 a - b ) ^ { 2 }\)
    35. \(\left( x ^ { 2 } + 2 y ^ { 2 } \right) ^ { 2 }\)
    36. \(\left( x ^ { 2 } - 6 y \right) ^ { 2 }\)
    37. \(\left( a ^ { 2 } - a + 5 \right) ^ { 2 }\)
    38. \(\left( x ^ { 2 } - 3 x - 1 \right) ^ { 2 }\)
    39. \(( x - 3 ) ^ { 3 }\)
    40. \(( x + 2 ) ^ { 3 }\)
    41. \(( 3x + 1 ) ^ { 3 }\)
    42. \(( 2x - 3 ) ^ { 3 }\)
    43. \(( x + 2 ) ^ { 4 }\)
    44. \(( x - 3 ) ^ { 4 }\)
    45. \(( 2x - 1 ) ^ { 4 }\)
    46. \(( 3x - 1 ) ^ { 4 }\)
    47. \(\left( x ^ { 2 n } + 5 \right) \left( x ^ { 2 n } - 5 \right)\)
    48. \(\left( x ^ { n } - 1 \right) \left( x ^ { 2 n } + 4 x ^ { n } - 3 \right)\)
    49. \(\left( x ^ { 2 n } - 1 \right) ^ { 2 }\)
    50. \(\left( x ^ { 3 n } + 1 \right) ^ { 2 }\)
    51. Find the product of \(3x-2\) and \(x^{2}-5x-2\).
    52. Find the product of \(x^{2}+4\) and \(x^{3}-1\).
    53. Each side of a square measures \(3x^{3}\) units. Determine the area in terms of \(x\).
    54. Each edge of a cube measures \(2x^{2}\) units. Determine the volume in terms of \(x\).
    Answer

    1. \(-16x^{3}\)

    3. \(10 x ^ { 2 } - 2 x\)

    5. \(14 x ^ { 3 } - 42 x ^ { 2 }\)

    7. \(- 5 y ^ { 6 } + 10 y ^ { 5 } - 15 y ^ { 4 }\)

    9. \(2 x ^ { 3 } y - 14 x ^ { 2 } y ^ { 2 } + 2 x y ^ { 3 }\)

    11. \(x ^ { n + 2 } + x ^ { n + 1 } + x ^ { n }\)

    13. \(x ^ { 2 } - x - 20\)

    15. \(6 x ^ { 2 } - 11 x + 3\)

    17. \(3 x ^ { 4 } - 16 x ^ { 2 } y ^ { 2 } + 5 y ^ { 4 }\)

    19. \(9 x ^ { 2 } - 25\)

    21. \(a ^ { 4 } - b ^ { 4 }\)

    23. \(12 x ^ { 3 } - 15 x ^ { 2 } y ^ { 2 } - 4 x y + 5 y ^ { 3 }\)

    25. \(x ^ { 3 } - 8 x ^ { 2 } + 23 x - 40\)

    27. \(2 x ^ { 4 } + 11 x ^ { 3 } - 24 x ^ { 2 } - 4 x + 1\)

    29. \(x ^ { 2 } + 16 x + 64\)

    31. \(4 x ^ { 2 } - 20 x + 25\)

    33. \(a ^ { 2 } - 6 a b + 9 b ^ { 2 }\)

    35. \(x ^ { 4 } + 4 x ^ { 2 } y ^ { 2 } + 4 y ^ { 4 }\)

    37. \(a ^ { 4 } - 2 a ^ { 3 } + 11 a - 10 a + 25\)

    39. \(x ^ { 3 } - 9 x ^ { 2 } + 27 x - 27\)

    41. \(27 x ^ { 3 } + 27 x ^ { 2 } + 9 x + 1\)

    43. \(x ^ { 4 } + 8 x ^ { 3 } + 24 x ^ { 2 } + 32 x + 16\)

    45. \(16 x ^ { 4 } - 32 x ^ { 3 } + 24 x ^ { 2 } - 8 x + 1\)

    47. \(x ^ { 4 n } - 25\)

    49. \(x ^ { 4 n } - 2 x ^ { 2 n } + 1\)

    51. \(3 x ^ { 3 } - 17 x ^ { 2 } + 4 x + 4\)

    53. \(9 x ^ { 6 }\) square units

    Exercise \(\PageIndex{9}\)

    Divide.

    1. \(\frac { 125 x ^ { 5 } y ^ { 2 } } { 25 x ^ { 4 } y ^ { 2 } }\)
    2. \(\frac { 256 x ^ { 2 } y ^ { 3 } z ^ { 5 } } { 64 x ^ { 2 } y z ^ { 2 } }\)
    3. \(\frac { 20 x ^ { 3 } - 12 x ^ { 2 } + 4 x } { 4 x }\)
    4. \(\frac { 15 x ^ { 4 } - 75 x ^ { 3 } + 18 x ^ { 2 } } { 3 x ^ { 2 } }\)
    5. \(\frac { 12 a ^ { 2 } b + 28 a b ^ { 2 } - 4 a b } { 4 a b }\)
    6. \(\frac { - 2 a ^ { 4 } b ^ { 3 } + 16 a ^ { 2 } b ^ { 2 } + 8 a b ^ { 3 } } { 2 a b ^ { 2 } }\)
    7. \(\frac { x ^ { 3 } + x ^ { 2 } - 3 x + 9 } { x + 3 }\)
    8. \(\frac { x ^ { 3 } - 4 x ^ { 2 } - 9 x + 20 } { x - 5 }\)
    9. \(\frac { 6 x ^ { 3 } - 11 x ^ { 2 } + 7 x - 6 } { 2 x - 3 }\)
    10. \(\frac { 9 x ^ { 3 } - 9 x ^ { 2 } - x + 1 } { 3 x - 1 }\)
    11. \(\frac { 16 x ^ { 3 } + 8 x ^ { 2 } - 39 x + 17 } { 4 x - 3 }\)
    12. \(\frac { 12 x ^ { 3 } - 56 x ^ { 2 } + 55 x + 30 } { 2 x - 5 }\)
    13. \(\frac { 6 x ^ { 4 } + 13 x ^ { 3 } - 9 x ^ { 2 } - x + 6 } { 3 x + 2 }\)
    14. \(\frac { 25 x ^ { 4 } - 10 x ^ { 3 } + 11 x ^ { 2 } - 7 x + 1 } { 5 x - 1 }\)
    15. \(\frac { 20 x ^ { 4 } + 12 x ^ { 3 } + 9 x ^ { 2 } + 10 x + 5 } { 2 x + 1 }\)
    16. \(\frac { 25 x ^ { 4 } - 45 x ^ { 3 } - 26 x ^ { 2 } + 36 x - 11 } { 5 x - 2 }\)
    17. \(\frac { 3 x ^ { 4 } + x ^ { 2 } - 1 } { x - 2 }\)
    18. \(\frac { x ^ { 4 } + x - 3 } { x + 3 }\)
    19. \(\frac { x ^ { 3 } - 10 } { x - 2 }\)
    20. \(\frac { x ^ { 3 } + 15 } { x + 3 }\)
    21. \(\frac { y ^ { 5 } + 1 } { y + 1 }\)
    22. \(\frac { y ^ { 6 } + 1 } { y + 1 }\)
    23. \(\frac { x ^ { 4 } - 4 x ^ { 3 } + 6 x ^ { 2 } - 7 x - 1 } { x ^ { 2 } - x + 2 }\)
    24. \(\frac { 6 x ^ { 4 } + x ^ { 3 } - 2 x ^ { 2 } + 2 x + 4 } { 3 x ^ { 2 } - x + 1 }\)
    25. \(\frac { 2 x ^ { 3 } - 7 x ^ { 2 } + 8 x - 3 } { x ^ { 2 } - 2 x + 1 }\)
    26. \(\frac { 2 x ^ { 4 } + 3 x ^ { 3 } - 6 x ^ { 2 } - 4 x + 3 } { x ^ { 2 } + x - 3 }\)
    27. \(\frac { x ^ { 4 } + 4 x ^ { 3 } - 2 x ^ { 2 } - 4 x + 1 } { x ^ { 2 } - 1 }\)
    28. \(\frac { x ^ { 4 } + x - 1 } { x ^ { 2 } + 1 }\)
    29. \(\frac { x ^ { 3 } + 6 x ^ { 2 } y + 4 x y ^ { 2 } - y ^ { 3 } } { x + y }\)
    30. \(\frac { 2 x ^ { 3 } - 3 x ^ { 2 } y + 4 x y ^ { 2 } - 3 y ^ { 3 } } { x - y }\)
    31. \(\frac { 8 a ^ { 3 } - b ^ { 3 } } { 2 a - b }\)
    32. \(\frac { a ^ { 3 } + 27 b ^ { 3 } } { a + 3 b }\)
    33. Find the quotient of \(10 x ^ { 2 } - 11 x + 3\) and \(2x-1\).
    34. Find the quotient of \(12 x ^ { 2 } + x - 11\) and \(3x-2\).
    Answer

    1. \(5x\)

    3. \(5 x ^ { 2 } - 3 x + 1\)

    5. \(3 a + 7 b - 1\)

    7. \(x ^ { 2 } - 2 x + 3\)

    9. \(3 x ^ { 2 } - x + 2\)

    11. \(4 x ^ { 2 } + 5 x - 6 - \frac { 1 } { 4 x - 3 }\)

    13. \(2 x ^ { 3 } + 3 x ^ { 2 } - 5 x + 3\)

    15. \(10 x ^ { 3 } + x ^ { 2 } + 4 x + 3 + \frac { 2 } { 2 x + 1 }\)

    17. \(3 x ^ { 3 } + 6 x ^ { 2 } + 13 x + 26 + \frac { 51 } { x - 2 }\)

    19. \(x ^ { 2 } + 2 x + 4 - \frac { 2 } { x - 2 }\)

    21. \(y ^ { 4 } - y ^ { 3 } + y ^ { 2 } - y + 1\)

    23. \(x ^ { 2 } - 3 x + 1 - \frac { 3 } { x ^ { 2 } - x + 2 }\)

    25. \(2 x - 3\)

    27. \(x ^ { 2 } + 4 x - 1\)

    29. \(x ^ { 2 } + 5 x y - y ^ { 2 }\)

    31. \(4 a ^ { 2 } + 2 a b + b ^ { 2 }\)

    33. \(5x-3\)

    Footnotes

    112An algebraic expression consisting of terms with real number coefficients and variables with whole number exponents.

    113The exponent of the variable. If there is more than one variable in the term, the degree of the term is the sum their exponents.

    114The largest degree of all of its terms.

    115A polynomial where each term has the form \(a_{n}x^{n}\), where \(a_{n}\) is any real number and \(n\) is any whole number.

    116The coefficient of the term with the largest degree.

    117Polynomial with one term.

    118Polynomial with two terms.

    119Polynomial with three terms.

    120A polynomial with degree \(0\).

    121A polynomial with degree \(1\).

    122A polynomial with degree \(2\).

    123A polynomial with degree \(3\).

    124The trinomials obtained by squaring the binomials \((a + b)^{2} = a^{2} + 2ab + b^{2}\) and \((a − b)^{2} = a^{2} − 2ab + b^{2}\).

    125The special product obtained by multiplying conjugate binomials \(( a + b ) ( a - b ) = a ^ { 2 } - b ^ { 2 }\).

    126The binomials \((a + b)\) and \((a − b)\).

    127The process of dividing two polynomials using the division algorithm.

    128Terms with zero coefficients used to fill in all missing exponents within a polynomial.


    This page titled 1.6: Polynomials and Their Operations is shared under a CC BY-NC-SA 3.0 license and was authored, remixed, and/or curated by Anonymous via source content that was edited to the style and standards of the LibreTexts platform; a detailed edit history is available upon request.