2. Differentiation(COLON) Definition and Fundamental Properties

Defining The Derivative Of A Function And Using Derivative Notation

Defining the Derivative of a Function and Using Derivative Notation

Introduction: Why does a derivative matter? 🌟

students, think about watching a car speed up as it leaves a stop sign, or noticing how the temperature changes throughout the day. In both cases, you are seeing change happen. Calculus gives us a precise way to describe that change, and the derivative is one of its most important tools.

In this lesson, you will learn how the derivative of a function is defined, what the notation means, and why it is such a powerful idea in AP Calculus BC. By the end, you should be able to:

  • explain the meaning of the derivative at a point and as a function,
  • use the limit definition of the derivative,
  • interpret derivative notation such as $f'(x)$, $\dfrac{dy}{dx}$, and $\dfrac{d}{dx}[f(x)]$,
  • connect differentiability and continuity,
  • and recognize how this topic fits into the bigger picture of differentiation.

The key idea is simple but deep: the derivative measures instantaneous rate of change. That means it tells us how fast something is changing at one exact moment, not just over an interval.

The derivative as a slope of a tangent line

Before using the formal definition, it helps to picture the meaning. If you graph a function $y=f(x)$, the slope of a secant line between two points gives the average rate of change over an interval. For example, if the points are $(a,f(a))$ and $(a+h,f(a+h))$, then the slope is

$$\frac{f(a+h)-f(a)}{h}.$$

This fraction tells us how much the output changes for each unit change in the input. If $h$ is large, that gives an average over a wide interval. But if $h$ gets very small, the secant line starts to look like the tangent line at $x=a$.

That idea leads to the derivative at a point:

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

This limit, if it exists, gives the slope of the tangent line to the graph at $x=a$. It also gives the instantaneous rate of change of the function at that point.

For example, if $f(x)=x^2$ and $a=3$, then

$$f'(3)=\lim_{h\to 0}\frac{(3+h)^2-3^2}{h}.$$

Expanding the numerator gives

$$f'(3)=\lim_{h\to 0}\frac{9+6h+h^2-9}{h}=\lim_{h\to 0}(6+h)=6.$$

So the slope of the tangent line to $y=x^2$ at $x=3$ is $6$. That means near $x=3$, the graph is increasing at a rate of about $6$ units of $y$ for every $1$ unit of $x$.

The derivative as a function

The derivative is not only a number at one point. It can also be a new function. If you let the input vary, then the derivative becomes a function that assigns a slope to each $x$ where the derivative exists.

This derivative function is written as $f'(x)$, and it is read as “$f$ prime of $x$.” It gives the slope of the tangent line to $f$ at the point $x$.

The formal definition is

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

provided the limit exists.

This notation is important because it tells you the derivative is itself a function. For instance, if $f(x)=x^2$, then

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

Simplifying gives

$$f'(x)=\lim_{h\to 0}(2x+h)=2x.$$

So the derivative of $f(x)=x^2$ is the function $f'(x)=2x$. At $x=1$, the slope is $2$; at $x=5$, the slope is $10$.

This is one of the big shifts in calculus: instead of asking only “What is the slope at one point?” you can ask “What is the slope everywhere?” 📈

Derivative notation: three common forms

Different notations all describe the same idea, but they are used in different situations.

$f'(x)$ notation

This is the most common notation for a function written as $y=f(x)$. If $f(x)$ is the original function, then $f'(x)$ is its derivative function.

Example: If $f(x)=x^3-4x$, then $f'(x)$ is the derivative, found later using rules.

$\dfrac{dy}{dx}$ notation

This notation is used when the dependent variable is written as $y$ and the independent variable as $x$. It emphasizes that $y$ changes with respect to $x$.

If $y=x^3-4x$, then

$$\frac{dy}{dx}=3x^2-4.$$

This notation is especially useful in related rates, motion, and implicit differentiation.

$\dfrac{d}{dx}[f(x)]$ notation

This notation means “take the derivative with respect to $x$ of the function $f(x)$.” It highlights the operation being performed.

For example,

$$\frac{d}{dx}[x^3-4x]=3x^2-4.$$

These three notations are connected:

$$f'(x)=\frac{dy}{dx}=\frac{d}{dx}[f(x)]$$

when $y=f(x)$.

Differentiability and continuity

A function is differentiable at a point if its derivative exists at that point. This is a stronger condition than continuity.

That means:

  • if a function is differentiable at $x=a$, then it must be continuous at $x=a$,
  • but if a function is continuous at $x=a$, it is not necessarily differentiable there.

