Fiveable

Calculus I Unit 3 Review

QR code for Calculus I practice questions

3.1 Defining the Derivative

3.1 Defining the Derivative

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 and Tangent Lines

Derivatives answer a fundamental question: how fast is something changing at a specific instant? They give you the slope of a curve at any point, which turns out to be useful for analyzing motion, rates of change, and optimization problems. This section covers how derivatives are defined through limits and how they connect to tangent lines and velocity.

Tangent Line Concept

A tangent line is a straight line that just touches a curve at a single point (called the point of tangency) and matches the curve's direction at that point. Think of it as the best straight-line approximation of the curve right at that spot.

The slope of the tangent line tells you the rate of change of the curve at that point:

  • Positive slope: the curve is increasing
  • Negative slope: the curve is decreasing
  • Zero slope: the curve has a horizontal tangent (a local max, min, or inflection point could be here)

The tangent line is closely related to the secant line, which passes through two points on the curve. As you slide those two points closer together, the secant line approaches the tangent line. That limiting process is exactly how we define the derivative.

Tangent Slope Calculation

To find the slope of the tangent line at a point x0x_0, you take the limit of the difference quotient:

mtangent=limh0f(x0+h)f(x0)hm_{\text{tangent}} = \lim_{h \to 0} \frac{f(x_0 + h) - f(x_0)}{h}

The difference quotient f(x0+h)f(x0)h\frac{f(x_0 + h) - f(x_0)}{h} represents the average rate of change of ff over the interval [x0,x0+h][x_0,\, x_0 + h]. That's just the slope of the secant line through (x0,f(x0))(x_0, f(x_0)) and (x0+h,f(x0+h))(x_0 + h, f(x_0 + h)).

As h0h \to 0, the interval shrinks, the secant line rotates toward the tangent line, and the average rate of change becomes the instantaneous rate of change.

Derivative as a Limit

The derivative of a function f(x)f(x) at a point x0x_0 is formally defined as:

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

provided this limit exists. When you leave x0x_0 as a variable xx, you get the derivative function f(x)f'(x), which gives the instantaneous rate of change at any point in the domain.

Common notations for the derivative:

  • Prime notation: f(x)f'(x)
  • Leibniz notation: dfdx\frac{df}{dx} or ddxf(x)\frac{d}{dx}f(x)

Both mean the same thing. Leibniz notation is especially handy when you want to emphasize what variable you're differentiating with respect to.

Tangent line concept, Calculus - Wikipedia

Derivative at a Specific Point

To compute the derivative at a specific point, say x0=3x_0 = 3:

  1. Write out the difference quotient: f(3+h)f(3)h\frac{f(3 + h) - f(3)}{h}

  2. Substitute f(3+h)f(3 + h) and f(3)f(3) using the function's formula, then simplify algebraically (factor, cancel the hh in the denominator, etc.)

  3. Evaluate the limit as h0h \to 0

The result is both the slope of the tangent line at x0=3x_0 = 3 and the instantaneous rate of change of ff at that point.

Continuity and Differentiability

Continuity is necessary but not sufficient for differentiability. If a function isn't continuous at a point, it can't be differentiable there. But a function can be continuous at a point and still fail to be differentiable.

Three common situations where continuity holds but differentiability fails:

  • Sharp corners or cusps: the curve changes direction abruptly (e.g., f(x)=xf(x) = |x| at x=0x = 0)
  • Vertical tangent lines: the slope approaches ±\pm \infty
  • Discontinuities: jumps, holes, or asymptotes automatically rule out differentiability

The key takeaway: differentiability implies continuity, but continuity does not imply differentiability.

Derivatives and Velocity

Tangent line concept, Linear Approximations and Differentials · Calculus

Velocity as Rate of Change

Velocity is the most natural real-world example of a derivative. If s(t)s(t) describes an object's position at time tt, then the derivative s(t)s'(t) gives the instantaneous velocity at time tt.

  • s(t)>0s'(t) > 0: the object is moving in the positive direction
  • s(t)<0s'(t) < 0: the object is moving in the negative direction
  • s(t)=0s'(t) = 0: the object is momentarily at rest

Average vs. Instantaneous Velocity

Average velocity measures displacement over a time interval:

vavg=ΔsΔt=s(t2)s(t1)t2t1v_{\text{avg}} = \frac{\Delta s}{\Delta t} = \frac{s(t_2) - s(t_1)}{t_2 - t_1}

This is the slope of the secant line on the position-time graph between t1t_1 and t2t_2.

Instantaneous velocity is the limit of average velocity as the time interval shrinks to zero:

vinst=limΔt0ΔsΔt=dsdtv_{\text{inst}} = \lim_{\Delta t \to 0} \frac{\Delta s}{\Delta t} = \frac{ds}{dt}

Notice the parallel: average velocity uses a secant line, instantaneous velocity uses a tangent line. The derivative bridges the two.

Derivative Estimation from Data

You won't always have a nice formula. Sometimes you'll need to estimate a derivative from a table or graph.

From a table:

  1. Pick two points close to your point of interest: (x1,y1)(x_1, y_1) and (x2,y2)(x_2, y_2)

  2. Compute the average rate of change: y2y1x2x1\frac{y_2 - y_1}{x_2 - x_1}

  3. For a better estimate, use points on both sides of your target and average the two slopes (this is called a central difference estimate)

For example, if you want f(3)f'(3) and your table has values at x=2,3,4x = 2, 3, 4, compute f(4)f(2)42\frac{f(4) - f(2)}{4 - 2} for a centered estimate.

From a graph:

  1. Sketch a tangent line to the curve at the point of interest
  2. Pick two clear points on that tangent line (use grid intersections when possible)
  3. Calculate rise over run between those two points to estimate the slope