BrightChamps Logo
Login
Creative Math Ideas Image
Live Math Learners Count Icon104 Learners

Last updated on July 10th, 2025

Math Whiteboard Illustration

Zeros of a Function

Professor Greenline Explaining Math Concepts

In an equation, the values of the variables that make the function equal to 0 are the zeros of a function. In this article, we will learn what zeros of a function are, methods to find them, how they appear on a graph, and the formulas involved

Zeros of a Function for Indian Students
Professor Greenline from BrightChamps

What are Zeros of a Function?

The zeros of a function f(x) are the values of x that make f(x) = 0. The values of x are known as the roots of a function. Graphically, the points that touch or cross the x-axis are zeros of the function, and these points are also called x-intercepts of the graph.
 

Professor Greenline from BrightChamps

What are the Methods to Find Zeros of Functions?

There are numerous methods to find the zeros of a function. These different methods include:

 

 

  • Graphical Method

 

  • Factorization Method

 

  • Quadratic Formula Method

 

  • Newton-Raphson Method

 

  • Bisection Method

 


Graphical Method


The zeros of a function are the value of x that makes f(x) = 0. The graphical method can be used to find the zeros of the function. The zeros are points where the graph of the function intersects the x-axis. 

 

 

Factorization Method


In the factorization method, to find the zeros, we convert the function into simple factors. So we first factor the function and set each factor equal to zero, and solve them.  
For example: f(x) = x2 + 7x + 10
It can be factorized into: f(x) = (x + 2)(x + 5)
Setting each factor equal to zero: x + 2 = 0 and x + 5 = 0
Finding the value of x:
x + 2 = 0
x = -2

x+ 5 = 0
x = -5
Therefore, the zeros of the function f(x) = x2 + 7x + 10 are: 
x = -2 and x = -5. 

 

 

Quadratic Formula Method


The quadratic formula is used to find the root of a quadratic equation. For any equation in the form: f(x) = ax2 + bx + c, where a ≠ 0. The quadratic formula is:
x = -b ± b2 - 4ac2a

 

 

Newton-Raphson Method

 

To find the roots of a real-valued function, we use the Newton-Raphson method. After the famous scientists, Sir Isaac Newton and Joseph Raphson, this method is named. This method starts with an initial guess x0 and gradually improves it through successive iterations to approach the actual root of the function. 

Assume x1 = x0 + h, where x0 is the approximate root of the equation
f(x1) = 0, so f(x0 + h) = 0 

Using Taylor’s theorem, expanding f(x0 + h):
f(x0) + hf′(x0) + …. = 0
Then h = -fx0f'x0
So, x1 = x0 --fx0f'x0 
  xn + 1 = xn - fxnf'xn 

 

 

Bisection Method


The bisection method is used to find the roots of a polynomial or continuous function within a specific interval. It is used when the function changes sign over the intervals, that is, f(a)∙f(b) < 0, stating that the root lies between a and b. Let’s now learn how the bisection method works step by step:

Assume the points a and b such that a < b and f(a)∙f(b) < 0. 
Next, calculate the midpoint of a and b, so m = (a + b)2
The next interval is selected based on the sign of f(m), that is:
If f(m) = 0, then m is the root
If f(m) < 0, choose the interval from m to b
If f(m) > 0, choose the interval from a to m. 
 

Professor Greenline from BrightChamps

What is the Formula for Zeros of a Function?

The zeros of a function f(x) represent the solutions to the equation: f(x) = 0. In other words, we are finding the value of x, which makes f(x) = 0. For the value of x, different methods like grouping, algebraic identities, splitting the middle term, etc., are used.

 

 

How to Find Real Zeros of a Function?


The real zeros of a function f(x) are real numbers r that make f(x) = 0. In other words, it is a value of x for which the function equals zero. 
For example, f(x) = 3x3 - 6x2 - 9x
= 3x(x2 - 2x - 3)
Factoring x2 - 2x - 3 as (x - 3)(x + 1)
So, f(x) = 3x(x - 3)(x + 1)
3x(x - 3)(x + 1) = 0
x - 3 = 0 → x = 3
x + 1 = 0 → x = -1
x = 0
So, the real zeros of the function f(x) = 3x3 - 6x2 - 9x are x = 0, x = 3, and x = -1.

 

 

How to Represent Zeros of a Function on a Graph


