AP-CALCBC-2.1-2.2

U2.1 The Derivative — Definition and Notation

Master the limit definition of the derivative in both equivalent forms, compute f'(a) by hand, and switch fluently between Leibniz, Lagrange, and Newton notation.

What you'll do in this lesson

A voice-first session with the Crimsora tutor on U2.1 The Derivative — Definition and Notation, then targeted practice and FRQs — with the tutor adapting to where you get stuck.

What this lesson covers

Every rule you will learn later in Unit 2 — the power rule, product rule, and beyond — is just a shortcut for one fundamental idea: the derivative is a limit. Before you get to trust the shortcuts, the AP exam expects you to know where they come from. In this lesson you will learn the derivative as the slope of a tangent line, written as the limit of a difference quotient, and you will practice computing f(a)f'(a) directly from that definition.

You will also learn to read and write derivatives in three notations that appear interchangeably across free-response and multiple-choice questions. Nailing the definition now makes the rest of calculus feel like bookkeeping.

From Average Rate to Instantaneous Rate

A derivative measures an instantaneous rate of change — how fast ff is changing at a single point. But you cannot compute a rate from one point alone; you need two. So we start with the average rate of change between x=ax=a and a nearby point, which is the slope of the secant line:f(x)f(a)xa\frac{f(x)-f(a)}{x-a}This is called the difference quotient. As the second point slides toward aa, the secant line pivots until it becomes the tangent line. The slope of that tangent line is the derivative.

The key move is taking a limit. If we let the gap shrink to zero, the average rate becomes the instantaneous rate. Geometrically, the derivative f(a)f'(a) is the slope of the tangent line to the graph of ff at the point (a,f(a))(a, f(a)).

A common misconception: students think you can just plug the gap equal to zero. You cannot — that gives 00\frac{0}{0}, which is indeterminate. The whole point of the limit is to simplify the quotient algebraically first, then evaluate. The exam frequently rewards you for showing that limit setup, not just the final number.

The Two Equivalent Definitions

There are two standard forms of the derivative at a point, and the AP exam uses both. They describe the same slope; they differ only in how you name the second point.
FormDefinitionWhen it's easiest
Point formf(a)=limxaf(x)f(a)xaf'(a)=\lim_{x\to a}\dfrac{f(x)-f(a)}{x-a}Given a specific value aa
Increment formf(a)=limh0f(a+h)f(a)hf'(a)=\lim_{h\to 0}\dfrac{f(a+h)-f(a)}{h}Deriving a general formula
In the point form, xx approaches aa, so the denominator xax-a approaches 0. In the increment form, the step size hh approaches 0, where h=xah = x - a. Substituting x=a+hx = a+h converts one into the other.

The general derivative function replaces the fixed aa with a variable xx:f(x)=limh0f(x+h)f(x)hf'(x)=\lim_{h\to 0}\frac{f(x+h)-f(x)}{h}This produces a new function whose input is any xx and whose output is the slope there. A frequent test trap: an MCQ shows a limit like limh0(3+h)29h\lim_{h\to 0}\frac{(3+h)^2-9}{h} and asks what it represents. Recognize it as f(3)f'(3) where f(x)=x2f(x)=x^2 — the answer is a derivative value, not a mysterious limit.

Computing f'(a) from the Definition

To evaluate a difference quotient limit, follow a reliable sequence. Substitute the function into the definition, expand and combine the numerator, cancel the hh (or xax-a) that causes the 00\frac{0}{0}, and then take the limit.
StepWhat you do
1Write the definition with ff substituted
2Expand the numerator fully
3Cancel like terms so the numerator has a common factor of hh
4Divide out hh
5Substitute h=0h=0 into the simplified expression
For polynomial functions, expanding a binomial like (x+h)2(x+h)^2 or (x+h)3(x+h)^3 is the workhorse. For rational functions, combine fractions over a common denominator. For square roots, multiply by the conjugate. Each technique exists to expose the factor of hh that cancels.

A misconception to avoid: dropping the limit symbol too early. You must carry limh0\lim_{h\to 0} through every line until the moment you actually substitute h=0h=0. On free-response, omitting it can cost a point even when your algebra is perfect.

