AP CALCULUS BC • DIFFERENTIATION: DEFINITION AND FUNDAMENTAL PROPERTIES

Defining the Derivative of a Function Using Derivative Notation

How the limit of a difference quotient formalizes instantaneous rate of change and spawns the notation used throughout calculus.

Historical Context & Motivation

The idea of measuring how rapidly a quantity changes at a single instant — rather than over an interval — was one of the deepest intellectual puzzles of the seventeenth century. Ancient Greek geometers could find tangent lines to circles and conic sections using ad hoc constructions, but they possessed no general engine for determining the slope of a curve at an arbitrary point. The birth of derivative notation accompanied the birth of calculus itself, as Newton and Leibniz each introduced symbols that encoded a limiting process in compact form. Their competing notations reflected fundamentally different philosophical stances on what a derivative is — a ratio of infinitesimals or a fluxion in time — yet both captured the same mathematical object. Understanding why multiple notations persist today requires a brief tour of that history.

1665–66
Newton's Method of Fluxions
Isaac Newton develops his fluxion notation, writing ẏ (a dot over the variable) for the rate of change of y with respect to time. His work remained largely unpublished for decades.
1684
Leibniz Publishes dy/dx
Gottfried Wilhelm Leibniz publishes Nova Methodus, introducing the notation dy/dx that treats the derivative as a quotient of infinitesimal differences. This notation's algebraic flexibility made it dominant on the European continent.
1797
Lagrange's Prime Notation
Joseph-Louis Lagrange introduces f′(x) — prime notation — to sidestep infinitesimal metaphysics. This compact symbol emphasizes the derivative as a new function derived from f.
1821–23
Cauchy Formalizes the Limit
Augustin-Louis Cauchy rigorously defines the derivative as the limit of the difference quotient, replacing vague talk of infinitely small quantities with the ε-δ framework that would later be perfected by Weierstrass.
Modern Era
Unified Notation on the AP Exam
Contemporary calculus courses, including AP Calculus BC, expect fluency in all three notational families: Leibniz (dy/dx), Lagrange (f′), and sometimes Euler's operator D. The College Board uses these interchangeably throughout the exam.

The central question these mathematicians all confronted was deceptively simple: Can we assign a precise numerical slope to a curve at a single point, rather than between two distinct points? Answering that question required inventing both a new operation (differentiation) and a symbolic language (derivative notation) capable of expressing the limiting process succinctly. The rest of this lesson unpacks that answer.

Core Principles & Definitions

Before writing a single derivative, it is essential to internalize the conceptual pillars on which differentiation rests. Each pillar connects a geometric picture (the tangent line) to an algebraic procedure (the limit of a difference quotient) and finally to symbolic shorthand (derivative notation). These ideas are not three separate topics — they are three views of the same object, and fluency on the AP exam demands the ability to translate freely among them.

1

The Difference Quotient

For a function f and two input values x and x + h, the expression [f(x + h) − f(x)] / h measures the average rate of change over the interval [x, x + h]. Geometrically, this is the slope of the secant line through the two corresponding points on the graph.
2

The Limit Process

Taking the limit as h → 0 shrinks the secant line until it becomes the tangent line at the point x. The derivative exists at x only when this limit is a finite real number, a condition that requires f to be sufficiently smooth at x.
3

The Derivative as a Function

When the limit exists for every x in some domain, the rule x ↦ lim(h→0)[f(x + h) − f(x)] / h defines a new function called the derivative function. This function maps each input to the instantaneous rate of change of f at that input.
4

Multiple Notations, One Object

The symbols f′(x), dy/dx, (d/dx)[f(x)], and Df(x) all denote exactly the same limit. Choosing among them is a matter of context: Leibniz notation emphasizes the variables involved, Lagrange notation is compact for compositions, and operator notation highlights differentiation as a linear operation.
KEY TAKEAWAY
Think of the derivative like the instantaneous speedometer reading in a car. Your average speed over a 100-mile trip might be 50 mph, but that single number hides the fact that you accelerated, braked, and cruised at varying rates. The derivative at a moment t is analogous to the speedometer needle's exact reading at that instant — it is obtained by shrinking the time interval over which you measure average speed until the interval is effectively zero. The notation (dy/dx, f′, etc.) is simply the symbolic way of recording that speedometer reading for every moment simultaneously.

Visual Explanation — From Secant to Tangent

