Skip to main content
Logo image

Precalculus JumpStart

Section 3.3 Polynomial Expressions

A polynomial expression is an algebraic expression that involves only addition, subtraction, multiplication of non-negative integer powers of some variable or variables. For instance
\begin{equation*} 2x^3-4x^2-2x+4 \end{equation*}
is a polynomial in a single variable \(x\text{.}\) The expression
\begin{equation*} 4s^3 t^5 - s^2 t^3 + \sqrt{2} s t \end{equation*}
is a polynomial in the two variables \(s\) and \(t\text{.}\) A polynomial consists of a number of terms that are being added. Each term has a coefficient, and in the case of a single variable, the exponent determines the degree of the term. For example, the terms of \(2x^3-4x^2-2x+4\) are
  • \(2x^3\) with a coefficient of \(2\) and degree \(3\) which we would call a cubic term.
  • \(-4x^2\) with a coefficient of \(-4\) and degree \(2\) which we would call a quadratic term.
  • \(-2x = -2x^1\) with a coefficient of \(-2\) and degree \(1\) which would be called a linear term.
  • \(4 = 4x^0\) is a constant term with a coefficient of \(4\) and degree \(0\text{.}\)
The term with the highest-degree is called the leading term of the polynomial. The coefficient of the leading term is the leading coefficient and its degree determines the degree of the polynomial. In our case, \(2x^3-4x^2-2x+1\) has leading term \(2x^3\) with leading coefficient \(2\) and degree \(3\text{.}\)
When adding or subtracting polynomials, combine like terms in the expression. These are terms with the same variables and degree, but possibly different coefficients. For instance, the following involve like terms of \(x^2\)
\begin{equation*} 3x^2 - 2x^2 + 7x^2 = (3-2+7)x^2 = 8x^2. \end{equation*}
To multiply, distribute all terms and then simplify by combining like terms. Remember that exponents add when multiplying
\begin{equation*} x^3(4x^5 + x^3 + x - 1) =4x^8 + x^6 + x^4 - x^3. \end{equation*}

Example 3.7. Simplifying Polynomial Expressions.

Preform the indicated operations and simplify. Show your work as a sequence of equal expressions separated by the equal sign. Video solutions follow.
  1. \(\displaystyle (4x^2-2xy+5y^3)+(7x^2-2xy-6y)\)
  2. \(\displaystyle (\sqrt{2} x^5-7x^3+\pi x - 6)-(\sqrt{3} x^5 + 7x^3+\pi x + 6)\)
  3. \(\displaystyle 2x^5(4x^2-7x+1)\)
  4. \(\displaystyle (2x^5-3)(4x^2+2)\)
  5. \(\displaystyle (x+y)^2\)
  6. \(\displaystyle (x-y)^2\)
  7. \(\displaystyle (x-y)(x+y)\)
  8. \(\displaystyle (4x^2-3)^2\)
Solution.