No history yet

Introduction to Derivatives

Measuring Instant Change

Imagine you're driving a car. If you travel 120 miles in 2 hours, your average speed is 60 miles per hour. That's a simple calculation: total distance divided by total time. But what was your speed at the exact moment you passed a specific sign? Your speedometer might have read 65 mph, or 58 mph. That's your instantaneous speed.

Calculus gives us a tool to find these instantaneous rates of change. This tool is called the derivative. A derivative tells us how a function's output changes at the very instant its input changes. It's not the average change over a long interval, but the precise rate of change at a single point.

In simple terms, a derivative measures the slope, or steepness, of a function at a specific point on its graph.

Getting Infinitely Close

So how do we find the slope at a single point? The classic slope formula, m=y2y1x2x1m = \frac{y_2 - y_1}{x_2 - x_1}, requires two distinct points. If we only have one point, the denominator becomes x1x1=0x_1 - x_1 = 0, which is undefined.

This is where a core concept of calculus comes in: the limit. A limit describes what value a function approaches as its input gets closer and closer to a certain number. We don't have to be at the number, just infinitesimally close to it.

To find the slope at one point, we can start with two points that are very close together. We calculate the slope of the line connecting them (called a secant line). Then, we slide the second point closer and closer to the first one. As the distance between the points approaches zero, the slope of the secant line approaches a specific value. That value is the limit, and it represents the slope of the tangent line at our single point.

This visual shows the process. The slope of the red tangent line is the limit of the slopes of the green secant lines as point Q gets infinitely close to point P. This limiting value is the derivative of the function at point P.

The Limit Definition

This idea is captured formally in the limit definition of a derivative. Let's say we want to find the slope at a point xx. We take another point that is a tiny distance, hh, away from it, at x+hx+h. The two points on our function's graph are (x,f(x))(x, f(x)) and (x+h,f(x+h))(x+h, f(x+h)).

The slope of the secant line between them is:

Slope=f(x+h)f(x)(x+h)x=f(x+h)f(x)h\text{Slope} = \frac{f(x+h) - f(x)}{(x+h) - x} = \frac{f(x+h) - f(x)}{h}

To find the slope of the tangent line, we take the limit as that tiny distance hh approaches zero. This gives us the formal definition of the derivative, often written as f(x)f'(x) (read as "f prime of x").

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

This formula might look intimidating, but it's just a precise way of writing the idea we explored: find the slope between two points, and then see what that slope approaches as the points get infinitely close together. The result is the instantaneous rate of change, the slope of the function at that single point.

Quiz Questions 1/5

What does the derivative of a function represent at a specific point?

Quiz Questions 2/5

In the context of finding a derivative, a 'secant line' connects two distinct points on a curve, while a 'tangent line'...