---
title: "AP Calculus 2.2: Limit Definition of the Derivative"
description: "Review AP Calculus 2.2, including the limit definition of the derivative, difference quotient, derivative notation, f'(x), dy/dx, y', instantaneous rate of change, tangent line slope, point-slope form, and graphical, numerical, analytical, and verbal representations."
canonical: "https://fiveable.me/ap-calc/unit-2/defining-derivative-function-using-derivative-notation/study-guide/j9KaEWbB5OECijykhxCD"
type: "study-guide"
subject: "AP Calculus AB/BC"
unit: "Unit 2 – Fundamentals of Differentiation"
lastUpdated: "2026-06-09"
---

# AP Calculus 2.2: Limit Definition of the Derivative

## Summary

Review AP Calculus 2.2, including the limit definition of the derivative, difference quotient, derivative notation, f'(x), dy/dx, y', instantaneous rate of change, tangent line slope, point-slope form, and graphical, numerical, analytical, and verbal representations.

## Guide

The derivative of a function is itself a function, defined as the limit of the [difference quotient](/ap-calc/key-terms/difference-quotient "fv-autolink"): $f'(x) = \lim_{h \to 0} \frac{f(x+h)-f(x)}{h}$. At any point, the derivative gives the [slope of the tangent line](/ap-calc/key-terms/slope-of-the-tangent-line "fv-autolink"), and you can write it three common ways: $f'(x)$, $y'$, or $\frac{dy}{dx}$. For AP Calculus, recognize the same derivative idea across notation, graphs, tables, and words.

## Why This Matters for the AP Calculus Exam

[Unit 2](/ap-calc/unit-2 "fv-autolink") carries a noticeable weight on the AP Calculus exam (10-12% for AB, 4-7% for BC), and the limit definition of the derivative is the foundation for everything that follows. On both multiple-choice and free-response questions, you may need to recognize an expression as a derivative definition, build a difference quotient from a table or graph, switch between derivative notations, or find a [tangent line equation](/ap-calc/key-terms/tangent-line-equation "fv-autolink"). Later units lean on this: rates of change in context (Unit 4) and graph analysis (Unit 5) all start here.

## Key Takeaways

- The derivative function is defined as $f'(x) = \lim_{h \to 0} \frac{f(x+h) - f(x)}{h}$, provided this limit exists.
- The derivative at a point equals the slope of the tangent line at that point.
- $f'(x)$, $y'$, and $\frac{dy}{dx}$ all mean the same thing for $y = f(x)$.
- A derivative can be shown graphically, numerically, analytically, and verbally.
- To find a [tangent line](/ap-calc/key-terms/tangent-line "fv-autolink"), get the [slope](/ap-calc/key-terms/slope "fv-autolink") from the derivative, then use point-slope form $y - y_1 = m(x - x_1)$.
- When simplifying a difference quotient, expand and combine carefully before canceling the $h$.

## Definition of the Derivative