Three Notations You Must Read Fluently

AP problems switch notation without warning, so treat all three as synonyms for the same idea.
NotationNameReads as
f(x)f'(x), f(a)f'(a)Lagrange (prime)derivative of ff; slope at aa
dydx\frac{dy}{dx}, ddx[f(x)]\frac{d}{dx}[f(x)]Leibnizrate of change of yy with respect to xx
y˙\dot{y}Newton (dot)time derivative, common in physics
Leibniz notation shines when you need to specify the variable of differentiation and when evaluating at a point: dydxx=2\left.\frac{dy}{dx}\right|_{x=2} means the same as f(2)f'(2). The ddx\frac{d}{dx} symbol is an operator — an instruction to differentiate — not a fraction you can split apart at this level.

Lagrange notation is compact and best for stating results, like f(x)=2xf'(x)=2x. Newton's dot notation appears mostly in motion problems where the variable is time tt.

Units matter too: if ff is measured in meters and xx in seconds, then f(x)f'(x) carries units of meters per second. The exam often asks you to interpret f(a)f'(a) in context, so pair the numerical slope with a correct sentence about rate of change.

Key terms

Difference quotient.
The expression f(x)f(a)xa\frac{f(x)-f(a)}{x-a} or f(a+h)f(a)h\frac{f(a+h)-f(a)}{h} giving the slope of a secant line between two points on a curve.
Derivative at a point.
The limit of the difference quotient as the two points converge; equals the slope of the tangent line and the instantaneous rate of change f(a)f'(a).
Secant line.
A straight line through two distinct points of a curve; its slope is the average rate of change over that interval.
Tangent line.
The line touching the curve at one point with slope equal to the derivative there; the limiting position of secant lines.
Instantaneous rate of change.
The rate at which a function changes at a single instant, obtained by letting the interval shrink to zero.
Leibniz notation.
Writing the derivative as dydx\frac{dy}{dx} or ddx[f(x)]\frac{d}{dx}[f(x)], emphasizing the variable of differentiation.
Lagrange notation.
Writing the derivative with primes, as f(x)f'(x) or f(a)f'(a).
Indeterminate form.
An expression like 00\frac{0}{0} that has no determined value until algebraically simplified before evaluating the limit.

Worked example

Use the limit definition of the derivative to find f(2)f'(2) for f(x)=x23xf(x)=x^2-3x.
Start with the increment form of the definition at a=2a=2:f(2)=limh0f(2+h)f(2)hf'(2)=\lim_{h\to 0}\frac{f(2+h)-f(2)}{h}Compute the pieces. First f(2)=223(2)=46=2f(2)=2^2-3(2)=4-6=-2. Next f(2+h)=(2+h)23(2+h)f(2+h)=(2+h)^2-3(2+h). Expand: (2+h)2=4+4h+h2(2+h)^2=4+4h+h^2 and 3(2+h)=6+3h3(2+h)=6+3h, so f(2+h)=4+4h+h263h=h2+h2f(2+h)=4+4h+h^2-6-3h=h^2+h-2.

Substitute into the numerator:f(2+h)f(2)=(h2+h2)(2)=h2+hf(2+h)-f(2)=(h^2+h-2)-(-2)=h^2+hNow the quotient:f(2)=limh0h2+hh=limh0h(h+1)hf'(2)=\lim_{h\to 0}\frac{h^2+h}{h}=\lim_{h\to 0}\frac{h(h+1)}{h}Cancel the common factor hh (valid because h0h\neq 0 inside the limit):f(2)=limh0(h+1)f'(2)=\lim_{h\to 0}(h+1)Now substitute h=0h=0: f(2)=0+1=1f'(2)=0+1=1.

The slope of the tangent line to f(x)=x23xf(x)=x^2-3x at x=2x=2 is 11. Notice the factor of hh had to cancel before substituting — plugging h=0h=0 first would have given 00\frac{0}{0}.

Practice questions

