๐Ÿ“ Mathematics โ€” Class XII ยท Calculus

Application of Derivatives

Where calculus meets the real world โ€” rates, tangents, curves, and optimization

๐Ÿ“– Chapter 6 โฑ ~75 min read ๐Ÿท Calculus

In this chapter

  1. Introduction
  2. Rate of Change of Quantities
  3. Increasing and Decreasing Functions
  4. Tangents and Normals
  5. Approximations
  6. Maxima and Minima
  7. Summary

6.1 Introduction

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

6.2 Rate of Change of Quantities

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.

Rate of change examples
Figure 6.1 โ€” Rate of change: how fast one quantity changes with respect to another
๐Ÿ“ Chain Rule for Rates

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.

6.3 Increasing and Decreasing Functions

The sign of the first derivative tells us whether a function is going up or down.

Increasing and decreasing intervals
Figure 6.2 โ€” f'(x) > 0 means increasing; f'(x) < 0 means decreasing
๐Ÿ“ˆ

Increasing

f'(x) โ‰ฅ 0 on (a, b). As x increases, f(x) increases. Graph goes uphill.

๐Ÿ“‰

Decreasing

f'(x) โ‰ค 0 on (a, b). As x increases, f(x) decreases. Graph goes downhill.

๐Ÿ“ Algorithm

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

6.4 Tangents and Normals

The derivative at a point gives the slope of the tangent to the curve at that point. The normal is perpendicular to the tangent.

Tangent and normal lines
Figure 6.3 โ€” Tangent has slope f'(xโ‚); normal has slope โˆ’1/f'(xโ‚)
Equations Tangent: y โˆ’ yโ‚ = f'(xโ‚)(x โˆ’ xโ‚)

Normal: y โˆ’ yโ‚ = (โˆ’1/f'(xโ‚))(x โˆ’ xโ‚)
โš ๏ธ Special Cases

Horizontal tangent: f'(xโ‚) = 0 โ†’ tangent: y = yโ‚
Vertical tangent: f'(xโ‚) = โˆž โ†’ tangent: x = xโ‚

6.5 Approximations

Differentials allow us to approximate values of functions near a known point using the tangent line.

Linear approximation
Figure 6.4 โ€” ฮ”y โ‰ˆ dy = f'(x) ยท ฮ”x for small changes
๐Ÿ“ Linear Approximation

For small ฮ”x:

f(x + ฮ”x) โ‰ˆ f(x) + f'(x) ยท ฮ”x

Example: โˆš26 = โˆš(25 + 1) โ‰ˆ 5 + (1/10)(1) = 5.1

6.6 Maxima and Minima

Finding the highest and lowest points on a curve โ€” the crown jewel of optimization.

First and second derivative tests
Figure 6.5 โ€” First derivative test (sign change) and second derivative test (concavity)
โฌ†๏ธ

Local Maxima

f'(c) = 0 and f' changes + โ†’ โˆ’ (or f''(c) < 0). The function peaks at c.

โฌ‡๏ธ

Local Minima

f'(c) = 0 and f' changes โˆ’ โ†’ + (or f''(c) > 0). The function valleys at c.

Critical Points & Working Rule

๐Ÿ“ Steps for Absolute Extrema on [a, b]

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

6.7 Summary

โœ… Key Takeaways

โ€ข 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

Ch 5 โ€” Continuity and Differentiability Ch 7 โ€” Integrals