Zeros of a Polynomial are those real, imaginary, or complex values when put in the polynomial instead of a variable, the result becomes zero (as the name suggests zero as well). Polynomials are used to model some physical phenomena happening in real life, they are very useful in describing situations mathematically.
The zeros of a polynomial are all the x-values that make the polynomial equal to zero. Zeroes of a polynomial tell us about the x-intercepts of the polynomial's graph. In this article, we will discuss about the zeroes of a polynomial, how to find them, the factor theorem, etc.
What are Zeros of Polynomials?
For a polynomial P(x), we say that x = a is the zero of the polynomial if P(a) = 0, and all such zeros of a polynomial are commonly called zeros of a polynomial. For example, consider f(x) = 3x - 12. Now, put x = 4 in the polynomial, i.e., f(4) = 3×4 - 12 = 0. Thus, x = 4 is a zero of polynomial f(x) = 3x - 12.
Example: For f(x) = x3 - 6x2 + 11x - 6, is x = 1 zero?
Solution:
To check whether if x = 1 is zero of f(x) = x3 - 6x2 + 11x - 6 or not, put x = 1 in (x)
f(1) = (1)3 - 6×(1)2 + 11×(1) - 6
⇒ f(1) = 1 - 6 + 11 - 6 = 12 -12 = 0
Thus, x = 1 is a zero of f(x).
For a linear polynomial of form ax + b, its zero is given by x = -b/a.
For a quadratic polynomial of form ax2 + bx + c, its zero is given by x = {- b ± √D}/2a where D is Discriminant given by b2 - 4ac.
How to Find Zero of a Polynomial?
We can find the zeros of the polynomial for various types of polynomials using various methods that are discussed below.
- For Linear Polynomial
- For Quadratic Polynomial
- For Cubic Polynomial
For Linear Polynomial
For Linear Polynomials, finding zero is the easiest of all. as there is only one zero and that can also be calculated by simple rearrangement of the polynomial after the equating polynomial to 0.
For example, find zero for linear polynomial f(x) = 2x - 7.
Solution:
To find zero of f(x), equate f(x) to 0.
⇒ 2x - 7 = 0
⇒ 2x = 7
⇒ x = 7/2
For Quadratic Polynomial
There are various methods to find roots or zeros of a quadratic polynomial such as splitting the middle term, a quadratic formula which is also known as the Shree Dharacharya formula, and completing the square which is somewhat similar to the quadratic formula, as quadratic formula comes from the completing the square for the general quadratic equation.
Learn more about solving quadratic equations or polynomials and how to solve them. The following examples show the method for finding zeros of Quadratic Polynomials in detail.
Example 1: Find out the zeros for P(x) = x2 + 2x - 15.
Answer:
x2 + 2x - 15 = 0
⇒ x2 + 5x - 3x - 15 = 0
⇒ x(x + 5) - 3(x + 5) = 0
⇒ (x - 3) (x + 5) = 0
⇒ x = 3, -5
Example 2: Find the out zeros for P(x) = x2 - 16x + 64.
Answer:
x2 - 16x + 64 = 0
Comparing with ax2 + bx + c = 0,
we get, a = 1, b = -16, and c = 64.
Thus, x = \frac{-(-16) \pm \sqrt{(-16)^2 - 4(1)(64)}}{2(1)}
\Rightarrow x = \frac{16 \pm \sqrt{ 256- 256}}{2}
\Rightarrow x = \frac{16 \pm 0}{2}
⇒ x = 8, 8
For Cubic Polynomial
To find zeros of cubic there are many ways, such as rational root theorem and long division together. One method of finding roots of cubic or any higher degree polynomial is as follows:
Step 1: Use the rational root theorem to find the possible roots. i.e., If a polynomial has a rational root it must be the division of p/q, where p is the integer constant and q is the leading coefficient.
Step 2: After finding one root, divide the polynomial with the factor formed by that root using long division and write the polynomial as a product of quotient and dividend.
Step 3: If the quotient is a quadratic expression solve it by the methods above mentioned for quadratic polynomials. If not a polynomial of a degree 2 then repeat steps 1 and 2 until the quotient becomes a polynomial with degree 2.
Step 4: The result of step 3 is the required factors, and by equating the factor to 0, we can find the zeros of the polynomial.
Example: Find the zeros of the cubic polynomial p(x) = x3 + 2x2 - 5x - 6.
Solution:
p(x) = x3 + 2x2 - 5x - 6
As p/q = -6
By rational root theorem, all possible rational roots of the polunomial are divisors of p/q.
Thus, divisors = ±1, ±2, ±3, ±6
x = -1, in p(x), we get
p(-1) = (-1)3 + 2(-1)2 - 5(-1) - 6
⇒ p(-1) = -1 + 2 + 5 - 6 = 0
Thus, by factor theorem, x + 1 is the factor of p(x).

