4.1.2 · D4Calculus I — Limits & Derivatives

Exercises — Limit laws — sum, product, quotient, constant multiple

2,019 words9 min readBack to topic

Level 1 — Recognition

Goal: name the law and read off the answer. No algebra tricks yet.

Exercise 1.1

State the value of and , and name each rule used.

Recall Solution
  • . This is the constant atom : a function that is always heads to no matter where goes.
  • . This is the identity atom : the function that just returns its input heads to . These two are the only facts we are allowed to assume — every other limit is built from them.

Exercise 1.2

Given and , evaluate each and name the law: (a) (b) (c) (d) .

Recall Solution

Call and .

  • (a) Sum law: .
  • (b) Constant-multiple law: .
  • (c) Product law: .
  • (d) Quotient law — first check the bottom: , so it is legal. . Why check (d)'s denominator? The quotient law carries a fine-print clause . Here , so we pass the bouncer.

Level 2 — Application

Goal: break a real function into atoms and reassemble.

Exercise 2.1

Find .

Recall Solution

Split with the sum and constant-multiple laws: The power law (, which is the product law applied times) gives . Because this is a polynomial, the whole detour equals — direct substitution works.

Exercise 2.2

Find .

Recall Solution

Check the bottom first: . Legal.

  • Top: .
  • Bottom: . Quotient law: .

Exercise 2.3

Find . (Assume the root law when the inside limit is .)

Recall Solution

Inside: , so the root law applies. Why does the root law hold? is continuous, so limits pass through it — see Continuity.


Level 3 — Analysis

Goal: the quotient law fails (). Diagnose why, then rescue it.

Exercise 3.1

Find .

Recall Solution

Check the bottom: . The quotient law is forbidden — this is an $0/0$ form (top also ). Factor the top as a difference of squares: Why is cancelling legal? The limit only watches near , never itself, so there — see the figure: the graph is the line with a single hole punched at .

Figure — Limit laws — sum, product, quotient, constant multiple

Now apply the sum law: .

Exercise 3.2

Find .

Recall Solution

Bottom , top — another . We cannot factor nicely, so we rationalize by multiplying by the conjugate over itself (this is multiplying by , so nothing changes): Why rationalize? It turns the stubborn into a plain on top that cancels the below. For cancel the : Now the bottom's limit is , so the quotient law is finally legal:


Level 4 — Synthesis

Goal: combine several laws, one-sided reasoning, and edge cases in one problem.

Exercise 4.1

Find .

Recall Solution

Bottom: — quotient law forbidden. Check the top: . So it's ; factor both. Why did both share ? Because is a root of both — that shared factor is exactly what causes the . Now the new bottom's limit is , so the quotient law applies:

Exercise 4.2

Let . Show does not exist, and explain which law this warns us about.

Recall Solution

Split into One-sided limits:

  • For , , so . Thus the right limit is .
  • For , , so . Thus the left limit is .
Figure — Limit laws — sum, product, quotient, constant multiple

The two sides disagree (), so the two-sided limit does not exist. Which law does this warn us about? The quotient law needed both (top) and (bottom) to exist first. Here makes the bottom head to anyway, and the assembled function has no single limit — a live reminder that the laws only combine limits that already exist.


Level 5 — Mastery

Goal: prove, disprove, and connect to derivatives.

Exercise 5.1

Disprove the claim: "If exists, then and each exist." Give an explicit counterexample.

Recall Solution

The product law only runs forward: it needs both parts' limits to exist first. Running it backward is false. Counterexample at : let Neither nor exists (left value , right value — same jump as Exercise 4.2). But their product is so exists. The product's limit existing tells us nothing about the pieces.

Exercise 5.2

Use the limit laws to compute the derivative of at directly from the definition Name every law you invoke.

Recall Solution

This is the Derivative as a limit — and it is a form in disguise, so the quotient law is initially blocked. using difference of squares to factor and then cancelling (legal because near the limit point). Now the sum law finishes it: Notice the pattern: every derivative-from-definition is a quotient that the limit laws rescue by cancelling the offending . That is why the sum/product/quotient rules of differentiation all descend from these four limit laws.


Recall One-line takeaways

Which law has a side-condition, and what is it? ::: The quotient law; needs . First reflex on any quotient limit? ::: Evaluate the denominator's limit before anything else. What does actually mean? ::: Indeterminate — the plain law is silent; factor/cancel/rationalize. Rescue tool for -type ? ::: Multiply by the conjugate (rationalize). Do the laws run backwards? ::: No — they need the pieces' limits to exist first. Why is every derivative a limit-law problem? ::: It's a quotient rescued by cancelling .


Connections