Application of Derivatives โ The Calculus Swiss Army Knife
The Derivative Is the Slope of the Tangent Line. Period.
You learned in the Calculus lesson that f'(a) gives the instantaneous rate of change at x = a. Geometrically, that's the slope of the tangent line to the curve y = f(x) at the point (a, f(a)).
Equation of tangent at (xโ, yโ): y โ yโ = f'(xโ)(x โ xโ)
Equation of normal at (xโ, yโ): y โ yโ = โ1/f'(xโ)(x โ xโ) (if f'(xโ) โ 0)
If f'(xโ) = 0, the tangent is horizontal (y = yโ), and the normal is vertical (x = xโ).
Worked Example: Tangent & Normal
Find the equations of the tangent and normal to y = xยฒ at the point (2, 4).
f'(x) = 2x
At x = 2: f'(2) = 2(2) = 4.
The slope of the tangent at (2, 4) is 4.
y โ 4 = 4(x โ 2)
y โ 4 = 4x โ 8
y โ 4 = (โ1/4)(x โ 2)
y โ 4 = โx/4 + 1/2
Angle Between Two Curves
The angle between two curves at their intersection point is the angle between their tangents at that point.
1. Find the intersection point(s) by solving f(x) = g(x).
2. Find mโ = f'(xโ) and mโ = g'(xโ) at the intersection.
3. Use the formula: tan(ฮธ) = |(mโ โ mโ)/(1 + mโmโ)|.
If mโmโ = โ1, the curves intersect orthogonally (at 90ยฐ).
If mโ = mโ, the curves touch each other (angle = 0ยฐ).
If f'(x) > 0, the Function Is Rising. If f'(x) < 0, It's Falling.
The derivative is like a thermometer for direction. Positive derivative = function going up. Negative derivative = function going down. Zero derivative = flat (possibly a peak or valley).
How to Find Intervals of Increase/Decrease
2. Set f'(x) = 0 and solve for critical points (where f' = 0 or f' is undefined).
3. Plot these critical points on a number line to divide the domain into intervals.
4. Test ONE point in each interval: if f'(test) > 0, the function is increasing there. If f'(test) < 0, it's decreasing.
Example: f(x) = xยณ โ 3x. f'(x) = 3xยฒ โ 3 = 3(x โ 1)(x + 1).
Critical points: x = โ1, x = 1.
Test x = โ2: f'(โ2) = 3(4 โ 1) = 9 > 0 โ increasing on (โโ, โ1).
Test x = 0: f'(0) = โ3 < 0 โ decreasing on (โ1, 1).
Test x = 2: f'(2) = 3(4 โ 1) = 9 > 0 โ increasing on (1, โ).
Worked Example: Monotonicity
Find the intervals where f(x) = 2xยณ โ 9xยฒ + 12x โ 5 is increasing or decreasing.
Critical points: x = 1 and x = 2 (where f'(x) = 0).
Domain is โ, so the number line is: (โโ, 1), (1, 2), (2, โ).
Interval (1, 2): Test x = 1.5. f'(1.5) = 6(0.5)(โ0.5) = โ1.5 < 0 โ Decreasing.
Interval (2, โ): Test x = 3. f'(3) = 6(2)(1) = 12 > 0 โ Increasing.
Result: f is increasing on (โโ, 1) โช (2, โ), and decreasing on (1, 2).
At x = 1: f goes from โ to โ โ local maximum.
At x = 2: f goes from โ to โ โ local minimum.
The Derivative Finds Where Things Peak and Where They Bottom Out
In real life, we're always optimizing: maximizing profit, minimizing cost, finding the shortest path. The derivative is our optimization superpower.
First Derivative Test vs Second Derivative Test
โข f' changes from + to โ at c โ local maximum (peak)
โข f' changes from โ to + at c โ local minimum (valley)
โข f' does NOT change sign โ point of inflection (neither)
Second Derivative Test (faster when f'' exists):
โข If f'(c) = 0 and f''(c) < 0 โ local maximum (curve is โฉ-shaped)
โข If f'(c) = 0 and f''(c) > 0 โ local minimum (curve is โช-shaped)
โข If f''(c) = 0 โ test is inconclusive (use first derivative test)
Worked Example: Maxima & Minima
Find all local maxima and minima of f(x) = xยณ โ 3x + 1, and determine their nature.
Set f'(x) = 0: x = โ1 or x = 1.
Critical points: x = โ1 and x = 1.
At x = โ1: f''(โ1) = โ6 < 0 โ Local maximum. f(โ1) = โ1 + 3 + 1 = 3. So local max at (โ1, 3).
At x = 1: f''(1) = 6 > 0 โ Local minimum. f(1) = 1 โ 3 + 1 = โ1. So local min at (1, โ1).
Worked Example: Maxima on a Closed Interval
Find the absolute maximum and minimum of f(x) = xยณ โ 3x + 1 on [โ2, 3].
Endpoints: x = โ2, x = 3.
Evaluate f at all four:
f(โ2) = โ8 + 6 + 1 = โ1
f(โ1) = โ1 + 3 + 1 = 3
f(1) = 1 โ 3 + 1 = โ1
f(3) = 27 โ 9 + 1 = 19
Absolute maximum: f(3) = 19 (at the right endpoint!)
Absolute minimum: f(โ2) = โ1 and f(1) = โ1 (tied at two points).
The Derivative Measures HOW FAST Something Changes
In the real world, quantities change with time. The derivative dy/dt tells you the rate at which y changes. This is the most practical application of derivatives โ from physics to economics.
Examples:
โข Position s(t) โ velocity = ds/dt โ acceleration = dยฒs/dtยฒ
โข Area A(r) = ฯrยฒ โ dA/dt = 2ฯrยทdr/dt (chain rule!)
โข Profit P(q) โ marginal profit = dP/dq
Related rates: When two quantities are linked by an equation, you can find how fast one changes by knowing how fast the other changes. Differentiate both sides with respect to time (t) using the chain rule.
Worked Example: Related Rates โ Expanding Balloon
Air is being pumped into a spherical balloon at 5 cmยณ/s. Find the rate at which the radius is increasing when the radius is 10 cm. (Volume of sphere: V = 4ฯrยณ/3)
Need: dr/dt when r = 10 cm.
Relationship: V = 4ฯrยณ/3.
Differentiate both sides with respect to t: dV/dt = 4ฯrยฒยทdr/dt.
5 = 4ฯ(10)ยฒยทdr/dt
5 = 400ฯยทdr/dt
dr/dt = 5/(400ฯ) = 1/(80ฯ) cm/s.
Worked Example: Motion Along a Line
A particle moves along a line such that s(t) = tยณ โ 6tยฒ + 9t + 1 (s in meters, t in seconds). Find velocity and acceleration at t = 2.
a(t) = dv/dt = 6t โ 12
At t = 2:
v(2) = 3(4) โ 24 + 9 = 12 โ 24 + 9 = โ3 m/s (moving backward/left)
a(2) = 12 โ 12 = 0 m/sยฒ (momentarily not accelerating)
The negative velocity at t = 2 means the particle is moving in the negative direction. Zero acceleration means the velocity is at a turning point (minimum velocity).
These Traps Trip Up Even Top Students
Right: f'(c) = 0 only means c is a critical point. It could be a max, a min, or a point of inflection.
Example: f(x) = xยณ. f'(0) = 0, but (0, 0) is a point of inflection (the function is increasing through x = 0). The first derivative doesn't change sign!
Always check the sign change (first derivative test) or concavity (second derivative test) to classify critical points.
Right: The absolute max/min can occur at endpoints of the interval, not just at critical points!
Example: f(x) = xยฒ on [โ2, 3]. f'(x) = 2x = 0 โ x = 0. f(0) = 0. But f(3) = 9 is the absolute maximum. The critical point gave the minimum, not the maximum!
Always evaluate the function at endpoints when finding absolute extrema on a closed interval.
Right: f(x) > 0 means the function's VALUE is positive. f'(x) > 0 means the function is increasing.
A function can be positive and decreasing (like f(x) = eโปหฃ for x > 0).
A function can be negative and increasing (like f(x) = ln(x) for 0 < x < 1).
f'(x) is about DIRECTION, not VALUE. Don't mix them up!
4 Strategies That Crack Almost Any Problem
1. Find f'(x) and factor it.
2. Find all x where f'(x) = 0 or f'(x) DNE.
3. Draw a number line with these points marked.
4. Pick a test point in each interval and evaluate f' there.
5. Mark each interval as + (increasing) or โ (decreasing).
Pro tip: Use the factored form of f'(x) to quickly determine signs. A factor like (x โ a) changes sign at a. A squared factor like (x โ a)ยฒ never changes sign.
โข f'(c) = 0 AND f''(c) < 0 โ local maximum (concave down โฉ)
โข f'(c) = 0 AND f''(c) > 0 โ local minimum (concave up โช)
โข f''(c) = 0 โ test fails. Use the first derivative test instead.
When to use which: The second derivative test is faster but can fail (when f'' = 0). The first derivative test always works but requires more work (checking sign on both sides).
1. Write an equation linking the quantities.
2. Differentiate BOTH sides with respect to t (time). Every variable gets a dt derivative via chain rule.
3. Plug in the known values (be careful with signs โ "increasing" means positive rate, "decreasing" means negative).
4. Solve for the unknown rate.
Example: A ladder sliding down a wall. xยฒ + yยฒ = Lยฒ. Differentiate: 2xยทdx/dt + 2yยทdy/dt = 0. So dy/dt = โ(x/y)ยทdx/dt.
Multi-Step Problems That Combine Multiple Concepts
Example 1: Tangent + Monotonicity + Optimization
A curve y = axยฒ + bx + c passes through (1, 3) and has a tangent with slope 5 at x = 2. The function has a local minimum at x = 1. Find a, b, c.
y' = 2ax + b
Condition 1: Passes through (1, 3): a(1)ยฒ + b(1) + c = 3 โ a + b + c = 3
Condition 2: Tangent slope = 5 at x = 2: y'(2) = 4a + b = 5
Condition 3: Local minimum at x = 1: y'(1) = 2a + b = 0
Substitute into condition 2: 4a + (โ2a) = 5 โ 2a = 5 โ a = 5/2 = 2.5
b = โ2(5/2) = โ5.
From condition 1: 5/2 โ 5 + c = 3 โ c = 3 + 5 โ 5/2 = 8 โ 2.5 = 11/2 = 5.5
Example 2: Optimization โ Maximizing Area
A farmer has 100 meters of fencing. He wants to enclose a rectangular field against an existing wall (no fence needed on the wall side). Find the dimensions that maximize the area.
Fencing used: L + 2W = 100 โ L = 100 โ 2W.
Area: A = L ร W = (100 โ 2W)W = 100W โ 2Wยฒ.
Domain: W > 0 and L = 100 โ 2W > 0 โ W โ (0, 50).
A'(W) = 100 โ 4W
Set A'(W) = 0: 100 โ 4W = 0 โ W = 25.
A''(W) = โ4 < 0 โ local maximum (and the only critical point in the domain, so global max).
L = 100 โ 2(25) = 50.
Example 3: Rate of Change โ Radius of a Cylinder
The radius of a cylinder is increasing at 0.5 cm/s while its height is constant at 10 cm. Find the rate of change of volume when r = 4 cm. (V = ฯrยฒh)
dV/dt = 10ฯยท2rยทdr/dt = 20ฯrยทdr/dt
Given: dr/dt = 0.5 cm/s, r = 4 cm.
dV/dt = 20ฯ(4)(0.5) = 20ฯ(2) = 40ฯ cmยณ/s.
At r = 4 cm, the volume is increasing at about 125.7 cmยณ per second.
Practice Zone: Think, Don't Compute
These questions test if you truly understand how derivatives apply to real problems.