Zeros of a Function - Definition, Methods, Examples

#Algebra
TL;DR
A zero of a function $f$ is any input value $x$ for which $f(x) = 0$. On a graph, the zeros are the $x$-coordinates where the curve crosses or touches the $x$-axis. This article covers the formal definition, the four standard methods for finding zeros multiplicity of zeros, the three common errors, and the historical story that connects zeros to the rise of polynomial equations.
BT
Bhanzu TeamLast updated on May 28, 202612 min read

The Problem That Forced Mathematicians To Ask "for which $x$ does this vanish?"

In 1545, Italian mathematician Gerolamo Cardano published Ars Magna — a book that solved cubic equations for the first time in print. The cubic he opened with was $x^3 + 6x = 20$, and the question wasn't "what shape does it have?" but "for which value of $x$ does the left side equal the right?" In modern terms: find the zeros of $f(x) = x^3 + 6x - 20$. Every equation you've solved since — quadratic, polynomial, trigonometric, exponential — is a search for the inputs that make some function vanish. The hunt for zeros is the oldest question in algebra.

A zero of a function $f$ is a value $x = c$ such that $f(c) = 0$. The same value is also called a root of the equation $f(x) = 0$ and an $x$-intercept of the graph $y = f(x)$. Three names, one object — pick whichever vocabulary the question uses.

Why "zero," "root," and "x-intercept" All Mean The Same Thing

Different contexts use different names for the same value $c$ where $f(c) = 0$.

  • Zero of a function. Used when the focus is on the function $f$.

  • Root of an equation. Used when the focus is on the equation $f(x) = 0$.

  • $x$-intercept of a graph. Used when the focus is on the curve $y = f(x)$.

A polynomial of degree $n$ has at most $n$ real zeros — the Fundamental Theorem of Algebra says it has exactly $n$ complex zeros (counted with multiplicity). For Grade 9–12 work, "zero" almost always means real zero unless complex roots are explicitly asked for.

Four Methods To Find Zeros

The right method depends on the function. The four below cover almost every Grade 8–12 problem.

Method 1 — Factoring

Set $f(x) = 0$. Factor the left side. Use the zero-product property: if a product of factors equals zero, at least one factor must be zero. Set each factor to zero and solve.

$f(x) = x^2 - 5x + 6 = 0$. Factor: $(x - 2)(x - 3) = 0$. So $x = 2$ or $x = 3$.

Method 2 — The Quadratic Formula

When factoring isn't clean — coefficients ugly or roots irrational — use:

$$x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}$$

The expression $b^2 - 4ac$ is the discriminant. If positive, two real zeros. If zero, one real zero (a double root). If negative, no real zeros (two complex zeros).

Method 3 — Graphical Inspection

Graph $y = f(x)$ on Desmos, GeoGebra, or by hand. The $x$-coordinates of the points where the curve crosses or touches the $x$-axis are the zeros. Works for every function — gives approximate values, not exact ones.

Method 4 — Rational Root Theorem (for polynomials of degree ≥ 3)

For a polynomial with integer coefficients $a_n x^n + \ldots + a_0$, any rational zero $\tfrac{p}{q}$ has $p$ dividing $a_0$ and $q$ dividing $a_n$. Test each candidate with synthetic division. Once one zero is found, divide out the corresponding factor and reduce to a lower-degree polynomial.

Quick — Standard — Stretch: three worked examples

Quick — find the zeros of $f(x) = x^2 - 9$

Set $x^2 - 9 = 0$, so $x^2 = 9$, giving $x = \pm 3$.

Final answer: Zeros are $x = 3$ and $x = -3$.

Standard (Wrong-Path-First) — find the zeros of $f(x) = x^2 + 4x + 13$

Wrong path. Try factoring first. Look for two numbers that multiply to 13 and add to 4. 1 and 13 multiply to 13 but add to 14. There are no integer factors. The wrong path stops here and declares "no zeros."

That conclusion is wrong twice. First — even when integers fail, the quadratic formula still gives an answer (possibly complex). Second — declaring "no zeros" without checking the discriminant skips the diagnostic that tells you what kind of zeros you have.