Why? Because differentiability requires a well-defined tangent slope. If the graph has a corner, cusp, vertical tangent, or break, the derivative may fail to exist.

A classic example is the absolute value function $f(x)=|x|$. It is continuous at $x=0$, but it is not differentiable there because the graph has a sharp corner. The slope from the left is $-1$, while the slope from the right is $1$. Since these slopes are not equal, the derivative at $0$ does not exist.

This matters in AP Calculus BC because many derivative problems ask you to decide whether a derivative exists before trying to compute it. Always check the graph or the formula carefully. ✅

Interpreting derivative meaning in real life

Derivatives show up in many real situations.

If $s(t)$ gives the position of an object at time $t$, then

$$s'(t)$$

is velocity, the instantaneous rate of change of position. If velocity changes, then

$$s''(t)$$

is acceleration.

If $C(x)$ gives the cost of producing $x$ items, then

$$C'(x)$$

is marginal cost, which estimates the cost of producing one more item.

If $T(t)$ gives temperature over time, then

$$T'(t)$$

is the rate at which temperature is changing.

These interpretations help connect abstract calculus to everyday life. For example, if a weather app says the temperature is rising at $2$ degrees per hour, that is a derivative idea in action.

A careful example using the limit definition

Let $f(x)=\sqrt{x}$ and find $f'(4)$ using the definition.

Start with

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

Since $\sqrt{4}=2$, this becomes

$$f'(4)=\lim_{h\to 0}\frac{\sqrt{4+h}-2}{h}.$$

To simplify, multiply by the conjugate:

$$f'(4)=\lim_{h\to 0}\frac{\left(\sqrt{4+h}-2\right)\left(\sqrt{4+h}+2\right)}{h\left(\sqrt{4+h}+2\right)}.$$

The numerator becomes

$$\left(4+h\right)-4=h,$$

so

$$f'(4)=\lim_{h\to 0}\frac{h}{h\left(\sqrt{4+h}+2\right)}=\lim_{h\to 0}\frac{1}{\sqrt{4+h}+2}.$$

Now substitute $h=0$:

$$f'(4)=\frac{1}{4}.$$

This means the graph of $y=\sqrt{x}$ has slope $\dfrac{1}{4}$ at $x=4$.

Why this topic matters for later differentiation rules

The definition of the derivative is the foundation for all later derivative rules. The power rule, product rule, quotient rule, and chain rule are all built from the same core idea: finding rates of change efficiently.

Even when you use a derivative rule later, the meaning stays the same. Whether you compute

$$\frac{d}{dx}[x^5]$$

using the power rule or the definition, the result still tells you the slope function for $x^5$.

This topic is also important because AP Calculus BC often asks you to connect symbolic work with graphs, tables, and real situations. You may need to interpret $f'(a)$ from a graph, explain what a derivative means in context, or decide whether a function is differentiable at a point.

Conclusion

The derivative is one of the central ideas in calculus. It gives the slope of a tangent line, the instantaneous rate of change, and a new function that describes how another function changes. students, if you understand the limit definition and the notation $f'(x)$, $\dfrac{dy}{dx}$, and $\dfrac{d}{dx}[f(x)]$, you have built the foundation for everything that comes next in differentiation.

Remember the big picture: differentiability means the derivative exists, and differentiability implies continuity. This lesson is not just about symbols; it is about describing change precisely in mathematics and in the real world.

Study Notes

  • The derivative at a point is defined by $f'(a)=\lim_{h\to 0}\frac{f(a+h)-f(a)}{h}$ if the limit exists.
  • The derivative function is written as $f'(x)$ and gives the slope of the tangent line at each point where the derivative exists.
  • The notation $\frac{dy}{dx}$ means the derivative of $y$ with respect to $x$.
  • The notation $\frac{d}{dx}[f(x)]$ means “differentiate $f(x)$ with respect to $x$.”
  • If $y=f(x)$, then $$f'(x)=\frac{dy}{dx}=\frac{d}{dx}[f(x)].$$
  • A function that is differentiable at a point must be continuous at that point.
  • A continuous function may still fail to be differentiable at a corner, cusp, vertical tangent, or discontinuity.
  • The derivative represents instantaneous rate of change in contexts such as position, temperature, and cost.
  • The limit definition is the foundation for derivative rules used later in calculus.
  • Good derivative reasoning connects algebra, graphs, and real-world meaning.

Practice Quiz

5 questions to test your understanding

Defining The Derivative Of A Function And Using Derivative Notation — AP Calculus BC | A-Warded