Phase 2 - Lesson 2.2

The Derivative: Definition and Meaning

The derivative as the limit of secant slopes, its interpretation as instantaneous rate of change, and the marginal reasoning that pervades finance.

⏱ 55 min● Intermediate🔗 Prereqs: 2.1
↖ Phase 2 hub
Builds on: 2.1 defined limits; the derivative is a specific, immensely useful limit.
Leads to: Differentiation rules (2.3), Taylor approximation (2.4) and optimization (2.5) all build directly on this definition.

Learning Objectives

Click a status chip to cycle: Not started → In progress → Studied → Practiced → Needs review → Mastered.

Key Vocabulary

Difference quotient
(f(x+h)−f(x))/h, the average rate of change / secant slope over a step h.
Derivative
f′(x)=lim_{h→0}(f(x+h)−f(x))/h when the limit exists; the instantaneous rate.
Tangent line
The line through (x,f(x)) with slope f′(x); the best local linear fit to the graph.
Differentiable
Having a derivative at the point; requires the secant slopes to converge from both sides.
Marginal quantity
In economics/finance, the derivative of a total with respect to quantity (marginal cost, marginal utility).
Continuous compounding
Growth governed by dA/dt=rA, giving A(t)=A_0 e^{rt}.

From average to instantaneous rate

Over a step of size \(h\), the average rate of change of \(f\) is the difference quotient - the slope of the secant line through \((x,f(x))\) and \((x+h,f(x+h))\). Shrinking \(h\to0\) turns the secant into the tangent and defines the derivative:

\[f'(x)=\lim_{h\to 0}\frac{f(x+h)-f(x)}{h}\] (2.2)
Worked Example - Derivative of x² from first principles
1
Difference quotient: \(\dfrac{(x+h)^2-x^2}{h}=\dfrac{2xh+h^2}{h}=2x+h\) for \(h\ne0\).
2
Take \(h\to0\): the limit is \(2x\).
3
So \(\frac{d}{dx}x^2=2x\). At \(x=3\) the tangent slope is 6.

Two readings of one number

Geometrically \(f'(x)\) is the slope of the tangent. Physically it is an instantaneous rate: if \(s(t)\) is position then \(s'(t)\) is velocity. In finance the same idea is marginal reasoning - marginal cost is the derivative of total cost, and an option’s delta is the derivative of its price with respect to the underlying.

Proposition - Differentiable ⇒ continuous
If \(f\) is differentiable at \(c\) then it is continuous at \(c\). The converse fails: \(f(x)=|x|\) is continuous at 0 but the left secant slopes tend to \(-1\) and the right to \(+1\), so no derivative exists there.

Finance link: continuous compounding

A balance earning interest at annual rate \(r\), compounded continuously, obeys \(\frac{dA}{dt}=rA\) - its growth rate is proportional to its size. The solution is \(A(t)=A_0e^{rt}\), and differentiating confirms \(A'(t)=rA_0e^{rt}=rA(t)\). The derivative is the instantaneous interest accrual.

\[A(t)=A_0e^{rt},\qquad A'(t)=rA(t)\] (2.3)

Interactive: secant → tangent

Common Mistakes to Avoid
  • Cancelling the h in the difference quotient before recognizing you may only do so for h≠0 (which is fine inside a limit).
  • Claiming continuity implies differentiability; |x| at 0 is the standing counterexample.
  • Confusing the average rate (secant, finite h) with the instantaneous rate (tangent, h→0).
  • Writing dA/dt=r instead of dA/dt=rA for continuous compounding - growth is proportional to the balance.
Quant Practitioner Tips
  • First-principles derivatives are graded on the algebra: expand, cancel the lone h, then take the limit.
  • Read f′ in the units of the problem: dollars per unit (marginal cost), meters per second (velocity), 1/year (growth rate).
  • A kink or vertical tangent signals non-differentiability even where the function is continuous.
  • e^{rt} is the unique growth law whose derivative is a constant multiple of itself - that is why it dominates finance.

Knowledge Check

Q1 Easy
The derivative f′(x) is defined as the limit of:
f(x+h)−f(x)
(f(x+h)−f(x))/h as h→0
(f(x+h)−f(x))/h as x→0
f(x)/x
Q2 Medium
Which is TRUE about the relationship between continuity and differentiability?
continuous ⇒ differentiable
differentiable ⇒ continuous
they are equivalent
neither implies the other
Q3 Medium
For a balance under continuous compounding, A(t)=A₀e^{rt}. Its instantaneous growth rate A′(t) equals:
r
rA₀
rA(t)
A(t)/r

Practical Exercise

Using only the limit definition, compute \(f'(x)\) for \(f(x)=1/x\) (with \(x\ne0\)). Then state the tangent-line slope at \(x=2\) and interpret its sign.

▶ Show full solution

Form the difference quotient and simplify:

\[\frac{f(x+h)-f(x)}{h}=\frac{\tfrac{1}{x+h}-\tfrac1x}{h}=\frac{x-(x+h)}{h\,x(x+h)}=\frac{-1}{x(x+h)}.\]

Let \(h\to0\): \(f'(x)=-1/x^2\). At \(x=2\) the slope is \(-1/4\). It is negative because \(1/x\) is decreasing for \(x\gt 0\) - the tangent slopes downward.

After the reveal, answer for yourself: The single common denominator did all the work. Combining fractions first is the standard opening for first-principles derivatives of reciprocals.

Lesson Summary

The derivative is the limit of secant slopes, f′(x)=lim_{h→0}(f(x+h)−f(x))/h, read simultaneously as tangent slope, instantaneous rate, and marginal quantity. Differentiability implies continuity but not vice versa. In finance it powers continuous compounding, where A(t)=A₀e^{rt} satisfies A′=rA.

Formula Sheet Additions

Continuous compounding
\[\frac{dA}{dt}=rA\ \Rightarrow\ A(t)=A_0e^{rt}\]
Exponential growth is the unique law whose rate is proportional to the level.

Retrieval Practice

Close the lesson and answer from memory before checking. This is deliberate, effortful recall - the single highest-yield study action.

▶ Show retrieval prompts & answers
Q: Give the limit definition of the derivative and its two main interpretations.
A: f′(x)=lim_{h→0}(f(x+h)−f(x))/h; it is the slope of the tangent line and the instantaneous rate of change (velocity, marginal cost, growth rate).
Q: Does continuity imply differentiability? Give the standard counterexample.
A: No; |x| is continuous at 0 but has a corner where left and right secant slopes disagree (−1 vs +1), so no derivative exists there. The valid implication runs the other way.

Completion Checklist

Confidence / mastery rating
Personal notes

Source References

This lesson synthesizes and paraphrases concepts from the sources below. No copyrighted text, problem sets, or solutions are reproduced. Return to the originals for full depth.