CALCULUS 1 • DERIVATIVES: DEFINITION & RULES

Derivative Definition & Notation — Defining the Derivative of a Function Using Derivative Notation

Discover how a single limit captures the instantaneous rate of change at any point on a curve.

Historical Context & Motivation

For centuries, mathematicians wrestled with a deceptively simple question: how fast is something changing right now? Calculating an average speed over a long trip is straightforward — divide the total distance by the total time. But what about the speed shown on your speedometer at one precise instant? That kind of instantaneous rate of change required an entirely new mathematical tool, one that took the combined genius of several thinkers across multiple centuries to develop.

~1630
Fermat's Tangent Method
Pierre de Fermat devised a technique to find the slope of a tangent line by examining what happens when two nearby points on a curve merge. His idea foreshadowed the limit concept without formally defining it.
1666
Newton's Fluxions
Isaac Newton developed his method of fluxions, treating quantities as flowing over time. He used a dot notation (ẋ) to represent rates of change, laying the groundwork for what we now call the derivative.
1684
Leibniz Publishes dy/dx
Gottfried Wilhelm Leibniz independently created calculus and introduced the notation dy/dx. His notation emphasized the idea of infinitesimally small differences and remains the most widely used derivative notation today.
1821
Cauchy Formalizes the Limit
Augustin-Louis Cauchy provided a rigorous definition of the limit, giving the derivative a solid logical foundation. This removed the hand-waving around "infinitely small" quantities that had troubled earlier mathematicians.

The central question that drove all of this work remains the same one you will tackle in this lesson: given a function f(x), how do we precisely define and write down its instantaneous rate of change at any point? The answer is the derivative, and understanding its formal definition and notation is the first essential step in calculus.

Core Principles & Definitions

Before diving into formulas, it helps to understand the key ideas that the derivative captures. Every concept below builds on things you already know from algebra — slopes, functions, and the idea of zooming in on a graph.

1

Average Rate of Change

The slope of the secant line connecting two points on a curve: Δy / Δx = (f(x + h) − f(x)) / h. This is the familiar rise-over-run from algebra, applied to a curved graph.
2

Instantaneous Rate of Change

What the average rate of change becomes when the two points get infinitely close together. Instead of measuring change over a chunk, you measure change at a single moment. This is the derivative.
3

The Limit Process

The mathematical bridge between average and instantaneous rates. You let the gap h between the two points shrink toward zero and see what value the slope fraction approaches. That limiting value is the derivative.
4

Tangent Line

The line that just touches a curve at one point without crossing it (locally). The slope of the tangent line at x = a is exactly f ′(a), the derivative evaluated at that point.
KEY TAKEAWAY
Think of the derivative like a car's speedometer. Your average speed on a road trip is total miles divided by total hours — that's the secant line slope. Your speedometer reading at one specific second is the instantaneous rate — that's the derivative. The limit is the mathematical process that lets you zoom from the big-picture average down to that single-instant reading.

Visual Explanation — From Secant to Tangent

The diagram below shows a curve y = f(x) and illustrates the critical transition from a secant line to a tangent line. As the second point slides closer and closer to the first point, the secant line rotates and converges on the tangent line. The slope of that tangent line is the derivative.

The orange dashed line is a secant through two widely separated points. The gold dashed line uses a smaller h. The solid pink line is the tangent — the limit of the secant lines as h → 0. Its slope equals f ′(a).

Notice how each secant line gets closer to matching the curve's direction at point a. The derivative captures the exact slope the secant lines are approaching. This visual idea — shrinking h until the secant becomes a tangent — is precisely what the limit definition of the derivative encodes in algebra.

Mathematical Framework — The Limit Definition

Now let's translate that visual idea into precise mathematical language. We start with the difference quotient and then take a limit to arrive at the derivative.

DIFFERENCE QUOTIENT
[f(x + h) − f(x)] / h
This expression gives the average rate of change of f between x and x + h. Here, h is the horizontal distance between the two points (h ≠ 0).
LIMIT DEFINITION OF THE DERIVATIVE
f ′(x) = lim [f(x + h) − f(x)] / h h→0
f ′(x) is read "f prime of x" and represents the derivative of f at x. The limit tells us to let h shrink toward zero and find the value the fraction approaches. If that limit exists, f is differentiable at x.

