By the end of this chapter you'll be able to…

  • 1Solve rate-of-change and related-rates problems
  • 2Find equations of tangents and normals to curves
  • 3Determine intervals where functions increase or decrease
  • 4Use differentials for approximation
  • 5Find local and absolute maxima and minima, including in optimisation problems
💡
Why this chapter matters
Derivatives are the language of change. Their applications -- rates of change, tangents and normals, increasing/decreasing behaviour, approximation, and maxima/minima -- power problem-solving in physics, engineering, and economics and carry heavy weight in board and entrance exams.

Before you start — revise these

A 5-minute refresher here will save you 30 minutes of confusion below.

Applications of Derivatives

'The derivative is the instantaneous rate of change — it tells you how fast something is changing at a single moment.'

1. Chapter Overview

This chapter applies DERIVATIVES to real-world and geometric problems. Topics include: RATE OF CHANGE of quantities, EQUATIONS OF TANGENTS AND NORMALS, INCREASING AND DECREASING functions, APPROXIMATIONS using differentials, and MAXIMA AND MINIMA (including absolute and local extrema). These are the practical tools of calculus — used everywhere from physics to economics.


2. Rate of Change

  • If y = f(x), then dy/dx represents the RATE OF CHANGE of y with respect to x.
  • 'If a quantity changes with time, its derivative gives the speed of that change.'

Worked Example 1

Problem: The radius of a circle is increasing at the rate of 0.7 cm/s. Find the rate of increase of its area when r = 5 cm. Solution: A = πr². dA/dt = (dA/dr) × (dr/dt) = 2πr × (dr/dt) = 2π(5)(0.7) = 7π cm²/s.


3. Tangents and Normals

Tangent

  • Slope of tangent to curve y = f(x) at (x₀, y₀): m = f'(x₀).
  • Equation of tangent: y − y₀ = f'(x₀)(x − x₀).

