Comparison8 min read

Derivatives vs Integrals: Key Differences

Derivatives and integrals are the two central operations of calculus — and they are inverse operations of each other. A derivative measures instantaneous rate of change; an integral accumulates change over an interval.

Understanding when to use each, and how the Fundamental Theorem connects them, is the core conceptual goal of a first calculus course.

AspectDerivative f'(x)Integral ∫f(x)dx
What it measuresInstantaneous rate of change — slope of tangentAccumulated change — area under curve
Notationf'(x), df/dx, Df∫f(x)dx (indef.) or ∫[a→b]f(x)dx (def.)
Input / OutputFunction → function (slope function)Function → function + C (indef.) or number (def.)
Primary rulePower rule: d/dx[xⁿ] = n·xⁿ⁻¹Power rule: ∫xⁿdx = xⁿ⁺¹/(n+1) + C
Chain ruleYes — composite functionsu-substitution — reverse chain rule
Product ruled/dx[fg] = f'g + fg'Integration by parts: ∫u dv = uv − ∫v du
UniquenessUnique (up to definition)Family of functions (+ C) or unique number
Geometric meaningSlope of tangent line at a pointSigned area between curve and x-axis
Physical meaning (motion)Velocity from position; acceleration from velocityPosition from velocity; velocity from acceleration
Inverse relationshipUndoes integration (FTC Part 1)Undoes differentiation (FTC Part 2)

When to Use Each

Use derivatives when: finding the rate of change or slope at a specific point, locating maxima/minima (set f'=0), analyzing increasing/decreasing behavior (f'>0 means increasing), solving related rates (rates connected by an equation), or finding tangent line equations.

Use integrals when: finding area under a curve, computing total distance or displacement from velocity, finding accumulated quantity (water pumped, cost incurred), calculating average value of a function, or solving differential equations.

Both together: optimization (derivative finds critical points; integral computes total cost/revenue). Physics: integrate force over distance to get work; differentiate position to get velocity.

How the Fundamental Theorem Connects Them

The Fundamental Theorem of Calculus (FTC) establishes that differentiation and integration are inverse operations: d/dx[∫[a→x]f(t)dt] = f(x) (FTC 1) and ∫[a→b]F'(x)dx = F(b) − F(a) (FTC 2).

FTC makes integration tractable: instead of computing limits of Riemann sums, find an antiderivative and evaluate at the bounds.

Analogy: if you know velocity (derivative of position) and want total displacement (integral of velocity), FTC says evaluate the position function at start and end times.

Verdict

Derivatives measure how quickly things change at a point; integrals measure how much things accumulate over an interval. The FTC unifies them as inverse operations — each undoes the other.

  • Use derivatives for rates, slopes, optimization, and tangent lines
  • Use integrals for areas, accumulated quantities, and total change
  • The Fundamental Theorem of Calculus means you can evaluate integrals by finding antiderivatives
  • In physics: position → (differentiate) → velocity → (differentiate) → acceleration; reverse with integration

Frequently Asked Questions