Skip to main content
guidealgebrapolynomials

Remainder Theorem Calculator: How to Find Remainders Step by Step

·9 min read·Solvify Team

A remainder theorem calculator lets you find the remainder of a polynomial division without doing the full long division — you just substitute a number into the polynomial. The remainder theorem states that when a polynomial f(x) is divided by (x − a), the remainder equals f(a). This guide explains the formula, walks through worked examples by hand, and shows how the calculator gets its answer so you can check every step yourself.

What Is the Remainder Theorem?

The remainder theorem is a shortcut for finding the remainder when a polynomial f(x) is divided by a linear expression (x − a). Instead of carrying out long division or synthetic division, you simply evaluate f(a). Whatever number comes out is the remainder — no division required. This works because every polynomial division can be written as f(x) = (x − a) × Q(x) + R, where Q(x) is the quotient and R is a constant remainder. Because (x − a) becomes zero when x = a, plugging in x = a cancels the quotient term entirely and leaves only R. That single substitution is the entire idea behind a remainder theorem calculator: it evaluates f(a) and reports the result as the remainder.

How Does a Remainder Theorem Calculator Work?

A remainder theorem calculator takes two inputs: a polynomial f(x) and a divisor in the form (x − a). It identifies the value of a from the divisor, substitutes that value into every term of f(x), and simplifies the arithmetic. The output is the remainder, and many calculators also show the intermediate substitution so you can verify each power and coefficient. Because the process is just evaluation rather than division, it is faster than long division or synthetic division when you only need the remainder and not the full quotient. If the divisor is written as (x + a), the calculator treats it as (x − (−a)) and substitutes x = −a instead.

1. Step 1: Identify a

Rewrite the divisor as (x − a) and note the value of a. For (x + 3), a = −3.

2. Step 2: Substitute

Replace every x in f(x) with a, keeping signs and exponents exact.

3. Step 3: Simplify

Evaluate powers first, then multiply by coefficients, then add and subtract in order.

4. Step 4: Read the remainder

The simplified value is f(a), which equals the remainder of f(x) ÷ (x − a).

The Remainder Theorem Formula Explained

The formula is simple: if f(x) ÷ (x − a) leaves remainder R, then R = f(a). This comes directly from the polynomial division algorithm f(x) = (x − a)Q(x) + R. Notice that R has no x in it, because dividing any polynomial by a degree-1 expression always leaves a remainder of degree 0 — a constant. That constant is exactly what a remainder theorem calculator computes. The formula only applies to linear divisors of the form (x − a); for divisors of degree 2 or higher, you need polynomial long division instead, since the remainder can then be a linear expression rather than a single number.

R = f(a) is the entire remainder theorem in one line.

Worked Example 1: Finding the Remainder When Dividing by (x − 2)

Let f(x) = 2x³ − 3x² + 4x − 5 and divide by (x − 2). Here a = 2, so the remainder is f(2).

1. Substitute x = 2

f(2) = 2(2)³ − 3(2)² + 4(2) − 5

2. Evaluate the powers

2³ = 8 and 2² = 4, so f(2) = 2(8) − 3(4) + 4(2) − 5

3. Multiply

f(2) = 16 − 12 + 8 − 5

4. Add and subtract left to right

16 − 12 = 4, then 4 + 8 = 12, then 12 − 5 = 7. The remainder is 7.

5. Check with synthetic division

Coefficients 2, −3, 4, −5 with root 2: bring down 2; 2×2=4, −3+4=1; 1×2=2, 4+2=6; 6×2=12, −5+12=7. The last number matches the remainder of 7.

Can You Use the Remainder Theorem to Find Factors?

Yes — when the remainder equals zero, (x − a) is a factor of f(x). This special case is called the factor theorem, and it's the most common reason students reach for a remainder theorem calculator: testing whether a given binomial divides evenly. Consider f(x) = x³ + 2x² − 5x − 6 and the possible factor (x + 3), which means a = −3. Computing f(−3) = (−3)³ + 2(−3)² − 5(−3) − 6 = −27 + 18 + 15 − 6 = 0. Since the remainder is 0, (x + 3) divides f(x) exactly, and you could continue with synthetic division to find the remaining quadratic factor.

1. Set a from the test factor

For (x + 3), a = −3.

2. Evaluate f(−3)

(−3)³ = −27, 2(−3)² = 18, −5(−3) = 15, so f(−3) = −27 + 18 + 15 − 6 = 0.

3. Interpret the result

A remainder of 0 confirms (x + 3) is a factor of x³ + 2x² − 5x − 6.

Why Does the Remainder Theorem Work?

