Factor Theorem
Introduction: why factors matter π
students, in Functions, one of the most useful ideas is that a function can be studied by looking at its zeros, roots, and factors. The Factor Theorem is a short result with big power because it connects algebraic form to graphical meaning. If a polynomial function has a factor like $x-3$, then the function must be $0$ when $x=3$. That means the graph crosses or touches the $x$-axis at that value, depending on the shape of the graph.
In IB Mathematics: Analysis and Approaches HL, this idea helps you solve equations, factor polynomials, check possible roots, and build better models of function behavior. It also links to the broader study of Functions because it shows how algebra and graphs describe the same thing in two different ways π.
Learning goals
By the end of this lesson, students, you should be able to:
- explain the main ideas and terminology behind the Factor Theorem,
- apply the Factor Theorem to polynomial functions,
- connect the theorem to graphs, roots, and function notation,
- use the theorem in equations and inequalities involving functions,
- see how it fits into the wider topic of Functions.
What the Factor Theorem says
The Factor Theorem is closely related to the Remainder Theorem. If a polynomial function $f(x)$ is divided by $x-a$, then the remainder is $f(a)$.
The Factor Theorem says:
- $x-a$ is a factor of $f(x)$ if and only if $f(a)=0$.
This means that if plugging $a$ into the function gives zero, then $x-a$ divides the polynomial exactly.
For example, if $f(2)=0$, then $x-2$ is a factor of $f(x)$.
This is a powerful shortcut because it lets you test whether a number is a root without doing long division first. A root, zero, or solution of $f(x)=0$ are all ways to describe the same value.
Why this works
If $x-a$ is a factor of a polynomial, then the polynomial can be written as
$$f(x)=(x-a)q(x)$$
for some polynomial $q(x)$.
Now substitute $x=a$:
$$f(a)=(a-a)q(a)=0$$
So the function must equal $0$ at $x=a$.
The reverse is also true for polynomials: if $f(a)=0$, then the division of $f(x)$ by $x-a$ leaves remainder $0$, which means $x-a$ is a factor.
Using the Factor Theorem in practice π§
Suppose you are given
$$f(x)=x^3-4x^2-x+4$$
and you want to know whether $x-1$ is a factor.
Evaluate the function at $x=1$:
$$f(1)=1^3-4(1)^2-1+4=1-4-1+4=0$$
Since $f(1)=0$, the Factor Theorem tells us that $x-1$ is a factor of $f(x)$.
Now you can factor the polynomial further. Group terms:
$$x^3-4x^2-x+4=x^2(x-4)-1(x-4)$$
So
$$f(x)=(x-4)(x^2-1)=(x-4)(x-1)(x+1)$$
This gives the roots $x=4$, $x=1$, and $x=-1$.
Example with a candidate factor
Consider
$$g(x)=2x^3-3x^2-8x+12$$
Check whether $x-2$ is a factor:
$$g(2)=2(2)^3-3(2)^2-8(2)+12=16-12-16+12=0$$
So $x-2$ is a factor. A factorization is
$$g(x)=(x-2)(2x^2+x-6)$$
and then
$$2x^2+x-6=(2x-3)(x+2)$$
So the full factorization is
$$g(x)=(x-2)(2x-3)(x+2)$$
This is extremely useful in IB questions where you must solve $g(x)=0$ or sketch the graph.
Connecting factors to graphs and turning points
For polynomial functions, roots correspond to $x$-intercepts. If $f(a)=0$, then the graph passes through the point $(a,0)$.
The Factor Theorem also helps you understand repeated roots. If a factor appears more than once, the graph behaves differently at that root.
For example:
$$h(x)=(x-1)^2(x+2)$$
Here, $x=1$ is a repeated root because $(x-1)$ appears twice. The graph touches the $x$-axis at $x=1$ and turns around there, rather than crossing straight through. By contrast, at $x=-2$ the graph usually crosses the axis because the factor appears only once.
This is important for sketching polynomial graphs in IB AA HL. A quick factorization can tell you:
- where the graph crosses the $x$-axis,
- where it touches and turns,
- how many real roots the function has,
- and sometimes the end behavior when the highest power is known.
Real-world meaning
Imagine a company profit function $P(x)$, where $x$ is the number of items sold. If $P(50)=0$, then selling 50 items gives break-even profit. If the profit function factors as
$$P(x)=(x-50)(x+10)(x-3)$$
then the break-even points are $x=50$, $x=-10$, and $x=3$. In real life, negative sales may not make sense, but the algebra still gives useful information about the modelβs structure.
Factor Theorem and solving equations and inequalities
The Factor Theorem is not only for factoring; it is also a tool for solving equations.
If you need to solve
$$f(x)=0$$
and you know one root, then you can use the Factor Theorem to reduce the degree of the polynomial.
For example, if $f(x)=x^3-6x^2+11x-6$ and you test $x=1$, you get
$$f(1)=1-6+11-6=0$$
So $x-1$ is a factor. Then divide or factor by grouping:
$$f(x)=(x-1)(x^2-5x+6)=(x-1)(x-2)(x-3)$$
So the solutions to $f(x)=0$ are $x=1$, $x=2$, and $x=3$.
Inequalities involving factors
The Factor Theorem also supports inequality solving, especially for polynomial sign charts. Suppose
$$p(x)=(x-1)(x+2)(x-4)$$
To solve
$$p(x)>0$$
first find the roots $x=-2$, $x=1$, and $x=4$. These values split the number line into intervals. Then test one value from each interval to determine where the product is positive.
This method is common in IB because it combines algebra, graph sense, and logical reasoning. The theorem itself identifies the critical values; the inequality work uses those values to study the sign of the function.
How the Factor Theorem fits with other function ideas
The Factor Theorem belongs to the larger language of Functions because it links several key ideas:
- Function notation: writing $f(x)$ makes it clear that the output depends on the input.
- Roots and zeros: solving $f(x)=0$ means finding inputs that make the output zero.
- Graphs: roots are $x$-intercepts on the graph of $y=f(x)$.
- Algebraic representation: factors reveal structure and simplify computation.
- Transformations: changing factors changes the roots and the graph.
It also connects to inverse and composite function ideas in a broader sense because careful use of notation and substitution is central in all these topics. In polynomial work, substitution is especially important: testing $x=a$ is what reveals whether $x-a$ is a factor.
The Factor Theorem is especially useful when a polynomial is difficult to factor directly. By trying possible integer roots, you can build a factorization step by step. This is often combined with the Rational Root Theorem, which lists possible rational roots to test.
Common mistakes to avoid β οΈ
students, here are some errors students often make:
- confusing the factor $x-a$ with the root $a$,
- forgetting that $f(a)=0$ is the test, not $f(x)=0$ for all $x$,
- checking a factor but not actually substituting the correct value,
- assuming a repeated root must always occur, when it must be verified,
- stopping after finding one factor instead of continuing to reduce the polynomial.
A good habit is to write the candidate factor first, then the matching value to test.
For example, if the factor is $x-5$, test $x=5$.
Conclusion
The Factor Theorem is a core tool in the study of Functions because it links algebraic factors to graph behavior and equation solving. If $f(a)=0$, then $x-a$ is a factor of the polynomial $f(x)$. If $x-a$ is a factor, then $f(a)=0$. This two-way connection helps you find roots, factor polynomials, sketch graphs, and solve equations and inequalities more efficiently.
In IB Mathematics: Analysis and Approaches HL, students, you will often use this theorem alongside other methods such as long division, synthetic division, graph analysis, and sign charts. Mastering it strengthens your understanding of how functions behave and how algebra can explain that behavior clearly.
Study Notes
- The Factor Theorem says that $x-a$ is a factor of $f(x)$ if and only if $f(a)=0$.
- A root, zero, and solution of $f(x)=0$ all mean the same value.
- If $f(a)=0$, then the graph of $y=f(x)$ crosses or touches the $x$-axis at $(a,0)$.
- Repeated roots often mean the graph touches the axis and turns around.
- The Factor Theorem helps factor polynomials, solve equations, and analyze inequalities.
- It fits into Functions by linking function notation, algebraic form, and graph behavior.
- A quick test for a possible factor $x-a$ is to substitute $x=a$ into the function.
- In polynomial inequalities, the roots found using factor ideas split the number line into intervals.