The following diagram illustrates the geometric heart of the derivative definition. A smooth curve y = f(x) is plotted, along with a fixed point P = (a, f(a)). A second point Q = (a + h, f(a + h)) slides toward P as h → 0. The secant line PQ rotates and converges to the tangent line at P, whose slope is f′(a). Pay close attention to how the difference quotient Δy/Δx geometrically corresponds to the slope of the secant, and how the limiting process yields the tangent.

As the second point Q slides toward P (h → 0), the dashed secant line rotates into the solid cyan tangent line. The slope of that tangent is the derivative f′(a).

In the diagram, the pink dashed secant through P and Q has slope equal to the difference quotient [f(a + h) − f(a)] / h. The yellow dashed secant through P and Q′ (where Q′ is closer to P) has a steeper slope, visually demonstrating that as h shrinks the secant pivots. The cyan solid line is the tangent, obtained in the limit. The vertical segment labeled Δy and the horizontal segment labeled Δx = h form the right triangle whose hypotenuse lies along the secant; collapsing that triangle to a point recovers the tangent slope.

Mathematical Framework

The formal definition of the derivative rests on a single limit. We present it in two equivalent forms — the h-form and the x → a form — and then catalog the standard notational conventions you will encounter on the AP Calculus BC exam.

LIMIT DEFINITION (h-FORM)
f′(a) = lim[h→0] ( f(a + h) − f(a) ) / h
Here a is the fixed input value, h is the increment (positive or negative) that shrinks toward zero, and f(a + h) − f(a) is the corresponding change in output. The limit must exist and be finite for f to be differentiable at a.
LIMIT DEFINITION (x → a FORM)
f′(a) = lim[x→a] ( f(x) − f(a) ) / ( x − a )
This is algebraically identical to the h-form under the substitution x = a + h (so h = x − a). Some problems are easier to evaluate in one form than the other; recognizing both is essential.
DERIVATIVE AS A FUNCTION
f′(x) = lim[h→0] ( f(x + h) − f(x) ) / h
Replacing the constant a with the variable x yields the derivative function f′, whose domain is every x at which the limit exists.

Derivative Notation Catalog

Standard derivative notations encountered on the AP Calculus BC exam
NotationRead AsOriginWhen to Use
f′(x)"f prime of x"Lagrange (1797)Compact; ideal for compositions and when the independent variable is clear from context.
dy/dx"dee y dee x" or "the derivative of y with respect to x"Leibniz (1684)Clarifies which variable is independent; indispensable for implicit differentiation and separable differential equations.
(d/dx)[f(x)]"the derivative with respect to x of f(x)"Euler / Leibniz hybridTreats d/dx as an operator applied to an expression; useful when f is given as a formula without a name.
"y dot"Newton (1665)Reserved for differentiation with respect to time; common in physics and differential equations.
Df(x)"D of f at x"Euler (operator)Emphasizes the derivative as a linear operator; used in advanced analysis and on some AP free-response solutions.
⚠️ Notation Pitfall
Although dy/dx looks like a fraction, it is formally a single symbol representing a limit. You may treat it as a fraction in certain sanctioned operations — separation of variables, chain-rule cancellation — but doing so is a notational convenience justified by theorems, not a definition. On the AP exam, if you write dy/dx = dy/du × du/dx, you are invoking the chain rule, not performing algebra on fractions.

Notation in Context — Translating Between Representations

One of the most common stumbling blocks on the AP exam is recognizing the same mathematical question phrased in different notations. A free-response problem might ask you to evaluate dy/dx at x = 3, while a multiple-choice item uses f′(3). Fluency requires seeing these as identical requests. The diagram below organizes the notational ecosystem around the central idea: the limit definition produces a number (the derivative at a point) or a function (the derivative function), and each notation labels one of these two outputs.

All notation paths originate from the limit definition. The left branch produces a number (the derivative evaluated at a specific point), while the right branch produces a function (the derivative rule valid for all x in the domain).

Notice the subtle but important distinction: f′(x) with x free is a function, whereas f′(2) is a number. Similarly, dy/dx without further annotation denotes the derivative function, but dy/dx evaluated at x = 2 (often written with a vertical bar) is a specific numerical slope. On the AP exam, you may encounter phrasing such as "Find dy/dx" (asking for the derivative function), "Find dy/dx when x = 4" (asking for a number), or "Use the limit definition to show that f′(x) = 2x" (asking you to execute the limit algebraically). Each phrasing asks for a different deliverable, and the notation tells you which one.