Thus, x3 + 2x2 - 5x - 6 = (x+1)(x2 +x - 6)
⇒ x3 + 2x2 - 5x - 6 = (x+1)(x-2)(x+3)
For zeroes, p(x) = 0,
Zeros of p(x) are x = -1, x = 2, and x = -3.
Factor Theorem
For the polynomial P(x), the factor theorem states that if x =a is zero of P(X) iff x - a is a factor of P(x). i.e., both the following conditions should hold true.
- If a is a zero of P(x) then x − a will be a factor of P(x)
- If x−a is a factor of P(x) then a will be a zero of P(x)
This can be verified by looking at previous examples. Factor theorem can lead to some interesting results, which are as follows:
Result 1: If P(x) is a polynomial of degree "n", and "r" is a zero of P(x) then P(x) can be written in the following form,
P(x) = (x - r) Q(x)
Where Q(x) is a polynomial of degree "n-1" and can be found out by dividing P(x) with (x - r).
Result 2: If P(x) = (x-r)Q(x) and x = t is a zero of Q(x) then x = t will also be a zero of P(x).
To verify the above fact,
Let's say “t” is zero Q(x), which means Q(t) = 0.
We know that "r" is a zero of polynomial P(x), where P(x) = (x - r) Q(x),
So we need to check if x = t is also a zero of P(x), let's put x = t in P(x)
⇒ P(t) = (t - r) Q(t) = 0
So, x = t is also a zero P(x).
Hence, Proved.
Read More about Factor of Polynomial.
Relation between Zeros and Coefficient
The relation between the zeros and the coefficient of the quadratic and cubic equation is discussed below.
Relation between Zeros and Coefficient for Quadratic Equation
For a quadratic equation of the form ax2 + bx + c = 0, if the two zeros of the quadratic equation are α and β, then
- Sum of root = α + β = -b/a
- Product of roots = α × β = c/a
Relation between Zeros and Coefficient for Cubic Equation
If α, β, and γ are the root of the cubic polynomial ax3 + bx2 + cx + d = 0, then the relation between its zeros and coefficients is given as follows:
- α + β + γ = -b/a
- α × β × γ= -d/a
- αβ + αγ + βγ = c/a
Read More about Relationship between Zeroes and Coefficients of a Polynomial.
- For a quadratic polynomial with zeros α and β, the quadratic polynomial is given by
x2 - (α + β)x + αβ.
- For a cubic polynomial with three zeros α, β, and γ, the cubic polynomial is given by
x3 - (α + β + γ )x2 + (αβ + αγ + βγ)x - αβγ
Zeros in Graph of Polynomials
In the graph of any polynomial y = f(x), real zeros are the point for which the graph intersects or touches the x-axis. (as a graph with an imaginary zero never cuts the x-axis).
In other words, if there are 3 real solutions of a cubic polynomial then the graph of that cubic polynomial intersects the x-axis three times, but if there is only one real solution for some cubic polynomial then it graph only cuts the x-axis once.

