2. Functions

Remainder Theorem

Remainder Theorem

Introduction

students, imagine dividing a huge stack of trading cards into equal groups. If one card is left over, that leftover is the remainder πŸ“Œ. In algebra, a similar idea works for polynomials. The Remainder Theorem gives a quick way to find the remainder when a polynomial $f(x)$ is divided by a linear factor of the form $x-a$.

Objectives

By the end of this lesson, you should be able to:

  • explain the meaning of the Remainder Theorem and the key terms involved;
  • use the theorem to find remainders quickly;
  • connect the theorem to graphs, roots, and the broader study of functions;
  • apply it to solve IB-style problems involving polynomial functions;
  • use it as a tool for checking factors, solving equations, and reasoning about function behavior.

The Remainder Theorem is important because it links algebraic division and function values. Instead of dividing a polynomial every time, you can evaluate the function at a single number. This makes it a powerful shortcut in many problems in IB Mathematics: Analysis and Approaches HL.

What the Remainder Theorem Says

If a polynomial function $f(x)$ is divided by $x-a$, the remainder is $f(a)$.

This can be written as:

$$f(x)=(x-a)q(x)+r$$

where $q(x)$ is the quotient and $r$ is the remainder. Since the divisor $x-a$ has degree $1$, the remainder must be a constant, not another polynomial. The theorem says that this constant remainder is exactly the value of the function at $x=a$:

$$r=f(a)$$

So if you know $f(a)$, you know the remainder immediately. This is why the theorem is so useful πŸ’‘.

Why this works

When $x=a$, the factor $x-a$ becomes $0$. So in the expression

$$f(x)=(x-a)q(x)+r$$

substituting $x=a$ gives

$$f(a)=(a-a)q(a)+r=r$$

That is the whole idea behind the theorem. The divisor disappears, leaving only the remainder.

Using the Theorem to Find a Remainder

Suppose

$$f(x)=2x^3-3x^2+4x-7$$

and you want the remainder when dividing by $x-2$.

By the Remainder Theorem, the remainder is

$$f(2)=2(2^3)-3(2^2)+4(2)-7$$

$$=2(8)-3(4)+8-7$$

$$=16-12+8-7=5$$

So the remainder is $5$.

Notice how there was no need to do long polynomial division. That saves time, especially in exam questions where speed matters ⏱️.

Another example

Find the remainder when

$$g(x)=x^4-5x+1$$

is divided by $x+1$.

Here, $x+1=x-(-1)$, so use $a=-1$:

$$g(-1)=(-1)^4-5(-1)+1$$

$$=1+5+1=7$$

The remainder is $7$.

Be careful with signs. The divisor $x+1$ corresponds to $a=-1$, not a=1`.

Connecting the Remainder Theorem to Factors and Roots

The Remainder Theorem is closely linked to the Factor Theorem. The Factor Theorem says that $x-a$ is a factor of $f(x)$ if and only if $f(a)=0$.

This means:

  • if the remainder when dividing by $x-a$ is $0$, then $x-a$ is a factor;
  • if $f(a)\neq 0$, then $x-a$ is not a factor.

For example, if

$$f(x)=x^3-4x^2+x+6$$

then to test whether $x-2$ is a factor, evaluate $f(2)$:

$$f(2)=2^3-4(2^2)+2+6$$

$$=8-16+2+6=0$$

Since the value is $0$, the remainder is $0$, so $x-2$ is a factor.

This connection matters because roots, zeros, and $x$-intercepts are all related. If $f(a)=0$, then the graph of $y=f(x)$ crosses or touches the $x$-axis at $x=a$ depending on the multiplicity of the root. In function language, $a$ is an input where the output is 0`.

How the Remainder Theorem Fits into Function Representation

In IB Mathematics: Analysis and Approaches HL, functions are studied as rules that map inputs to outputs. The Remainder Theorem uses that idea directly. Instead of thinking only about algebraic division, think of evaluating the function at a particular number.

For a polynomial function $f(x)$, the value $f(a)$ tells you the output when the input is $a$. The theorem says that this output is also the remainder when dividing by $x-a$.

This gives a strong connection between:

  • algebraic form of the function;
  • graphical interpretation of the function;
  • numerical evaluation of the function.