We find the zeros of a function using a graph; that is, the point where the graph intersects the x-axis is the root of the function. Here, we will learn how to find the value of the root of f(x2 - 4) using the graph. 

The graph is of the function: f(x) = x2 - 4. Here, the graph intersects the x-axis at two points (2 and -2), so x = 2 and x = -2. Therefore, 2 and -2 are the roots (zeros) of the function that make f(x) = 0. 
 

Professor Greenline from BrightChamps

Real-world Applications of Zeros of a Function

The zeros of a function are used in real life in the fields of physics, engineering, computer security, mathematics, etc. In this section, we will learn the applications of the zeros of a function. 

 

 

  • The zero of a function is used to show how the function behaves over a certain range; that is, by knowing where the function is zero, we can determine intervals where the function is positive or negative. 

 

  • For solving problems related to equilibrium and physical systems, zeros in the fields of engineering and physics are used to determine equilibrium points. 

 

  • In mathematics, we use zeros to solve differential equations, polynomial equations, etc. 
     
Max Pointing Out Common Math Mistakes

Common Mistakes and How to Avoid Them in Zeros of a Function

When finding the zeros of a function f(x) = 0, students often make mistakes. In this section, we will learn some common mistakes and ways to avoid them in the zeros of a function. 

Mistake 1

Red Cross Icon Indicating Mistakes to Avoid in This Math Topic

Misinterpreting zeros as y-intercepts 
 

Green Checkmark Icon Indicating Correct Solutions in This Math Topic

Students think that the point where the graph intersects the y-axis is the zeros of the function, which is incorrect. So, always understand and remember that the zero of the function is the value of x in f(x) = 0. In a graph, the point where the graph intersects the x-axis is the value of x. 
 

Mistake 2

Red Cross Icon Indicating Mistakes to Avoid in This Math Topic

Errors while factoring the polynomials
 

Green Checkmark Icon Indicating Correct Solutions in This Math Topic

When using the factorization method to find the roots of polynomials, incorrect factoring leads to errors. So, always verify the factoring by expanding the factors to make sure of its correctness.
 

Mistake 3

Red Cross Icon Indicating Mistakes to Avoid in This Math Topic

Misusing the quadratic formula
 

Green Checkmark Icon Indicating Correct Solutions in This Math Topic

Errors are common among students when applying the quadratic formula x = -b ±b2 - 4ac2a by misidentifying the values of a, b, and c. So always write the function in the standard form: ax2 + bx + c =  0. 
 

Mistake 4

Red Cross Icon Indicating Mistakes to Avoid in This Math Topic

Misinterpreting the graph
 

Green Checkmark Icon Indicating Correct Solutions in This Math Topic

When using the graph to find the value of zero of a function, errors are common due to misreading the graph. So always make sure to draw the graph and label it carefully. Moreover, when identifying the zero in the graph, it is the point where the graph intersects the x-axis.  

Mistake 5

Red Cross Icon Indicating Mistakes to Avoid in This Math Topic

Not setting the function equal to zero
 

Green Checkmark Icon Indicating Correct Solutions in This Math Topic

Forgetting to set the function equal to zero, that is, f(x) = 5 instead of f(x) = 0. So, always set the function equal to zeros, that is, f(x) =0, before finding the value of x. 

arrow-right
Max from BrightChamps Saying "Hey"

Solved Examples of Zeros of a Function

Ray, the Character from BrightChamps Explaining Math Concepts
Max, the Girl Character from BrightChamps

Problem 1

Find the zero of a function: 2x - 6

Ray, the Boy Character from BrightChamps Saying "Let’s Begin"

x = 3
 

Explanation

Finding the value of x in 2x - 6
2x - 6 = 0
2x = 6
x = 3
 

Max from BrightChamps Praising Clear Math Explanations
Max, the Girl Character from BrightChamps

Problem 2

Find the root of x2 - 5x + 6

Ray, the Boy Character from BrightChamps Saying "Let’s Begin"

 x = 2 or x = 3
 

Explanation

Factoring the quadratic equation: 
x2 - 5x + 6 =  (x - 2)(x - 3)
x - 2 = 0 and x - 3 = 0
Solving the equations: 
x - 2 = 0
x = 2
x - 3 = 0
x = 3
Here, the value of x is 2 and 3. 
 

Max from BrightChamps Praising Clear Math Explanations
Max, the Girl Character from BrightChamps

Problem 3

Find the root of x2 + 4x + 4

