4.1.2 · D2Calculus I — Limits & Derivatives

Visual walkthrough — Limit laws — sum, product, quotient, constant multiple

1,921 words9 min readBack to topic

Step 0 — The one word we must define first: "limit"

Before any law, we need to agree what the arrow in actually means. No symbol earns a place until we can point at it.

Term by term, on the picture below:

  • — the input we creep toward (on the horizontal axis).
  • — the height the outputs are heading to (on the vertical axis).
  • (epsilon) — the half-height of a horizontal band around . This is your challenge: "get inside this band."
  • (delta) — the half-width of a vertical strip around . This is my answer: "stay in this strip and you're inside your band."

Step 1 — Set up the two functions we're adding

WHAT. We assume two limits already exist:

  • heads to height ; heads to height .
  • We want the destination of their sum , whose height at each is .

WHY. The whole trick is that we get to assume and are already tame. (If they weren't — see One-sided limits and Mistake B in the parent — the law says nothing.)

PICTURE. Two curves, each sliding into its own band as . The red curve is the sum ; watch where its height goes.


Step 2 — Name the error, and split it in two

WHAT. The quantity we must shrink is the sum's error — how far is from the target : Here means distance (always ; it forgets the sign). Regroup the inside:

WHY. We can't control the sum's error directly. But we can control 's error and 's error separately, because each of those has an existing limit. So we rewrite the big unknown as a combination of two knowns.

PICTURE. The total error is a single vertical gap; below it, that same gap is drawn as two stacked pieces — the -gap and the -gap.


Step 3 — The only inequality we need: the triangle inequality

WHAT. For any two numbers and :

  • — distance you land from after taking both steps together.
  • — total distance if you took each step and never let them cancel.

Apply it with and :

WHY THIS TOOL, not another? We need an upper bound on the combined error. The danger is cancellation gone wrong — two errors adding up. The triangle inequality is exactly the statement "combined distance is never more than separate distances added": it hands us the worst case for free, so if the worst case is small, we're safe.

PICTURE. Two steps then on a number line. The straight-shot distance (red) is never longer than walking then (black), and equals it only when both steps point the same way.


Step 4 — Spend your tolerance: give each function half

WHAT. You hand me a target tolerance for the sum. I split it in two and spend on each function.

  • Because exists, I can find a strip half-width forcing .
  • Because exists, I can find a strip half-width forcing .

WHY split as ? Because when I add the two guaranteed errors back, I want them to total exactly — no more. Halves are the natural budget: .

PICTURE. The sum's band (height ) is split into two half-bands of height — one budget for , one for .


Step 5 — Both strips at once: take the smaller one

WHAT. keeps in budget; keeps in budget. To keep both in budget simultaneously, stand inside the narrower strip:

  • — "the smaller of the two." Being inside the smaller strip means you're automatically inside the larger one too.

WHY the minimum? Each guarantee only holds inside its own strip. Their overlap is the narrower strip. Choosing lands us in the overlap, where both promises are active at once.

PICTURE. Two strips of widths and overlaid; the shaded overlap is the chosen -strip.


Step 6 — Snap the pieces together

WHAT. For every with , chain everything:

Reading left to right: split the error (Step 2), bound it by the two separate errors (Step 3), each of which is under because we're in the -strip (Steps 4–5), and the halves rebuild .

WHY this finishes it. You named any ; I produced a that keeps the sum inside your band. That is precisely the definition from Step 0. So:

PICTURE. The full chain as a flow: total error → two half-errors → each under → sum under .


Step 7 — The edge cases (so no scenario surprises you)

A proof isn't done until every input is covered.

Case A — one limit doesn't exist. Then or isn't a number and the whole argument never starts. The law is silent, not false. Classic trap: , at an integer — each jumps (no limit), yet has limit . You may not run the sum law backwards. (See One-sided limits.)

Case B — the difference . Same proof with in place of : the constant-multiple idea gives , so . No new work.

Case C — adding many functions. Add a third function : apply the two-function law to and . Since already, . Induction extends this to any finite number of pieces — which is exactly why polynomials succumb to plug-in.

Case D — where does -smallness fail? Never, for a finite sum. But it can fail for an infinite sum of functions — that's a different theory. Our law is a finite-sum law.

PICTURE. The floor-function counterexample: two functions that jump oppositely, whose sum is a flat red line — proof that "sum has a limit" does not rescue the parts.


The one-picture summary

Everything above, compressed: you name a band of height around ; I split it into two half-bands, catch in one and in the other using the strips their own limits guarantee, take the narrower strip, and the triangle inequality glues the two captures into one capture inside your full band.

Recall Feynman retelling — explain the whole walkthrough to a friend

Two people are walking toward two chairs. One will sit at height , the other at height . I claim their combined height heads to . You're skeptical, so you draw a thin band around and dare me: "make their total land in here." I split your band into two thinner bands — one for each walker — and I already know each walker eventually stays inside their own thin band (that's what "has a limit" means). I wait until both walkers are settled — that means waiting the longer of the two waits, i.e. the narrower strip. Once both are in their half-bands, their total is squeezed into your full band, because the worst two small errors can do when added is still small (the triangle inequality). Since I can beat any band you draw, the total's destination is nailed to . And the fine print: this only works because each walker had a chair to head to — if one wandered forever, all bets are off.


Connections

  • Epsilon-Delta definition of a limit — Step 0 is this definition; the whole page is one game.
  • One-sided limits — the edge cases (floor function) live here.
  • Continuity — sums of continuous functions are continuous, straight from this proof.
  • Squeeze theorem — the sibling tool when the algebra laws can't reach.
  • Derivative as a limit — the sum rule for derivatives is this law wearing a costume.