The derivative of a function at a single point is the **[instantaneous rate of change](/ap-calc/key-terms/instantaneous-rate-of-change "fv-autolink")** at that point. You saw how to find an instantaneous rate of change in the previous topic: [Defining Average and Instantaneous Rates of Change at a Point](https://fiveable.me/ap-calc/unit-2/defining-average-instantaneous-rates-change-point/study-guide/5ozgLc7Ucg4El3O0fV28).

But how do you find the derivative for the whole curve instead of just one point? Calculating the instantaneous rate of change at every single point and then graphing would be far too tedious.

Instead, you keep the input as a variable rather than plugging in a specific number. This gives the limit definition of the derivative:

$$f'(x) = \lim_{h \to 0} \frac{f(x + h) - f(x)}{h}$$

This produces a new function whose value at any $x$ is the slope of $f$ at that $x$, as long as the limit exists. You will learn rules and shortcuts in the next few lessons, but for now you use this definition directly.

> 💡 Since the derivative represents a rate of change, the derivative at a point gives the slope of the line tangent to the curve at that point. Check it out in the graph below.

![Tangent line graph](https://storage.googleapis.com/static.prod.fiveable.me/images/Screen_Shot_2023-12-19_at_6.34.43_PM.png-1705533434486-83703)

###### Graph of a tangent line, created with Desmos

Here the slope of the tangent line is $f'(1)$, the derivative of $f(x)$ when $x = 1$.

### Derivative Notation

There are several ways to write a derivative in calculus.

If the original function is $y = f(x)$, then the derivative can be written as $y'$, $f'(x)$, or $\frac{dy}{dx}$. These all describe the *rate of change of the function as the input changes.*

$$y' = f'(x) = \frac{dy}{dx}$$

They are all valid and mean the same thing. Being comfortable switching between them helps, since exam questions can use any of these without warning.

A derivative can also appear in four representations: graphical (the slope at each point), numerical (values from a table), analytical (an algebraic formula), and verbal (a description in words). Recognizing the same idea across these forms is a skill worth building.

---

## Worked Examples

### 1) Using the Definition of a Derivative

Given $y = 3x^2 + 4x$, calculate $y'$.

Plug everything into the limit. Since $y = f(x)$,

$$y' = \lim_{h \to 0} \frac{[3(x + h)^2 + 4(x+h)]- [3x^2+4x]}{h}$$

Expand the numerator and distribute.

$$y'= \lim_{{h \to 0}} \frac{{3(x^2 + 2xh + h^2) + 4(x+h)-(3x^2 + 4x)}}{h}$$

$$y'= \lim_{{h \to 0}} \frac{{3x^2 + 6xh + 3h^2 + 4x + 4h - 3x^2 -4x}}{h}$$

Combine like terms.

$$y'= \lim_{{h \to 0}} \frac{{6xh + 3h^2 + 4h}}{h}$$

Since $h \neq 0$ inside the limit, divide each term by $h$.

$$y' =  \lim_{{h \to 0}} (6x + 3h + 4)$$

As $h$ [approaches](/ap-calc/unit-1/defining-limits-using-limit-notation/study-guide/NWqOTUfp5qyR2oC2s4GD "fv-autolink") $0$, the middle term approaches $0$. So:

$$y'   = 6x + 4$$

### 2) Tangent Line to a Curve

Given the curve $f(x) = \frac {1}{x}$, find the equation of the line [tangent](/ap-calc/unit-2/derivatives-tangent-cotangent-secant-cosecant-functions/study-guide/wkBAhxiFZ1wV1M5mwLwt "fv-autolink") to the curve at $(1,1)$.

First use the definition of the derivative.

$$f'(x) = \lim_{{h \to 0}} \frac{\frac{1}{{x + h}} - \frac{1}{x}}{h}$$

Combine the two fractions in the numerator over a common denominator.

In the numerator you get $\frac{x - (x + h)}{x(x + h)}$. So:

$$f'(x)  = \lim_{{h \to 0}} \frac{\frac{x - (x + h)}{x(x + h)}}{h}$$

Multiply the numerator by the reciprocal of the denominator.

$$f'(x)  = \lim_{{h \to 0}} {\frac{x - (x + h)}{x(x + h)}}*{\frac{1}{h}} =  \lim_{{h \to 0}} {\frac{x - (x + h)}{x(x + h)(h)}}$$

Expand the numerator.

$$f'(x)  =  \lim_{{h \to 0}} {\frac{x - x - h}{x(x + h)(h)}}= \lim_{{h \to 0}} {\frac{- h}{x(x + h)(h)}}$$

Cancel the $h$ from numerator and denominator.

$$f'(x) = \lim_{{h \to 0}} \frac{-1}{x  (x + h)} = \lim_{{h \to 0}} \frac{-1}{x^2 + xh  }$$

As $h$ approaches $0$, the $xh$ term goes to $0$, so:

$$f'(x)= \frac{-1}{x^2}$$

Now write the tangent line equation. A line in point-slope form is $y-y_1=m(x-x_1)$, where $m$ is the slope, which is the derivative at the point $(x_1,y_1)$.

The point is $(1,1)$, so $f'(1)= \frac{-1}{(1)^2} = -1$.

Now you have everything for the tangent line:

$$y-1=-1(x-1)$$

Check that this line is tangent to $f(x)= \frac{1}{x}$ at $(1,1)$.

![Tangent line graph](https://storage.googleapis.com/static.prod.fiveable.me/images/Screen_Shot_2023-12-19_at_6.54.08_PM.png-1705533434496-80542)

###### Graph of tangent line, created with Desmos

---

## How to Use This on the AP Calculus Exam

### Free Response

When a question gives a table and asks you to [estimate](/ap-calc/unit-2/estimating-derivatives-function-at-point/study-guide/EzDxIj2eOHj3Ysb68Ew5 "fv-autolink") a derivative, show the difference quotient structure, not just a number. For example, write $C'(3.5) \approx \frac{C(4)-C(3)}{4-3}$ before reporting the value. A correct number without the visible setup can lose credit, so the structure is important for clear exam work.

### Tangent Lines

For tangent line problems: find the slope with the derivative, evaluate it at the given point, then plug into point-slope form $y - y_1 = m(x - x_1)$. If you need a $y$-coordinate and only have $x$, get it from the original function $f$, not from $f'$.

### Common Trap

When you simplify a difference quotient, keep $h$ in the denominator until you have factored it out of every term in the numerator. Canceling too early or losing a parenthesis is a frequent source of errors.

## Common Misconceptions

- **The derivative is just a number.** The derivative $f'(x)$ is a function. Its value at a specific input is the slope at that point, but the derivative itself describes the slope across the whole [domain](/ap-calc/key-terms/domain "fv-autolink").
- **The graph of $f'$ is the same as the graph of $f$.** They are different. The graph of $f'$ shows the slope of $f$ at each point, so reading $f'$ as if it were $f$ leads to wrong conclusions.
- **You can cancel $h$ before simplifying.** You can only divide out $h$ after it is a factor of every term in the numerator. Dividing too early gives a wrong limit.
- **$\frac{dy}{dx}$ means something different from $f'(x)$.** For $y = f(x)$, the notations $\frac{dy}{dx}$, $f'(x)$, and $y'$ all mean the same derivative.
- **The tangent line slope comes from the original function value.** The slope is the derivative at that point, not the $y$-value. Use $f$ for the point and $f'$ for the slope.

## Related AP Calculus Guides

- [Unit 2 Overview: Differentiation](/ap-calc/unit-2/review/study-guide/HGq8OPntbFvqp1uRuEcj)
- [2.1 Defining Average and Instantaneous Rates of Change at a Point](/ap-calc/unit-2/defining-average-instantaneous-rates-change-at-point/study-guide/5ozgLc7Ucg4El3O0fV28)
- [2.10 Finding the Derivatives of Tangent, Cotangent, Secant, and/or Cosecant Functions](/ap-calc/unit-2/derivatives-tangent-cotangent-secant-cosecant-functions/study-guide/wkBAhxiFZ1wV1M5mwLwt)
- [2.4 Connecting Differentiability and Continuity: Determining When Derivatives Do and Do Not Exist](/ap-calc/unit-2/determining-when-derivatives-do-do-not-exist/study-guide/Lk6aXtIExtqciduDNGhk)
- [2.3 Estimating Derivatives of a Function at a Point](/ap-calc/unit-2/estimating-derivatives-function-at-point/study-guide/EzDxIj2eOHj3Ysb68Ew5)
- [2.7 Derivatives of cos x, sinx, e^x, and ln x](/ap-calc/unit-2/derivatives-cos-x-sinx-ex-ln-x/study-guide/SbmDK3t2kYI0u2wLz9Hv)

## Vocabulary

- **derivative**: The instantaneous rate of change of a function at a specific point, representing the slope of the tangent line to the function at that point.
- **difference quotient**: The expression [f(x+h) - f(x)]/h used to calculate the average rate of change and find the derivative as a limit.
- **dy/dx**: Leibniz notation for the derivative of y with respect to x.
- **f'(x)**: Lagrange notation for the derivative of function f at x.
- **limit**: The value that a function approaches as the input approaches some value, which may or may not equal the function's value at that point.
- **slope**: The steepness or rate of change of a line, calculated as the change in y-values divided by the change in x-values.
- **tangent line**: A line that touches a curve at a single point and has a slope equal to the derivative of the function at that point.

## FAQs

### What is the limit definition of the derivative?

The derivative of f is the function whose value at x is the limit as h approaches 0 of [f(x + h) - f(x)] / h, provided the limit exists. This is the formal definition behind derivative rules.

### What does derivative notation mean?

For y = f(x), the notations f'(x), y', and dy/dx all represent the derivative. They describe the rate of change of y with respect to x or the slope of the tangent line.

### How is the derivative related to tangent lines?

The derivative at a point is the slope of the tangent line to the curve at that point. Once you know the slope and the point, you can write the tangent line using point-slope form.

### How do you use the difference quotient?

Substitute f(x + h) and f(x) into [f(x + h) - f(x)] / h, simplify the numerator, cancel a factor of h when possible, and then take the limit as h approaches 0.

### What representations of the derivative appear on the AP Calculus exam?

A derivative can be represented graphically, numerically, analytically, and verbally. AP questions may ask you to recognize the same derivative idea from a graph, table, formula, or written description.

### What is a common AP Calculus mistake with derivative notation?

A common mistake is treating dy/dx like an ordinary fraction in every situation. In this topic, read dy/dx as derivative notation for the rate of change of y with respect to x, and match it to f'(x) or y' when y = f(x).

## Structured Data

```json
{"@context":"https://schema.org","@type":"FAQPage","inLanguage":"en","mainEntity":[{"@type":"Question","@id":"https://fiveable.me/ap-calc/unit-2/defining-derivative-function-using-derivative-notation/study-guide/j9KaEWbB5OECijykhxCD#what-is-the-limit-definition-of-the-derivative","name":"What is the limit definition of the derivative?","acceptedAnswer":{"@type":"Answer","text":"The derivative of f is the function whose value at x is the limit as h approaches 0 of [f(x + h) - f(x)] / h, provided the limit exists. This is the formal definition behind derivative rules."}},{"@type":"Question","@id":"https://fiveable.me/ap-calc/unit-2/defining-derivative-function-using-derivative-notation/study-guide/j9KaEWbB5OECijykhxCD#what-does-derivative-notation-mean","name":"What does derivative notation mean?","acceptedAnswer":{"@type":"Answer","text":"For y = f(x), the notations f'(x), y', and dy/dx all represent the derivative. They describe the rate of change of y with respect to x or the slope of the tangent line."}},{"@type":"Question","@id":"https://fiveable.me/ap-calc/unit-2/defining-derivative-function-using-derivative-notation/study-guide/j9KaEWbB5OECijykhxCD#how-is-the-derivative-related-to-tangent-lines","name":"How is the derivative related to tangent lines?","acceptedAnswer":{"@type":"Answer","text":"The derivative at a point is the slope of the tangent line to the curve at that point. Once you know the slope and the point, you can write the tangent line using point-slope form."}},{"@type":"Question","@id":"https://fiveable.me/ap-calc/unit-2/defining-derivative-function-using-derivative-notation/study-guide/j9KaEWbB5OECijykhxCD#how-do-you-use-the-difference-quotient","name":"How do you use the difference quotient?","acceptedAnswer":{"@type":"Answer","text":"Substitute f(x + h) and f(x) into [f(x + h) - f(x)] / h, simplify the numerator, cancel a factor of h when possible, and then take the limit as h approaches 0."}},{"@type":"Question","@id":"https://fiveable.me/ap-calc/unit-2/defining-derivative-function-using-derivative-notation/study-guide/j9KaEWbB5OECijykhxCD#what-representations-of-the-derivative-appear-on-the-ap-calculus-exam","name":"What representations of the derivative appear on the AP Calculus exam?","acceptedAnswer":{"@type":"Answer","text":"A derivative can be represented graphically, numerically, analytically, and verbally. AP questions may ask you to recognize the same derivative idea from a graph, table, formula, or written description."}},{"@type":"Question","@id":"https://fiveable.me/ap-calc/unit-2/defining-derivative-function-using-derivative-notation/study-guide/j9KaEWbB5OECijykhxCD#what-is-a-common-ap-calculus-mistake-with-derivative-notation","name":"What is a common AP Calculus mistake with derivative notation?","acceptedAnswer":{"@type":"Answer","text":"A common mistake is treating dy/dx like an ordinary fraction in every situation. In this topic, read dy/dx as derivative notation for the rate of change of y with respect to x, and match it to f'(x) or y' when y = f(x)."}}]}
```