An equivalent form uses a instead of x and lets the second point approach a directly, without the h variable.

ALTERNATIVE LIMIT FORM
f ′(a) = lim [f(x) − f(a)] / (x − a) x→a
Here, x plays the role of the moving second point. As x → a, the secant line becomes the tangent line. Both forms give the same derivative value.
⚠️ When Does the Derivative Fail to Exist?
The limit must exist for the derivative to be defined. The derivative does not exist at sharp corners (like the tip of |x|), vertical tangent lines, or points of discontinuity. In those cases, the secant slopes do not settle on a single value as h → 0.

Derivative Notation — A Complete Guide

Because the derivative was discovered independently by different mathematicians, several notation systems exist. They all describe the same concept, but each notation has situations where it shines. You will encounter all of these in a calculus course, so it's important to recognize each one.

Five common derivative notations, all representing the same mathematical concept. In your calculus course, you will primarily use Lagrange notation f ′(x) and Leibniz notation dy/dx.
Common derivative notations and when to use each
NotationWrittenRead AsBest Used When…
Lagrangef ′(x)"f prime of x"You need a compact symbol, especially for evaluating at specific values like f ′(2).
Leibnizdy/dx"dee y dee x"You want to emphasize which variable you differentiate with respect to, or when using the chain rule.
Operatord/dx [f(x)]"d dx of f of x"You are giving an instruction to differentiate an expression (common in problem statements).
Newton"x dot"The independent variable is time (physics applications).

Worked Example — Finding the Derivative from the Definition

Let's apply the limit definition step by step to find the derivative of f(x) = x² + 3x. We will use the formula f ′(x) = lim(h→0) [f(x + h) − f(x)] / h.

