Introduction to Polynomials
A polynomial is an expression made up by adding and subtracting monomials [1 2].
Also the concepts of the degree and the leading coefficient of a polynomial are introduced. A polynomial in standard form as well constant,
linear,
quadratic,
and cubic polynomials are also defined.
Examples, questions and their solutions are presented.
Monomials
We start by defining a monomial as a term of the form
\[ \large \color{red}{ a x^n } \]
where \( x \) is a variable, \( a \) is a constant and \( n \) is a nonnegative integer.
Examples of Monomials
- \( \quad 2 x^2 \)
- \( \quad - 3 x \)
- \( \quad \dfrac{1}{2} x^7 \)
Binomials
We now define a binomial as a sum/difference of 2 monomials that are not like.
Examples of Binomials
- \( \quad 2 x + 8 \)
- \(\quad - x^3 + 3 x \)
- \(\quad \dfrac{1}{2} x^2 - x \)
Trinomials
A trinomial as a sum/difference of 3 monomials that are not like.
Examples of Trinomials
- \( \quad 2 x^3 + 8 x - 2 \)
- \( \quad -\dfrac{1}{6} x^4 - 5 x - 9 \)
- \( \quad 0.2 x^2 - x + 4 \)
Polynomials
A polynomial in \( x \) is the sum of any number of monomials and has the following form
\[ \large \color{red}{ a_n x^n + a_{n-1} x^{n-1} + a_{n-2} x^{n-2} + ... + a_1 x + a_0 } \]
where the coefficients \( a_k \) are constant. If coefficient \( a_n \) is not equal to \( 0 \), then \( n \) (the highest power) is the degree of the polynomial and \( a_n \) is the leading coefficient.
Examples of Polynomials
1. \( \quad - \sqrt 2 x^3 + 4 x^2 - \sqrt 3 x + 12 \), leading coefficient \( - \sqrt 2 \) and degree \( 3 \).
2. \( \quad \dfrac{1}{3} x^5 - x^3 - 9 x^2 \) , leading coefficient \( \dfrac{1}{3} \) and degree \( 5 \).
Polynomials in Standard Form
A polynomial is in standard form when it is written such that the power of the variable is in descending order.
Example
Write each of the following polynomials in standard form and determine its degree and leading coefficient.
- \( \quad 4x - 9 + x^2 \)
- \( \quad 4x^3 - 0.03x^4 - x^2 \)
- \( \quad 4 - 3x^5 + x^2 - \dfrac{1}{2}x^3 \)
- \( \quad 3x^2 - 3 - \sqrt{3}\,x^3 \)
Solution
-
\( \quad x^2 + 4x - 9 \) — degree \(2\), leading coefficient \(1\)
-
\( \quad -0.03x^4 + 4x^3 - x^2 \) — degree \(4\), leading coefficient \( -0.03 \)
-
\( \quad -3x^5 - \frac{1}{2}x^3 + x^2 + 4 \) — degree \(5\), leading coefficient \( -3 \)
-
\( \quad -\sqrt{3}\,x^3 + 3x^2 - 3 \) — degree \(3\), leading coefficient \( -\sqrt{3} \)
Equal Polynomials
Two polynomials are equal if their corresponding coefficients are all equal.
Example
For what values of \( a, b \) and \( c \) are the polynomials
\( - x^2 + 4 x - 9 \) and \( a x^2 + b x + c \) equal?
Solution
The two given polynomials are written in standard form; hence we just compare the coefficients as follows
\[ \color{red}{(-1)} x^2 + \color{blue}{(4)} x + \color{green}{(- 9)} = \color{red}a x^2 + \color{blue}b x + \color{green}c \]
\( a = - 1 \) , \( b = 4 \) and \( c = -9 \)
Example
For what values of \( a, b , c \) and \( d \) are the polynomials
\( - x^3 + 4 x \) and \( a x^3 + b x + c x^2 + d \) equal?
Solution
We first need to rewrite the polynomial \( a x^3 + b x + c x^2 + d \) in standard form as follows: \( a x^3 + c x^2 + b x + d \)
The given polynomials are both of degree \( 3 \) but some coefficients of the terms in the polynomial \( - x^3 + 4 x \) equal to zero. We therefore rewrite the polynomial with all its terms using zeros for coefficients of missing terms as follows:
\( - x^3 + 4 x = - x^3 + 0 x^2 + 4 x + 0 \)
We now compare the polynomials
\[ - x^3 + 0 x^2 + 4 x + 0 = a x^3 + c x^2 + b x + d \]
and identify the coeffieints as follows
\( a = - 1 , b = 4 , c = 0 \) and \( d = 0 \)
Constant Polynomials
A constant polynomial has a degree equal to \( 0 \) and is therefore of the form \( b \), where \( b \) is any contant.
Example
The following are constant polynomial: \( - 7 \;, \; 0 \;, \; 9 \;, \; - 44\)
Linear Polynomials
A linear polynomial has a degree equal to \( 1 \) and is therefore of the form \( a x + b \)
Example
The following are linear polynomial: \( - 2 x + 5 \;, \; x + 2 \;, \; x \;, \; \dfrac{1}{2} x - 9\)
Quadratic Polynomials
A quadratic polynomial has a degree equal to \( 2 \) and is therefore of the form \( a x^2 + b x + c \)
Example
The following are quadratic polynomial: \( - 2 x^2 + 5x - 3 \;, \; x^2 - 6 \;, \; x^2 \;, \; \sqrt 2 x^2 + x\)
Cubic Polynomials
A cubic polynomial has a degree equal to \( 3 \) and is therefore of the form \( a x^3 + b x^2 + cx + d \)
Example
The following are cubic polynomial: \( - x^3 + 5 x^2 - 3 x + 5 \;, \; x^3 \;, \; \dfrac{x^3}{2} \;, \; \sqrt 2 x^3 - 6 x + 6\)
Questions
Part A
Classify the following as monomials , binomials or trinomials .
\( 2 x^2 \) , \( - x^2 - 2 x^3 \) , \( -6 \) , \( - \dfrac{1}{5} x^2 + 4 x^5 - 9 \) , \( \sqrt 5 x^2 - x - 9 \) , \( \dfrac{1}{2} x^2 - x^3 + 4\) , \( x^3 + 4\)
Part B
Write in standard form and determine the degree and the leading coefficient of each polynomial.
- \( \quad -x^3 + 2x^2 - 1 \)
- \( \quad -x^2 - \dfrac{1}{2}x^3 \)
- \( \quad -0.0001x^2 - 9 \)
- \( \quad -x - 9 - \dfrac{\sqrt{2}}{2}x^2 \)
- \( \quad -\dfrac{1}{3}x^2 - x^3 - \dfrac{1}{5}x^4 \)
Part C
Find, if possible, the unknown coefficients so that the polynomials are equal
-
\( \quad x^2 + 2x - 1 = ax^2 + bx + c \)
-
\( \quad -x^3 + 2x^2 - 1 = ax^3 + bx^2 + cx + d \)
-
\( \quad - x^3 + 2x -\dfrac{1}{2}x^4 = ax^4 + bx^3 + cx^2 + dx + e \)
-
\( \quad - 2x^2 - x -x^5 + 9 = ax^4 + bx^3 + cx^2 + dx + e \)
Part D
Classify the following polynomials as constant, linear, quadratic, or cubic.
- \( \quad -6x^2 - 2x - 1 \)
- \( \quad -1 \)
- \( \quad -\sqrt{5}\,x^3 + 2x^2 - 1 \)
- \( \quad -5 + 2x \)
- \( \quad -x - 2x^3 - x^2 + 9 \)
- \( \quad -\dfrac{x^2}{3} \)
- \( \quad -100 \)
- \( \quad -x^2 + 9 + \sqrt{3}\,x^3 \)
- \( \quad -x \)
Solutions to the Above Questions
Part A
Monomials are: \( 2 x^2 \) \( -6 \)
Binomials are: \( - x^2 - 2 x^3 \) \( x^3 + 4\)
Trinomials are: \( - \dfrac{1}{5} x^2 + 4 x^5 - 9 \) \( \sqrt 5 x^2 - x - 9 \) \( \dfrac{1}{2} x^2 - x^3 + 4\)
Part B
-
\( \quad -x^3 + 2x^2 - 1 \) — degree \(3\), leading coefficient \( -1 \)
-
\( \quad -\dfrac{1}{2}x^3 - x^2 \) — degree \(3\), leading coefficient \( -\dfrac{1}{2} \)
-
\( \quad -0.0001x^2 - 9 \) — degree \(2\), leading coefficient \( -0.0001 \)
-
\( \quad -\dfrac{\sqrt{2}}{2}x^2 - x - 9 \) — degree \(2\), leading coefficient \( -\dfrac{\sqrt{2}}{2} \)
-
\( \quad -\dfrac{1}{5}x^4 - x^3 - \dfrac{1}{3}x^2 \) — degree \(4\), leading coefficient \( -\dfrac{1}{5} \)
Part C
-
Both the left and right polynomials are written in standard form and include all terms.
\[
x^2 + 2x - 1 = ax^2 + bx + c
\]
Identifying the coefficients gives:
\( a = 1,\; b = 2,\; c = -1 \).
-
Both polynomials are written in standard form. Rewrite the left polynomial including missing terms using zeros:
\[
-x^3 + 2x^2 + 0x - 1 = ax^3 + bx^2 + cx + d
\]
Identifying the coefficients gives:
\( a = -1,\; b = 2,\; c = 0,\; d = -1 \).
-
Rewrite the polynomial on the left in standard form, including missing terms using zeros:
\[
-\frac{1}{2}x^4 - x^3 + 0x^2 + 2x + 0
= ax^4 + bx^3 + cx^2 + dx + e
\]
Identifying the coefficients gives:
\( a = -\frac{1}{2},\; b = -1,\; c = 0,\; d = 2,\; e = 0 \).
-
The given polynomials do not have the same degree and therefore cannot be equal.
Part D
-
\( \quad -6x^2 - 2x - 1 \): degree \(2\), therefore a quadratic polynomial.
-
\( \quad -1 \): degree \(0\), therefore a constant polynomial.
-
\( \quad -\sqrt{5}x^3 + 2x^2 - 1 \): degree \(3\), therefore a cubic polynomial.
-
\( \quad -5 + 2x \): degree \(1\), therefore a linear polynomial.
-
\( \quad -x - 2x^3 - x^2 + 9 \): degree \(3\), therefore a cubic polynomial.
-
\( \quad -\dfrac{x^2}{3} \): degree \(2\), therefore a quadratic polynomial.
-
\( \quad -100 \): degree \(0\), therefore a constant polynomial.
-
\( \quad -x^2 + 9 + \sqrt{3}x^3 \): degree \(3\), therefore a cubic polynomial.
-
\( \quad -x \): degree \(1\), therefore a linear polynomial.
More References and Links to Polynomial Functions
Algebra and Trigonometry - Swokowsky Cole - 1997 - ISBN: 0-534-95308-5
Algebra and Trigonometry with Analytic Geometry - R.E.Larson , R.P. Hostetler , B.H. Edwards, D.E. Heyd - 1997 - ISBN: 0-669-41723-8
Add, Subtract and Simplify Polynomials
Expand and Simplify Polynomials Calculator