Subtracting in Quadratic Functions- Techniques

What "Subtracting in Quadratic Functions" Actually Means

Most students hear "subtracting in quadratic functions" and freeze. Is it subtracting from the function? Subtracting inside the function? Subtracting two whole functions from each other?

Here's the deal: all three happen, and they're all different operations. This guide cuts through the confusion and shows you exactly how each one works.

The Basic Structure of a Quadratic Function

Before subtracting anything, you need to know what you're working with. A standard quadratic function looks like:

f(x) = ax² + bx + c

Where a, b, and c are constants. The a controls width and direction, b shifts it horizontally, and c is the y-intercept.

That's it. Everything you do with subtraction modifies one of these parts.

Type 1: Subtracting a Constant from the Output

This is the simplest operation. You take f(x) and subtract a number from the entire function:

g(x) = f(x) - k

What it does: shifts the entire graph down by k units. The parabola keeps its shape. Only the position changes.

Example

If f(x) = x² - 4x + 3, then f(x) - 2 = x² - 4x + 1

The vertex drops 2 units. The y-intercept drops 2 units. Every point moves down.

Type 2: Subtracting Inside the Function (Horizontal Shift)

When you subtract from x inside the function, you get:

g(x) = f(x - h)

What it does: shifts the graph right by h units. This trips people up constantly because the direction is counterintuitive.

Why Right Instead of Left?

Think about it. For g(x) to equal f(0), you need x - h = 0, so x = h. The point that used to be at x = 0 is now at x = h. Everything moved right.

Type 3: Subtracting One Quadratic Function from Another

This is where it gets interesting. You have two functions and you want their difference:

h(x) = f(x) - g(x)

You subtract the entire output of g(x) from f(x).

How to Actually Do It

Write both functions, then combine like terms:

f(x) = 3x² + 2x - 5
g(x) = x² - 4x + 1

f(x) - g(x) = (3x² - x²) + (2x + 4x) + (-5 - 1)
= 2x² + 6x - 6

That's your new quadratic function. You can analyze it, graph it, find its roots—whatever you need.

What Subtraction Actually Does to the Graph

Understanding the visual effect helps more than memorizing formulas.

That last point matters. The difference function h(x) = f(x) - g(x) tells you exactly how far apart the two parabolas are at every x-value. Where h(x) = 0, the graphs intersect.

Common Mistakes That Waste Time

These errors show up constantly. Stop making them.

Comparing Subtraction Methods

OperationFormEffect on GraphExample
Subtract constantf(x) - kShift down k unitsx² → x² - 3
Subtract from inputf(x - h)Shift right h unitsx² → (x-2)²
Subtract functionsf(x) - g(x)Creates difference function(x²) - (x+1)²

How To: Finding the Difference Between Two Quadratic Functions

Here's the exact process. Follow it step by step.

Step 1: Write Both Functions Clearly

f(x) = 2x² + 5x - 3
g(x) = x² - 2x + 4

Step 2: Set Up the Subtraction

f(x) - g(x) = (2x² + 5x - 3) - (x² - 2x + 4)

Step 3: Distribute the Negative

= 2x² + 5x - 3 - x² + 2x - 4

Every sign in g(x) flipped. That's where most mistakes happen.

Step 4: Combine Like Terms

= (2x² - x²) + (5x + 2x) + (-3 - 4)
= x² + 7x - 7

Step 5: Check Your Work

Pick an x-value. Plug it into f(x), g(x), and your result.

x = 1:
f(1) = 2(1) + 5(1) - 3 = 4
g(1) = 1 - 2 + 4 = 3
f(1) - g(1) = 4 - 3 = 1

Your result at x = 1: (1)² + 7(1) - 7 = 1 ✓

Subtracting and the Vertex Form

If you have a quadratic in vertex form, subtraction does specific things:

f(x) = a(x - h)² + k

Example: f(x) = 2(x - 1)² + 3

f(x) - 4 = 2(x - 1)² - 1
Vertex changed from (1, 3) to (1, -1)

The (x - 1)² part stayed identical. Only the output changed.

When You'll Actually Use This

Subtracting quadratic functions shows up in:

You're not doing busywork. These operations model real situations.

Quick Reference: What to Remember

Subtracting in quadratic functions isn't complicated. It's just algebra with a specific visual interpretation. Get the basics right and everything else follows.