📐 Higher-Order Derivatives
The derivative of the derivative is the second derivative. In Lagrange notation it is f″(x); in Leibniz notation it is d²y/dx². The exponent placement in Leibniz notation is not a typo — d²y/dx² is shorthand for (d/dx)(dy/dx). For the AP BC exam, you will also need the third derivative f‴(x) or d³y/dx³ when dealing with Taylor series and convergence analysis.

Worked Example — Derivative from the Definition

Let us compute the derivative of f(x) = x² − 3x + 1 using the limit definition. We will express the answer in all major notational forms and evaluate it at a specific point, reinforcing the connection between the general function and a particular slope.

Finding f′(x) for f(x) = x² − 3x + 1
1
Step 1 — Write the Difference QuotientSubstitute into the h-form: [f(x+h) − f(x)] / h. We compute f(x + h) = (x + h)² − 3(x + h) + 1 = x² + 2xh + h² − 3x − 3h + 1. Subtracting f(x) = x² − 3x + 1 gives 2xh + h² − 3h.
Difference quotient = (2xh + h² − 3h) / h
2
Step 2 — Simplify AlgebraicallyFactor h from the numerator: h(2x + h − 3) / h. Since we are taking the limit as h → 0 (and h ≠ 0 during the limiting process), we may cancel the common factor.
Simplified quotient = 2x + h − 3
3
Step 3 — Take the Limit as h → 0Because the simplified expression 2x + h − 3 is a polynomial in h, the limit is obtained by direct substitution: lim[h→0] (2x + h − 3) = 2x + 0 − 3 = 2x − 3.
f′(x) = 2x − 3
4
Step 4 — Express in Multiple NotationsThe result can equivalently be written as dy/dx = 2x − 3, (d/dx)[x² − 3x + 1] = 2x − 3, or Df(x) = 2x − 3. All four expressions communicate the same derivative function.
5
Step 5 — Evaluate at a Specific PointTo find the slope of the tangent line to y = x² − 3x + 1 at x = 4, substitute into the derivative function: f′(4) = 2(4) − 3 = 5. Equivalently, dy/dx evaluated at x = 4 equals 5.
f′(4) = 5
PROCESS CHECK
Every limit-definition problem follows the same three-act structure: (1) build the difference quotient, (2) simplify until h can be canceled or the indeterminate form is resolved, and (3) evaluate the limit. Notation choice does not alter any of these algebraic steps — it only changes the label on the final answer. If a problem says "show that dy/dx = 2x − 3," you must still demonstrate the limit; simply differentiating by shortcut rules will not earn full credit on an AP free-response question that specifies the limit definition.

Strengths & Limitations of Each Notation

No single notation is universally superior. Each shines in certain contexts and creates friction in others. The table below compares the three notations you will use most on the AP Calculus BC exam across several practical dimensions. Understanding these trade-offs will help you choose the clearest notation for your written work and interpret any notation the exam throws at you.

Comparative strengths of common derivative notations
CriterionLagrange f′(x)Leibniz dy/dxOperator (d/dx)[ ]
CompactnessExcellent — just two extra characters.Moderate — longer, but self-documenting.Moderate — slightly bulkier than Lagrange.
Variable clarityWeak — does not explicitly name the independent variable.Strong — both dependent and independent variables are named.Strong — the variable of differentiation is shown inside the operator.
Chain ruleUses nested primes: (f ∘ g)′(x) = f′(g(x)) · g′(x).Natural cancellation illusion: (dy/du)(du/dx) = dy/dx.Clean with substitution: (d/dx)[f(u)] = f′(u) · du/dx.
Implicit differentiationAwkward — must write y′ for dy/dx, losing explicitness.Ideal — (d/dx)[y²] = 2y(dy/dx) is transparent.Good — operator form keeps the variable visible.
Higher-order derivativesf″, f‴, then f⁽⁴⁾ — cumbersome above third order.d²y/dx², d³y/dx³ — systematic at any order.D²f, D³f — concise at high order.
Integral/DE useLess common in integral setups.Essential — separation of variables depends on treating dy and dx as manipulable entities.Occasionally used to frame linear differential operators.
🔑 NOTATION STRATEGY
In engineering and the physical sciences, teams frequently switch notations within a single derivation — Leibniz for setting up an integral, Lagrange for compact inline references, operator notation for proving linearity properties. Think of each notation as a different wrench in a toolbox: a skilled mechanic does not argue about which wrench is "best" but rather reaches for whichever one fits the bolt at hand. On the AP exam, practice writing your solutions in whichever notation the question uses, and be ready to translate if a problem presents information in one form but asks for an answer in another.