The proof follows directly from the division algorithm for polynomials. Any polynomial f(x) divided by a linear expression (x − a) can be written as f(x) = (x − a) × Q(x) + R, where Q(x) is the quotient and R is the remainder, a constant because the divisor has degree 1. Substituting x = a into both sides gives f(a) = (a − a) × Q(a) + R. Since (a − a) = 0, the entire quotient term disappears, leaving f(a) = R. That is the whole proof: the remainder is whatever the polynomial equals at x = a, because the quotient term is multiplied by zero at exactly that point.

Remainder Theorem vs. Polynomial Long Division: Which Is Faster?

The remainder theorem is faster when you only need the remainder — it's a single substitution instead of a multi-step division process. Polynomial long division (or synthetic division) is necessary when you also need the quotient, for example when factoring a cubic or higher-degree polynomial completely. In practice, students often use the remainder theorem first to test candidate roots quickly, then switch to synthetic division once they've confirmed a factor, since synthetic division produces both the remainder and the reduced polynomial in one pass. If you're dividing by a quadratic or higher-degree expression, the remainder theorem does not apply directly and you must use full long division instead.

Common Mistakes When Using the Remainder Theorem

The most frequent error is getting the sign of a wrong: for a divisor of (x + 5), a is −5, not 5, because the theorem is defined for (x − a). Another common mistake is dropping a negative sign when raising a negative number to a power — remember that (−3)² = 9 but (−3)³ = −27, since an odd exponent keeps the negative sign while an even exponent removes it. Students also sometimes confuse the remainder theorem with the factor theorem, forgetting that a nonzero remainder simply means the divisor is not a factor, not that the calculation failed. Another trap is rushing the order of operations: always evaluate the power first, then apply the coefficient, and only then add or subtract the terms in sequence — skipping ahead often produces the wrong sign on the final answer. Finally, applying the shortcut to a divisor with degree higher than 1, such as (x² − 4), gives an incorrect result, since the remainder theorem only works for linear divisors of the form (x − a); dividing by a quadratic always requires full polynomial long division instead.

Where Is the Remainder Theorem Used Outside the Classroom?

Beyond textbook practice, the remainder theorem underlies techniques used throughout algebra and calculus. It's the fastest way to check candidate rational roots before applying the rational root theorem in full, since testing each candidate with f(a) is much quicker than repeated long division. It also appears in curve sketching, where evaluating f(a) at specific x-values helps locate x-intercepts and confirm sign changes between them. In coding and numerical methods, the same substitution idea powers Horner's method, an efficient algorithm computers use to evaluate polynomials with fewer multiplications — which is, not coincidentally, exactly the arithmetic pattern synthetic division follows. Understanding the remainder theorem by hand makes all of these related techniques easier to learn later.

Is the Remainder Theorem the Same as the Factor Theorem?

No, but they are closely related. The remainder theorem tells you the value of the remainder for any divisor (x − a), whether or not it divides evenly. The factor theorem is the special case where that remainder equals exactly zero, which proves (x − a) is a genuine factor of f(x). Every factor theorem check is really a remainder theorem calculation — you compute f(a), and if the result is 0, you've also proven a factorization. If f(a) is anything other than 0, you still learn something useful: that value is precisely the remainder you'd get from long division, without doing the division.

Practice Problems: Test Your Understanding

Try these four problems by hand, then compare your answers below. 1) Find the remainder when f(x) = x³ − 4x² + x + 6 is divided by (x − 3). 2) Find the remainder when f(x) = 3x² − 5x + 2 is divided by (x + 1). 3) Find the remainder when f(x) = x⁴ − 2x³ + x − 5 is divided by (x − 1). 4) Determine whether (x − 4) is a factor of f(x) = x³ − 6x² + 11x − 4.

1. Solution 1

a = 3: f(3) = 27 − 36 + 3 + 6 = 0. The remainder is 0, so (x − 3) is a factor.

2. Solution 2

a = −1: f(−1) = 3(1) − 5(−1) + 2 = 3 + 5 + 2 = 10. The remainder is 10.

3. Solution 3

a = 1: f(1) = 1 − 2 + 1 − 5 = −5. The remainder is −5.

4. Solution 4

a = 4: f(4) = 64 − 96 + 44 − 4 = 8. The remainder is 8, not 0, so (x − 4) is not a factor of f(x).

How to Use Solvify's Step-by-Step Remainder Theorem Calculator

When you're ready to check your own work or handle a longer polynomial, Solvify's step-by-step solver walks through the same substitution process shown above — identifying a, substituting into each term, and simplifying the arithmetic — so you can see exactly where a number came from rather than just getting a final answer. It's especially useful for double-checking sign errors on negative divisors or higher-degree terms, which are the most common source of mistakes in this topic. Type in your polynomial and divisor, or snap a photo of a textbook problem, and compare the breakdown against your own hand calculation.

Tags:
guidealgebrapolynomials

Get Homework Help Now

Join millions of students using our AI math solver for homework help. Get instant solutions to math problems, step-by-step explanations, and 24/7 homework assistance.

Available for iOS and Android devices