Skip to main content

Applications of Calculus

Calculus is not a museum of abstract limits and symbols — it was invented to do things. When you want to find the cheapest can that holds a given volume, predict where a ball lands, figure out how fast a shadow lengthens, or add up a continuously changing quantity, calculus is the tool that turns the question into an equation you can solve. This page is where derivatives and integrals stop being definitions and start being instruments.

The unifying idea is simple: the derivative measures instantaneous rate of change, and the integral measures accumulated total. Almost every application you'll meet is one of these two ideas wearing a costume. Once you can recognize which is which, a huge range of "word problems" collapse into a handful of reliable procedures.

Learning Objectives

By the end of this page, you should be able to:

  • Solve optimization problems by finding critical points where the derivative equals zero and classifying them.
  • Set up and solve related rates problems using implicit differentiation with respect to time.
  • Analyze motion by moving between position, velocity, and acceleration through differentiation and integration.
  • Compute the area between two curves with a definite integral.
  • Interpret a definite integral as total accumulation of a rate.
  • Recognize which tool (derivative or integral) a real-world problem demands.

Quick Answer

Applied calculus rests on two moves. Differentiation gives you rates and slopes: setting a derivative to zero locates maxima and minima (optimization), and differentiating a geometric relationship with respect to time links the rates at which quantities change (related rates). Integration gives you totals: integrating velocity recovers displacement, integrating a rate recovers the accumulated amount, and integrating the gap between two functions gives the area between their curves. Motion problems tie both together — velocity is the derivative of position and the integral of acceleration. Master the setup (draw a picture, name variables, write the relationship) and the calculus itself is usually routine.

Where It Came From

Calculus was not discovered by mathematicians idly playing with symbols; it was forced into existence by physics. In the 1660s Isaac Newton faced a concrete problem: how do the planets move? Kepler had described planetary orbits empirically, but no one could explain why an object under a continuously varying force follows the path it does. To answer this Newton needed to describe velocity and acceleration at a single instant, not averaged over an interval — and instantaneous rate of change is exactly the derivative. His mechanics ("the method of fluxions") and calculus were born together; each was unusable without the other.

At almost the same time Gottfried Wilhelm Leibniz, working from problems of tangents and areas, developed the same machinery with the superior notation (dydx\frac{dy}{dx} and \int) we still use. The two ideas — the tangent problem (derivatives) and the area problem (integrals) — turned out to be inverses of each other, a fact so central it is called the Fundamental Theorem of Calculus.

Then in 1696 Johann Bernoulli posed the brachistochrone problem: down what curved wire, between two points, does a bead slide fastest under gravity? The answer (a cycloid, not a straight line) could not be found by ordinary maxima-and-minima; it launched the calculus of variations, optimization over entire functions rather than single numbers. Newton reportedly solved it overnight. The lesson of this whole era is the one this page teaches: calculus is what you reach for when a physical quantity is changing continuously and you need either its rate or its total.

Optimization: Finding the Best Value

A smooth function reaches its largest or smallest values either at the endpoints of its domain or where its derivative is zero (a horizontal tangent) — these are called critical points. The strategy:

  1. Write the quantity to optimize as a function of one variable (use constraints to eliminate the others).
  2. Differentiate and solve f(x)=0f'(x) = 0.
  3. Classify each critical point (first- or second-derivative test) and check endpoints.

Worked Example: The Cheapest Fence

A farmer wants to enclose a rectangular field against a straight river, so no fence is needed on the river side. He has 100 m of fencing. What dimensions maximize the enclosed area?

Let the two sides perpendicular to the river each have length xx, and the side parallel to the river have length yy. Fence used: 2x+y=100 2x + y = 100, so y=1002xy = 100 - 2x.

Area:

A(x)=xy=x(1002x)=100x2x2.A(x) = x \cdot y = x(100 - 2x) = 100x - 2x^2.

Differentiate and set to zero:

A(x)=1004x=0x=25.A'(x) = 100 - 4x = 0 \quad\Rightarrow\quad x = 25.

Since A(x)=4<0A''(x) = -4 < 0, this is a maximum. Then y=1002(25)=50y = 100 - 2(25) = 50, giving maximum area A=25×50=1250 m2A = 25 \times 50 = 1250 \text{ m}^2. Notice the optimum spends half the fence on the side parallel to the river — a pattern worth remembering.

Worked Example: The Optimal Can

Design a cylindrical can holding exactly V=355 cm3V = 355 \text{ cm}^3 using the least metal (minimum surface area).

Surface area (top, bottom, side): S=2πr2+2πrhS = 2\pi r^2 + 2\pi r h. Constraint: πr2h=355\pi r^2 h = 355, so h=355πr2h = \dfrac{355}{\pi r^2}.

Substitute:

S(r)=2πr2+2πr355πr2=2πr2+710r.S(r) = 2\pi r^2 + 2\pi r \cdot \frac{355}{\pi r^2} = 2\pi r^2 + \frac{710}{r}.

Differentiate:

S(r)=4πr710r2=04πr3=710r3=7104π56.5.S'(r) = 4\pi r - \frac{710}{r^2} = 0 \quad\Rightarrow\quad 4\pi r^3 = 710 \quad\Rightarrow\quad r^3 = \frac{710}{4\pi} \approx 56.5.

So r3.84 cmr \approx 3.84 \text{ cm} and h=355π(3.84)27.67 cmh = \dfrac{355}{\pi(3.84)^2} \approx 7.67 \text{ cm}. Notice h=2rh = 2r: the ideal can is as tall as it is wide. (Real cans are taller because the top and side have different costs — a refinement optimization also handles.)

When several quantities are geometrically related and all change with time, differentiating the relationship with respect to tt links their rates. Key habit: differentiate first, plug in numbers last.

Worked Example: The Sliding Ladder

A 5 m ladder leans against a wall. The base slides away at dxdt=0.4\frac{dx}{dt} = 0.4 m/s. How fast is the top sliding down when the base is 3 m from the wall?

Let xx = distance of base from wall, yy = height of top. By Pythagoras, x2+y2=25x^2 + y^2 = 25. Differentiate with respect to tt:

2xdxdt+2ydydt=0dydt=xydxdt. 2x\frac{dx}{dt} + 2y\frac{dy}{dt} = 0 \quad\Rightarrow\quad \frac{dy}{dt} = -\frac{x}{y}\frac{dx}{dt}.

When x=3x = 3: y=259=4y = \sqrt{25 - 9} = 4. So

dydt=34(0.4)=0.3 m/s.\frac{dy}{dt} = -\frac{3}{4}(0.4) = -0.3 \text{ m/s}.

The top slides down at 0.3 0.3 m/s. The negative sign correctly reports downward motion.

Worked Example: The Expanding Ripple

A stone dropped in a pond makes a circular ripple whose radius grows at 2 2 cm/s. How fast is the enclosed area growing when r=10r = 10 cm?

A=πr2A = \pi r^2, so dAdt=2πrdrdt=2π(10)(2)=40π125.7 cm2/s.\dfrac{dA}{dt} = 2\pi r \dfrac{dr}{dt} = 2\pi(10)(2) = 40\pi \approx 125.7 \text{ cm}^2/\text{s}. The area grows faster as the ripple widens — because more circumference is being swept.

Motion: Position, Velocity, Acceleration

This is the application that created calculus. For an object moving along a line with position s(t)s(t):

v(t)=dsdt,a(t)=dvdt=d2sdt2.v(t) = \frac{ds}{dt}, \qquad a(t) = \frac{dv}{dt} = \frac{d^2s}{dt^2}.

Going the other way, integration recovers the earlier quantity (with a constant fixed by initial conditions):

