Where calculus meets the real world โ rates, tangents, curves, and optimization
"With the Calculus as a key, Mathematics can be successfully applied to the explanation of the course of Nature." โ Whitehead
In Chapter 5, we learned to differentiate composite, inverse trigonometric, implicit, exponential, and logarithmic functions. In this chapter, we apply these derivatives to solve real-world problems: determining rates of change, finding equations of tangents, locating maxima and minima, and making approximations.
Whenever one quantity y varies with another quantity x, satisfying y = f(x), the derivative dy/dx represents the rate of change of y with respect to x.
If x = f(t) and y = g(t), then:
dy/dx = (dy/dt) รท (dx/dt)
This lets us find the rate of y w.r.t. x even when both depend on a third variable like time.
The sign of the first derivative tells us whether a function is going up or down.
f'(x) โฅ 0 on (a, b). As x increases, f(x) increases. Graph goes uphill.
f'(x) โค 0 on (a, b). As x increases, f(x) decreases. Graph goes downhill.
Step 1: Find f'(x)
Step 2: Solve f'(x) = 0 to get critical points
Step 3: These points divide the domain into intervals
Step 4: Test the sign of f'(x) in each interval
Step 5: + means increasing, โ means decreasing
The derivative at a point gives the slope of the tangent to the curve at that point. The normal is perpendicular to the tangent.
Horizontal tangent: f'(xโ) = 0 โ tangent: y = yโ
Vertical tangent: f'(xโ) = โ โ tangent: x = xโ
Differentials allow us to approximate values of functions near a known point using the tangent line.
For small ฮx:
f(x + ฮx) โ f(x) + f'(x) ยท ฮx
Example: โ26 = โ(25 + 1) โ 5 + (1/10)(1) = 5.1
Finding the highest and lowest points on a curve โ the crown jewel of optimization.
f'(c) = 0 and f' changes + โ โ (or f''(c) < 0). The function peaks at c.
f'(c) = 0 and f' changes โ โ + (or f''(c) > 0). The function valleys at c.
Step 1: Find all critical points where f'(x) = 0 or f'(x) doesn't exist
Step 2: Include the endpoints a and b
Step 3: Evaluate f at all these points
Step 4: The largest value is the absolute maximum; the smallest is the absolute minimum
โข dy/dx = rate of change of y w.r.t. x ยท chain rule: dy/dx = (dy/dt)/(dx/dt)
โข f'(x) โฅ 0 โ increasing ยท f'(x) โค 0 โ decreasing
โข Tangent: y โ yโ = f'(xโ)(x โ xโ) ยท Normal: slope = โ1/f'(xโ)
โข Approximation: f(x + ฮx) โ f(x) + f'(x)ฮx for small ฮx
โข Critical point: where f'(x) = 0 or undefined
โข First Derivative Test: sign change of f' at critical point โ max/min
โข Second Derivative Test: f'(c) = 0 and f''(c) < 0 โ max; f''(c) > 0 โ min
โข Absolute extrema: compare f at critical points and endpoints