9. Differentiation

Definition Of Derivative

Definition of the Derivative

students, in calculus and real analysis, the derivative is one of the most important ideas for describing change 📈. It tells us how fast a quantity is changing at a single moment, not just over a whole interval. For example, if a car’s distance from home is changing, the derivative helps describe its instantaneous speed. If the height of water in a tank is changing, the derivative tells how quickly the level is rising or falling. In this lesson, you will learn the definition of the derivative, why it matters, and how it connects to the broader study of differentiation.

Learning objectives:

  • Explain the main ideas and terminology behind the definition of the derivative.
  • Apply reasoning related to the derivative definition.
  • Connect the definition of the derivative to differentiation and later results like the Mean Value Theorem.
  • Summarize how the definition of the derivative fits into real analysis.
  • Use examples to understand the definition in a precise way.

What the Derivative Measures

The derivative measures instantaneous rate of change. This is different from average rate of change. Suppose a runner travels from one point to another. Over a time interval, the average speed is

$$\frac{\text{change in distance}}{\text{change in time}}.$$

That gives a summary for the whole trip, but it does not tell us what happened at one exact moment. The derivative focuses on that exact moment.

In real analysis, we describe this idea using limits. If a function $f$ gives the output value of a quantity, then its derivative at a point $a$ is based on what happens when the input changes by a very small amount. We write that small change as $h$. The key expression is the difference quotient:

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

This compares the change in the function value to the change in the input.

students, think of a phone’s location on a map. If $f(t)$ gives position at time $t$, then the ratio above compares how far the phone moved during a short time interval. As $h$ gets closer and closer to $0$, this ratio can reveal the instantaneous velocity.

The Formal Definition

The derivative of $f$ at the point $a$ is defined, when the limit exists, by

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

This formula is the heart of differentiation. It says that $f$ is differentiable at $a$ if the limit exists as a finite real number.

There is also another common form of the same definition:

$$f'(a)=\lim_{x\to a}\frac{f(x)-f(a)}{x-a}.$$

These two formulas are equivalent. The first one is often easier when thinking about small changes $h$, while the second is often easier when studying limits directly.

The symbol $f'(a)$ is read as “the derivative of $f$ at $a$.” If the derivative exists for every point in an interval, we say $f$ is differentiable on that interval. Sometimes the derivative is also written as $\frac{df}{dx}$ or $\frac{dy}{dx}$ when $y=f(x)$.

A very important idea is that the derivative is not just a slope formula from geometry. In real analysis, it is a precise limit statement. That precision matters because it lets us prove theorems about continuity, approximation, and optimization.

Understanding the Difference Quotient

To understand the definition, it helps to look carefully at the difference quotient

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

The numerator $f(a+h)-f(a)$ is the change in the function value, and the denominator $h$ is the change in input. So the quotient is the average rate of change over the interval from $a$ to $a+h$.

If the graph of $f$ is a curve, then the quotient is the slope of the secant line passing through the points $(a,f(a))$ and $(a+h,f(a+h))$. As $h\to 0$, the second point moves closer to the first point, and the secant line may approach a tangent line. That limiting slope is the derivative ✨.

However, this limit may fail to exist. A function can have a sharp corner, a jump, or wild oscillation near a point. In those cases, the secant slopes may not settle down to one number.

For example, consider $f(x)=|x|$ at $a=0$. Then

$$\frac{f(0+h)-f(0)}{h}=\frac{|h|}{h}.$$

If $h>0$, this equals $1$. If $h<0$, it equals $-1$. Since the values from the right and left do not agree, the limit does not exist. So $f$ is not differentiable at $0$.

This example shows an important rule: differentiability is stronger than continuity. A function that is differentiable at a point must be continuous there, but a continuous function need not be differentiable.

Example: Derivative of a Simple Function

Let us compute the derivative of $f(x)=x^2$ at a point $a$. Using the definition,

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

Expand the square:

$$\frac{a^2+2ah+h^2-a^2}{h}=\frac{2ah+h^2}{h}.$$

For $h\neq 0$, this simplifies to

$$2a+h.$$

Now take the limit:

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

