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, [Tex]x = \frac{-(-16) \pm \sqrt{(-16)^2 – 4(1)(64)}}{2(1)}[/Tex]

[Tex]\Rightarrow x = \frac{16 \pm \sqrt{ 256- 256}}{2}[/Tex]

[Tex]\Rightarrow x = \frac{16 \pm 0}{2}[/Tex]

β‡’  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.

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 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.

Table of Content

  • What are Zeros of Polynomials?
  • Zeros of Polynomial Formula
  • How to Find Zero of a Polynomial?
    • For Linear Polynomial
    • For Quadratic Polynomial
    • For Cubic Polynomial
  • Factor Theorem
  • Relation between Zeros and Coefficient
    • Relation between Zeros and Coefficient for Quadratic Equation
    • Relation between Zeros and Coefficient for Cubic Equation
  • Forming Equation with Zeros of Polynomial
  • Zeros in Graph of Polynomials
  • Fundamental Theorem of Linear Algebra
    • Multiplicity of a Root
    • Articles related to Zeros of Polynomial
  • Sample Problems on Zeros of Polynomial
  • Practice Problems on Zeros of Polynomial

Similar Reads

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....

Zeros of Polynomial Formula

For a linear polynomial of form ax + b, its zero is given by x = -b/a....

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....

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....

Relation between Zeros and Coefficient

The relation between the zeros and the coefficient of the quadratic and cubic equation is discussed below....

Forming Equation with Zeros of Polynomial

For a quadratic polynomial with zeros Ξ± and Ξ², the quadratic polynomial is given by...

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....

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....

Practice Problems on Zeros of Polynomial

1. Find all the zeros of the polynomial f(x) = x3 – 6x2 + 11x – 6...

FAQs on Zeros of Polynomial

What are Zeros of a Polynomial?...

Contact Us