Application of Derivatives (AOD) | Class 12 Maths

๐Ÿ”น 1. Introduction to Application of Derivatives

In earlier chapters, you learned how to find derivatives. In this chapter, you will learn how to use derivatives to solve practical problems.

Applications include:

  • Finding slope of tangent and normal
  • Determining increasing/decreasing behavior
  • Finding maxima and minima
  • Solving optimization problems
  • Approximations and error estimation

๐Ÿ”น 2. Rate of Change of Quantities

Derivative represents rate of change of one quantity with respect to another.

๐Ÿ“Œ Formula

dydx\frac{dy}{dx}dxdyโ€‹

๐Ÿ“– Explanation

  • If yyy depends on xxx, then dydx\frac{dy}{dx}dxdyโ€‹ shows how fast yyy changes as xxx changes.

๐Ÿ“ Example

If radius of a circle increases with time, then:

  • Rate of change of area:

dAdt=2ฯ€rdrdt\frac{dA}{dt} = 2\pi r \frac{dr}{dt}dtdAโ€‹=2ฯ€rdtdrโ€‹


๐Ÿ”น 3. Increasing and Decreasing Functions

Derivative helps determine whether a function is increasing or decreasing.

๐Ÿ“Œ Conditions

If dydx>0โ‡’Increasing function\text{If } \frac{dy}{dx} > 0 \Rightarrow \text{Increasing function}If dxdyโ€‹>0โ‡’Increasing function

If dydx<0โ‡’Decreasing function\text{If } \frac{dy}{dx} < 0 \Rightarrow \text{Decreasing function}If dxdyโ€‹<0โ‡’Decreasing function

๐Ÿ“– Interpretation

  • Positive derivative โ†’ function rises
  • Negative derivative โ†’ function falls

๐Ÿ“ Example

For f(x)=x2f(x) = x^2f(x)=x2:

  • fโ€ฒ(x)=2xf'(x) = 2xfโ€ฒ(x)=2x
  • Increasing when x>0x > 0x>0
  • Decreasing when x<0x < 0x<0

๐Ÿ”น 4. Tangents and Normals

โœ… Tangent

A tangent touches the curve at a point.

๐Ÿ“Œ Equation of Tangent

yโˆ’y1=m(xโˆ’x1)y – y_1 = m(x – x_1)yโˆ’y1โ€‹=m(xโˆ’x1โ€‹)-10-8-6-4-2246810-10-5510-8.00, -8.008.00, 8.00m = 1.00

Where:

  • m=dydxm = \frac{dy}{dx}m=dxdyโ€‹ at the point

โœ… Normal

A normal is perpendicular to the tangent.

๐Ÿ“Œ Slope of Normal

mnormal=โˆ’1mtangentm_{normal} = -\frac{1}{m_{tangent}}mnormalโ€‹=โˆ’mtangentโ€‹1โ€‹


๐Ÿ“ Example

Find tangent to y=x2y = x^2y=x2 at x=1x = 1x=1

  • dy/dx=2xโ‡’m=2dy/dx = 2x \Rightarrow m = 2dy/dx=2xโ‡’m=2

Equation:yโˆ’1=2(xโˆ’1)y – 1 = 2(x – 1)yโˆ’1=2(xโˆ’1)


๐Ÿ”น 5. Approximation and Errors

Derivatives help in approximation.

๐Ÿ“Œ Formula

dy=fโ€ฒ(x)dxdy = f'(x) dxdy=fโ€ฒ(x)dx

๐Ÿ“– Interpretation

  • Small change in yyy can be estimated using derivative

๐Ÿ“ Example

Find approximate change in y=x2y = x^2y=x2 when xxx changes from 2 to 2.01

  • dy=2xdx=2(2)(0.01)=0.04dy = 2x dx = 2(2)(0.01) = 0.04dy=2xdx=2(2)(0.01)=0.04

๐Ÿ”น 6. Maxima and Minima

This is one of the most important topics in AOD.

๐Ÿ”น Critical Points