v(t)=a(t)dt,s(t)=v(t)dt.v(t) = \int a(t)\,dt, \qquad s(t) = \int v(t)\,dt.

Worked Example: A Thrown Ball

A ball is thrown straight up from s0=2s_0 = 2 m with initial velocity v0=15v_0 = 15 m/s. Gravity gives a=9.8 m/s2a = -9.8 \text{ m/s}^2. Find its velocity and height functions, its peak height, and when it lands.

Integrate acceleration: v(t)=9.8t+C1v(t) = -9.8t + C_1; at t=0t=0, v=15v = 15, so v(t)=9.8t+15v(t) = -9.8t + 15.

Integrate velocity: s(t)=4.9t2+15t+C2s(t) = -4.9t^2 + 15t + C_2; at t=0t=0, s=2s = 2, so

s(t)=4.9t2+15t+2.s(t) = -4.9t^2 + 15t + 2.

Peak is where v=0v = 0: 9.8t+15=0t1.53-9.8t + 15 = 0 \Rightarrow t \approx 1.53 s. Height there:

s(1.53)=4.9(1.53)2+15(1.53)+211.47+22.95+213.48 m.s(1.53) = -4.9(1.53)^2 + 15(1.53) + 2 \approx -11.47 + 22.95 + 2 \approx 13.48 \text{ m}.

Landing is where s=0s = 0: solve 4.9t2+15t+2=0-4.9t^2 + 15t + 2 = 0. Using the quadratic formula,

t=15225+39.29.8=15264.29.81516.259.83.19 s.t = \frac{-15 - \sqrt{225 + 39.2}}{-9.8} = \frac{-15 - \sqrt{264.2}}{-9.8} \approx \frac{-15 - 16.25}{-9.8} \approx 3.19 \text{ s}.

Displacement vs. distance: displacement is abvdt\int_a^b v\,dt (net change); total distance traveled is abvdt\int_a^b |v|\,dt. For this ball, net displacement over the flight is 02=2 0 - 2 = -2 m, but the distance traveled is about 11.48+13.4824.96 11.48 + 13.48 \approx 24.96 m (up to the peak from launch height and back down to the ground).

Area Between Curves and Total Accumulation

A definite integral abf(x)dx\int_a^b f(x)\,dx measures signed area under a curve. The area between two curves, where f(x)g(x)f(x) \ge g(x) on [a,b][a,b], is the integral of the gap:

A=ab[f(x)g(x)]dx.A = \int_a^b \big[f(x) - g(x)\big]\,dx.

Worked Example: Area Between a Line and a Parabola

Find the area enclosed between y=x+2y = x + 2 and y=x2y = x^2.

First find intersections: x2=x+2x2x2=0(x2)(x+1)=0x^2 = x + 2 \Rightarrow x^2 - x - 2 = 0 \Rightarrow (x-2)(x+1) = 0, so x=1x = -1 and x=2x = 2. Between them the line lies above the parabola. So

A=12[(x+2)x2]dx=[x22+2xx33]12.A = \int_{-1}^{2}\big[(x+2) - x^2\big]\,dx = \left[\frac{x^2}{2} + 2x - \frac{x^3}{3}\right]_{-1}^{2}.

At x=2x = 2: 2+483=683=103 2 + 4 - \frac{8}{3} = 6 - \frac{8}{3} = \frac{10}{3}. At x=1x = -1: 122+13=76\frac{1}{2} - 2 + \frac{1}{3} = -\frac{7}{6}. Subtract:

A=103(76)=206+76=276=4.5.A = \frac{10}{3} - \left(-\frac{7}{6}\right) = \frac{20}{6} + \frac{7}{6} = \frac{27}{6} = 4.5.

Total Accumulation

The deepest reading of the integral: if r(t)r(t) is the rate at which some quantity accumulates, then abr(t)dt\int_a^b r(t)\,dt is the total amount accumulated between t=at=a and t=bt=b. This is just the Fundamental Theorem: the integral of a rate is the net change in the total.