For example, if $f(3)=10$, then when $f(x)$ is divided by $x-3$, the remainder is $10$. On the graph of $y=f(x)$, the point $(3,10)$ lies on the curve. So the remainder is not just a number from algebra; it is also a function value on the graph πŸ“ˆ.

Polynomials and Beyond

The Remainder Theorem is mainly used with polynomial functions because polynomial division by linear factors is straightforward and always gives a polynomial quotient plus a constant remainder. In the IB course, this theorem is especially useful when working with polynomial models.

For a polynomial of degree $n$, such as

$$p(x)=a_nx^n+a_{n-1}x^{n-1}+\cdots+a_1x+a_0$$

the theorem still applies. No matter how complicated the polynomial is, the remainder after division by $x-a$ is still just $p(a)$.

This can be used to check whether a candidate factor works, test possible roots, or solve problems where a polynomial is built from conditions such as remainders at specific values.

IB-Style Reasoning with Remainders

In exam-style questions, you may be asked to find a parameter in a polynomial using a remainder condition.

For example, suppose

$$f(x)=x^3+kx^2-4x+8$$

and the remainder when dividing by $x-2$ is $0$.

Using the theorem:

$$f(2)=0$$

$$2^3+k(2^2)-4(2)+8=0$$

$$8+4k-8+8=0$$

$$4k+8=0$$

$$k=-2$$

This is a classic use of the theorem: a remainder condition becomes an equation for an unknown parameter.

Another common style is to be told that the remainder when dividing by $x-1$ is $5$. Then you set $f(1)=5$ and solve for the unknown. This is efficient and shows clear mathematical reasoning.

Remainders, Equations, and Inequalities

The Remainder Theorem also supports solving equations involving functions. If you need to solve $f(a)=0$, then you are checking whether $x-a$ is a factor. If you need $f(a)>0$ or $f(a)<0$, you are studying the sign of the function at a specific input.

For instance, if a polynomial is divided by $x-4$ and the remainder is negative, then $f(4)<0$. That can help when analyzing where a graph lies above or below the $x$-axis.

This connects to inequalities because knowing the sign of $f(a)$ is one small step in understanding where $f(x)$ is positive or negative. In higher-level work, this can combine with factorization and graph analysis to solve inequalities such as $f(x)\geq 0$.

Common Mistakes to Avoid

students, here are some mistakes students often make:

  • confusing $x-a$ with $x+a$; remember that $x+a=x-(-a)$;
  • forgetting that the remainder is a number, not a polynomial, when dividing by a linear factor;
  • evaluating the wrong input, such as using $a$ incorrectly from the divisor;
  • assuming a nonzero remainder means the polynomial division failed; division always works, but the factor is not exact;
  • mixing up the Remainder Theorem with the Factor Theorem, which are related but not identical.

A useful check is to ask: β€œWhat value of $x$ makes the divisor zero?” That value is the one you substitute into the function.

Conclusion

The Remainder Theorem is a compact but powerful result in the study of functions. It says that when a polynomial $f(x)$ is divided by $x-a$, the remainder is $f(a)$. This connects algebraic division to function evaluation and gives a fast way to find remainders, test factors, and solve equations with unknown parameters.

In IB Mathematics: Analysis and Approaches HL, the theorem fits naturally into the broader study of functions because it links expressions, graphs, and numerical values. It also supports deeper reasoning about polynomial models, roots, and inequalities. When you understand the theorem well, you gain a tool that makes many function questions faster and clearer βœ….

Study Notes

  • The Remainder Theorem states that dividing $f(x)$ by $x-a$ gives remainder $f(a)$.
  • Use $x-a$ carefully: $x+1$ means $a=-1$.
  • The remainder is a constant when dividing by a linear factor.
  • If $f(a)=0$, then $x-a$ is a factor of $f(x)$.
  • The theorem links algebraic division to function values and graph points.
  • It is useful for finding remainders, checking factors, and solving for unknown parameters.
  • In IB AA HL, it supports reasoning about polynomial functions, roots, and inequalities.
  • A quick method: identify $a$, evaluate the function at $a$, and interpret the result as the remainder.

Practice Quiz

5 questions to test your understanding

Remainder Theorem β€” IB Mathematics Analysis And Approaches HL | A-Warded