Fiveable

Calculus I Unit 3 Review

QR code for Calculus I practice questions

3.2 The Derivative as a Function

3.2 The Derivative as a Function

Written by the Fiveable Content Team • Last updated August 2025
Written by the Fiveable Content Team • Last updated August 2025
Calculus I
Unit & Topic Study Guides

The Derivative Function

The derivative function takes a single-point calculation and extends it across an entire domain. Instead of finding the slope of a tangent line at just one point, you get a new function that outputs that slope for every point where the limit exists. This is what makes derivatives so useful for analyzing how a function behaves overall.

Definition of the Derivative Function

The derivative of f(x)f(x) is itself a function, written f(x)f'(x), defined by:

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

This limit gives you the slope of the tangent line to the graph of f(x)f(x) at each point xx where the limit exists. Notice this is the same limit definition you've seen before, but now xx is a variable rather than a fixed number aa.

What the derivative's sign tells you about the original function:

  • Positive f(x)f'(x): f(x)f(x) is increasing on that interval
  • Negative f(x)f'(x): f(x)f(x) is decreasing on that interval
  • Zero f(x)f'(x): f(x)f(x) has a horizontal tangent line at that point, which may be a local max, local min, or neither

Graphing Derivative Functions

You can sketch the graph of f(x)f'(x) directly from the graph of f(x)f(x) without ever writing a formula. Here's the process:

  1. Identify intervals where f(x)f(x) is increasing. On those intervals, plot f(x)f'(x) as positive (above the x-axis).
  2. Identify intervals where f(x)f(x) is decreasing. On those intervals, plot f(x)f'(x) as negative (below the x-axis).
  3. Mark where f(x)f(x) has local maxima or minima. At those x-values, f(x)=0f'(x) = 0, so the derivative graph crosses or touches the x-axis.
  4. Look at how steeply f(x)f(x) is rising or falling. Steeper slopes mean f(x)f'(x) has a larger magnitude; flatter slopes mean f(x)f'(x) is closer to zero.

The derivative graph also reveals concavity of the original function:

  • If f(x)f'(x) is increasing, then f(x)f(x) is concave up (curves upward like a bowl)
  • If f(x)f'(x) is decreasing, then f(x)f(x) is concave down (curves downward like an arch)
  • Where f(x)f'(x) changes from increasing to decreasing (or vice versa), f(x)f(x) has an inflection point
Definition of derivative function, The Derivative as a Function · Calculus

Continuity and Higher-Order Derivatives

Derivatives and Continuity

A function f(x)f(x) is differentiable at a point aa if f(a)f'(a) exists, meaning the limit limh0f(a+h)f(a)h\lim_{h \to 0} \frac{f(a+h) - f(a)}{h} produces a finite value.

The key relationship to remember:

Differentiable implies continuous, but continuous does not imply differentiable.

If a function is differentiable at a point, it must be continuous there. But a function can be perfectly continuous at a point and still fail to be differentiable. There are three common ways this happens:

  • Sharp corner or cusp: The left-hand and right-hand slopes don't match. For example, f(x)=xf(x) = |x| at x=0x = 0 has slope 1-1 from the left and slope +1+1 from the right.
  • Vertical tangent line: The slope approaches ±\pm\infty. For example, f(x)=x3f(x) = \sqrt[3]{x} at x=0x = 0.
  • Discontinuity: If the function isn't continuous at a point (jump, removable, or infinite discontinuity), it can't be differentiable there.
Definition of derivative function, Applications of Differentiation | Boundless Calculus

Higher-Order Derivatives

You can differentiate a derivative to get a second derivative, then differentiate again for a third, and so on. The notation builds naturally:

  • First derivative f(x)f'(x): rate of change of f(x)f(x)
  • Second derivative f(x)f''(x): rate of change of f(x)f'(x). In physics, if f(x)f(x) is position, then f(x)f''(x) is acceleration.
  • Third derivative f(x)f'''(x): rate of change of f(x)f''(x). In physics, this is called jerk.

The second derivative is especially useful in Calculus I:

  1. It determines concavity: f(x)>0f''(x) > 0 means concave up, f(x)<0f''(x) < 0 means concave down.
  2. The second derivative test classifies critical points: if f(c)=0f'(c) = 0 and f(c)>0f''(c) > 0, then cc is a local minimum; if f(c)<0f''(c) < 0, it's a local maximum. If f(c)=0f''(c) = 0, the test is inconclusive.
  3. Higher-order derivatives appear later in Taylor series, where they're used to build polynomial approximations of functions.

Applications of Derivatives

Derivatives show up across many fields because rates of change are everywhere:

  • Physics: Position, velocity, and acceleration. If s(t)s(t) is position, then s(t)s'(t) is velocity and s(t)s''(t) is acceleration.
  • Economics: Marginal cost, marginal revenue, and marginal profit are all derivatives. They tell you the cost or revenue added by producing one more unit.
  • Optimization: Finding maximum profit, minimum cost, or the dimensions that maximize volume subject to a constraint. These problems rely on setting f(x)=0f'(x) = 0 and analyzing critical points.
  • Biology: Modeling how fast a population grows at a given time, such as in logistic growth where the growth rate itself changes.

In all of these, the process is the same: translate the real-world quantity into a function, differentiate, and interpret the result in context.

Differentiation Rules

These are the core rules you'll use to compute derivatives efficiently, without going back to the limit definition every time:

  • Power rule: If f(x)=xnf(x) = x^n, then f(x)=nxn1f'(x) = nx^{n-1}. Works for integer and rational exponents.
  • Product rule: If f(x)=g(x)h(x)f(x) = g(x) \cdot h(x), then f(x)=g(x)h(x)+g(x)h(x)f'(x) = g'(x)h(x) + g(x)h'(x).
  • Quotient rule: If f(x)=g(x)h(x)f(x) = \frac{g(x)}{h(x)}, then f(x)=g(x)h(x)g(x)h(x)[h(x)]2f'(x) = \frac{g'(x)h(x) - g(x)h'(x)}{[h(x)]^2}.
  • Chain rule: If f(x)=g(h(x))f(x) = g(h(x)), then f(x)=g(h(x))h(x)f'(x) = g'(h(x)) \cdot h'(x). Used whenever you have a function inside another function.
  • Implicit differentiation: When yy is defined implicitly by an equation (like x2+y2=25x^2 + y^2 = 25), differentiate both sides with respect to xx, treating yy as a function of xx, and solve for dydx\frac{dy}{dx}.