The limit limh0(4+h)364h\lim_{h\to 0}\dfrac{(4+h)^3-64}{h} is equal to which of the following?
  1. f(4)f'(4) where f(x)=x3f(x)=x^3
  2. f(3)f'(3) where f(x)=x4f(x)=x^4
  3. f(64)f'(64) where f(x)=x3f(x)=x^3
  4. f(0)f'(0) where f(x)=(x+4)3f(x)=(x+4)^3

Answer: f(4)f'(4) where f(x)=x3f(x)=x^3

Compare to f(a)=limh0f(a+h)f(a)hf'(a)=\lim_{h\to 0}\frac{f(a+h)-f(a)}{h}. The term (4+h)3(4+h)^3 matches f(a+h)f(a+h) with f(x)=x3f(x)=x^3 and a=4a=4, and 64=43=f(4)64=4^3=f(4). So the limit is f(4)f'(4) for f(x)=x3f(x)=x^3. (For completeness, this evaluates to 342=483\cdot 4^2=48.)
Use the limit definition of the derivative to find f(x)f'(x) for f(x)=1xf(x)=\frac{1}{x}, then state f(3)f'(3).

Answer: f(x)=1x2f'(x)=-\frac{1}{x^2}, so f(3)=19f'(3)=-\frac{1}{9}.

Write f(x)=limh01x+h1xhf'(x)=\lim_{h\to 0}\frac{\frac{1}{x+h}-\frac{1}{x}}{h}. Combine the numerator over the common denominator x(x+h)x(x+h): 1x+h1x=x(x+h)x(x+h)=hx(x+h)\frac{1}{x+h}-\frac{1}{x}=\frac{x-(x+h)}{x(x+h)}=\frac{-h}{x(x+h)}. Divide by hh: hx(x+h)1h=1x(x+h)\frac{-h}{x(x+h)}\cdot\frac{1}{h}=\frac{-1}{x(x+h)}. Now take h0h\to 0: 1xx=1x2\frac{-1}{x\cdot x}=-\frac{1}{x^2}. Evaluating at x=3x=3 gives 19-\frac{1}{9}.
If gg measures the temperature of coffee in degrees Celsius after tt minutes and g(5)=2.4g'(5)=-2.4, what is the best interpretation?

Answer: At 5 minutes, the coffee's temperature is decreasing at a rate of about 2.4 degrees Celsius per minute.

A derivative value is an instantaneous rate of change with units of output per input — here degrees Celsius per minute. The negative sign means the temperature is decreasing. The value applies at the instant t=5t=5, not as a total or average, so a correct interpretation names the time, the rate, the units, and the direction.

FAQ

What is the difference between the two definitions of the derivative?
They give the same slope but label the moving point differently. The point form limxaf(x)f(a)xa\lim_{x\to a}\frac{f(x)-f(a)}{x-a} lets xx slide toward a fixed aa; the increment form limh0f(a+h)f(a)h\lim_{h\to 0}\frac{f(a+h)-f(a)}{h} uses a shrinking step h=xah=x-a. Use the increment form to derive a general formula and the point form when a specific aa makes factoring easy.
Why can't I just plug in h = 0 right away?
Substituting h=0h=0 before simplifying gives 00\frac{0}{0}, an indeterminate form with no value. You must first expand and cancel the common factor of hh in the numerator. Once the hh in the denominator is gone, substituting h=0h=0 is legal and gives the derivative.
Do Leibniz, Lagrange, and Newton notation mean different things?
No — they all denote the same derivative. f(x)f'(x), dydx\frac{dy}{dx}, and y˙\dot{y} are interchangeable. Leibniz notation makes the variable of differentiation explicit and is handy for evaluating at a point with the bar notation dydxx=a\left.\frac{dy}{dx}\right|_{x=a}; Newton's dot is used mostly for time derivatives in physics contexts.
Will the AP exam make me use the limit definition instead of shortcut rules?
Yes, at times. Both multiple-choice and free-response questions may require you to set up or recognize the difference quotient, or to compute f(a)f'(a) from the definition for a simple function. Questions also test recognizing a given limit as a derivative in disguise, so knowing the definition cold protects easy points.

Learn this with a teacher, not a page

The Crimsora tutor teaches U2.1 The Derivative — Definition and Notation live — explaining on a whiteboard, asking you questions, and adapting to where you get stuck.