Find f ′(x) for f(x) = x² + 3x Using the Limit Definition
1
Step 1 — Write f(x + h)Substitute (x + h) everywhere you see x in the original function: f(x + h) = (x + h)² + 3(x + h). Expand using algebra: (x + h)² = x² + 2xh + h², and 3(x + h) = 3x + 3h.
f(x + h) = x² + 2xh + h² + 3x + 3h
2
Step 2 — Compute f(x + h) − f(x)Subtract the original f(x) = x² + 3x from the expanded expression: (x² + 2xh + h² + 3x + 3h) − (x² + 3x). The x² terms cancel, and the 3x terms cancel.
f(x + h) − f(x) = 2xh + h² + 3h
3
Step 3 — Form the Difference QuotientDivide the result by h: (2xh + h² + 3h) / h. Factor h out of every term in the numerator: h(2x + h + 3) / h. Since h ≠ 0 (we haven't taken the limit yet), cancel the common factor of h.
[f(x + h) − f(x)] / h = 2x + h + 3
4
Step 4 — Take the Limit as h → 0Now let h approach 0 in the simplified expression: lim(h→0) (2x + h + 3). As h → 0, the h term vanishes, leaving 2x + 3.
f ′(x) = 2x + 3
5
Step 5 — Verify & InterpretThe derivative f ′(x) = 2x + 3 tells us the slope of the tangent line at any x-value. For instance, at x = 1, f ′(1) = 2(1) + 3 = 5, so the curve rises steeply. At x = −1.5, f ′(−1.5) = 0, meaning the tangent is horizontal — that's where the function has a minimum.
At x = 1, slope = 5; at x = −1.5, slope = 0 (minimum)
💡 Pro Tip
The most common mistake is forgetting to distribute the negative sign when computing f(x + h) − f(x). Write out parentheses carefully: (stuff) − (x² + 3x), and subtract every term of f(x). Sloppy subtraction is the #1 error source in limit-definition problems.

Strengths & Limitations of Each Notation

You might wonder why mathematicians don't just pick one notation and stick with it. The truth is that each notation illuminates a different aspect of the derivative, and switching between them is a genuine skill you'll use throughout calculus and beyond.

Comparing strengths and limitations of derivative notations
NotationStrengthsLimitations
f ′(x)Short and clean. Easy to evaluate at a point: f ′(5). Easy to write higher derivatives: f ″(x), f ‴(x).Doesn't show the independent variable explicitly — you need context to know what you're differentiating with respect to.
dy/dxClearly shows both variables. Can be "separated" for integrals and differential equations. Makes chain rule intuitive: (dy/du)(du/dx).Can mislead students into thinking dy and dx are separate numbers that you divide. Higher derivatives look awkward: d²y/dx².
d/dx [f(x)]Makes it clear that differentiation is an operation. Great for inline instructions: 'Find d/dx [sin x].' Bulky when evaluating at a specific point. Not commonly used in final answers.
ẋ (Newton)Extremely compact for time derivatives in physics. Clearly implies 'rate of change with respect to time.' Only used when the variable is time. Not standard in pure math courses.
KEY TAKEAWAY
Think of derivative notations like languages: English, Spanish, and French can all express the same thought, but sometimes one language has the perfect word for a tricky idea. Similarly, f ′(x) is great for quick calculations, while dy/dx shines when you need to track multiple variables. Being fluent in all of them makes you a stronger calculus student.

Connection to Advanced Calculus Topics

The limit definition you've just learned is the foundation on which every shortcut rule in calculus is built. Once you prove a rule using the definition, you can use it freely without re-deriving each time. Here's a preview of where the derivative definition leads.

How the derivative definition connects to future calculus topics
What You Know NowWhat's Coming Next
Finding derivatives one function at a time using the limit definition.Derivative rules (power rule, product rule, quotient rule, chain rule) that let you differentiate any combination of functions quickly.
The derivative as the slope of a tangent line.Optimization: using derivatives to find maximum and minimum values — essential in economics, engineering, and science.
Leibniz notation dy/dx as a ratio-like symbol.Differential equations: equations containing dy/dx that model population growth, cooling, circuits, and more.
Derivative of functions of one variable.Partial derivatives (∂f/∂x) in multivariable calculus, where functions depend on more than one variable.

Every single one of these advanced ideas starts from the same limit definition. If you understand why the derivative is defined as a limit, you'll have a conceptual anchor that makes learning the shortcut rules feel logical rather than like memorizing random formulas.

Practice Problems

Test your understanding with these five problems, arranged from conceptual understanding to critical thinking. Try each one on paper before checking the answer.

PROBLEM 1CONCEPTUAL
Explain in your own words what the expression lim(h→0) [f(x + h) − f(x)] / h represents geometrically. Why do we need the limit — why can't we just plug in h = 0 directly?
PROBLEM 2BASIC CALCULATION
Use the limit definition of the derivative to find f ′(x) for f(x) = 5x − 2.
PROBLEM 3INTERMEDIATE
Use the limit definition to find the derivative of f(x) = x³ at x = 2. In other words, find f ′(2).
PROBLEM 4APPLIED
A ball is thrown upward, and its height in meters after t seconds is h(t) = 20t − 5t². Use the limit definition of the derivative to find the ball's velocity at t = 1 second. Include proper units and interpret your result.
PROBLEM 5CRITICAL THINKING
Consider the function g(x) = |x|. Use the limit definition to investigate g ′(0) by computing the limit from the left (h → 0⁻) and from the right (h → 0⁺). Does g ′(0) exist? Explain why your finding makes geometric sense by thinking about the graph of y = |x|.

Lesson Summary

The derivative of a function f at a point x is defined as f ′(x) = lim(h→0) [f(x + h) − f(x)] / h. This limit transforms the average rate of change (secant line slope) into the instantaneous rate of change (tangent line slope) by letting the gap h between two points shrink to zero. The derivative exists only when this limit converges to a single finite value.

Multiple notation systems express the same concept: f ′(x) (Lagrange) is compact and common; dy/dx (Leibniz) clarifies the variables involved; d/dx [f(x)] (operator) frames differentiation as an action; and ẋ (Newton) is reserved for time derivatives in physics. Mastering all of these notations prepares you to apply the derivative shortcut rules, solve optimization problems, and tackle differential equations as you progress through calculus.

Varsity Tutors • Calculus 1 • Derivative Definition & Notation