Ray, the Boy Character from BrightChamps Saying "Let’s Begin"

Here, x = -2
 

Explanation

Using the quadratic formula to find the zeros of the function: 
x = -b ± b2 - 4ac2a
Here, a = 1, b = 4, and c = 4
x = -4 ± 42 - 4 × 1 × 42 × 1
x = -4 ± 16 - 162
x = (-4 ± √ 0)/2
x = (-4 ± 0)/2
x = -4 /2 = -2
 

Max from BrightChamps Praising Clear Math Explanations
Max, the Girl Character from BrightChamps

Problem 4

Find the root of -4x + 8

Ray, the Boy Character from BrightChamps Saying "Let’s Begin"

 x = 2
 

Explanation

Setting the equation equal to zero to find the value of x:
-4x + 8 = 0
-4x = -8
x = -8/-4 
x = 2
 

Max from BrightChamps Praising Clear Math Explanations
Max, the Girl Character from BrightChamps

Problem 5

Find the root of 3x3 - 6x2 + 9x

Ray, the Boy Character from BrightChamps Saying "Let’s Begin"

x = (2 ± √2i)
 

Explanation

To find the root of 3x3 - 6x2 + 9x, we first factor out the equation
f(x) = 3x3 - 6x2 + 9x
f(x) = 3x(x2 - 2x + 3)
That is 3x = 0 and x2 - 2x + 3 = 0
Solving the equation:
3x = 0 ⇒ x = 0
x2 - 2x + 3 = 0
Finding the value of x using the quadratic formula:
x = -b ± b2 - 4ac2a
Here, a = 1, b = -2, c = 3
x = -(-2) ± -22 - 4 × 1 × 32 × 1
x = 2 ± 4 - 122 
x = 2 ± -82 
x = 2 ± 22i2 
x = 2 ± √2i
 

Max from BrightChamps Praising Clear Math Explanations
Ray Thinking Deeply About Math Problems

FAQs on Zeros of a Function

1.What are the zeros of a function in math?

Math FAQ Answers Dropdown Arrow

2.What is the zero of a function also called?

Math FAQ Answers Dropdown Arrow

3.What are the methods to find the zeros of a function?

Math FAQ Answers Dropdown Arrow

4.What are the real zeros of a function?

Math FAQ Answers Dropdown Arrow

5.What is the zero of the function f(x)= x - 8?

Math FAQ Answers Dropdown Arrow

6.How does learning Algebra help students in India make better decisions in daily life?

Math FAQ Answers Dropdown Arrow

7.How can cultural or local activities in India support learning Algebra topics such as Zeros of a Function ?

Math FAQ Answers Dropdown Arrow

8.How do technology and digital tools in India support learning Algebra and Zeros of a Function ?

Math FAQ Answers Dropdown Arrow

9.Does learning Algebra support future career opportunities for students in India?

Math FAQ Answers Dropdown Arrow
Math Teacher Background Image
Math Teacher Image

Jaskaran Singh Saluja

About the Author

Jaskaran Singh Saluja is a math wizard with nearly three years of experience as a math teacher. His expertise is in algebra, so he can make algebra classes interesting by turning tricky equations into simple puzzles.

Max, the Girl Character from BrightChamps

Fun Fact

: He loves to play the quiz with kids through algebra to make kids love it.

INDONESIA - Axa Tower 45th floor, JL prof. Dr Satrio Kav. 18, Kel. Karet Kuningan, Kec. Setiabudi, Kota Adm. Jakarta Selatan, Prov. DKI Jakarta
INDIA - H.No. 8-2-699/1, SyNo. 346, Rd No. 12, Banjara Hills, Hyderabad, Telangana - 500034
SINGAPORE - 60 Paya Lebar Road #05-16, Paya Lebar Square, Singapore (409051)
USA - 251, Little Falls Drive, Wilmington, Delaware 19808
VIETNAM (Office 1) - Hung Vuong Building, 670 Ba Thang Hai, ward 14, district 10, Ho Chi Minh City
VIETNAM (Office 2) - 143 Nguyễn Thị Thập, Khu đô thị Him Lam, Quận 7, Thành phố Hồ Chí Minh 700000, Vietnam
Dubai - BrightChamps, 8W building 5th Floor, DAFZ, Dubai, United Arab Emirates
UK - Ground floor, Redwood House, Brotherswood Court, Almondsbury Business Park, Bristol, BS32 4QW, United Kingdom