Correct method. Apply the quadratic formula. $a = 1$, $b = 4$, $c = 13$.

$$x = \frac{-4 \pm \sqrt{16 - 52}}{2} = \frac{-4 \pm \sqrt{-36}}{2} = \frac{-4 \pm 6i}{2} = -2 \pm 3i$$

Final answer: Zeros are $x = -2 + 3i$ and $x = -2 - 3i$ — two complex conjugate zeros, no real zeros. The graph never crosses the $x$-axis (confirmed by the negative discriminant).

Roughly half of Grade 10 students in our McKinney TX cohort make the wrong-path slip — declaring "no solution" instead of computing the complex roots — every time a problem hits a negative discriminant. The fix is a single habit: always compute the discriminant before declaring no solution.

Stretch — find the zeros of $f(x) = x^3 - 4x^2 + x + 6$

Try the rational root theorem. $a_0 = 6$, $a_n = 1$. Candidates: $\pm 1, \pm 2, \pm 3, \pm 6$.

Test $x = -1$: $(-1)^3 - 4(-1)^2 + (-1) + 6 = -1 - 4 - 1 + 6 = 0$. ✓ So $x = -1$ is a zero.

Synthetic-divide by $(x + 1)$: the quotient is $x^2 - 5x + 6$, which factors as $(x - 2)(x - 3)$.

Final answer: Zeros are $x = -1$, $x = 2$, and $x = 3$ — three real zeros, matching the degree of the cubic.

Multiplicity — When A Zero Shows Up More Than Once

A zero can repeat. The factor $(x - 2)^2$ in a polynomial gives $x = 2$ as a zero with multiplicity 2 — it appears twice in the factored form. On a graph, the curve touches the $x$-axis at that zero rather than crossing it.

  • Multiplicity 1. Curve crosses the $x$-axis at the zero.

  • Multiplicity 2. Curve touches the axis and bounces back (parabola-like behaviour at the point).

  • Multiplicity 3. Curve flattens through the axis (cubic-style inflection).

For $f(x) = (x - 1)^2(x + 3)$, the zeros are $x = 1$ (multiplicity 2) and $x = -3$ (multiplicity 1). Total counted-with-multiplicity: 3, matching the cubic's degree.

Why Zeros Matter — From Antenna Design To Drug Dosing

Zeros aren't an abstract algebra exercise. They tell you the input values where a function vanishes — which translates directly into the moments and conditions that matter in applied work.

  • Antenna and filter design. A zero of the transfer function $H(s)$ of an electrical filter is a frequency the filter completely blocks. Designing a band-stop filter to kill 60 Hz mains hum means placing a zero of $H(s)$ at $s = 2\pi i \cdot 60$. The IEEE signal-processing literature treats zero placement as the central design move.

  • Projectile landing time. A ball thrown upward has height $h(t) = -16t^2 + v_0 t + h_0$. Its zeros are the moments the ball is at ground level — launch (negative time root, discarded) and impact (positive time root, the answer).

  • Drug elimination. Pharmacokinetic models predict when a drug's blood concentration drops to zero (or to a sub-therapeutic floor). Solving for that time is solving for the zero of a difference function — the FDA's pharmacokinetic guidance treats the zero as the prescription's stopping point.

  • Equilibrium analysis. In economics, a market is at equilibrium when supply minus demand equals zero. Solving for the equilibrium price means finding the zero of $S(p) - D(p)$.

Every domain that asks "when does this quantity hit zero?" is asking for the zeros of a function.

Where Students Lose Marks On Finding Zeros

Mistake 1: Declaring "no solution" when the discriminant is negative

Where it slips in: Quadratics where factoring fails and the discriminant turns out negative.

Don't do this: Stop after factoring fails and write "no zeros."

The correct way: Compute the discriminant $b^2 - 4ac$ first. If negative, the function has two complex zeros — write them out as $\tfrac{-b \pm i\sqrt{4ac - b^2}}{2a}$. The graph still has no $x$-axis crossings, but the function still has zeros — just complex ones. The memorizer who learned "discriminant negative → no solution" without the complex-roots context misses these.

