← All courses  ›  Calculus Refresher  ›  Limits  ›  Limit Definition of the Derivative  ›  Q5

Limit Definition Quiz · Q5

The easy one — a linear function. The 5-step dance still works, but it collapses into almost nothing: the $h$ shows up once, cancels once, and the answer pops out. This is the cleanest test of whether the method generalizes to the trivial case.

Question 5 (1 pt) Find $f'(x)$ if $f(x) = 2x + 1$.

Choices: A. $f'(x) = 2$   B. $f'(x) = 2x$   C. $f'(x) = 2x + 2$   D. $f'(x) = 2h$

1 · The intuition

Intuition

A linear function is a straight line. The slope of a straight line is the same everywhere — that's the whole definition of "linear." So $f'(x)$ should be a constant, with no $x$ in it. That immediately rules out B and C (both have $x$ in them, which would mean the slope is changing).

It also rules out D: $2h$ depends on the "step size" $h$ that we set to zero at the end. The derivative can't depend on $h$ (otherwise it would change every time we picked a different step size, which doesn't make sense for a tangent line). So the answer has to be the pure constant $2$ — which is the slope of the line $2x + 1$. The constant $1$ in the function disappears in the derivative; only the coefficient of $x$ survives.

2 · The formula

Formula

For any function $f$, the derivative is the limit of the difference quotient:

$$f'(x) \;=\; \lim_{h \to 0} \frac{f(x+h) - f(x)}{h}$$

For a linear function $f(x) = mx + b$, the answer should be $m$ — the constant slope. Let's prove it with the 5-step dance.

3 · Worked solution

Worked solution

Given $f(x) = 2x + 1$. We compute $\displaystyle f'(x) = \lim_{h \to 0} \dfrac{f(x+h) - f(x)}{h}$ in five steps.

Step 1 — Write the difference quotient.

$$f'(x) \;=\; \lim_{h \to 0} \frac{f(x+h) - f(x)}{h}$$

Step 2 — Compute $f(x+h)$ by substitution.

$$f(x+h) \;=\; 2(x+h) + 1 \;=\; 2x + 2h + 1$$

No squaring, no expansion — just distribute the $2$.

Step 3 — Subtract $f(x) = 2x + 1$.

$$f(x+h) - f(x) \;=\; (2x + 2h + 1) - (2x + 1) \;=\; 2h$$

The $2x$ cancels, the $+1$ cancels. All that's left is $2h$. Same "cancellation is the whole trick" pattern as Q1, Q2, and Q4 — the constant $1$ in the function is exactly the kind of thing that vanishes in the derivative.

Step 4 — Divide by $h$ and cancel.

$$\frac{2h}{h} \;=\; 2$$

The $h$ in the numerator matches the $h$ in the denominator — one cancellation and you're done.

Step 5 — Take the limit as $h \to 0$.

$$f'(x) \;=\; \lim_{h \to 0} 2 \;=\; 2$$

There's no $h$ left, so the limit is just the constant. (This is the moment to notice: the answer doesn't depend on $x$ — the slope is the same everywhere, which is exactly what "linear" means.)

Final answer:

$f'(x) = 2$     (Choice A ✓)

4 · Why the other choices fail

Reading the distractors

Each wrong answer maps to a specific step where the algebra got cut short, or where a wrong concept snuck in.

5 · The mental model (5 steps, every time)

Pattern

For a linear function $f(x) = mx + b$, the 5 steps collapse into something quick:

  1. Write the difference quotient.
  2. Compute $f(x+h) = m(x+h) + b = mx + mh + b$.
  3. Subtract $f(x)$: $mh$ is all that's left (the $mx$ and $b$ cancel).
  4. Divide by $h$ and cancel: $m$.
  5. Limit: $m$ (no $h$ left).

The reason this problem is worth doing — even though the answer is obvious — is to confirm the method generalizes. If you can do the 5-step dance on a linear function and get $2$, you can trust the method on Q1's rational and Q3's square root. Linear is the cleanest test case; it's the "control" of the experiment.

6 · Check your understanding

Practice

Use the definition (the 5 steps) to find $f'(x)$ for $f(x) = -5x + 3$.

Hint: the leading coefficient is $-5$ (not $5$) and the constant is $+3$. Both signs matter — watch them carefully in steps 2 and 3.

Show answer

Step 1: $\displaystyle f'(x) = \lim_{h \to 0} \dfrac{f(x+h) - f(x)}{h}$

Step 2: $f(x+h) = -5(x+h) + 3 = -5x - 5h + 3$

Step 3: $f(x+h) - f(x) = (-5x - 5h + 3) - (-5x + 3) = -5h$

Step 4: $\dfrac{-5h}{h} = -5$

Step 5: $f'(x) = \lim_{h \to 0}(-5) = -5$

$f'(x) = -5$

Sanity check: the function $-5x + 3$ is a line with negative slope; the derivative should be negative. The constant $3$ vanishes in the derivative; only the leading coefficient $-5$ survives. ✓

7 · What's next

Three directions once you finish Q5:

  1. Send your answer for Q5 (A, B, C, or D) and I'll check it.
  2. Try a 6th problem of your own — pick a function and walk the 5 steps yourself. Good candidates: $f(x) = 4x - 7$ (linear), $f(x) = x^3$ (cubic — there's a fun moment in step 2 where you have to expand $(x+h)^3$), or $f(x) = 1/x^2$ at a specific point (combines Q1 and Q4 ideas).
  3. The shortcut, later — once the 5-step dance feels automatic, the shortcut version (the power rule) will land as a "remember the dance, skip to the answer" trick. But not yet — keep doing the limit until it's muscle memory. Q5 is a great place to feel the dance at its cleanest, and then carry that confidence into harder problems.
← Q4 All questions Next: Difference Quotient →
Built by Aida for TK · Notre Dame MSDS