Module 4 · JEE Mathematics

Application of Derivatives โ€” The Calculus Swiss Army Knife

Tangents, maxima, minima, rate of change โ€” the derivative isn't just slope, it's a superpower.
๐ŸŽฏ Take Mock Test
๐Ÿ“ Tangents ๐Ÿ“ˆ Monotonicity ๐Ÿ”๏ธ Maxima & Minima โฑ๏ธ Rate of Change ๐ŸŽฏ Practice

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)).

Tangent = The line that "just touches" the curve. Normal = The line perpendicular to the tangent.
Imagine driving a car around a curve. At any instant, your direction of travel is the tangent at that point. The normal is the line perpendicular to your direction โ€” like the direction a skid mark would point if you hit the brakes.

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โ‚€).
๐Ÿ’ก Tangent = derivative as slope. Normal = negative reciprocal slope. Two lines, one derivative.
๐Ÿ“ Tangent & Normal โ€” Visualized
x โ†’ โ†‘ y Tangent Normal (xโ‚€, yโ‚€) โŠฅ Tangent slope = f'(xโ‚€). Normal slope = โˆ’1/f'(xโ‚€). They are perpendicular (product = โˆ’1).
The tangent (amber, dashed) touches the curve at exactly one point. The normal (green, dotted) is perpendicular to the tangent. Together they form a crosshair at the point of interest.

Worked Example: Tangent & Normal

Find the equations of the tangent and normal to y = xยฒ at the point (2, 4).

1 Find the derivative โ–ถ
f(x) = xยฒ
f'(x) = 2x
At x = 2: f'(2) = 2(2) = 4.

The slope of the tangent at (2, 4) is 4.
2 Equation of tangent โ–ถ
Point-slope form: y โˆ’ yโ‚€ = m(x โˆ’ xโ‚€)
y โˆ’ 4 = 4(x โˆ’ 2)
y โˆ’ 4 = 4x โˆ’ 8
y = 4x โˆ’ 4 (Tangent)
3 Equation of normal โ–ถ
Slope of normal = โˆ’1/m = โˆ’1/4.
y โˆ’ 4 = (โˆ’1/4)(x โˆ’ 2)
y โˆ’ 4 = โˆ’x/4 + 1/2
y = โˆ’x/4 + 9/2 (Normal)

Angle Between Two Curves

The angle between two curves at their intersection point is the angle between their tangents at that point.

tan(ฮธ) = |(mโ‚ โˆ’ mโ‚‚)/(1 + mโ‚mโ‚‚)|
To find the angle between curves yโ‚ = f(x) and yโ‚‚ = g(x) at their intersection:

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ยฐ).
๐Ÿ’ก The angle between curves = the angle between their tangents. Same formula as angle between two lines!
๐ŸŒŸ Tangent & Normal Checklist
1. Find f'(x) โ†’ 2. Plug in xโ‚€ for slope โ†’ 3. Use point-slope line equation
Normal slope = negative reciprocal. Horizontal tangent โ†’ vertical normal (and vice versa).

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).

๐Ÿ“ˆ Increasing vs Decreasing โ€” Read the Slope
x โ†’ โ†‘ y = f(x) โ†‘ Increasing โ†“ Decreasing โ†‘ Increasing Where f'(x) > 0 โ†’ function rises. Where f'(x) < 0 โ†’ function falls.
Increasing: The curve rises as x increases (tangent slopes upward). Decreasing: The curve falls as x increases (tangent slopes downward). The critical points where f'(x) = 0 are where the function changes direction (local max/min).

How to Find Intervals of Increase/Decrease

4 Steps to Find Where a Function Is Increasing or Decreasing
1. Find f'(x).
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, โˆž).
๐Ÿ’ก The sign of f'(x) tells you the direction. Positive = climbing. Negative = descending. Zero = possibly flat (critical point).

Worked Example: Monotonicity

Find the intervals where f(x) = 2xยณ โˆ’ 9xยฒ + 12x โˆ’ 5 is increasing or decreasing.

1 Find the derivative and factor โ–ถ
f'(x) = 6xยฒ โˆ’ 18x + 12 = 6(xยฒ โˆ’ 3x + 2) = 6(x โˆ’ 1)(x โˆ’ 2).

Critical points: x = 1 and x = 2 (where f'(x) = 0).
Domain is โ„, so the number line is: (โˆ’โˆž, 1), (1, 2), (2, โˆž).
2 Test each interval โ–ถ
Interval (โˆ’โˆž, 1): Test x = 0. f'(0) = 6(โˆ’1)(โˆ’2) = 12 > 0 โ†’ Increasing.
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.
๐ŸŒŸ Direction Change = Extreme Point
โ†‘ to โ†“ at critical point โ†’ local maximum. โ†“ to โ†‘ at critical point โ†’ local minimum.
This is the First Derivative Test โ€” the simplest way to classify critical points.

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.

๐Ÿ”๏ธ Local vs Absolute Extrema โ€” Peaks and Valleys
Local Max Local Min Global Max ๐Ÿ† Local Max f'(x) = 0 at all peaks and valleys (horizontal tangent). f''(x) tells peak from valley.
Local maximum: Higher than all nearby points. Local minimum: Lower than all nearby points. Absolute (global) maximum: The highest point overall. Every peak has a horizontal tangent (f' = 0).

First Derivative Test vs Second Derivative Test

First Derivative Test (check sign change) vs Second Derivative Test (check concavity)
First 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)
๐Ÿ’ก f'' < 0 โ†’ concave down โ†’ maximum. f'' > 0 โ†’ concave up โ†’ minimum. f'' = 0 โ†’ need more investigation.

Worked Example: Maxima & Minima

Find all local maxima and minima of f(x) = xยณ โˆ’ 3x + 1, and determine their nature.

1 Find critical points โ–ถ
f'(x) = 3xยฒ โˆ’ 3 = 3(xยฒ โˆ’ 1) = 3(x โˆ’ 1)(x + 1).
Set f'(x) = 0: x = โˆ’1 or x = 1.
Critical points: x = โˆ’1 and x = 1.
2 Apply the second derivative test โ–ถ
f''(x) = 6x.

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).