Mistake 2: Forgetting that a zero can have multiplicity > 1

Where it slips in: Higher-degree polynomials where a factor repeats.

Don't do this: Look at $f(x) = (x - 1)^2(x + 3)$ and write "two zeros: $x = 1, x = -3$" without noting the multiplicity.

The correct way: Count with multiplicity. The cubic above has three zeros counted with multiplicity — $x = 1$ twice, $x = -3$ once. The Fundamental Theorem of Algebra requires this counting to land on the polynomial's degree. The second-guesser who senses something is missing here is usually right.

Mistake 3: Forgetting to check the candidate roots from the rational root theorem

Where it slips in: Cubic and higher-degree polynomials.

Don't do this: List candidates $\pm 1, \pm 2, \pm 3, \ldots$ and walk away — the theorem only tells you possible rational zeros, not actual ones.

The correct way: Test each candidate by substitution or synthetic division. Only the values that produce $f(c) = 0$ are real zeros. The rusher who treats the candidate list as the answer skips the verification step every time.

The real-world version of Mistake 1 — declaring something doesn't exist because the wrong method failed to find it — has its most famous parallel in the 1920s discovery of the electron's antiparticle. Paul Dirac's equation for the electron had a negative-energy solution that physicists initially declared "not physical, throw it out." When Carl Anderson observed the positron in cosmic rays in 1932, the discarded solution turned out to be a real particle. The math had the answer; the interpretation had refused to listen.

Methods to Find Zeros — Routing Table

Pick the method that matches the function. The table below shows which tool fits which function shape, when it works, when it fails, and the typical effort.

Method

Works Best On

When It Fails

Effort

Exact / Approximate

Factoring

Quadratics, cubics, and higher polynomials with integer roots and clean coefficients.

Coefficients ugly; irrational or complex zeros.

Low (when it works).

Exact

Zero-Product Property

Anything already factored: $f(x) = (x - 2)(x + 3)(x^2 + 1)$ → zeros at $x = 2, -3, \pm i$.

Function not in factored form.

Trivial.

Exact

Quadratic Formula

Any quadratic $ax^2 + bx + c$. Always works for quadratics.

Only handles quadratics; higher-degree polynomials need a different route.

Low — one formula.

Exact (irrational or complex if discriminant ≠ perfect square)

Square Root (extraction)

Equations of the form $x^2 = k$ or $(x - h)^2 = k$.

Anything more general.

Trivial.

Exact

Rational Root Theorem + Synthetic Division

Polynomials of degree ≥ 3 with integer coefficients.

All zeros irrational or complex; no rational candidates work.

Medium — list candidates, test each.

Exact (when a rational root exists)

Completing the Square

Quadratics, especially when deriving the vertex form or quadratic formula.

More work than the quadratic formula for the same result.

Medium.

Exact

Graphical Inspection

Any function — quick visual sweep using Desmos / GeoGebra / TI calculator.

High precision needed; complex zeros (not on real axis).

Trivial with software.

Approximate

