Fiveable

♾️AP Calculus AB/BC Unit 2 Review

QR code for AP Calculus AB/BC practice questions

2.2 Defining the Derivative of a Function and Using Derivative Notation

2.2 Defining the Derivative of a Function and Using Derivative Notation

Written by the Fiveable Content Team • Last updated June 2026
Verified for the 2027 exam
Verified for the 2027 examWritten by the Fiveable Content Team • Last updated June 2026
♾️AP Calculus AB/BC
Unit & Topic Study Guides

AP Cram Sessions 2021

Pep mascot

The derivative of a function is itself a function, defined as the limit of the difference quotient: f(x)=limh0f(x+h)f(x)hf'(x) = \lim_{h \to 0} \frac{f(x+h)-f(x)}{h}. At any point, the derivative gives the slope of the tangent line, and you can write it three common ways: f(x)f'(x), yy', or dydx\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 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. 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)=limh0f(x+h)f(x)hf'(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)f'(x), yy', and dydx\frac{dy}{dx} all mean the same thing for y=f(x)y = f(x).
  • A derivative can be shown graphically, numerically, analytically, and verbally.
  • To find a tangent line, get the slope from the derivative, then use point-slope form yy1=m(xx1)y - y_1 = m(x - x_1).
  • When simplifying a difference quotient, expand and combine carefully before canceling the hh.

Definition of the Derivative

The derivative of a function at a single point is the instantaneous rate of change 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.

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)=limh0f(x+h)f(x)hf'(x) = \lim_{h \to 0} \frac{f(x + h) - f(x)}{h}

This produces a new function whose value at any xx is the slope of ff at that xx, 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
Graph of a tangent line, created with Desmos

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

Derivative Notation

There are several ways to write a derivative in calculus.

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

y=f(x)=dydxy' = 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=3x2+4xy = 3x^2 + 4x, calculate yy'.

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

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

Expand the numerator and distribute.

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

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

Combine like terms.

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

Since h0h \neq 0 inside the limit, divide each term by hh.

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

As hh approaches 00, the middle term approaches 00. So:

y=6x+4y' = 6x + 4

2) Tangent Line to a Curve

Given the curve f(x)=1xf(x) = \frac {1}{x}, find the equation of the line tangent to the curve at (1,1)(1,1).

First use the definition of the derivative.

f(x)=limh01x+h1xhf'(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 x(x+h)x(x+h)\frac{x - (x + h)}{x(x + h)}. So:

f(x)=limh0x(x+h)x(x+h)hf'(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)=limh0x(x+h)x(x+h)1h=limh0x(x+h)x(x+h)(h)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)=limh0xxhx(x+h)(h)=limh0hx(x+h)(h)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 hh from numerator and denominator.

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

As hh approaches 00, the xhxh term goes to 00, so:

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

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

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

Now you have everything for the tangent line:

y1=1(x1)y-1=-1(x-1)

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

Tangent line graph
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 a derivative, show the difference quotient structure, not just a number. For example, write C(3.5)C(4)C(3)43C'(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 yy1=m(xx1)y - y_1 = m(x - x_1). If you need a yy-coordinate and only have xx, get it from the original function ff, not from ff'.

Common Trap

When you simplify a difference quotient, keep hh 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)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.
  • The graph of ff' is the same as the graph of ff. They are different. The graph of ff' shows the slope of ff at each point, so reading ff' as if it were ff leads to wrong conclusions.
  • You can cancel hh before simplifying. You can only divide out hh after it is a factor of every term in the numerator. Dividing too early gives a wrong limit.
  • dydx\frac{dy}{dx} means something different from f(x)f'(x). For y=f(x)y = f(x), the notations dydx\frac{dy}{dx}, f(x)f'(x), and yy' 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 yy-value. Use ff for the point and ff' for the slope.

Vocabulary

The following words are mentioned explicitly in the College Board Course and Exam Description for this topic.

Term

Definition

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.

Frequently Asked Questions

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 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).

Pep mascot
Upgrade your Fiveable account to print any study guide

Download study guides as beautiful PDFs See example

Print or share PDFs with your students

Always prints our latest, updated content

Mark up and annotate as you study

Click below to go to billing portal → update your plan → choose Yearly→ and select "Fiveable Share Plan". Only pay the difference

Plan is open to all students, teachers, parents, etc
Pep mascot
Upgrade your Fiveable account to export vocabulary

Download study guides as beautiful PDFs See example

Print or share PDFs with your students

Always prints our latest, updated content

Mark up and annotate as you study

Plan is open to all students, teachers, parents, etc
report an error
description

screenshots help us find and fix the issue faster (optional)

add screenshot