This module is where derivatives become powerful tools for solving real problems. You'll learn to find the maximum and minimum values of functions, sketch curves, analyze motion, and solve problems where multiple quantities change simultaneously.
The core idea: the derivative gives you information about how a function behaves. A positive derivative means the function is increasing. A zero derivative marks a potential extreme point. The second derivative tells you about curvature.
Mastering applications requires translating real-world scenarios into mathematical functions, then using derivative tools to extract answers. Practice the translation step as much as the calculus.
Critical points and the first derivative test
A critical point of occurs at where or is undefined (and exists).
The first derivative test: examine the sign of on either side of the critical point.
If changes from to at , then is a local maximum.
If changes from to at , then is a local minimum.
If does not change sign (e.g., at ), the critical point is neither a max nor a min.
To apply: find all critical points, then build a sign chart for using test values in each interval.
Finding and classifying critical points
- Find and classify the critical points of .
- Step 1 — find : .
- Step 2 — set : and are the critical points.
- Step 3 — build a sign chart. Test values in each interval:
- On , try : . Increasing.
- On , try : . Decreasing.
- On , try : . Increasing.
- At : changes from to , so this is a local maximum. .
- At : changes from to , so this is a local minimum. .
The second derivative test
An alternative to the first derivative test that avoids building a sign chart. At a critical point where :
If : the curve is concave up (bowl-shaped) at , so is a local minimum. The function is curving upward — any nearby point is higher.
If : the curve is concave down (arch-shaped) at , so is a local maximum. The function is curving downward — any nearby point is lower.
If : the test is inconclusive. The critical point could be a min, max, or neither. Fall back to the first derivative test. Example: at has but it's still a minimum. Meanwhile at has and it's neither.
When to use which: the second derivative test is faster when is easy to compute. The first derivative test (sign chart) is more reliable — it never fails and also works when is undefined.
💡Explain it simply
At a critical point, the first derivative is zero — the function is flat for an instant. The second derivative decides what happens next: is the curve smiling (concave up → minimum) or frowning (concave down → maximum)?
It's like standing at the bottom of a valley (minimum, curve smiles upward around you) vs. standing on top of a hill (maximum, curve frowns downward around you).
Classifying critical points with the second derivative test
- Classify the critical points of .
- . Critical points: and .
- .
- At : . Concave up → local minimum. .
- At : . Inconclusive! Must use the first derivative test.
- Sign chart for near : and . No sign change → is neither a max nor a min (it's a flat inflection-like point).
Concavity and inflection points
Concavity describes how the curve bends. means concave up (opening upward), means concave down (opening downward).
An inflection point is where the concavity changes: switches sign. At an inflection point, the curve transitions from bending one way to bending the other.
To find inflection points: set (or find where is undefined), then verify changes sign across that point.
Example: has . This equals at , and changes from negative to positive. So is an inflection point.
Note: alone is not enough. has but no inflection point (concavity doesn't change).
💡Explain it simply
Concave up means the curve smiles (like a bowl that holds water). Concave down means the curve frowns (like an upside-down bowl that spills water).
An inflection point is where the curve switches from smiling to frowning or vice versa. It's the moment the mood changes.
The second derivative tells you which mood the curve is in. Positive = happy (smiling/concave up). Negative = sad (frowning/concave down). Zero = the transition point where it might be switching moods.
Absolute extrema on closed intervals (Extreme Value Theorem)
The Extreme Value Theorem (EVT): if is continuous on a closed interval , then attains an absolute maximum and an absolute minimum somewhere on . Both 'continuous' and 'closed interval' are required — remove either condition and the theorem can fail.
The closed interval method to find them:
Step 1: Find all critical points of in the open interval — where or is undefined.
Step 2: Evaluate at each critical point and at both endpoints and . Build a table of values.
Step 3: The largest -value in the table is the absolute maximum, the smallest is the absolute minimum.
This is the go-to method for any 'find the max/min on an interval' problem. The absolute extrema must occur at a critical point or an endpoint — there's nowhere else for them to hide. Never forget the endpoints!
💡Explain it simply
If you hike a continuous trail from point A to point B, there must be a highest point and a lowest point somewhere along the way. The Extreme Value Theorem guarantees this — a continuous function on a closed interval always has a peak and a valley.
The closed interval method is just checking all the 'suspicious spots' (critical points + endpoints) and seeing which has the highest and lowest value. It's foolproof because the extreme values can only occur at these spots.
Finding absolute extrema on a closed interval
- Find the absolute max and min of on .
- .
- Critical points in : and .
- Evaluate at all candidates: , , , .
- Absolute maximum: . Absolute minimum: .
- Notice: the absolute minimum occurred at an interior critical point, not an endpoint. You must check all candidates.
Curve sketching (putting it all together)
A complete curve sketch synthesizes everything you've learned about derivatives into a picture. Follow this checklist systematically:
1. Domain and intercepts: where is defined? Set for -intercepts, evaluate for the -intercept.
2. Symmetry: is even (, symmetric about -axis), odd (, symmetric about origin), or neither? This can halve your work.
3. First derivative analysis: find critical points (where or undefined). Build a sign chart to determine intervals of increase () and decrease (). Classify each critical point as local max, local min, or neither.
4. Second derivative analysis: find inflection point candidates (where or undefined). Build a sign chart for to determine concavity (up where , down where ). Verify sign changes for actual inflection points.
5. Asymptotes: vertical (denominator → 0 with nonzero numerator), horizontal (), and oblique/slant (when degree of numerator = degree of denominator + 1).
6. Plot key points (intercepts, critical points, inflection points) and connect the dots, respecting the increase/decrease direction and concavity at every point.
💡Explain it simply
Curve sketching is like assembling a puzzle. Each piece of information (intercepts, increasing/decreasing, concavity, asymptotes) constrains what the picture can look like. By the time you've gathered all the pieces, there's essentially only one shape that fits.
You don't need to plot hundreds of points. A handful of strategic points (critical points, inflection points, intercepts) combined with the qualitative information (going up or down? curving toward or away?) is enough to sketch an accurate shape.
Full curve sketch of a cubic
- Sketch .
- Domain: all reals. Intercepts: (-intercept). gives .
- Symmetry: . The function is odd — symmetric about the origin.
- . Critical points: and .
- Sign chart for : positive on , negative on , positive on . So increases, then decreases, then increases.
- (local max), (local min).
- . Zero at . Negative for (concave down), positive for (concave up). Inflection point at .
- Shape: rises to local max , curves concave-down through , falls to local min , then rises — the classic S-shaped cubic.
Optimization problems
The general strategy for optimization word problems:
Step 1: Draw a diagram and define variables. Label everything.
Step 2: Write the objective function (what you want to maximize or minimize).
Step 3: Write the constraint equation (the relationship that limits your variables).
Step 4: Use the constraint to eliminate one variable from the objective, getting a function of a single variable.
Step 5: Find the critical points of this function. Test them (and the endpoints, if the domain is closed) to identify the optimum.
Step 6: Answer the original question. Make sure you're solving for what was asked.
Common setups: maximize area given a perimeter constraint, minimize material given a volume constraint, maximize revenue.
Optimization: minimizing material for a box
- Design an open-top box with volume using the least material. The base is square.
- Step 1 — define variables: let = side length of the square base, = height.
- Step 2 — objective function: surface area (what we minimize). Open top means: (base + 4 sides, no top).
- Step 3 — constraint: volume , so .
- Step 4 — substitute to get one variable: .
- Step 5 — differentiate: .
- Set : , so , giving , thus .
- Then .
- Step 6 — verify minimum: . At : . Confirmed minimum.
- Minimum surface area: .
Related rates
Related rates problems involve multiple quantities changing over time, connected by a geometric or physical equation.
Step 1: Draw a picture and identify all variables. Label which quantities are changing.
Step 2: Write an equation relating the variables (e.g., Pythagorean theorem, area formula, volume formula).
Step 3: Differentiate both sides with respect to time using implicit differentiation.
Step 4: Plug in all known values and rates at the specific instant in question.
Step 5: Solve for the unknown rate.
Critical: never plug in specific values before differentiating. The equation must remain general during differentiation because the variables are changing.
Common setups: expanding balloon (sphere volume), sliding ladder (Pythagorean theorem), filling cone (similar triangles + cone volume), spreading oil slick (circle area).
💡Explain it simply
Imagine you're blowing up a balloon. You know how fast you're blowing air in (liters per second). You want to know how fast the radius is growing. Those two rates are related through the formula for the volume of a sphere.
The trick is: write down the equation that connects the things that are changing (like volume and radius). Then take the derivative of the whole equation with respect to time. This creates a new equation that connects the rates of change instead of the quantities themselves.
The #1 rule: don't plug in numbers too early. The whole point is that the variables are changing, so you need to differentiate first while everything is still a variable. Only after differentiating do you plug in the specific moment you care about.
Related rates: a sliding ladder
- A 10-ft ladder leans against a wall. The base slides away at 1 ft/s. How fast is the top sliding down when the base is 6 ft from the wall?
- Step 1 — draw and label: = distance from base to wall, = height of top on wall. Both change with time .
- Step 2 — equation relating variables: by the Pythagorean theorem, (the ladder is always 10 ft).
- Step 3 — differentiate with respect to : .
- Note: we did NOT plug in numbers yet. This is critical — both and are changing.
- Step 4 — plug in the known values at the instant in question: , . Find : .
- Step 5 — solve: , so , giving .
- The top slides down at ft/s. The negative sign confirms the top is moving downward.
Motion along a line
Given a position function : velocity is and acceleration is . This is the most natural physical application of derivatives.
The particle is moving right (positive direction) when and moving left when . The particle is at rest (momentarily stopped) when .
Direction change: the particle changes direction when and the velocity changes sign. If doesn't change sign, the particle merely pauses.
Speed vs. velocity: velocity is signed (includes direction), speed is (always non-negative). The particle speeds up when velocity and acceleration have the same sign (both positive or both negative) and slows down when they have opposite signs.
Displacement vs. total distance: gives displacement (net change in position, which can be zero if the particle returns). gives total distance traveled (always ≥ 0). To compute total distance, find where , split the integral, and flip signs on intervals where .
💡Explain it simply
Imagine tracking a car on a straight road. Position tells you where it is. Velocity tells you how fast and which direction. Acceleration tells you whether it's speeding up or slowing down.
Displacement is like 'how far from where you started?' If you drive 3 miles east and then 3 miles west, your displacement is 0 (you're back where you started). But your total distance is 6 miles (you actually drove 6 miles). The integral of velocity gives displacement; the integral of |velocity| gives total distance.
Analyzing particle motion
- A particle has position for . Describe its motion.
- .
- at and — the particle stops at these times.
- Sign chart: on (moving right), on (moving left), on (moving right again).
- The particle changes direction at and .
- at . For , ; for , .
- On : , — moving right but slowing down. On : , — moving left and speeding up. On : , — moving left but slowing down.
Linearization and differentials
The linearization of at is . This is the equation of the tangent line at , repurposed as an approximation tool.
For values of near , . The closer is to , the better the approximation. This is the foundation of how engineers and scientists do quick estimates without a calculator.
Differentials formalize this: if , then is the approximate change in when changes by a small amount . The actual change is , and when is small.
Why this works: the tangent line is the best linear approximation to the curve at that point. For tiny changes, a curve behaves almost exactly like its tangent line. The error is proportional to , so it vanishes quickly as .
Applications: estimating values like or by hand, error propagation in measurements, and building the intuition that leads to Taylor series (which extend this idea to quadratic, cubic, and higher-degree approximations).
💡Explain it simply
Imagine zooming in very close to a curve. It starts to look like a straight line. Linearization says: use that straight line as an approximation. If you only need a quick estimate for a value near the zoom point, the line is plenty accurate.
For example, is easy. What about ? Instead of computing it exactly, slide along the tangent line a tiny bit: the slope is , so the answer is approximately . The actual value is — incredibly close!
Linearization to estimate a cube root
- Estimate using linearization.
- Choose and anchor at (because is exact).
- . So .
- Linearization: .
- Estimate: .
- Actual value: The estimate is accurate to 4 decimal places!
The Mean Value Theorem
If is continuous on and differentiable on , then there exists at least one in such that .
In words: somewhere between and , the instantaneous rate of change equals the average rate of change.
Geometric interpretation: there's a point where the tangent line is parallel to the secant line connecting and .
Applications: proving that a function must have a certain derivative value, establishing speed limits (if you drove 120 miles in 2 hours, you must have been going 60 mph at some instant).
💡Explain it simply
You drive 120 miles in 2 hours. Your average speed was 60 mph. The Mean Value Theorem says: at some point during your drive, your speedometer must have read exactly 60 mph. Maybe you were going 40 sometimes and 80 other times, but you definitely hit 60 at least once.
This makes intuitive sense — to average 60, you can't always be above or always be below. You must cross through 60 at some point. The MVT guarantees this mathematically for any smooth function.
Newton's method
Newton's method finds approximate roots of using tangent lines.
Start with an initial guess . The iteration formula is: .
Each step draws the tangent line at and finds where it crosses the -axis. That crossing point is .
Convergence is typically quadratic: the number of correct digits roughly doubles each step. For example, if has 3 correct digits, may have 6.
Error estimation: where is the true root. This quantifies the quadratic convergence.
Pitfalls: the method can fail if (horizontal tangent), if the initial guess is too far from the root, or if the function oscillates. Cycling is possible — Newton's method applied to starting at enters an infinite loop between and .
Stopping criterion: iterate until for a desired tolerance , or until .
Newton's method: finding
- We want to solve , so .
- Iteration formula: .
- Start with : .
- .
- (already accurate to 5 decimal places).
- In just 3 iterations we went from a rough guess to 5-digit accuracy — that's quadratic convergence in action.
Rates of change in the sciences
The derivative is the universal language for rates. Here are key applications across disciplines.
Physics — velocity and acceleration: if is position, then is velocity and is acceleration. Force equals mass times acceleration: .
Biology — population growth: if is population, is the growth rate. The per-capita growth rate is . This leads to the logistic equation .
Chemistry — reaction rates: the rate of a chemical reaction measures how fast a reactant is consumed. The rate law relates this to concentrations: .
Economics — marginal analysis: the marginal cost is the cost of producing one additional unit. The marginal revenue is the revenue from one more sale. Profit is maximized when .
Engineering — sensitivity analysis: if an output depends on a parameter , the derivative measures how sensitive the output is to small changes in . This is fundamental to error propagation: .
The mathematical tools (chain rule, implicit differentiation, related rates) are identical across all these fields. Only the variable names change.
Common Mistakes to Avoid
- Forgetting to check endpoints in absolute extrema problems. The extreme values can occur at the boundary of the interval, not just at critical points.
- In optimization problems, not verifying that the critical point is actually a max or min. Use the second derivative test or check the value at boundaries.
- In related rates, plugging in numbers before differentiating. This kills the variable relationships you need.
- Confusing velocity with speed. Velocity is signed (direction matters), speed is .
- Thinking means is an inflection point. You must verify that actually changes sign.
- In optimization, not checking the domain of your variable. A side length can't be negative, and constraints often restrict the range.
- Skipping the diagram in related rates and optimization. A picture clarifies the relationship between variables enormously.