Points where:fโ€ฒ(x)=0 or undefinedf'(x) = 0 \text{ or undefined}fโ€ฒ(x)=0 or undefined


๐Ÿ”น First Derivative Test

  • If derivative changes from + to โˆ’ โ†’ Maximum
  • If derivative changes from โˆ’ to + โ†’ Minimum

๐Ÿ”น Second Derivative Test

๐Ÿ“Œ Formula

fโ€ฒโ€ฒ(x)>0โ‡’Minimum,fโ€ฒโ€ฒ(x)<0โ‡’Maximumf”(x) > 0 \Rightarrow \text{Minimum}, \quad f”(x) < 0 \Rightarrow \text{Maximum}fโ€ฒโ€ฒ(x)>0โ‡’Minimum,fโ€ฒโ€ฒ(x)<0โ‡’Maximum


๐Ÿ“ Example

Find maxima/minima of f(x)=x2f(x) = x^2f(x)=x2

  • fโ€ฒ(x)=2x=0โ‡’x=0f'(x) = 2x = 0 \Rightarrow x = 0fโ€ฒ(x)=2x=0โ‡’x=0
  • fโ€ฒโ€ฒ(x)=2>0f”(x) = 2 > 0fโ€ฒโ€ฒ(x)=2>0

๐Ÿ‘‰ Minimum at x=0x = 0x=0


๐Ÿ”น 7. Optimization Problems

Optimization means finding maximum or minimum values in real-life situations.

๐Ÿ“Œ Steps to Solve

  1. Identify variables
  2. Form equation
  3. Differentiate
  4. Set derivative = 0
  5. Verify using second derivative

๐Ÿ“ Example

Find dimensions of rectangle with maximum area for fixed perimeter.

(Solved using derivative and optimization steps.)


๐Ÿ”น 8. Monotonicity

Monotonic functions are always increasing or decreasing.

  • Strictly increasing โ†’ derivative always positive
  • Strictly decreasing โ†’ derivative always negative

๐Ÿ”น 9. Important Formulas Summary

๐Ÿ“Œ Key Results

  • dydx\frac{dy}{dx}dxdyโ€‹ โ†’ rate of change
  • Increasing โ†’ fโ€ฒ(x)>0f'(x) > 0fโ€ฒ(x)>0
  • Decreasing โ†’ fโ€ฒ(x)<0f'(x) < 0fโ€ฒ(x)<0
  • Tangent slope โ†’ dy/dxdy/dxdy/dx
  • Normal slope โ†’ โˆ’1/(dy/dx)-1/(dy/dx)โˆ’1/(dy/dx)
  • Maxima/Minima โ†’ fโ€ฒ(x)=0f'(x)=0fโ€ฒ(x)=0

๐Ÿ”น 10. Graphical Interpretation

  • Positive slope โ†’ graph rising
  • Negative slope โ†’ graph falling
  • Zero slope โ†’ horizontal tangent
  • Turning point โ†’ maxima/minima

๐Ÿ”น 11. Real-Life Applications

Application of derivatives is used in:

  • Physics (velocity, acceleration)
  • Economics (profit maximization)
  • Engineering (design optimization)
  • Business (cost minimization)

๐Ÿ”น 12. Important Questions for Practice

  1. Find intervals where function is increasing/decreasing
  2. Find tangent and normal equations
  3. Solve maxima-minima problems
  4. Solve optimization word problems
  5. Approximation-based questions

๐Ÿ”น 13. Common Mistakes

  • Forgetting chain rule
  • Wrong sign in second derivative test
  • Not checking endpoints in optimization
  • Confusing maxima and minima

๐Ÿ”น 14. Exam Tips

  • Practice graphs
  • Focus on maxima-minima
  • Revise formulas daily
  • Solve NCERT thoroughly
  • Show proper steps

๐Ÿ”น 15. Conclusion

Application of Derivatives is a high-weightage and concept-based chapter. Once you understand the logic behind derivatives, this chapter becomes easy and scoring.

Master this chapter by:

  • Practicing problems
  • Understanding graphs
  • Applying concepts to real-life situations

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top