(โˆ’1, 3) ๐Ÿ”๏ธ
Local Max (f'' < 0)
(1, โˆ’1) ๐Ÿชท
Local Min (f'' > 0)

Worked Example: Maxima on a Closed Interval

Find the absolute maximum and minimum of f(x) = xยณ โˆ’ 3x + 1 on [โˆ’2, 3].

1 Check critical points AND endpoints โ–ถ
Critical points from above: x = โˆ’1, x = 1 (both in [โˆ’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).
๐ŸŒŸ Closed Interval Method
To find absolute extrema on [a, b]: evaluate f at ALL critical points in (a, b) AND at both endpoints. The largest value wins.
Don't forget the endpoints! The absolute max/min can be at an endpoint, not necessarily at a critical point.

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.

dy/dt = The Speedometer of Any Quantity
If y = f(t) describes a quantity at time t, then dy/dt is its rate of change.

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.
๐Ÿ’ก dy/dt = "how fast y changes per unit time." For related rates: differentiate the relationship, plug in known values, solve for the unknown rate.

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)

1 Set up the relationship โ–ถ
Given: dV/dt = 5 cmยณ/s (rate of volume increase).
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.
2 Plug in known values โ–ถ
dV/dt = 4ฯ€rยฒยทdr/dt
5 = 4ฯ€(10)ยฒยทdr/dt
5 = 400ฯ€ยทdr/dt
dr/dt = 5/(400ฯ€) = 1/(80ฯ€) cm/s.

dr/dt โ‰ˆ 0.00398 cm/s (about 0.004 cm per second)
The radius increases very slowly because a sphere with r = 10 has a large surface area (400ฯ€ cmยฒ), so new air spreads thin.

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.

1 Velocity = ds/dt, Acceleration = dv/dt โ–ถ
v(t) = ds/dt = 3tยฒ โˆ’ 12t + 9
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).
๐ŸŒŸ Related Rates Strategy
1. Write the relationship. 2. Differentiate with respect to t. 3. Substitute known values. 4. Solve for unknown rate.
The chain rule is your friend: dr/dt, dV/dt, dA/dt โ€” everything changes with time, so every variable gets a dt derivative.

These Traps Trip Up Even Top Students

Forgetting That f'(c) = 0 Is NECESSARY But Not SUFFICIENT for Extrema
Wrong: f'(c) = 0 means c is a local max or min โŒ
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.
โš ๏ธ f'(c) = 0 is a clue, not a verdict. Always verify whether it's a max, min, or inflection point.
Forgetting to Check Endpoints for Absolute Extrema
Wrong: Finding f'(x) = 0 gives the absolute max and min on [a, b] โŒ
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.
โš ๏ธ On a closed interval, absolute extrema live at EITHER critical points OR endpoints. Check both!
Confusing Increasing/Decreasing with Positive/Negative Function Values
Wrong: f(x) > 0 means f is increasing โŒ
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!
โš ๏ธ f'(x) > 0 โ†’ function going UP (increasing). f(x) > 0 โ†’ function is ABOVE the x-axis. These are completely different things!

4 Strategies That Crack Almost Any Problem

"Tangent = Derivative at the Point"
Every tangent problem boils down to: find f'(xโ‚€), then use point-slope form. No matter how complex the function looks, the tangent is always:

y โˆ’ f(a) = f'(a)(x โˆ’ a)
For the normal, just flip the slope to its negative reciprocal. If the slope is 0 (horizontal tangent), the normal is vertical (x = a). If the slope is infinite (vertical tangent), the normal is horizontal (y = f(a)).
๐Ÿ’ก One formula for all tangents: y โˆ’ yโ‚€ = m(x โˆ’ xโ‚€) where m = f'(xโ‚€). Don't overthink it!
"Sign Chart for Monotonicity"
To find intervals of increase/decrease:

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.
๐Ÿ’ก The sign chart is your best friend for monotonicity. One test value per interval is enough โ€” f' can only change sign at critical points!
"Second Derivative Test for Quick Classification"
When you already have f''(x) and finding it isn't too messy, use the second derivative test:

โ€ข 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).
๐Ÿ’ก f'' < 0 = โˆฉ = max. f'' > 0 = โˆช = min. If f'' = 0, fall back to the first derivative test.
"Chain Rule for Related Rates"
Related rates problems always follow the same pattern:

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.
๐Ÿ’ก Differentiate the relationship, then substitute. The chain rule automatically handles the rates โ€” just let d/dt flow through every variable.

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.

1 Set up equations from the conditions โ–ถ
y = axยฒ + bx + 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
2 Solve the system โ–ถ
From condition 3: b = โˆ’2a.
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

y = 2.5xยฒ โˆ’ 5x + 5.5
Verify: y'(1) = 5 โˆ’ 5 = 0 โœ…. y''(1) = 5 > 0 โ†’ local minimum โœ….

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.

1 Set up the equations โ–ถ
Let the side parallel to the wall be L, and the other two sides (perpendicular to the wall) be W each.

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).
2 Maximize using derivatives โ–ถ
A(W) = 100W โˆ’ 2Wยฒ
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.

Dimensions: 50m ร— 25m. Max area = 1250 mยฒ.

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)

1 Differentiate the volume formula โ–ถ
V = ฯ€rยฒh = ฯ€rยฒ(10) = 10ฯ€rยฒ

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.

โ† Inverse Trig Calculus โ†’