So the derivative of $x^2$ at $a$ is $2a$.

This result matches geometric intuition. The graph of $y=x^2$ becomes steeper as $x$ moves away from $0$. At $x=3$, the slope is $6$; at $x=-2$, the slope is $-4$. The derivative describes that changing steepness exactly.

You can also interpret this as a best linear approximation. Near the point $a$, the function $f(x)=x^2$ behaves approximately like the line

$$f(a)+f'(a)(x-a).$$

For $f(x)=x^2$, this becomes

$$a^2+2a(x-a).$$

This is the tangent-line approximation, and it is one reason derivatives are so useful.

Why Differentiability Matters in Real Analysis

In real analysis, differentiability gives a strong local description of a function. If $f$ is differentiable at $a$, then near $a$ the function can be written as

$$f(a+h)=f(a)+f'(a)h+r(h),$$

where the error term $r(h)$ satisfies

$$\lim_{h\to 0}\frac{r(h)}{h}=0.$$

This means the error becomes small compared with $h$ itself. In other words, the linear part $f(a)+f'(a)h$ captures the main behavior of the function near $a$.

This idea is central in analysis because it links algebra, geometry, and limits. It helps explain why derivatives are useful for estimating values, solving equations, and studying motion.

Differentiability also implies continuity. If $f'(a)$ exists, then

$$\lim_{x\to a}f(x)=f(a).$$

So every differentiable function is continuous at that point. But the converse is false. For instance, $f(x)=|x|$ is continuous everywhere but not differentiable at $0$.

Another important point is that differentiability is local. To know whether $f$ is differentiable at $a$, you only need to study values of $f(x)$ near $a$, not all over the domain. This local nature is one reason derivatives are so powerful 🔍.

Connections to the Mean Value Theorem and Applications

The definition of the derivative is the foundation for later results in differentiation, especially the Mean Value Theorem. That theorem says that if $f$ is continuous on $[a,b]$ and differentiable on $(a,b)$, then there exists some $c\in(a,b)$ such that

$$f'(c)=\frac{f(b)-f(a)}{b-a}.$$

This statement connects the average rate of change on an interval to the instantaneous rate of change at some point inside the interval.

Why does this matter? It shows that the derivative is not just a theoretical limit. It controls the behavior of functions over intervals. For example, if $f'(x)>0$ on an interval, then $f$ is increasing there. If $f'(x)<0$, then $f$ is decreasing there. These ideas are used in optimization, physics, economics, and many other areas.

In applications, derivatives can describe speed, growth rates, slope of a curve, and sensitivity to change. Suppose a population $P(t)$ changes over time. Then $P'(t)$ gives the instantaneous growth rate. If $C(x)$ is a cost function, then $C'(x)$ describes the marginal cost, meaning how cost changes when production increases by one more unit.

These examples all begin with the same precise idea: the limit definition of the derivative.

Conclusion

students, the definition of the derivative is the starting point for much of differentiation. It transforms the informal idea of “how fast something changes” into a precise mathematical statement using limits. The formula

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

is not just a definition to memorize; it explains what the derivative means, when it exists, and why it is useful.

Once you understand this definition, you are ready for major ideas in calculus and real analysis, including tangent lines, continuity, the Mean Value Theorem, and real-world rate-of-change problems. Mastering the derivative definition gives you the language to describe change accurately and the tools to prove important results.

Study Notes

  • The derivative at $a$ is defined by

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

when this limit exists.

  • The expression

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

is called the difference quotient and represents average rate of change.

  • The derivative gives the instantaneous rate of change and the slope of the tangent line, when it exists.
  • If $f$ is differentiable at $a$, then $f$ is continuous at $a$.
  • Continuity does not guarantee differentiability; for example, $f(x)=|x|$ is not differentiable at $0$.
  • Differentiability is a local property, meaning it depends on what happens near a point.
  • The derivative provides the best linear approximation near a point:

$$f(a+h)\approx f(a)+f'(a)h.$$

  • The Mean Value Theorem connects average rate of change on an interval to a derivative at some interior point.
  • Derivatives are used to study motion, growth, optimization, and other real-world change.

Practice Quiz

5 questions to test your understanding