Fundamental Theorem of Linear Algebra
If P(x) is a polynomial of degree “n” then P(x) will have exactly n zeros, some of which may repeat.
This means that if we list out all the zeroes and list each one k times when k is its multiplicity. We will have exactly n numbers in the list. This can be useful as it can give us an idea about how many zeros should be there in a polynomial. So we can stop looking for zeros once we reach our required number of zeros.
Multiplicity of a Root
Suppose we have a polynomial P(x) = 0 which factorizes into,
P(x) = (x - r)k(x - a)m
If r is a zero of a polynomial and the exponent on its term that produced the root is k then we say that r has multiplicity k. Zeroes with a multiplicity of 1 are often called simple zeroes and zeros with a multiplicity of 2 are called double roots of the polynomial.
Example: P(x) is a degree-5 polynomial, that has been factorized for you. List the roots and their multiplicity.
P(x) = 5x5−20x4+5x3+50x2−20x−40=5(x+1)2(x−2)3
Solution:
Given, P(x) = 5(x+1)2(x−2)3
⇒ P(x) = 5(x+1)(x+1)(x+1)(x−2)(x−2)
To find zeros, P(x) = 0
⇒ x = -1, -1, 2, 2, 2
Notice that "-1" occurs two times as a zero, so its multiplicity is 2 while the multiplicity of the zero "2" is 3.
Articles related to Zeros of Polynomial
Sample Problems on Zeros of Polynomial
Problem 1: Given that x = 2 is a zero of P(x) = x3+2x2−5x−6. Find the other two zeroes.
Solution:
From the fundamental theorem we studied earlier, we can say that P(x) will have 3 zeros because it is a three degree polynomial. One of them is x = 2.
So we can rewrite P(x),
P(x) = (x - 2) Q(x)
For finding the other two zeros, we need to find out the Q(x).
Q(x) can be found out by dividing P(x) by (x-2).
After dividing, the Q(x) comes out to be,
Q(x) = x2 + 4x + 3
The remaining two zeros can be found out from this,
Q(x) = x2 + 3x + x + 3
⇒ x(x + 3) + 1(x + 3)
⇒ (x + 1) (x + 3)
Q(x) = 0,
x = -1, -3
Thus, the other two zeros are x = -1 and x = -3.
Problem 2: Given that x = r is a zero of a polynomial, find out the other zeros of the polynomial.
P(x) = x3−6x2−16x; r = −2
Solution:
We know that x = -2 is a zero,
So, P(x) can be rewritten as, P(x) = (x + 2) Q(x) {By using Division Algorithm}
Now to find Q(x), we do the same thing as we did in the previous question, we divide P(x) with (x + 2).
We get,
Q(x) = x2 - 8x
Now to find the other two zeros, factorize Q(x)
Q(x) = x (x - 8) = 0
So, the zeros are x = 0, 8.
Thus, we have three zeros, x = -2, 0, 8.
Problem 3: Find the zeros of the polynomial, 4x3-3x2-25x-6 = 0
Solution:
Trick to solve polynomial equations with degree 3,
Find the smallest integer that can make the polynomial value 0, start with 1,-1,2, and so on...
we find that for x = -2 we get the value of expression to be zero.
Hence one of the roots is -2.
As per factor theorem if a is one of the zeros of the polynomial, hence (x-a) is factor of given polynomial.
Thus following this {x - (-2)} = (x+2) is a factor pof above polynomial.
We get a quadratic equation and a zeros is already there.
(4x2-11x-3)(x+2) = 0
Factorize the quadratic equation,
(4x2-12x+x-3)(x+2) = 0
[4x(x-3)+1(x-3)](x+2) = 0
(4x+1)(x-3)(x+2) = 0
x = -2, x = 3, x = -1/4
Problem 4: Find the zeros of the polynomial, 4x6- 16x4= 0
Solution:
The Polynomial has up to degree 6, hence, there exist 6 zeros of the polynomial.
4x4(x2-4) = 0
4x4(x2-22) = 0
4x4[(x+2)(x-2)] = 0
Therefore, x= 0, 0, 0, 0, 2, -2
Problem 5: Find the zeroes of the polynomial function f(x) = x3 - 2x2 - 5x + 6
Solution:
To find the zeros of this polynomial, we set f(x) = 0 and solve for x:
f(x) = x3 - 2x2 - 5x + 6 = 0
As d/a = 6
By rational root theorem, all possible rational roots of the polunomial are,
Divisors of d/a = ±1, ±2, ±3, ±6
x = 1, in p(x), we get
f(1) = (1)3 - 2(1)2 - 5(1) - 6
f(-1) = 1 - 2 - 5 + 6 = 0
Thus, by factor theorem, x - 1 is the factor of p(x).

