Application of Derivatives — Lesson
1) Hook — A Real-Life Story: The Farmer’s Fence Problem
Imagine a farmer in Punjab who wants to build a rectangular fence using 100 meters of fencing material to maximize the area for his crops. How should he decide the length and breadth to get the largest possible field? This is a classic example where derivatives help optimize real-world problems, ensuring the farmer gets the best yield from limited resources.
2) Core Concepts — Understanding Applications of Derivatives
The derivative of a function gives the rate of change of the function with respect to its variable. In practical terms, it helps us find:
- Maxima and Minima: Points where a function reaches highest or lowest values (useful in optimization problems).
- Rate of Change: How quantities vary with respect to time or other variables (velocity, growth rate).
- Increasing/Decreasing Intervals: Where the function rises or falls.
Example 1: Maximizing Area of a Rectangle
Given perimeter P = 100 m, let length = x meters, breadth = y meters.
Perimeter formula: 2(x + y) = 100 ⇒ y = 50 - x
Area, A = x × y = x(50 - x) = 50x - x²
To maximize area, find derivative:
| Step | Calculation |
|---|---|
| Derivative of A w.r.t x | dA/dx = 50 - 2x |
| Set derivative to zero for extrema | 50 - 2x = 0 ⇒ x = 25 |
| Second derivative test | d²A/dx² = -2 < 0 ⇒ Maximum area |
Therefore, length = 25 m, breadth = 25 m, and maximum area = 625 m².
Example 2: Rate of Change
The position of a train is given by s(t) = t³ - 6t² + 9t (in meters), where t is time in seconds.
Find the velocity at t = 2 seconds.
Velocity v(t) = ds/dt = 3t² - 12t + 9
At t = 2, v(2) = 3(4) - 12(2) + 9 = 12 - 24 + 9 = -3 m/s (train moving backward).
3) Key Formulas/Rules
Finding Maxima and Minima:
- Find f'(x) and solve f'(x) = 0 to get critical points.
- Use second derivative test:
- If f''(x) > 0, local minimum at x.
- If f''(x) < 0, local maximum at x.
- If f''(x) = 0, test is inconclusive.
Optimization Problems: Formulate function to optimize (area, cost, profit), find derivative, set to zero, and solve.
Rate of Change:
If y = f(x), then rate of change of y with respect to x is dy/dx.
For time-dependent quantities, velocity = ds/dt, acceleration = dv/dt = d²s/dt².
4) Did You Know?
The famous Indian mathematician Srinivasa Ramanujan used intuitive understanding of derivatives and infinite series to discover groundbreaking results without formal training in calculus! His work laid foundations for many modern applications of derivatives.
5) Exam Tips — Avoid These Common Mistakes!
- Always check the domain of the function before applying derivative tests.
- Don’t forget the second derivative test to confirm maxima or minima.
- In word problems, clearly define variables and write the function to optimize before differentiating.
- Practice previous year questions involving optimization and rate problems — CBSE often asks maximizing area, minimizing cost, or velocity-related questions.
- Remember to write units in your final answers (e.g., m, m², m/s).
Previous Year Question Pattern Examples:
| Year | Question Type | Marks |
|---|---|---|
| 2023 | Find maximum volume of a box with given surface area. | 4 |
| 2022 | Rate of change of area of circle with respect to radius. | 3 |
| 2021 | Optimization: Minimize cost of fencing a rectangular field. | 5 |
Mission: Master This Topic!
Reinforce what you learned with fun activities
Ready to Battle? Test Your Knowledge!
Practice MCQs, build combos, climb the leaderboard!
Start Practice