Example. Water flows into a tank at rate r(t)=6tr(t) = 6t liters per minute. How much enters during the first 4 minutes?

046tdt=[3t2]04=3(16)=48 liters.\int_0^4 6t\,dt = \big[3t^2\big]_0^4 = 3(16) = 48 \text{ liters}.

The same structure gives total distance from a speedometer reading, total cost from a marginal-cost curve, or total charge from a current — one idea, endless applications.

Real-World Applications

  • Engineering design: minimizing material, weight, or drag while meeting constraints — the can problem scaled up to bridges, beams, and aircraft wings.
  • Economics: firms maximize profit where marginal revenue equals marginal cost (i.e., where the profit derivative is zero); consumer and producer surplus are areas between supply/demand curves.
  • Physics and astronomy: trajectories, orbital mechanics, and every "how fast / how far" question descend directly from Newton's motion calculus.
  • Medicine: the area under a drug's blood-concentration curve (AUC) measures total exposure; rates of tumor growth and drug clearance are derivatives.
  • Economics of resources / environment: total emissions or total energy consumed over a period is the integral of a time-varying rate.
  • Everyday life: GPS integrates your velocity to track distance; a car's odometer is a running integral of speed.

Common Mistakes

Mistake 1: Plugging in numbers before differentiating in related rates. Students substitute x=3x = 3 into x2+y2=25x^2 + y^2 = 25 first, turning a variable into a constant, so its rate wrongly becomes zero. Correction: differentiate the general relationship with respect to tt first, then substitute the instantaneous values.

Mistake 2: Forgetting to check endpoints and classify critical points. A zero derivative can be a maximum, a minimum, or an inflection point — and the true extreme might sit at a domain boundary. Correction: always apply the second-derivative test (or compare values) and evaluate endpoints before declaring a winner.

Mistake 3: Confusing displacement with distance. Writing total distance as vdt\int v\,dt when the object reverses direction undercounts, because negative velocity cancels positive. Correction: displacement is vdt\int v\,dt; total distance is vdt\int |v|\,dt, which requires splitting the integral where vv changes sign.

Mistake 4: Subtracting curves in the wrong order for area. Using (gf)dx\int (g - f)\,dx when ff is on top yields a negative "area." Correction: always integrate (top minus bottom), and if the curves cross within the interval, split it and take absolute values.

Comparison and Connections

Question typeToolCore operationKey equation
"What's the best value?"DerivativeSet f(x)=0f'(x)=0classify critical points
"How fast is this changing given that?"DerivativeDifferentiate w.r.t. ttrelated rates chain
"Where/how fast is it moving?"Bothv=sv=s', s=vs=\int vmotion equations
"How much total / how much area?"Integralab\int_a^baccumulation, area between curves

The through-line: derivative problems ask about an instant; integral problems ask about a total. The Fundamental Theorem of Calculus is the bridge that lets you travel between them, which is why velocity (a derivative of position) is also the thing you integrate to get position back.

Practice Questions

Recall

State the three-step procedure for solving an optimization problem. Answer: (1) Express the target quantity as a function of one variable using the constraint; (2) set the derivative to zero to find critical points; (3) classify them (second-derivative test) and check endpoints.

Understanding

Explain why, in a related rates problem, you must differentiate before substituting numerical values. Answer: Substituting first freezes a changing variable into a constant, so its derivative wrongly becomes zero. Differentiating first preserves each quantity's rate of change; only after obtaining the relationship among rates do you plug in the instantaneous values.

Application

A spherical balloon is inflated so its volume increases at 100 cm3/s 100 \text{ cm}^3/\text{s}. How fast is the radius increasing when r=5r = 5 cm? (Use V=43πr3V = \frac{4}{3}\pi r^3.) Answer: dVdt=4πr2drdt\frac{dV}{dt} = 4\pi r^2 \frac{dr}{dt}, so drdt=1004π(25)=1π0.318 cm/s.\frac{dr}{dt} = \frac{100}{4\pi(25)} = \frac{1}{\pi} \approx 0.318 \text{ cm/s}.

