A topic in the Open Knowledge Graph — a free, open map of 15,290 topics and the order to learn them in.

Limit Definition of the Derivative

College Depth 70 in the knowledge graph I know this Set as goal
6,593topics build on this
311prerequisites beneath it
See this on the map →
Average Rate of Change and Secant LinesLimit Definition - Intuitive+1 moreDerivative NotationDerivative as Slope of Tangent Line+2 more
derivatives definition difference-quotient

Core Idea

The derivative of f at x = a is defined as f'(a) = lim(h->0) (f(a + h) - f(a))/h, the limit of the difference quotient. This single formula captures the instantaneous rate of change by taking the average rate of change over a shrinking interval. When this limit exists, the function is said to be differentiable at a. Every derivative rule you will learn is a shortcut derived from this definition.

How It's Best Learned

Compute derivatives from the definition for simple functions: f(x) = x2, f(x) = 1/x, f(x) = sqrt(x). Show the algebra step by step, emphasizing how the h in the denominator cancels. Connect each computation to the slope of the tangent line. Then motivate the need for shortcut rules (the definition is correct but slow).

Common Misconceptions

Explainer

You already understand what a limit is: a number that an expression approaches as the input approaches some target value. And from your study of rates of change, you know that the average rate of change of f over an interval [a, a+h] is the slope of the secant line through the two points — computed as [f(a+h) − f(a)] / h. The derivative makes this exact by asking: what does this slope approach as the interval shrinks to nothing?

This expression [f(a+h) − f(a)] / h is called the difference quotient. For any fixed nonzero h, it gives the slope of the secant line through (a, f(a)) and (a+h, f(a+h)). As h → 0, the second point slides toward the first along the curve, the secant rotates, and in the limit it becomes the tangent line at (a, f(a)). The derivative f'(a) is exactly this limiting slope: f'(a) = lim(h→0) [f(a+h) − f(a)] / h. This is not a shortcut or an approximation — it is the definition. Every derivative rule you will learn (power rule, product rule, chain rule) is derived from this single formula.

Computing from the definition requires algebra. For f(x) = x², start with the difference quotient: [(a+h)² − a²] / h. Expand the numerator: [a² + 2ah + h² − a²] / h = [2ah + h²] / h. Factor out h: h(2a + h) / h = 2a + h. Now take the limit as h → 0: the result is 2a. The critical step is the cancellation of h from numerator and denominator — which is *why* you cannot substitute h = 0 at the start. Substituting h = 0 initially gives 0/0, an indeterminate form that yields no information. The limit process first simplifies the algebra until h cancels, then evaluates at h = 0.

Not every function has a derivative everywhere. Differentiability requires the limit to exist, which demands the function behave smoothly at that point — no sharp corners, no vertical tangents, no breaks. The function |x| is continuous everywhere but fails to be differentiable at x = 0: approaching from the left, the secant slope approaches −1; from the right, it approaches +1. The one-sided limits disagree, so the limit does not exist. Differentiability is a strictly stronger condition than continuity: every differentiable function is continuous, but not every continuous function is differentiable. Knowing this distinction will prevent errors when you apply derivative rules without checking whether they apply.

Practice Questions 5 questions

Prerequisite Chain

Understanding ZeroThe Number ZeroCounting to FiveCounting to 10Counting to 20Counting a Set of Objects Up to 20Cardinality: The Last Number CountedMatching Numerals to QuantitiesSubitizing Small QuantitiesAddition Within 10Number Bonds to 10Addition Within 20Doubles and Near DoublesDoubles Facts Within 10Near Doubles Facts Within 20Mental Math Strategies for AdditionMental Math: Adding and Subtracting TensAddition Within 100Repeated Addition as MultiplicationMultiplication as Equal GroupsMultiplication: ArraysBasic Multiplication Facts (0s, 1s, 2s, 5s, 10s)Multiplication Facts Within 100Division as Equal SharingDivision as Grouping (Measurement Division)Division: Grouping (Repeated Subtraction) ModelDivision: Fair Sharing ModelDivision as Equal SharingDivision as GroupingBasic Division FactsDivision Facts Within 100Multiplication and Division Fact FamiliesRelationship Between Multiplication and DivisionDivision Facts as Inverse of MultiplicationRemainders and Quotients in DivisionDivision Word ProblemsMulti-Step Word ProblemsSolving Multi-Step Word ProblemsMultiplication Word ProblemsDivision Word ProblemsIntroduction to Long DivisionFactors and MultiplesPrime and Composite NumbersEquivalent FractionsRelating Fractions and DecimalsDecimal Place ValueIntegers and the Number LineComparing and Ordering IntegersAbsolute ValueAdding IntegersSubtracting IntegersMultiplying IntegersDividing IntegersUnit RatesProportionsPercent ConceptConverting Between Fractions, Decimals, and PercentsOperations with Rational NumbersTwo-Step EquationsSolving Multi-Step EquationsEquations with Variables on Both SidesLiteral EquationsSlope-Intercept FormPoint-Slope FormWriting Linear EquationsParallel and Perpendicular Line SlopesGraphing Linear EquationsPiecewise FunctionsOne-Sided LimitsContinuity DefinitionLimit Definition of the Derivative

Longest path: 71 steps · 311 total prerequisite topics

Prerequisites (3)

Leads To (4)