Polynomials
Chapter 2: Polynomials
This chapter serves as a comprehensive introduction to polynomials, which are fundamental algebraic expressions
encountered throughout mathematics. It systematically builds understanding from the basic definition of a
polynomial to complex factorization techniques. The curriculum covers how to define and classify polynomials based
on their structural characteristics, such as the number of terms and the highest power of the variable. A crucial
aspect explored is the concept of zeroes of a polynomial, which are values that make the polynomial equal to zero.
Furthermore, students will master the essential arithmetic operations—addition, subtraction, multiplication, and
division—as applied to polynomials. The chapter also delves into two pivotal theorems, the Remainder Theorem and
the Factor Theorem, which provide powerful tools for analyzing polynomial behavior and performing factorization.
Finally, a significant portion is dedicated to a thorough study of important algebraic identities, demonstrating their
application in expanding expressions and, more importantly, in efficiently factorizing complex polynomial forms.
2.1 Introduction to Polynomials
2.1.1 What are Polynomials?
A polynomial is a specific type of algebraic expression characterized by variables and coefficients, involving only
fundamental operations: addition, subtraction, multiplication, and non-negative integer exponents of variables. To be
precise, in a polynomial, the power of any variable must always be a whole number (0, 1, 2, 3, ...). Expressions
containing variables in denominators, variables under radical signs (like square roots), or variables with negative or
fractional exponents are not considered polynomials. Within a polynomial, individual parts separated by addition or
subtraction signs are called terms. Each term consists of a numerical multiplier known as the coefficient, and one
or more variables raised to non-negative integer powers. A term that does not contain any variable is referred to
as a constant term. For instance, in the polynomial 3x² + 5x - 7, 3x², 5x, and -7 are the terms. Here, 3 is the
coefficient of x², 5 is the coefficient of x, and -7 is the constant term. An example of an expression that is not a
polynomial would be 2x + 1/x (because x is in the denominator, equivalent to x⁻¹) or √x + 3 (because x is under a
radical, equivalent to x¹/²).
[Link] [Link] [Link]
Polynomials
2.1.2 Types of Polynomials based on Number of Terms
Polynomials can be categorized based on how many non-zero terms they contain. This classification helps in
understanding and referring to different types of expressions:
* A monomial is a polynomial that consists of exactly one non-zero term. Examples include 5x, -7y², and 100. Even
a constant number like 8 is considered a monomial, as it can be thought of as 8x⁰.
* A binomial is a polynomial composed of precisely two non-zero terms. Examples are x + 2, 3y² - 4, and 2a + 3b.
* A trinomial is a polynomial that has exactly three non-zero terms. Examples include x² + 5x - 6, a² - 2ab + b², and
4p + 3q - 7.
Understanding these classifications is foundational for discussing and manipulating polynomials.
2.1.3 Degree of a Polynomial
The degree of a polynomial is a critical characteristic that helps classify and understand its behavior. The method
for determining the degree varies slightly depending on whether the polynomial has one or multiple variables.
* For a single term containing only one variable, the degree is simply the exponent of that variable. For example, the
term 5x³ has a degree of 3.
* For a polynomial in one variable, the degree is determined by the highest exponent of the variable present in any
of its terms. For instance, in the polynomial 4x⁵ - 2x³ + 7x - 1, the terms have degrees 5, 3, 1, and 0 respectively.
The highest among these is 5, so the degree of the polynomial is 5.
* When a polynomial involves multiple variables, the degree of each individual term is found by summing the
exponents of all the variables within that term. The overall degree of the polynomial is then the highest such sum
among all its terms. For example, in the polynomial 3x²y³ + 6xy⁴ - 2x⁵, the degrees of the terms are:
* For 3x²y³: 2 + 3 = 5
* For 6xy⁴: 1 + 4 = 5
* For -2x⁵: 5
In this case, the highest sum is 5, so the degree of the polynomial is 5. Students will extensively practice identifying
the degree of various polynomial expressions.
[Link] [Link] [Link]
Polynomials
2.1.4 Types of Polynomials based on Degree
In addition to the number of terms, polynomials are also classified based on their degree, which often reflects their
general shape when graphed and their mathematical properties.
* A linear polynomial is a polynomial with a degree of 1. Its general form is ax + b, where 'a' and 'b' are real numbers
and 'a' is not equal to zero. Examples include 2x + 5 and 7y - 3. The graph of a linear polynomial is always a straight
line.
* A quadratic polynomial is a polynomial with a degree of 2. Its general form is ax² + bx + c, where 'a', 'b', and 'c' are
real numbers, and 'a' is not equal to zero. Examples include x² - 3x + 2 and 5y² + 7. The graph of a quadratic
polynomial is a parabola.
* A cubic polynomial is a polynomial with a degree of 3. Its general form is ax³ + bx² + cx + d, where 'a', 'b', 'c', and 'd'
are real numbers, and 'a' is not equal to zero. Examples are x³ + 2x² - x + 10 and 2y³ - 5y.
Understanding these types is crucial as each degree category exhibits distinct mathematical characteristics and
applications.
2.1.5 Zeroes of a Polynomial
A zero of a polynomial (sometimes also called a root) is a specific value of the variable for which the entire
polynomial evaluates to zero. In simpler terms, if you substitute a zero of the polynomial into the expression, the
result will be 0. Finding zeroes is a fundamental task in algebra and has significant implications for solving equations
and understanding the behavior of functions.
To find if a particular value is a zero, one must evaluate the polynomial for that given value. This means substituting
the numerical value into the polynomial expression wherever the variable appears and then performing the
arithmetic. For example, if P(x) = x - 5, and we want to check if x = 5 is a zero, we calculate P(5) = 5 - 5 = 0. Since
the result is 0, 5 is a zero of P(x). For simple linear polynomials, finding their unique zero is straightforward: setting
the polynomial expression equal to zero and solving for the variable. For instance, to find the zero of P(x) = 2x - 6,
we set 2x - 6 = 0, which yields 2x = 6, and thus x = 3. This concept of zeroes forms the essential foundation for
later understanding the graphical interpretation where zeroes correspond to the points where the polynomial's
graph intersects the x-axis.
[Link] [Link] [Link]
Polynomials
2.2 Operations on Polynomials
2.2.1 Addition and Subtraction of Polynomials
Performing addition and subtraction with polynomials involves combining like terms. Like terms are terms that have
the exact same variables raised to the exact same powers. For example, 3x² and -7x² are like terms because both
involve x²; however, 3x² and 3x are not like terms because the powers of x are different.
To add polynomials, one simply identifies all the like terms across both polynomials and combines their coefficients
while keeping the variable part the same. For instance, to add (3x² + 2x - 1) and (x² - 5x + 4), we group like terms:
(3x² + x²) + (2x - 5x) + (-1 + 4). This simplifies to 4x² - 3x + 3.
Subtraction of polynomials follows a similar principle, but it requires careful attention to signs. When subtracting
one polynomial from another, it is essential to change the sign of every term in the polynomial being subtracted, and
then proceed with addition as usual. For example, to subtract (x² - 5x + 4) from (3x² + 2x - 1), we rewrite it as (3x² +
2x - 1) + (-x² + 5x - 4). Then, we combine like terms: (3x² - x²) + (2x + 5x) + (-1 - 4), which results in 2x² + 7x - 5.
2.2.2 Multiplication of Polynomials
The multiplication of polynomials primarily relies on the distributive property, which states that a(b + c) = ab + ac.
This property is applied repeatedly to ensure every term in the first polynomial is multiplied by every term in the
second polynomial.
When multiplying a monomial by a polynomial, the monomial is distributed to each term within the polynomial. For
example, 2x (x² + 3x - 1) becomes (2x x²) + (2x 3x) + (2x -1), which simplifies to 2x³ + 6x² - 2x.
Multiplying two polynomials, such as a binomial by a binomial or a binomial by a trinomial, requires extending this
concept. Each term of the first polynomial must be multiplied by every term of the second polynomial. For example,
to multiply (x + 2) by (x - 3):
(x + 2)(x - 3) = x(x - 3) + 2(x - 3)
= (x x) + (x -3) + (2 x) + (2 -3)
= x² - 3x + 2x - 6
= x² - x - 6
This process must be performed carefully to avoid missing any terms and to correctly combine like terms in the
final result.
[Link] [Link] [Link]
Polynomials
2.2.3 Division of Polynomials (Simple Cases)
An introduction to polynomial division helps lay the groundwork for understanding more complex theorems. For
simpler scenarios, such as dividing a polynomial by a monomial, each term of the polynomial is divided individually by
the monomial. For instance, to divide (6x³ - 9x² + 3x) by 3x, we divide each term: (6x³/3x) - (9x²/3x) + (3x/3x), which
simplifies to 2x² - 3x + 1.
When dividing a polynomial by a linear polynomial (like x - a), the method of long division for polynomials is typically
used, mirroring the process of numerical long division. This involves a step-by-step procedure of dividing the
leading terms, multiplying the quotient back by the divisor, subtracting, and bringing down the next term until the
degree of the remainder is less than the degree of the divisor. During this process, the concept of a remainder is
crucial. Just as in numerical division, the remainder in polynomial division is what is left over after the division
process is complete. If the remainder is zero, it implies that the divisor is a factor of the dividend. This foundational
understanding of remainders is directly relevant to the Remainder Theorem.
2.3 Remainder Theorem and Factor Theorem
2.3.1 Remainder Theorem
The Remainder Theorem provides an elegant shortcut for finding the
remainder of polynomial division without performing the full long division
process. It states that if a polynomial P(x) is divided by a linear
polynomial of the form (x - a), then the remainder of this division is equal
to P(a). In simpler terms, to find the remainder, one simply needs to
substitute the value 'a' (which is derived from setting the divisor x - a =
0) into the polynomial P(x).
To illustrate with an example: if we want to find the remainder when P(x)
= x² + 3x + 5 is divided by (x - 2), according to the theorem, the
remainder is P(2). Substituting x = 2 into P(x), we get P(2) = (2)² + 3(2)
+ 5 = 4 + 6 + 5 = 15. Thus, the remainder is 15. The theorem can be
understood by considering the division algorithm: P(x) = (x - a) Q(x) + R,
where Q(x) is the quotient and R is the remainder (which must be a
constant, as the divisor is linear). If we substitute x = a, then P(a) = (a -
a) Q(a) + R, which simplifies to P(a) = 0 * Q(a) + R, meaning P(a) = R. This theorem is a powerful tool for quickly
determining remainders.
[Link] [Link] [Link]
Polynomials
2.3.2 Factor Theorem
The Factor Theorem is a direct consequence of the Remainder Theorem and provides a criterion for determining if
a linear expression is a factor of a polynomial. It states that:
1. If (x - a) is a factor of a polynomial P(x), then P(a) = 0.
2. Conversely, if P(a) = 0, then (x - a) is a factor of the polynomial P(x).
This "if and only if" nature makes the Factor Theorem a bidirectional tool. If P(a) = 0, it means that when P(x) is
divided by (x - a), the remainder is 0. A remainder of 0 signifies that the divisor perfectly divides the polynomial,
making it a factor.
The Factor Theorem is particularly useful for:
* Determining if a linear expression is a factor: One can test a potential factor (x - a) by evaluating P(a). If P(a) is 0,
then (x - a) is a factor.
* Factorizing polynomials: For polynomials of higher degrees, especially cubic polynomials, the Factor Theorem can
be used to find one linear factor by trial and error (testing simple integer values for 'a'). Once a factor (x - a) is
found, polynomial long division can be performed to divide P(x) by (x - a) to obtain a quotient polynomial of a lower
degree (e.g., a quadratic for a cubic polynomial). This lower-degree polynomial can then be factored further using
standard methods, leading to the complete factorization of the original polynomial. This method is fundamental for
solving polynomial equations and simplifying expressions.
2.4 Algebraic Identities
2.4.1 Review of Basic Identities
Algebraic identities are equations that are true for all possible values of
their variables. They serve as essential shortcuts for expanding
expressions and, more importantly, for factorization. Students typically
learn several fundamental identities in earlier grades, which are
reinforced here:
* (a + b)² = a² + 2ab + b²: This identity represents the square of a sum.
When a binomial (a + b) is multiplied by itself, the result is the square of
the first term, plus twice the product of the two terms, plus the square
of the second term. For example, (x + 3)² = x² + 2(x)(3) + 3² = x² + 6x + 9.
[Link] [Link] [Link]
Polynomials
* (a - b)² = a² - 2ab + b²: This identity represents the square of a difference. When a binomial (a - b) is multiplied
by itself, the result is the square of the first term, minus twice the product of the two terms, plus the square of the
second term. For example, (2x - 5)² = (2x)² - 2(2x)(5) + 5² = 4x² - 20x + 25.
* a² - b² = (a - b)(a + b): This identity is known as the "difference of squares." It states that the difference between
two perfect squares can be factored into the product of the sum and the difference of their square roots. For
example, 9x² - 16 can be written as (3x)² - 4², which factors into (3x - 4)(3x + 4).
These basic identities are crucial for efficiently expanding expressions and recognizing patterns that allow for quick
factorization.
2.4.2 More Important Identities
Building upon the basic identities, several more complex but equally important algebraic identities are introduced,
which are vital for advanced algebraic manipulations and problem-solving:
* (x + a)(x + b) = x² + (a + b)x + ab: This identity helps in multiplying two binomials where the first term is common. It
simplifies the expansion process, demonstrating that the product is x squared, plus the sum of 'a' and 'b' times x, plus
the product of 'a' and 'b'. For example, (x + 3)(x + 5) = x² + (3 + 5)x + (3)(5) = x² + 8x + 15.
* (a + b + c)² = a² + b² + c² + 2ab + 2bc + 2ca: This identity expands the square of a trinomial. It shows that the
square of the sum of three terms is the sum of the squares of each term, plus twice the product of each possible
pair of terms. This identity is extremely useful when dealing with expressions involving three variables or terms.
* (a + b)³ = a³ + b³ + 3ab(a + b) or a³ + 3a²b + 3ab² + b³: This identity expands the cube of a sum. It states that
cubing a binomial (a + b) results in the cube of 'a', plus the cube of 'b', plus three times the product of 'a' and 'b'
multiplied by their sum (or the alternative expanded form). For example, (x + 2)³ = x³ + 2³ + 3(x)(2)(x + 2) = x³ + 8 +
6x(x + 2) = x³ + 8 + 6x² + 12x.
* (a - b)³ = a³ - b³ - 3ab(a - b) or a³ - 3a²b + 3ab² - b³: This identity expands the cube of a difference. Similar to
the sum, cubing (a - b) yields the cube of 'a', minus the cube of 'b', minus three times the product of 'a' and 'b'
multiplied by their difference. For example, (y - 3)³ = y³ - 3³ - 3(y)(3)(y - 3) = y³ - 27 - 9y(y - 3) = y³ - 27 - 9y² +
27y.
These identities provide efficient methods for expanding and simplifying algebraic expressions, saving time and
reducing potential errors compared to direct multiplication.
2.4.3 Factorization using Identities
A crucial application of algebraic identities is in factorization, the process of breaking down a polynomial into a
product of simpler polynomials (its factors). By recognizing the patterns described by the identities, students can
factorize expressions much more efficiently than through trial and error or other complex methods.
[Link] [Link] [Link]
Polynomials
For instance, if an expression is presented as x² + 10x + 25, one might recognize the pattern of (a + b)² = a² + 2ab +
b². Here, a = x and b = 5, making the expression (x + 5)². Similarly, an expression like 4y² - 49 can be immediately
identified as a difference of squares, (2y)² - 7², and factored as (2y - 7)(2y + 7).
The skill lies in being able to look at a polynomial expression and identify which identity, if any, it perfectly matches
or can be transformed to match. This enables direct application of the identity's factored form, allowing for quick
and accurate factorization of various polynomial expressions, including those that might appear complex at first
glance. Mastering this skill is fundamental for solving quadratic equations, simplifying rational expressions, and
working with more advanced algebraic concepts.
2.4.4 Special Identity: a³ + b³ + c³ - 3abc
A particularly significant algebraic identity is:
a³ + b³ + c³ - 3abc = (a + b + c)(a² + b² + c² - ab - bc - ca)
This identity provides a way to factorize or expand expressions involving the sum of three cubes minus three times
their product. It shows that such an expression can be factored into two parts: the sum of the three terms (a + b +
c) and a quadratic expression involving the sum of their squares and the negative sum of their pairwise products.
An extremely important corollary (a proposition that follows directly from a proven theorem or axiom) of this
identity is:
If a + b + c = 0, then a³ + b³ + c³ = 3abc.
This corollary arises directly from the main identity. If (a + b + c) is equal to zero, then the entire right-hand side of
the identity becomes 0 multiplied by the quadratic expression, resulting in 0. Therefore, a³ + b³ + c³ - 3abc = 0,
which rearranges to a³ + b³ + c³ = 3abc. This specific condition (a + b + c = 0) provides a powerful shortcut for
evaluating sums of cubes in certain problems without having to cube the individual terms, especially when dealing
with negative numbers or fractions that sum to zero. For example, if x = -1, y = 2, and z = -1, then x + y + z = -1 + 2
- 1 = 0. According to the corollary, x³ + y³ + z³ = 3xyz = 3(-1)(2)(-1) = 6. This avoids calculating (-1)³ + (2)³ + (-1)³ =
-1 + 8 - 1 = 6.
Activities
Activity 1: Polynomial Building Blocks
This hands-on activity is designed to provide students with a concrete, visual, and tactile understanding of
polynomial structure and operations. Students will use physical manipulatives, such as colored paper cutouts or
small blocks, to represent different types of polynomial terms. For example, a square might represent 'x²', a
rectangle 'x', and a small unit block '1'. Similarly, 'xy' could be represented by another unique shape.
[Link] [Link] [Link]
Polynomials
The core of the activity involves students physically combining these 'blocks' to perform addition and subtraction of
polynomials. For instance, to add (2x² + 3x + 1) and (x² - x + 2), students would lay out two 'x²' squares, three 'x'
rectangles, and one unit block. Then, they would add one more 'x²' square, subtract an 'x' rectangle (by removing
one), and add two more unit blocks. This physical manipulation visually demonstrates the crucial concept of
combining like terms, where only blocks representing the same variable and power can be grouped together. The
activity helps solidify the abstract rules of polynomial operations through tangible interaction, making the process
more intuitive and understandable.
Activity 2: Algebraic Identity Exploration (Geometric Proofs)
This activity aims to provide students with a deeper, intuitive understanding of algebraic identities by proving them
geometrically rather than just memorizing formulas. Students will engage in drawing squares and rectangles on
graph paper or using digital drawing tools.
For example, to prove (a + b)² = a² + 2ab + b²:
1. Students would draw a large square with side length (a + b).
2. They would then divide this large square into four smaller regions by drawing lines that split each side into
lengths 'a' and 'b'.
3. The resulting regions would be: a square of side 'a' (area a²), a square of side 'b' (area b²), and two rectangles,
each with sides 'a' and 'b' (area ab).
4. By observing that the total area of the large square (a + b)² is equal to the sum of the areas of these four smaller
regions (a² + ab + ab + b²), the identity is geometrically proven.
Similarly, for a² - b² = (a - b)(a + b):
1. Students would start with a large square of side 'a' (area a²).
2. They would then remove a smaller square of side 'b' from one corner (area b²), leaving an L-shaped region with
area a² - b².
3. This L-shaped region can then be cut and rearranged to form a single rectangle with sides (a - b) and (a + b). The
area of this rearranged rectangle is (a - b)(a + + b), thus proving the identity.
This activity helps students visualize why these identities are true, providing a robust conceptual foundation beyond
rote memorization.
[Link] [Link] [Link]
Polynomials
Activity 3: Finding Zeros with Graphing
This activity connects the algebraic concept of zeroes of a polynomial with their visual representation on a graph.
Students will utilize either graph paper for manual plotting or an online graphing calculator (such as Desmos,
GeoGebra, or a scientific calculator with graphing capabilities).
The task involves plotting simple linear and quadratic polynomials. For instance, students might plot P(x) = x + 3 or
P(x) = x² - 4. After accurately graphing the polynomial, their primary objective is to visually identify the points
where the graph intersects the x-axis. The x-coordinates of these intersection points are precisely the zeros of
the polynomial.
For a linear polynomial like P(x) = x + 3, the graph is a straight line that intersects the x-axis at (-3, 0), indicating
that x = -3 is the zero. For a quadratic polynomial like P(x) = x² - 4, the graph is a parabola that intersects the x-
axis at (-2, 0) and (2, 0), showing that x = -2 and x = 2 are its zeroes. This hands-on graphing experience
reinforces the understanding that finding the zeros of a polynomial algebraically is equivalent to finding the x-
intercepts of its graph, thereby enhancing comprehension of polynomial behavior and the relationship between
algebraic expressions and their graphical forms.
[Link] [Link] [Link]
Polynomials
[Link] [Link] [Link]