Thus, x3 + 2x2 - 5x - 6 = (x-1)(x2 -x - 6)
x3 + 2x2 - 5x - 6 = (x-1)(x+2)(x-3)
For zeroes, p(x) = 0,
Zeros of p(x) are x = 1, x = -2, and x = 3.
Practice Problems on Zeros of Polynomial
Problem 1: Find all the zeros of the polynomial f(x) = x3 - 6x2 + 11x - 6
Problem 2: Determine all the zeros of the polynomial g(x) = 2x4 - 7x3 + 3x2 + 4x - 4
Problem 3: Find the zeros of the polynomial h(x) = x5 - 3x4 + 2x3 - 6x2 + x + 2
Problem 4: Determine all the zeros of the polynomial p(x) = 3x4 - 16x3 + 18x2 + 16x - 12.
Similar Reads
CBSE Class 9 Maths Revision Notes
CBSE Class 9th Maths Revision Notes is an important phase of studentâs life when theyâre at a turning point in their life. The reason being class 9 is the foundation level to succeed in class 10. As you know, students must complete Class 9 in order to sit for Class 10 board examinations. Also, it la
15+ min read
Chapter 1: Number System
Number System in Maths
Number System is a method of representing numbers on the number line with the help of a set of Symbols and rules. These symbols range from 0-9 and are termed as digits. Let's learn about the number system in detail, including its types, and conversion.Number System in MathsNumber system in Maths is
13 min read
Natural Numbers | Definition, Examples & Properties
Natural numbers are the numbers that start from 1 and end at infinity. In other words, natural numbers are counting numbers and they do not include 0 or any negative or fractional numbers.Here, we will discuss the definition of natural numbers, the types and properties of natural numbers, as well as
11 min read
Whole Numbers - Definition, Properties and Examples
Whole numbers are the set of natural numbers (1, 2, 3, 4, 5, ...) plus zero. They do not include negative numbers, fractions, or decimals. Whole numbers range from zero to infinity. Natural numbers are a subset of whole numbers, and whole numbers are a subset of real numbers. Therefore, all natural
10 min read
Prime Numbers | Meaning | List 1 to 100 | Examples
Prime numbers are those natural numbers that are divisible by only 1 and the number itself. Numbers that have more than two divisors are called composite numbers All primes are odd, except for 2.Here, we will discuss prime numbers, the list of prime numbers from 1 to 100, various methods to find pri
12 min read
Rational Numbers
Rational numbers are a fundamental concept in mathematics, defined as numbers that can be expressed as the ratio of two integers, where the denominator is not zero. Represented in the form p/qâ (with p and q being integers), rational numbers include fractions, whole numbers, and terminating or repea
15+ min read
Irrational Numbers- Definition, Examples, Symbol, Properties
Irrational numbers are real numbers that cannot be expressed as fractions. Irrational Numbers can not be expressed in the form of p/q, where p and q are integers and q â 0.They are non-recurring, non-terminating, and non-repeating decimals. Irrational numbers are real numbers but are different from
12 min read
Real Numbers
Real Numbers are continuous quantities that can represent a distance along a line, as Real numbers include both rational and irrational numbers. Rational numbers occupy the points at some finite distance and irrational numbers fill the gap between them, making them together to complete the real line
10 min read
Decimal Expansion of Real Numbers
The combination of a set of rational and irrational numbers is called real numbers. All the real numbers can be expressed on the number line. The numbers other than real numbers that cannot be represented on the number line are called imaginary numbers (unreal numbers). They are used to represent co
6 min read
Decimal Expansions of Rational Numbers
Real numbers are simply the combination of rational and irrational numbers, in the number system. In general, all the arithmetic operations can be performed on these numbers and they can be represented in the number line, also. So in this article let's discuss some rational and irrational numbers an
6 min read
Representation of Rational Numbers on the Number Line | Class 8 Maths
Rational numbers are the integers p and q expressed in the form of p/q where q>0. Rational numbers can be positive, negative or even zero. Rational numbers can be depicted on the number line. The centre of the number line is called Origin (O). Positive rational numbers are illustrated on the righ
5 min read
Operations on Real Numbers
Real Numbers are those numbers that are a combination of rational numbers and irrational numbers in the number system of maths. Real Number Operations include all the arithmetic operations like addition, subtraction, multiplication, etc. that can be performed on these numbers. Besides, imaginary num
9 min read
Rationalization of Denominators
Rationalization of Denomintors is a method where we change the fraction with an irrational denominator into a fraction with a rational denominator. If there is an irrational or radical in the denominator the definition of rational number ceases to exist as we can't divide anything into irrational pa
8 min read
Nth Root
Nth root of unity is the root of unity when taken which on taking to the power n gives the value 1. Nth root of any number is defined as the number that takes to the power of n results in the original number. For example, if we take the nth root of any number, say b, the result is a, and then a is r
6 min read
Laws of Exponents for Real Numbers
Laws of Exponents are fundamental rules used in mathematics to simplify expressions involving exponents. These laws help in solving arithmetic problems efficiently by defining operations like multiplication, division, and more on exponents. In this article, we will discuss the laws of exponent for r
6 min read
Chapter 2: Polynomials
Polynomials in One Variable | Polynomials Class 9 Maths
Polynomials in One Variable: Polynomial word originated from two words âpolyâ which means âmanyâ and the word ânominalâ which means âtermâ. In maths, a polynomial expression consists of variables known as indeterminate and coefficients. Polynomials are expressions with one or more terms with a non-z
7 min read
Polynomial Formula
The polynomial Formula gives the standard form of polynomial expressions. It specifies the arrangement of algebraic expressions according to their increasing or decreasing power of variables. The General Formula of a Polynomial:f(x) = anâxn + anâ1âxnâ1 + ⯠+ a1âx + a0âWhere,anâ, anâ1â, â¦, a1â, a0â a
5 min read
Types of Polynomials (Based on Terms and Degrees)
Types of Polynomials: In mathematics, an algebraic expression is an expression built up from integer constants, variables, and algebraic operations. There are mainly four types of polynomials based on degree-constant polynomial (zero degree), linear polynomial ( 1st degree), quadratic polynomial (2n
9 min read
Zeros of Polynomial
Zeros of a Polynomial are those real, imaginary, or complex values when put in the polynomial instead of a variable, the result becomes zero (as the name suggests zero as well). Polynomials are used to model some physical phenomena happening in real life, they are very useful in describing situation
13 min read
Factorization of Polynomial
Factorization in mathematics refers to the process of expressing a number or an algebraic expression as a product of simpler factors. For example, the factors of 12 are 1, 2, 3, 4, 6, and 12, and we can express 12 as 12 = 1 Ã 12, 2 Ã 6, or 4 Ã 3.Similarly, factorization of polynomials involves expre
10 min read
Remainder Theorem
The Remainder Theorem is a simple yet powerful tool in algebra that helps you quickly find the remainder when dividing a polynomial by a linear polynomial, such as (x - a). Instead of performing long or synthetic division, you can use this theorem to substitute the polynomial and get the remainder d
8 min read
Factor Theorem
Factor theorem is used for finding the roots of the given polynomial. This theorem is very helpful in finding the factors of the polynomial equation without actually solving them.According to the factor theorem, for any polynomial f(x) of degree n ⥠1 a linear polynomial (x - a) is the factor of the
10 min read
Algebraic Identities
Algebraic Identities are fundamental equations in algebra where the left-hand side of the equation is always equal to the right-hand side, regardless of the values of the variables involved. These identities play a crucial role in simplifying algebraic computations and are essential for solving vari
14 min read
Chapter 3: Coordinate Geometry
Chapter 4: Linear equations in two variables
Linear Equations in One Variable
Linear equation in one variable is the equation that is used for representing the conditions that are dependent on one variable. It is a linear equation i.e. the equation in which the degree of the equation is one, and it only has one variable.A linear equation in one variable is a mathematical stat
7 min read
Linear Equation in Two Variables
Linear Equation in Two Variables: A Linear equation is defined as an equation with the maximum degree of one only, for example, ax = b can be referred to as a linear equation, and when a Linear equation in two variables comes into the picture, it means that the entire equation has 2 variables presen
9 min read
Graph of Linear Equations in Two Variables
Linear equations are the first-order equations, i.e. the equations of degree 1. The equations which are used to define any straight line are linear, they are represented as, x + k = 0; These equations have a unique solution and can be represented on number lines very easily. Let's look at linear e
5 min read
Graphical Methods of Solving Pair of Linear Equations in Two Variables
A system of linear equations is just a pair of two lines that may or may not intersect. The graph of a linear equation is a line. There are various methods that can be used to solve two linear equations, for example, Substitution Method, Elimination Method, etc. An easy-to-understand and beginner-fr
8 min read
Chapter 5: Introduction to Euclid's Geometry
Chapter 6: Lines and Angles
Chapter 7: Triangles
Triangles in Geometry
A triangle is a polygon with three sides (edges), three vertices (corners), and three angles. It is the simplest polygon in geometry, and the sum of its interior angles is always 180°. A triangle is formed by three line segments (edges) that intersect at three vertices, creating a two-dimensional re
13 min read
Congruence of Triangles |SSS, SAS, ASA, and RHS Rules
Congruence of triangles is a concept in geometry which is used to compare different shapes. It is the condition between two triangles in which all three corresponding sides and corresponding angles are equal. Two triangles are said to be congruent if and only if they can be overlapped with each othe
9 min read
Theorem - Angle opposite to equal sides of an isosceles triangle are equal | Class 9 Maths
In geometry, an isosceles triangle is a triangle that has two sides of equal length. Sometimes it is specified as having exactly two sides of equal length, and sometimes as having at least two sides of equal length, the latter version thus including the equilateral triangle as a special case. Exampl
4 min read
Triangle Inequality Theorem, Proof & Applications
Triangle Inequality Theorem is the relation between the sides and angles of triangles which helps us understand the properties and solutions related to triangles. Triangles are the most fundamental geometric shape as we can't make any closed shape with two or one side. Triangles consist of three sid
8 min read
Chapter 8: Quadrilateral
Angle Sum Property of a Quadrilateral
Angle Sum Property of a Quadrilateral: Quadrilaterals are encountered everywhere in life, every square rectangle, any shape with four sides is a quadrilateral. We know, three non-collinear points make a triangle. Similarly, four non-collinear points take up a shape that is called a quadrilateral. It
9 min read
Quadrilaterals
Quadrilateral is a two-dimensional figure characterized by having four sides, four vertices, and four angles. It can be broadly classified into two categories: concave and convex. Within the convex category, there are several specific types of quadrilaterals, including trapezoids, parallelograms, re
12 min read
Parallelogram | Properties, Formulas, Types, and Theorem
A parallelogram is a two-dimensional geometrical shape whose opposite sides are equal in length and are parallel. The opposite angles of a parallelogram are equal in measure and the Sum of adjacent angles of a parallelogram is equal to 180 degrees.A parallelogram is a four-sided polygon (quadrilater
10 min read
Rhombus: Definition, Properties, Formula and Examples
A rhombus is a type of quadrilateral with the following additional properties. All four sides are of equal length and opposite sides parallel. The opposite angles are equal, and the diagonals bisect each other at right angles. A rhombus is a special case of a parallelogram, and if all its angles are
6 min read
Trapezium: Types | Formulas |Properties & Examples
A Trapezium or Trapezoid is a quadrilateral (shape with 4 sides) with exactly one pair of opposite sides parallel to each other. The term "trapezium" comes from the Greek word "trapeze," meaning "table." It is a two-dimensional shape with four sides and four vertices.In the figure below, a and b are
8 min read
Square in Maths - Area, Perimeter, Examples & Applications
A square is a type of quadrilateral where all four sides are of equal length and each interior angle measures 90°. It has two pairs of parallel sides, with opposite sides being parallel. The diagonals of a square are equal in length and bisect each other at right angles.Squares are used in various f
5 min read
Kite - Quadrilaterals
A Kite is a special type of quadrilateral that is easily recognizable by its unique shape, resembling the traditional toy flown on a string. In geometry, a kite has two pairs of adjacent sides that are of equal length. This distinctive feature sets it apart from other quadrilaterals like squares, re
8 min read
Properties of Parallelograms
Properties of Parallelograms: Parallelogram is a quadrilateral in which opposite sides are parallel and congruent and the opposite angles are equal. A parallelogram is formed by the intersection of two pairs of parallel lines. In this article, we will learn about the properties of parallelograms, in
9 min read
Mid Point Theorem
The Midpoint Theorem is a fundamental concept in geometry that simplifies solving problems involving triangles. It establishes a relationship between the midpoints of two sides of a triangle and the third side. This theorem is especially useful in coordinate geometry and in proving other mathematica
6 min read
Chapter 9: Areas of Parallelograms and Triangles