Numerical Methods (Newton's, bisection)

Transcendental functions, high-degree polynomials with no exact root.

Need a starting estimate; can miss roots.

Medium–high.

Approximate

The Routing Rule — Pick the Method in 30 Seconds

  1. Is the function a quadratic?

    • Try factoring first.

    • If factoring fails → quadratic formula (always works).

  2. Is the function a polynomial of degree ≥ 3?

    • Try factoring or grouping.

    • If those fail → rational root theorem + synthetic division to peel off rational roots.

    • Reduce to a quadratic → finish with the formula.

  3. Is the function transcendental (involves $\sin, \cos, e^x, \log$)?

    • Sketch the graph (Desmos / GeoGebra) → read off zeros approximately.

    • For high-precision answers → Newton's method or bisection.

  4. Is the function already factored?

    • Apply the zero-product property directly. Done in seconds.

What the Discriminant Tells You — Before You Compute Anything

For a quadratic $ax^2 + bx + c$, compute $D = b^2 - 4ac$:

Discriminant $D$

Number of Real Zeros

Nature of Zeros

$D > 0$

2

Two distinct real roots; graph crosses the $x$-axis twice.

$D = 0$

1

One real root (double / repeated); graph touches the $x$-axis tangentially.

$D < 0$

0

Two complex conjugate roots; graph does not cross the $x$-axis.

The discriminant is the 30-second diagnostic — read it before reaching for the full formula and you'll know what kind of answer you're hunting for.

A Quick Note on Multiplicity (Tied to the Methods)

When a factor repeats — like $(x - 2)^3$ — the zero $x = 2$ has multiplicity 3. The Fundamental Theorem of Algebra counts zeros with multiplicity to match the polynomial's degree: a degree-$n$ polynomial has exactly $n$ complex zeros, counted with multiplicity. Factoring and synthetic division are the two methods that surface multiplicity cleanly; the quadratic formula and graphical methods can miss it unless you look carefully at the discriminant or the tangency.

Key Takeaways

  • A zero of a function is an input $x = c$ for which $f(c) = 0$.

  • The four standard methods are factoring, the quadratic formula, graphical inspection, and the rational root theorem.

  • The discriminant $b^2 - 4ac$ tells you the kind of zeros a quadratic has before you compute them.

  • A polynomial of degree $n$ has exactly $n$ complex zeros, counted with multiplicity — the Fundamental Theorem of Algebra.

  • "Zero," "root," and "$x$-intercept" name the same object from three vocabularies.

Try these — three problems

If you get stuck on the negative-discriminant case in Problem 2, return to the Standard worked example.

  1. Find the zeros of $f(x) = x^2 - 7x + 12$.

  2. Find the zeros of $f(x) = x^2 + 6x + 13$. State whether they are real or complex.

  3. Find all zeros of $f(x) = x^3 - 2x^2 - 5x + 6$ using the rational root theorem.

Want a live Bhanzu trainer to walk through more zero-finding problems? Book a free demo class — online globally.

Book a Free Demo

Was this article helpful?

Your feedback helps us write better content

Frequently Asked Questions

Is "zero of a function" the same as "root of an equation"?
Yes — same value, different vocabulary. A zero of $f$ is a root of $f(x) = 0$ is an $x$-intercept of $y = f(x)$.
How many zeros can a function have?
Depends on the function. A polynomial of degree $n$ has at most $n$ real zeros and exactly $n$ complex zeros (counted with multiplicity). Trigonometric and exponential functions can have infinitely many.
What does it mean if the discriminant is negative?
The quadratic has no real zeros — its graph doesn't cross the $x$-axis. It still has two complex zeros, which are complex conjugates of each other.
Can a function have no zeros at all?
Yes. $f(x) = x^2 + 1$ has no real zeros — its parabola sits entirely above the $x$-axis. It has two complex zeros ($\pm i$).
What is the multiplicity of a zero?
The number of times the corresponding factor appears in the factored form. $f(x) = (x - 2)^3(x + 1)$ has $x = 2$ as a zero with multiplicity 3 and $x = -1$ with multiplicity 1.
Does the rational root theorem find all zeros?
No. It lists all possible rational zeros. Irrational and complex zeros require a different method (quadratic formula after factoring out the rational ones, numerical approximation, or symbolic solvers).
How do you find zeros from a graph?
Read off the $x$-coordinates where the curve crosses or touches the $x$-axis. Tools like Desmos compute them automatically to high precision.
✍️ Written By
BT
Bhanzu Team
Content Creator and Editor
Bhanzu’s editorial team, known as Team Bhanzu, is made up of experienced educators, curriculum experts, content strategists, and fact-checkers dedicated to making math simple and engaging for learners worldwide. Every article and resource is carefully researched, thoughtfully structured, and rigorously reviewed to ensure accuracy, clarity, and real-world relevance. We understand that building strong math foundations can raise questions for students and parents alike. That’s why Team Bhanzu focuses on delivering practical insights, concept-driven explanations, and trustworthy guidance-empowering learners to develop confidence, speed, and a lifelong love for mathematics.
Related Articles
Book a FREE Demo ClassBook Now →