Connection to Advanced Theory

The limit definition of the derivative is not merely a starting point that you discard once shortcut rules are learned; it remains the theoretical backbone of every differentiation result in the AP Calculus BC curriculum and beyond. Understanding where the definition resurfaces in more advanced contexts deepens conceptual mastery and prepares you for the topics that make BC distinct from AB.

How the derivative definition extends into advanced AP BC topics
Foundation (This Lesson)Advanced Extension (AP BC & Beyond)
f′(a) = lim[h→0] (f(a + h) − f(a)) / hThe formal ε-δ definition of a limit makes this rigorous; in real analysis, differentiability implies continuity but not vice versa.
Derivative function f′(x)Taylor and Maclaurin series use f′, f″, f‴, … evaluated at a center point to build polynomial approximations: f(x) ≈ Σ f⁽ⁿ⁾(a)(x−a)ⁿ/n!.
Leibniz notation dy/dxSeparable differential equations exploit the notation: dy/dx = g(x)h(y) → (1/h(y))dy = g(x)dx, integrating both sides. Leibniz notation also underlies arc length, ds = √(1 + (dy/dx)²) dx.
Difference quotient Δy/ΔxEuler's method approximates solutions to DEs by stepping forward with yₙ₊₁ = yₙ + f′(xₙ)Δx — essentially running the difference quotient in reverse.
Single-variable derivativeMultivariable calculus generalizes to partial derivatives ∂f/∂x and the gradient ∇f, each defined by a difference quotient in one coordinate direction.

As you progress through the BC curriculum, you will encounter scenarios where shortcut rules (power rule, product rule, chain rule) cannot be applied directly — for instance, when a function is defined by a table of values or when you must prove that a piecewise function is differentiable at a boundary. In every such case, you return to the limit definition. Moreover, understanding the definition is essential for L'Hôpital's rule, which itself relies on the existence of derivatives to evaluate indeterminate limits. The conceptual loop is tight: limits define derivatives, and derivatives in turn help evaluate limits.

Practice Problems

1
Which of the following statements most precisely describes what the derivative f′(a) represents?
2
Using the limit definition of the derivative, what is f′(x) for f(x) = 5x² + 2x − 7?
3
Let g(x) = 1/(x + 1). Using the limit definition (h-form), which of the following represents the correct fully simplified form of the difference quotient [g(x + h) − g(x)] / h before taking the limit?
PROBLEM 4APPLIED
A particle moves along the x-axis so that its position at time t seconds is given by s(t) = t³ − 6t² + 9t + 2 meters. (a) Use the limit definition of the derivative to find v(t) = s′(t), the velocity function. Show all work using the h-form. (b) Rewrite your result for v(t) in Leibniz notation. (c) Find the velocity of the particle at t = 1 second. (d) At what time(s) is the particle momentarily at rest?
PROBLEM 5CRITICAL THINKING
Consider the function f(x) = |x − 2|. Using the limit definition of the derivative and one-sided limits, determine whether f′(2) exists. Justify your answer completely, expressing each one-sided limit in Leibniz or Lagrange notation.

Lesson Summary

The derivative of a function f at a point a is defined as the limit of the difference quotient: f′(a) = lim[h→0] [f(a + h) − f(a)] / h. Geometrically, this limit transforms the slope of a secant line into the slope of the tangent line at the point. When the limit exists for every x in a domain, the result is the derivative function, a new function mapping inputs to instantaneous rates of change.

Multiple notations express this single concept: Lagrange notation (f′(x)) is compact, Leibniz notation (dy/dx) clarifies variables and supports separation in differential equations, and operator notation ((d/dx)[ ] or D) emphasizes differentiation as a linear operation. Mastering all three — and being able to translate among them — is essential for success on the AP Calculus BC exam, where the limit definition resurfaces in Taylor series, Euler's method, and the theoretical justification for every differentiation rule.

Varsity Tutors • AP Calculus BC • Defining the Derivative of a Function Using Derivative Notation