Defining the Derivative of a Function and Using Derivative Notation
Introduction
students, this lesson explains one of the biggest ideas in calculus: the derivative. A derivative tells us how fast a quantity is changing at a specific moment, and it also gives us the slope of a curve at a point 📈. This is important in science, economics, sports, and anywhere that change matters.
By the end of this lesson, you should be able to:
- explain what the derivative means in words and symbols,
- use the limit definition of the derivative,
- interpret derivative notation such as $f'(x)$, $\dfrac{dy}{dx}$, and $\dfrac{d}{dx}$,
- connect differentiability to continuity,
- and use derivative notation correctly in AP Calculus AB problems.
A big idea in calculus is that a function can change in different ways at different points. The derivative helps us measure that change exactly, not just approximately. Let’s build the idea step by step.
The Idea of Instantaneous Rate of Change
In algebra, you often find the slope of a line using two points. The slope formula is
$$
$\frac{y_2-y_1}{x_2-x_1}$
$$
This works for straight lines because the rate of change is constant. But many real-world situations are not constant. For example, the speed of a car changes during a trip 🚗, or the temperature changes over time. In those cases, we want the rate of change at one exact point, not over a whole interval.
That is where the derivative comes in. It measures the slope of a curve at a point, also called the slope of the tangent line. If $f(x)$ describes a quantity, then $f'(x)$ tells us how quickly $f$ is changing when the input is $x$.
For example, if $f(x)$ gives the height of a ball at time $x$, then $f'(x)$ gives the ball’s instantaneous velocity at that time. If $f(x)$ gives the cost of producing $x$ items, then $f'(x)$ shows how fast the cost is changing as production changes.
The Limit Definition of the Derivative
The most important definition in this lesson is the derivative at a point. If $f$ is a function, then the derivative of $f$ at $x=a$ is defined by
$$
$f'(a)=\lim_{h\to 0}\frac{f(a+h)-f(a)}{h}$
$$
This formula says something very important. First, we find the average rate of change from $a$ to $a+h$. Then we let $h$ get closer and closer to $0$. When $h$ becomes extremely small, the secant line through two points on the graph becomes the tangent line at $x=a$.
You may also see the derivative written as
$$
$\lim_{x\to a}\frac{f(x)-f(a)}{x-a}$
$$
This means the same thing. The two versions are equivalent, just written with different variables.
Example: A simple polynomial
Suppose $f(x)=x^2$. To find $f'(a)$ using the definition, start with
$$
$f'(a)=\lim_{h\to 0}\frac{(a+h)^2-a^2}{h}$
$$
Expand the square:
$$
$(a+h)^2=a^2+2ah+h^2$
$$
So
$$
$f'(a)=\lim_{h\to 0}\frac{a^2+2ah+h^2-a^2}{h}$
$=\lim_{h\to 0}\frac{2ah+h^2}{h}$
$$
Factor out $h$:
$$
$f'(a)=\lim_{h\to 0}(2a+h)$
$$
Now let $h\to 0$:
$$
$f'(a)=2a$
$$
So the derivative function is $f'(x)=2x$. This means the slope of $y=x^2$ changes depending on where you are on the graph.
Derivative Notation and What It Means
AP Calculus uses several notations for derivatives. Each one has a specific meaning.
1. Prime notation
If $y=f(x)$, then the derivative can be written as
$$
f'(x)
$$
This is read as “$f$ prime of $x$.” It means the derivative of $f$ with respect to $x$.
For example, if $f(x)=x^3$, then
$$
$f'(x)=3x^2$
$$
2. Leibniz notation
Another common notation is
$$
$\frac{dy}{dx}$
$$
This is read as “the derivative of $y$ with respect to $x$.” It is often used when $y$ depends on $x$.
If $y=x^3$, then
$$
$\frac{dy}{dx}=3x^2$
$$
This notation is especially useful when working with related rates and chain rule ideas later in AP Calculus AB.
3. Operator notation
The notation
$$
$\frac{d}{dx}$
$$
means “take the derivative with respect to $x$.” It acts like an instruction. For example,
$$
$\frac{d}{dx}(x^3)=3x^2$
$$
This notation is helpful when showing the process of differentiating a function.
What the notation tells you
If you see $f'(x)$, that is the derivative function. If you see $f'(a)$, that is the derivative at a specific number $a$. That means a slope value or instantaneous rate of change at one point.
For example, if $f(x)=x^2$, then
$$
$f'(x)=2x$
$$
and at $x=3$,
$$
$f'(3)=6$
$$
So the slope of the graph at $x=3$ is $6$.
Differentiability and Continuity
A function must be continuous to be differentiable at a point, but continuity alone does not guarantee differentiability.
This means:
- if a function is differentiable at $x=a$, then it is continuous at $x=a$,
- but a function can be continuous at $x=a$ and still not be differentiable there.
Why? Because differentiability requires a smooth tangent line. If a graph has a sharp corner, cusp, vertical tangent, or a break, the derivative may not exist there.
Example: A corner
Consider the absolute value function
$$
$f(x)=|x|$
$$
This function is continuous everywhere, including at $x=0$. But it is not differentiable at $x=0$ because the graph has a sharp corner. The left-hand slope near $0$ is $-1$, and the right-hand slope near $0$ is $1$. Since these slopes are different, there is no single tangent slope at that point.
This is an important AP Calculus idea: when the derivative fails to exist, the function may still be continuous.
Interpreting Derivatives in Context
In applications, the derivative is often interpreted as a rate.
If $s(t)$ is position, then
$$
s'(t)
$$
is velocity.
If $C(x)$ is cost, then
$$
C'(x)
$$
is marginal cost.
If $P(t)$ is population, then
$$
P'(t)
$$
is the rate of population change.
A derivative can be positive, negative, or zero:
- If $f'(x)>0$, the function is increasing near $x$.
- If $f'(x)<0$, the function is decreasing near $x$.
- If $f'(x)=0$, the graph may have a horizontal tangent, but more investigation is needed to know whether it is a max, min, or neither.
Example: Interpreting a value
Suppose $f(t)$ is the temperature of a drink in degrees Celsius after $t$ minutes, and $f'(10)=-2$. This means that at $t=10$, the temperature is decreasing at $2$ degrees Celsius per minute. The negative sign shows cooling ❄️.
Using the Definition to Build Future Skills
The limit definition of the derivative is more than just a formula to memorize. It explains why derivative rules work. Later in AP Calculus AB, you will use shortcuts such as the power rule, product rule, and chain rule. Those rules are faster than the definition, but the definition gives the meaning behind them.
For example, if you know that the derivative of $x^n$ is $nx^{n-1}$, that rule comes from patterns that can be justified using the limit definition. So this lesson is the foundation for the rest of differentiation.
Also, when a problem asks you to estimate or interpret a derivative from a table or graph, you are still using the same core idea: derivative means slope of the tangent line, or instantaneous rate of change.
Conclusion
students, the derivative is one of the most important ideas in calculus because it measures exact change at a point. The definition
$$
$f'(a)=\lim_{h\to 0}\frac{f(a+h)-f(a)}{h}$
$$
connects the slope of a secant line to the slope of a tangent line. Derivative notation such as $f'(x)$, $\dfrac{dy}{dx}$, and $\dfrac{d}{dx}$ all describe differentiation, but each has a slightly different purpose.
You also learned that differentiability implies continuity, but continuity does not always imply differentiability. These ideas are essential for AP Calculus AB and will support every future rule and application in differentiation.
Study Notes
- The derivative measures instantaneous rate of change and the slope of the tangent line.
- The derivative at $x=a$ is defined by
$$
$ f'(a)=\lim_{h\to 0}\frac{f(a+h)-f(a)}{h}$
$$
- An equivalent definition is
$$
$ f'(a)=\lim_{x\to a}\frac{f(x)-f(a)}{x-a}$
$$
- Prime notation $f'(x)$ means the derivative function.
- Leibniz notation $\dfrac{dy}{dx}$ means derivative of $y$ with respect to $x$.
- Operator notation $\dfrac{d}{dx}$ means “differentiate with respect to $x$.”
- If $f'(a)$ exists, then $f$ is continuous at $a$.
- A function may be continuous but not differentiable at corners, cusps, or vertical tangents.
- Positive derivative means increasing; negative derivative means decreasing.
- The derivative idea is the foundation for AP Calculus AB differentiation rules and applications.