Normal

  • Slope of normal = −1/f'(x₀) (provided f'(x₀) ≠ 0).
  • Equation of normal: y − y₀ = (−1/f'(x₀))(x − x₀).

Worked Example 2

Problem: Find the equations of the tangent and normal to the curve y = x³ − 2x² + 1 at x = 2. Solution: y(2) = 8 − 8 + 1 = 1. Point: (2, 1). dy/dx = 3x² − 4x. At x = 2: m = 12 − 8 = 4. Tangent: y − 1 = 4(x − 2) ⇒ y = 4x − 7. Normal: y − 1 = (−1/4)(x − 2) ⇒ 4y − 4 = −x + 2 ⇒ x + 4y = 6.


4. Increasing and Decreasing Functions

ConditionFunction BehaviourExample
f'(x) > 0 for all x in (a, b)STRICTLY INCREASINGf(x) = x³ on R
f'(x) < 0 for all x in (a, b)STRICTLY DECREASINGf(x) = −x on R
f'(x) ≥ 0 for all x in (a, b)NON-DECREASINGf(x) = x³ (non-decreasing)
f'(x) ≤ 0 for all x in (a, b)NON-INCREASING

'If the derivative is positive, the function climbs. If negative, it falls. Zero? It could be a turning point.'


5. Tangents and Normals — Approximation Using Differentials

  • ∆y ≈ dy = f'(x) · dx
  • f(x + ∆x) ≈ f(x) + f'(x) · ∆x

Worked Example 3

Problem: Approximate √(25.3) using differentials. Solution: Let f(x) = √x. f'(x) = 1/(2√x). Take x = 25, ∆x = 0.3. √(25.3) ≈ √25 + (1/(2√25))(0.3) = 5 + (1/10)(0.3) = 5 + 0.03 = 5.03. Actual: √(25.3) ≈ 5.02998. Close match!


6. Maxima and Minima

6.1 Local Maxima and Minima

ConditionType of Point
f'(x) = 0 and f''(x) < 0Local MAXIMUM
f'(x) = 0 and f''(x) > 0Local MINIMUM
f'(x) = 0 and f''(x) = 0Test FAILS. Use first derivative test

6.2 First Derivative Test

  • If f'(x) changes from + to − at c → Local MAXIMUM at x = c.
  • If f'(x) changes from − to + at c → Local MINIMUM at x = c.
  • If f'(x) does NOT change sign → NEITHER (point of inflection).

6.3 Absolute Maxima and Minima on [a, b]

  1. Find all critical points (f'(x) = 0 or undefined) in (a, b).
  2. Evaluate f at critical points AND at endpoints a and b.
  3. The largest value is the ABSOLUTE MAXIMUM. The smallest is the ABSOLUTE MINIMUM.

Worked Example 4

Problem: Find the local maxima and minima of f(x) = x³ − 6x² + 9x + 1. Solution: f'(x) = 3x² − 12x + 9 = 3(x² − 4x + 3) = 3(x − 1)(x − 3). Critical points: x = 1, x = 3. f''(x) = 6x − 12. At x = 1: f''(1) = −6 < 0 ⇒ Local MAXIMUM. f(1) = 1 − 6 + 9 + 1 = 5. At x = 3: f''(3) = 6 > 0 ⇒ Local MINIMUM. f(3) = 27 − 54 + 27 + 1 = 1.


7. Optimisation Problems

Optimisation uses the same concepts to solve real-world problems. 'Find the derivative, set it to zero, check whether it is a maximum or minimum.'

Worked Example 5

Problem: A farmer wants to fence a rectangular field adjacent to a river. No fence is needed along the river. If 100 m of fencing is available, find the dimensions that maximise the area. Solution: Let width = x (perpendicular to river), length = y (parallel to river). Fencing: 2x + y = 100 ⇒ y = 100 − 2x. Area A = xy = x(100 − 2x) = 100x − 2x². dA/dx = 100 − 4x = 0 ⇒ x = 25 m. y = 100 − 50 = 50 m. d²A/dx² = −4 < 0 ⇒ Maximum. Max area = 25 × 50 = 1250 m².


8. Common Mistakes

  1. Confusing increasing with positive derivative: A function can be increasing even where derivative is zero at isolated points (e.g., f(x) = x³ at x = 0).
  2. Second derivative test confusion: f''(x) < 0 means MAXIMUM (concave down), f''(x) > 0 means MINIMUM (concave up). Many students get this BACKWARDS.
  3. Forgetting to check endpoints: For absolute extrema on a closed interval, ALWAYS evaluate endpoints.
  4. Rate of change chain rule: dA/dt = (dA/dr)(dr/dt) — forgetting the chain rule leads to wrong answers.

9. CBSE Exam Focus

  1. Rate of change problems — especially areas, volumes, and related rates
  2. Equations of tangents and normals
  3. Finding intervals of increase/decrease
  4. Local maxima and minima using first and second derivative tests
  5. Absolute maxima and minima on closed intervals
  6. Word problems — optimisation (maximising area, minimising cost, etc.)

10. Self-Test

Q1: Find the intervals in which f(x) = 2x³ − 15x² + 36x + 7 is strictly increasing or decreasing. A1: f'(x) = 6x² − 30x + 36 = 6(x² − 5x + 6) = 6(x − 2)(x − 3). f'(x) > 0 when x < 2 or x > 3. f'(x) < 0 when 2 < x < 3. Increasing on (−∞, 2) ∪ (3, ∞). Decreasing on (2, 3).

Q2: Find the equations of tangent and normal to the circle x² + y² = 25 at (3, 4). A2: 2x + 2y(dy/dx) = 0 ⇒ dy/dx = −x/y. At (3, 4): m = −3/4. Tangent: y − 4 = (−3/4)(x − 3) ⇒ 3x + 4y = 25. Normal: y − 4 = (4/3)(x − 3) ⇒ 4x − 3y = 0.

Q3: Find two positive numbers whose sum is 16 and whose product is maximum. A3: Let numbers be x and (16 − x). P = x(16 − x) = 16x − x². dP/dx = 16 − 2x = 0 ⇒ x = 8. d²P/dx² = −2 < 0 ⇒ Max. Numbers: 8, 8. Product = 64.

Q4: A circular disc of radius 7 cm is being heated. Its radius increases at 0.02 cm/s. Find the rate of increase of area when r = 7 cm. A4: A = πr². dA/dt = 2πr(dr/dt) = 2π(7)(0.02) = 0.28π cm²/s.

Q5: Find the absolute maximum and minimum of f(x) = 2x³ − 3x² − 12x + 5 on [−2, 3]. A5: f'(x) = 6x² − 6x − 12 = 6(x² − x − 2) = 6(x − 2)(x + 1). Critical: x = 2, x = −1. f(−2) = −16 − 12 + 24 + 5 = 1. f(−1) = −2 − 3 + 12 + 5 = 12. f(2) = 16 − 12 − 24 + 5 = −15. f(3) = 54 − 27 − 36 + 5 = −4. Absolute max = 12 at x = −1. Absolute min = −15 at x = 2.


11. Conclusion

Applications of derivatives show why calculus MATTERS:

  • RATE OF CHANGE: 'How fast is it changing right now?'
  • TANGENTS: 'What is the slope at this exact point?'
  • OPTIMISATION: 'What is the best possible outcome given constraints?'
  • APPROXIMATION: 'What is a good estimate without the exact value?'

'Derivatives are not just abstract mathematics — they are the language of change in physics, engineering, economics, and biology.'

Key formulas & results

Everything you need to memorise, in one card. Screenshot this for revision.

Tangent and normal
Tangent slope = f'(x0); normal slope = -1/f'(x0)
Line: y - y0 = slope (x - x0).
Increasing/decreasing test
f'(x) > 0 increasing; f'(x) < 0 decreasing
Sign of the first derivative on an interval.
Second derivative test
f'(x)=0, f''(x)<0 maximum; f''(x)>0 minimum
If f''(x)=0 the test fails; use the first derivative test.
Approximation
f(x + dx) approx f(x) + f'(x) dx
Differentials estimate small changes.
⚠️

Common mistakes & fixes

These are the exact errors that cost students marks in board exams. Read them once, save yourself the trouble.

WATCH OUT
Reversing the second derivative test
f''(x) < 0 gives a maximum (concave down) and f''(x) > 0 gives a minimum (concave up); students often swap these.
WATCH OUT
Forgetting to check endpoints
For absolute extrema on a closed interval, evaluate the function at critical points AND at both endpoints.
WATCH OUT
Dropping the chain rule in related rates
Use dA/dt = (dA/dr)(dr/dt); the chain rule links the rates.
WATCH OUT
Assuming f'(x)=0 always means an extremum
It may be a point of inflection; confirm with the first or second derivative test.

Practice problems

Try each one yourself before tapping "Show solution". Active recall > rereading.

Q1MEDIUM· Monotonicity
Find the intervals where f(x) = 2x^3 - 15x^2 + 36x + 7 is increasing or decreasing.
Show solution
f'(x) = 6(x-2)(x-3). f'(x) > 0 for x < 2 or x > 3 (increasing), and f'(x) < 0 for 2 < x < 3 (decreasing). So increasing on (-inf,2) and (3,inf), decreasing on (2,3).
Q2MEDIUM· Tangent/Normal
Find the tangent and normal to x^2 + y^2 = 25 at (3,4).
Show solution
dy/dx = -x/y = -3/4 at (3,4). Tangent: y - 4 = (-3/4)(x-3), i.e. 3x + 4y = 25. Normal: y - 4 = (4/3)(x-3), i.e. 4x - 3y = 0.
Q3EASY· Optimisation
Find two positive numbers with sum 16 and maximum product.
Show solution
P = x(16-x) = 16x - x^2. P'(x) = 16 - 2x = 0 gives x = 8. P''(x) = -2 < 0, a maximum. Numbers 8 and 8, product 64.
Q4MEDIUM· Related Rates
A disc's radius increases at 0.02 cm/s. Find the rate of increase of area at r = 7 cm.
Show solution
A = pi r^2, dA/dt = 2 pi r (dr/dt) = 2 pi (7)(0.02) = 0.28 pi cm^2/s.
Q5HARD· Absolute Extrema
Find the absolute maximum and minimum of f(x) = 2x^3 - 3x^2 - 12x + 5 on [-2, 3].
Show solution
f'(x) = 6(x-2)(x+1), critical points x = 2, -1. f(-2) = 1, f(-1) = 12, f(2) = -15, f(3) = -4. Absolute max = 12 at x = -1; absolute min = -15 at x = 2.

5-minute revision

The whole chapter, distilled. Read this the night before the exam.

  • Rate of change: dy/dx; related rates use the chain rule.
  • Tangent slope = f'(x0); normal slope = -1/f'(x0).
  • f'(x) > 0 increasing, f'(x) < 0 decreasing.
  • Differential approximation: f(x+dx) approx f(x) + f'(x)dx.
  • Second derivative test: f''<0 max, f''>0 min; if zero use first derivative test.
  • Absolute extrema: compare critical points and endpoints.
  • Optimisation: form the function, differentiate, set to zero, classify.

CBSE marks blueprint

Where the marks come from in this chapter — so you can plan your prep.

Typical chapter weightage: 8-10 marks across the chapter

Question typeMarks eachTypical countWhat it tests
Maxima/minima and optimisation4-51Extrema and word problems
Tangents/normals or rates31Slopes, equations, related rates
Increasing/decreasing or approximation2-31Monotonicity and differentials
Prep strategy
  • Practise translating word problems into a function to optimise
  • Master tangent/normal slope formulas
  • Use the sign of f'(x) for monotonicity
  • Always check endpoints for absolute extrema

Where this shows up in the real world

This chapter isn't just an exam topic — it lives in the world around you.

Engineering and design

Optimisation finds dimensions that maximise strength or minimise material and cost.

Economics

Derivatives find maximum profit, minimum cost, and marginal quantities.

Physics

Rates of change describe velocity, acceleration, and related-rate problems.

Exam strategy

Battle-tested tips from teachers and toppers for this chapter.

  1. Set up the function clearly before differentiating
  2. State the correct slope formula for tangent and normal
  3. Use the second derivative test, falling back to the first if needed
  4. Always evaluate endpoints for absolute extrema

Going beyond the textbook

For olympiad aspirants and curious learners — topics that build on this chapter.

  • Prove inequalities using monotonicity and the mean value theorem.
  • Solve multivariable optimisation with constraints using substitution.

Where else this chapter is tested

CBSE board isn't the only one — other exams test this chapter too.

CBSE Class 12 Mathematics examVery High
JEE Main and Advanced (Applications of Derivatives)Very High

Questions students ask

The real ones — pulled from the Q&A community and tutor sessions.

First find the critical points where f'(x) = 0 (or is undefined). Then apply a test. With the second derivative test, if f''(x) < 0 the point is a local maximum (curve concave down) and if f''(x) > 0 it is a local minimum (concave up). If f''(x) = 0 the test is inconclusive, so use the first derivative test: if f'(x) changes from positive to negative it is a maximum, from negative to positive it is a minimum, and if it does not change sign the point is neither (a point of inflection).

First identify the quantity to be optimised and express it as a function of one variable, using any given constraint to eliminate the other variables. Differentiate this function, set the derivative to zero, and solve for the critical points. Use the second derivative test (or the first derivative test) to confirm whether each critical point gives a maximum or minimum, and remember to consider the boundaries of the allowed domain. Finally, substitute back to find the required dimensions or value.
Verified by the tuition.in editorial team
Last reviewed on 30 May 2026. Written and reviewed by subject-matter experts — read about our process.
Editorial process →
Header Logo