Derivatives/The Derivative and Rates of Change

Lesson 2.11,146 words

The Derivative and Rates of Change

A single limit with three readings: the slope of the tangent line, the instantaneous velocity of a moving object, and the rate of change of one quantity with respect to another. Built from the difference quotient, extended from a value at one point to a function of x, and undefined exactly where a corner, jump, or vertical tangent appears.

╌╌╌╌

Finding the line tangent to a curve at a point is geometry; finding the velocity of a falling ball at an instant is physics. Both reduce to evaluating a limit of the form

That limit is the derivative. Read one way it is the slope of a tangent line; read another it is an instantaneous rate of change. Letting the base point vary turns it from a number attached to one point into a function in its own right.

The tangent problem

A secant line through two points of a curve has a slope we can compute with algebra. The tangent line touches at a single point, so the slope formula has nothing to work with. The way around is to compute the slope of a secant and then slide one intersection point toward the other.

Let be the graph of and fix a point on it. A nearby point with determines the secant line , whose slope is

As , the point slides along the curve toward and the secant pivots. If the secant slopes approach a single number , that number is the slope of the tangent, and the tangent is the limiting position of the secant.

As Q slides toward P along the curve, the secant line PQ pivots into the tangent at P, and its slope approaches the limiting value m.

Example. For the parabola at , take and :

The point-slope form gives the tangent , that is, . Zooming in on makes the parabola indistinguishable from this line, which is the geometric content of the tangent being a local approximation to the curve.

The form

Setting (so and as ) rewrites the same slope with the increment as the variable:

The quotient is the difference quotient: rise over run for the secant joining to .

The difference quotient is the slope of the secant through P and Q, the rise f(a+h) - f(a) divided by the run h.

Example. For at , with :

The tangent at is , or .

Velocity and the rate of change

Suppose an object moves along a line with position , the directed distance from the origin at time . Over the interval from to the displacement is , so the average velocity is

exactly the slope of the secant. Letting shrinks the interval to the instant and defines the instantaneous velocity:

The tangent-slope limit and the velocity limit are identical in form, so they are computed the same way. This is the general pattern: whenever , the quantity

measures how fast changes with respect to at .

On a position-time graph the secant over the interval has slope the average velocity; shrinking the interval pivots it into the tangent, whose slope is the instantaneous velocity v(a).

Example. A ball dropped from a m tower falls metres in seconds. Its velocity at a general time is

After s the velocity is m/s. The ball lands when , i.e. s, so its impact speed is m/s.

Both forms are used; the form usually leads to simpler algebra. The tangent line to at therefore has the compact equation

Example. For ,

At the slope is , so the tangent at is .

Because average rate of change is the difference quotient and instantaneous rate of change is its limit, the derivative is the single object underneath several names.

Setting reads as
Geometryheight position slope of the tangent line
Kinematicsdisplacement time instantaneous velocity
Economicscost quantity marginal cost
Generalrate of change of per unit

The units follow the ratio: carries the units of divided by the units of .

The derivative as a function

Fixing produced a number. Letting the base point vary produces a function. Replace the constant by the variable :

For each where this limit exists we assign the value , so is a new function derived from . Its value at is the slope of the tangent to at . The domain of is the set of where the limit exists, and it may be smaller than the domain of .

Example. For , treating as constant and as the limit variable,

Where has a horizontal tangent, ; where rises, ; where falls, . The derivative graph therefore encodes the shape of : its zeros mark the horizontal tangents, its sign marks the rise and fall.

Reading f' off f. Where f has a horizontal tangent (A, B) the derivative crosses zero; f' is positive where f rises, negative where it falls.

Example. For , rationalizing the numerator,

Here the domain shrinks: is defined on but only on , because the tangent at the origin is vertical.

Notation

Writing , the derivative goes by several equivalent symbols. The Leibniz symbol is a synonym for ; for now it is one indivisible piece of notation, not a genuine ratio of two quantities.

To evaluate a Leibniz derivative at a specific number, write , which means .

Differentiability implies continuity

Differentiability is a stronger condition than continuity: a smooth-enough function is automatically unbroken, though the converse fails.

The proof connects the given (the derivative exists) to the goal (the function value is the limit) by inserting the difference quotient. For ,

so by the product law for limits,

Therefore , which is continuity at .

The converse is false. The function is continuous everywhere but not differentiable at , because the one-sided limits of the difference quotient disagree:

Failure modes of differentiability

A function can fail to be differentiable at in three geometrically distinct ways.

  • A corner. The graph changes direction abruptly, so the left and right difference quotients approach different slopes (as for at ). No single tangent line exists.
  • A discontinuity. If is not continuous at , the previous theorem (in contrapositive form) forbids differentiability. A jump discontinuity is the standard case.
  • A vertical tangent. The graph is continuous and the tangent lines get steeper without bound, so and the slope is not a finite number (as for at ).
Three ways a function fails to be differentiable at a: a corner where left and right slopes differ, a discontinuity, and a vertical tangent.

Differentiability at has a hands-on test: zoom in on . If the graph straightens into a line, is differentiable there; a corner or a break persists at any magnification.

Higher derivatives

The derivative is itself a function, so it may have a derivative. The second derivative measures the rate of change of the slope:

Example. For we found , so

Continuing, and . In general the th derivative is obtained by differentiating times, written .

For a position function , the derivatives are the standard chain of motion quantities.

DerivativeSymbolPhysical meaning
Firstvelocity
Secondacceleration
Thirdjerk (rate of change of acceleration)

A large jerk is a sudden change in acceleration, felt as an abrupt lurch in a vehicle. The second derivative also measures concavity and inflection, and the full tower supplies the coefficients of the Taylor series that represent a function as an infinite polynomial.

╌╌ END ╌╌