Training Calculus Applications of Derivatives
3 / 5

Applications of Derivatives

24 min Calculus

Applications of Derivatives

Learning the rules of differentiation is like learning to use a set of precision tools. The real excitement comes when you put those tools to work on meaningful problems. Derivatives unlock the ability to find where functions reach their highest and lowest values, to describe the motion of objects with complete precision, and to solve optimization problems that arise in engineering, economics, and everyday life.

The key concept here is the critical point — a value of $x$ where the derivative equals zero or does not exist. At these points, a function's graph levels off momentarily, creating a potential peak (local maximum) or valley (local minimum). By combining the first derivative with a sign analysis, you can determine exactly where a function is increasing, where it is decreasing, and where it changes direction. The second derivative adds another layer, telling you about the concavity of the curve and whether a critical point is a peak or a valley.

Optimization problems are perhaps the most satisfying application. Given a constraint — a fixed amount of fencing, a limited budget, a set travel time — you can use derivatives to find the best possible outcome. What dimensions make the largest garden? What speed minimizes fuel consumption? What price maximizes revenue? These problems follow a reliable pattern: model the situation with a function, take the derivative, set it to zero, and solve. The derivative turns vague questions about "the best" into precise algebra.

Derivatives also provide the language of motion. If position is a function of time, then velocity is its derivative and acceleration is the derivative of velocity. This connection, first formalized by Newton, is the mathematical backbone of mechanics. In this lesson you will practice finding critical points, classifying them, solving optimization problems, and analyzing motion — four skills that bring the abstract derivative rule set to life.

Critical Points

Critical points occur where $f'(x)=0$ or $f'(x)$ is undefined. These are candidates for local maxima and minima.

Example 1

Find the critical points of $f(x)=x^2-6x+5$.

  1. Apply the integration rules (power rule, substitution).
  2. $$f'(x)=2x-6$$ so $2x-6=0$ gives $x=3$.
Example 2

Find the minimum value of $f(x)=x^2-6x+5$.

  1. The parabola opens upward
  2. so the critical point is a minimum.
  3. $$f(3)=9-18+5=-4$$
Motion

If $s(t)$ is position, then $v(t)=s'(t)$ is velocity and $a(t)=v'(t)=s''(t)$ is acceleration.

Example 3

Given $s(t)=t^3-6t^2+9t$, find velocity.

  1. Apply the integration rules (power rule, substitution).
  2. $$v(t)=3t^2-12t+9$$
Example 4

A rectangle has perimeter 20. What dimensions maximize area?

  1. If sides are $x$ and $10-x$, then $$A(x)=x(10-x)=10x-x^2.$$ Since $A'(x)=10-2x$, the maximum occurs at $x=5$.
  2. The rectangle is a square.
Interactive Explorer: Rectangle Optimization
Width = 5.0 units
Height = 5.0 units
Area = 25.00 sq units
Maximum area = 25.00 sq units (at square)
0AreaMax
100% of maximum area

Practice Problems

1. Find the critical point of $f(x)=x^2-8x+1$.
2. Is that critical point a max or min?
3. If $s(t)=2t^2+3t-1$, find $v(t)$.
4. If $v(t)=6t-4$, find $a(t)$.
5. What shape maximizes area for a fixed rectangle perimeter?
Show Answer Key

1. $x=4$

2. Minimum

3. $v(t)=4t+3$

4. $a(t)=6$

5. A square