Analysis

A particle moves with velocity v(t)=t24t+3v(t) = t^2 - 4t + 3 m/s for 0t3 0 \le t \le 3. Find both its displacement and its total distance traveled. Answer: v=(t1)(t3)v = (t-1)(t-3), zero at t=1,3t=1,3; v>0v > 0 on (0,1)(0,1), v<0v < 0 on (1,3)(1,3). Displacement =03(t24t+3)dt=[t332t2+3t]03=918+9=0= \int_0^3 (t^2-4t+3)\,dt = [\frac{t^3}{3} - 2t^2 + 3t]_0^3 = 9 - 18 + 9 = 0 m. Distance =01vdt13vdt= \int_0^1 v\,dt - \int_1^3 v\,dt. First: 132+3=43\frac{1}{3} - 2 + 3 = \frac{4}{3}. Second: value at 3 (=0) minus value at 1 (43\frac{4}{3}) =43= -\frac{4}{3}, so its magnitude is 43\frac{4}{3}. Total distance =43+43=832.67= \frac{4}{3} + \frac{4}{3} = \frac{8}{3} \approx 2.67 m.

FAQ

Q: How do I know whether a critical point is a max or a min? Use the second derivative: if f(x)<0f''(x) < 0 the graph is concave down (a maximum); if f(x)>0f''(x) > 0 it's concave up (a minimum). If f=0f''=0, fall back to the first-derivative test — check the sign of ff' just before and after the point.

Q: Do I always have to check the endpoints? On a closed interval, yes — the absolute maximum or minimum can occur at a boundary even if the derivative is never zero there. On an open or infinite domain, reason about the behavior as xx approaches the ends instead.

Q: When should I integrate with respect to yy instead of xx for area? When the region is more naturally described by horizontal slices — for instance when the curves are given as x=f(y)x = f(y), or when a vertical slice would cross the boundary more than twice. Then use [xrightxleft]dy\int [x_{\text{right}} - x_{\text{left}}]\,dy.

Q: Why does integrating acceleration give velocity? Because acceleration is defined as the derivative of velocity, and integration undoes differentiation (the Fundamental Theorem of Calculus). The arbitrary constant of integration is the initial velocity, which you recover from the starting conditions.

Q: What's the difference between average rate of change and instantaneous rate? The average rate over an interval is the slope of the secant line, ΔyΔx\frac{\Delta y}{\Delta x} — no calculus needed. The instantaneous rate is the slope of the tangent, the derivative, the limit of that average as the interval shrinks to zero. Calculus is precisely the tool for the instantaneous version.

Q: Are optimization and related rates really different topics? They share the derivative but ask different questions. Optimization finds where a quantity is largest or smallest (set the derivative to zero). Related rates finds how fast one quantity changes given another's rate (differentiate a relationship with respect to time). Different goals, same machinery.

Quick Revision

  • Optimization: target as one-variable function → f(x)=0f'(x)=0 → classify with ff'' and check endpoints.
  • Related rates: differentiate the geometric relation with respect to tt first, substitute values last; watch signs.
  • Motion: v=sv = s', a=v=sa = v' = s''; integrate to go back. Displacement =vdt=\int v\,dt; distance =vdt=\int |v|\,dt.
  • Projectile: s(t)=12gt2+v0t+s0s(t) = -\tfrac{1}{2}gt^2 + v_0 t + s_0; peak where v=0v=0.
  • Area between curves: ab[topbottom]dx\int_a^b [\text{top} - \text{bottom}]\,dx; find intersections first, split where curves cross.
  • Accumulation: integral of a rate = total change; abr(t)dt\int_a^b r(t)\,dt.
  • Big picture: derivative = instant; integral = total; the Fundamental Theorem links them.

Prerequisites

Next Topics