Welcome to Applications of Derivatives

In Chapter 5 you built a powerful machine — the derivative. You can now differentiate composite functions, implicit functions, exponentials, logarithms and inverse trigonometric functions. This chapter is where that machine gets put to work.

Here is the roadmap for the chapter:

  1. Rate of change of quantities (this section) — using dydx\frac{dy}{dx} to measure how fast things change: areas, volumes, costs, revenues.
  2. Increasing and decreasing functions — using the sign of f′(x)f'(x) to decide where a graph rises and falls.
  3. Maxima and minima — finding the turning points of a function with the first and second derivative tests.
  4. Optimisation — the famous word problems: largest area, maximum volume, minimum cost.

Key Point: One single idea powers this entire chapter — the derivative f′(x)f'(x) measures the instantaneous rate of change of ff at xx. Everything else is this idea applied in different costumes.

[JEE Tip] JEE also tests tangents and normals and Mean Value Theorem applications from this topic area. They are no longer in the NCERT chapter, so we cover them separately in the JEE Corner section of this chapter — don't skip it if you're preparing for JEE.

The Derivative as a Rate of Change

Recall from motion in a straight line: if ss is distance and tt is time, then dsdt\frac{ds}{dt} is the speed — the rate of change of distance with respect to time. This idea generalises beautifully.

If a quantity yy varies with a quantity xx by a rule y=f(x)y = f(x), then:

  • dydx\frac{dy}{dx} (or f′(x)f'(x)) represents the rate of change of yy with respect to xx
  • dydx∣x=x0\left.\frac{dy}{dx}\right|_{x = x_0} (or f′(x0)f'(x_0)) is the rate of change of yy with respect to xx at the specific point x=x0x = x_0

Geometrically, this is the slope of the tangent to the graph of y=f(x)y = f(x) at that point — a steep tangent means yy is changing fast, a flat tangent means it is barely changing.

Curve of circle area versus radius with tangent line at r equals 5

For example, the area of a circle is A=πr2A = \pi r^2, so

dAdr=2πr\frac{dA}{dr} = 2\pi r

At r=5r = 5 cm, dAdr=10π\frac{dA}{dr} = 10\pi — the area is growing at 10π10\pi cm²/cm of radius. Notice the units: a rate of change of yy with respect to xx always carries units of (units of yy)/(units of xx).

Key Point: dydx\frac{dy}{dx} is positive if yy increases as xx increases, and negative if yy decreases as xx increases. A negative rate simply means the quantity is shrinking.

[Board Important] When a question says "the length is decreasing at 3 cm/min", you must write dxdt=−3\frac{dx}{dt} = -3 cm/min. Forgetting the minus sign is the single most common mistake in this section.

Related Rates — the Chain Rule at Work

Often two quantities xx and yy both change with time tt, and we know one rate but want the other. If x=f(t)x = f(t) and y=g(t)y = g(t), then by the Chain Rule:

dydx=  dydt    dxdt  ,provided dxdt≠0\frac{dy}{dx} = \frac{\;\frac{dy}{dt}\;}{\;\frac{dx}{dt}\;}, \quad \text{provided } \frac{dx}{dt} \neq 0

So the rate of change of yy with respect to xx can be computed from the rates of both with respect to tt. In practice, you will usually differentiate a relation between the quantities directly with respect to tt.

The 4-step method for rate-of-change problems

  1. Name the variables and write down the given rates (with signs!) and the instant of interest.
  2. Find an equation connecting the quantities — an area, volume, perimeter or geometry formula.
  3. Differentiate both sides with respect to tt using the Chain Rule.
  4. Substitute the values at the required instant and solve for the unknown rate.

Concentric circular ripples expanding outward with radius growing at 4 centimetres per second

A classic picture: a stone dropped in a lake sends out circular ripples. The radius grows at a known speed drdt\frac{dr}{dt}, and we ask how fast the enclosed area A=πr2A = \pi r^2 grows:

dAdt=2πrdrdt\frac{dA}{dt} = 2\pi r \frac{dr}{dt}

The answer depends on rr — the same ripple speed sweeps out area faster when the circle is already large. That is exactly why we substitute values only after differentiating.

[JEE Tip] Substitute the specific values only at the very end, after differentiating. Substituting r=10r = 10 before differentiating turns a variable into a constant and gives dAdt=0\frac{dA}{dt} = 0 — a guaranteed wrong answer and a favourite trap in MCQs.

When Quantities Are Linked by a Constraint — the Sliding Ladder

Some of the best rate problems link variables through a geometric constraint rather than an explicit formula. The classic example: a ladder of fixed length leaning against a wall, with its foot being pulled away.

Ladder of length 5 metres leaning on wall forming right triangle with sliding foot

If the foot is xx metres from the wall and the top is yy metres up the wall, Pythagoras gives the constraint:

x2+y2=L2x^2 + y^2 = L^2

Since LL (the ladder length) is constant, differentiating both sides with respect to tt:

2xdxdt+2ydydt=0⇒dydt=−xydxdt2x\frac{dx}{dt} + 2y\frac{dy}{dt} = 0 \quad \Rightarrow \quad \frac{dy}{dt} = -\frac{x}{y}\frac{dx}{dt}

The minus sign tells the story: as the foot slides out (dxdt>0\frac{dx}{dt} > 0), the top slides down (dydt<0\frac{dy}{dt} < 0).

Key Point: Constraints (Pythagoras, similar triangles, fixed volumes) are differentiated implicitly with respect to tt. Every variable gets a ddt\frac{d}{dt} — that's implicit differentiation from Chapter 5 in action.

[JEE Important] In cone/cylinder problems, one variable is often proportional to another (e.g. "height is always one-sixth of the radius"). Use the proportion to eliminate a variable before differentiating — the solution becomes a two-line calculation.

Marginal Cost and Marginal Revenue

Derivatives are not just for geometry — economics uses them daily.

  • Total cost C(x)C(x): the cost of producing xx units of an item.
  • Marginal cost (MC): the instantaneous rate of change of total cost with respect to output:

MC=dCdx\text{MC} = \frac{dC}{dx}

  • Total revenue R(x)R(x): the money received from selling xx units.
  • Marginal revenue (MR): the rate of change of revenue with respect to the number of units sold:

MR=dRdx\text{MR} = \frac{dR}{dx}

Intuitively, marginal cost at x=3x = 3 answers: "roughly how much extra does the next unit cost to produce, when we are already producing 3?"

Key Point: Marginal = derivative. Differentiate the total cost or total revenue function, then substitute the given number of units.

[Board Important] Marginal cost/revenue questions are frequent 2-mark questions. They need only differentiation and substitution — free marks if you know the definition. Answers in rupees are usually rounded to two decimal places.

Solved Examples

Example 1: Rate of change of a circle's area with respect to radius

Find the rate of change of the area of a circle with respect to its radius rr when r=5r = 5 cm.

Solution:

  1. Formula: The area of a circle is A=πr2A = \pi r^2.
  2. Differentiate with respect to rr: dAdr=2πr\frac{dA}{dr} = 2\pi r.
  3. Substitute r=5r = 5: dAdr=2π(5)=10π\frac{dA}{dr} = 2\pi(5) = 10\pi.

Final Answer: The area is changing at the rate of 10π10\pi cm²/cm.

Takeaway: "Rate of change of AA with respect to rr" simply means dAdr\frac{dA}{dr} — differentiate and substitute.

Example 2: Rate of change of circumference

The radius of a circle is increasing at the rate of 0.7 cm/s. What is the rate of increase of its circumference?

Solution:

  1. Given: drdt=0.7\frac{dr}{dt} = 0.7 cm/s. Formula: C=2πrC = 2\pi r.
  2. Differentiate with respect to tt: dCdt=2πdrdt\frac{dC}{dt} = 2\pi \frac{dr}{dt}.
  3. Substitute: dCdt=2π(0.7)=1.4π\frac{dC}{dt} = 2\pi (0.7) = 1.4\pi cm/s.

Final Answer: The circumference increases at 1.4π1.4\pi cm/s.

Takeaway: Because CC is linear in rr, this rate is the same for every radius — no instant needed.

Example 3: Cube — volume rate given, surface area rate wanted

The volume of a cube is increasing at a rate of 9 cm³/s. How fast is the surface area increasing when the length of an edge is 10 cm?

Solution:

  1. Name variables: Let xx = edge, V=x3V = x^3, S=6x2S = 6x^2; given dVdt=9\frac{dV}{dt} = 9 cm³/s.
  2. Differentiate V=x3V = x^3: dVdt=3x2dxdt\frac{dV}{dt} = 3x^2 \frac{dx}{dt}, so 9=3x2dxdt9 = 3x^2 \frac{dx}{dt}, giving dxdt=3x2\frac{dx}{dt} = \frac{3}{x^2}.
  3. Differentiate S=6x2S = 6x^2: dSdt=12xdxdt=12x⋅3x2=36x\frac{dS}{dt} = 12x \frac{dx}{dt} = 12x \cdot \frac{3}{x^2} = \frac{36}{x}.
  4. Substitute x=10x = 10: dSdt=3610=3.6\frac{dS}{dt} = \frac{36}{10} = 3.6 cm²/s.

Final Answer: The surface area is increasing at 3.6 cm²/s.

Takeaway: Use the given rate to extract dxdt\frac{dx}{dt} first, then feed it into the quantity you actually want.

Example 4: Expanding ripples on a lake

A stone is dropped into a quiet lake and waves move in circles at a speed of 4 cm/s. At the instant when the radius of the circular wave is 10 cm, how fast is the enclosed area increasing?

Solution:

  1. Given: drdt=4\frac{dr}{dt} = 4 cm/s; want dAdt\frac{dA}{dt} at r=10r = 10 cm, where A=πr2A = \pi r^2.
  2. Differentiate: dAdt=2πrdrdt\frac{dA}{dt} = 2\pi r \frac{dr}{dt}.
  3. Substitute: dAdt=2π(10)(4)=80π\frac{dA}{dt} = 2\pi (10)(4) = 80\pi.

Final Answer: The enclosed area is increasing at 80π80\pi cm²/s.

Takeaway: Differentiate first, substitute last — the answer depends on the instant because rr appears in the derivative.

Example 5: Rectangle with one side growing and one shrinking

The length xx of a rectangle is decreasing at the rate of 3 cm/min and the width yy is increasing at the rate of 2 cm/min. When x=10x = 10 cm and y=6y = 6 cm, find the rates of change of (a) the perimeter and (b) the area of the rectangle.

Solution:

  1. Given (watch the signs): dxdt=−3\frac{dx}{dt} = -3 cm/min (decreasing), dydt=2\frac{dy}{dt} = 2 cm/min.
  2. (a) Perimeter: P=2(x+y)P = 2(x + y), so dPdt=2(dxdt+dydt)=2(−3+2)=−2\frac{dP}{dt} = 2\left(\frac{dx}{dt} + \frac{dy}{dt}\right) = 2(-3 + 2) = -2 cm/min.
  3. (b) Area: A=xyA = xy, so by the Product Rule dAdt=dxdt y+x dydt=(−3)(6)+(10)(2)=−18+20=2\frac{dA}{dt} = \frac{dx}{dt}\,y + x\,\frac{dy}{dt} = (-3)(6) + (10)(2) = -18 + 20 = 2 cm²/min.

Final Answer: The perimeter is decreasing at 2 cm/min; the area is increasing at 2 cm²/min.

Takeaway: A decreasing quantity gets a negative rate. The perimeter shrinks here, yet the area grows — signs carry real information.

Example 6: Volume rate of a growing cube

An edge of a variable cube is increasing at the rate of 3 cm/s. How fast is the volume of the cube increasing when the edge is 10 cm long?

Solution:

  1. Given: dxdt=3\frac{dx}{dt} = 3 cm/s, V=x3V = x^3.
  2. Differentiate: dVdt=3x2dxdt\frac{dV}{dt} = 3x^2 \frac{dx}{dt}.
  3. Substitute x=10x = 10: dVdt=3(100)(3)=900\frac{dV}{dt} = 3(100)(3) = 900 cm³/s.

Final Answer: The volume is increasing at 900 cm³/s.

Takeaway: Notice how fast volume grows compared to the edge — the x2x^2 factor amplifies the rate.

Example 7: Inflating a spherical balloon

A balloon, which always remains spherical on inflation, is being inflated by pumping in 900 cm³ of gas per second. Find the rate at which the radius of the balloon increases when the radius is 15 cm.

Solution:

  1. Given: dVdt=900\frac{dV}{dt} = 900 cm³/s, V=43πr3V = \frac{4}{3}\pi r^3.
  2. Differentiate: dVdt=4πr2drdt\frac{dV}{dt} = 4\pi r^2 \frac{dr}{dt}.
  3. Substitute r=15r = 15: 900=4π(225)drdt=900πdrdt900 = 4\pi (225) \frac{dr}{dt} = 900\pi \frac{dr}{dt}.
  4. Solve: drdt=1π\frac{dr}{dt} = \frac{1}{\pi} cm/s.

Final Answer: The radius increases at 1π\frac{1}{\pi} cm/s.

Takeaway: The same inflow makes the radius grow slower as the balloon gets bigger — the gas spreads over a larger surface (4πr24\pi r^2 is exactly the surface area!).

Example 8: The sliding ladder

A ladder 5 m long is leaning against a wall. The bottom of the ladder is pulled along the ground, away from the wall, at the rate of 2 cm/s. How fast is its height on the wall decreasing when the foot of the ladder is 4 m away from the wall?

Solution:

  1. Constraint: With foot at distance xx and top at height yy: x2+y2=25x^2 + y^2 = 25. Given dxdt=2\frac{dx}{dt} = 2 cm/s.
  2. Find yy at the instant: When x=4x = 4, y=25−16=3y = \sqrt{25 - 16} = 3 m.
  3. Differentiate the constraint: 2xdxdt+2ydydt=02x\frac{dx}{dt} + 2y\frac{dy}{dt} = 0, so dydt=−xydxdt\frac{dy}{dt} = -\frac{x}{y}\frac{dx}{dt}.
  4. Substitute: dydt=−43(2)=−83\frac{dy}{dt} = -\frac{4}{3}(2) = -\frac{8}{3} cm/s.

Final Answer: The height on the wall is decreasing at the rate of 83\frac{8}{3} cm/s.

Takeaway: Keep units consistent — since dxdt\frac{dx}{dt} was given in cm/s, the answer comes out in cm/s even though lengths are in metres (the ratio xy\frac{x}{y} is dimensionless).

Example 9: A particle on a curve

A particle moves along the curve 6y=x3+26y = x^3 + 2. Find the points on the curve at which the yy-coordinate is changing 8 times as fast as the xx-coordinate.

Solution:

  1. Translate the condition: dydt=8dxdt\frac{dy}{dt} = 8\frac{dx}{dt}.
  2. Differentiate the curve with respect to tt: 6dydt=3x2dxdt6\frac{dy}{dt} = 3x^2\frac{dx}{dt}.
  3. Substitute the condition: 6⋅8dxdt=3x2dxdt⇒48=3x2⇒x2=16⇒x=±46 \cdot 8 \frac{dx}{dt} = 3x^2 \frac{dx}{dt} \Rightarrow 48 = 3x^2 \Rightarrow x^2 = 16 \Rightarrow x = \pm 4.
  4. Find yy: At x=4x = 4: y=64+26=11y = \frac{64 + 2}{6} = 11. At x=−4x = -4: y=−64+26=−313y = \frac{-64 + 2}{6} = -\frac{31}{3}.

Final Answer: The points are (4,11)(4, 11) and (−4,−313)\left(-4, -\frac{31}{3}\right).

Takeaway: "yy changes kk times as fast as xx" always translates to dydt=kdxdt\frac{dy}{dt} = k\frac{dx}{dt}. Don't forget the negative root of x2=16x^2 = 16 — dropping it loses half the marks.

Example 10: The sand cone

Sand is pouring from a pipe at the rate of 12 cm³/s. The falling sand forms a cone on the ground in such a way that the height of the cone is always one-sixth of the radius of the base. How fast is the height of the sand cone increasing when the height is 4 cm?

Solution:

  1. Given: dVdt=12\frac{dV}{dt} = 12 cm³/s, h=r6h = \frac{r}{6}, i.e. r=6hr = 6h.
  2. Eliminate rr before differentiating: V=13πr2h=13π(6h)2h=12πh3V = \frac{1}{3}\pi r^2 h = \frac{1}{3}\pi (6h)^2 h = 12\pi h^3.
  3. Differentiate: dVdt=36πh2dhdt\frac{dV}{dt} = 36\pi h^2 \frac{dh}{dt}.
  4. Substitute h=4h = 4: 12=36π(16)dhdt=576πdhdt12 = 36\pi (16) \frac{dh}{dt} = 576\pi \frac{dh}{dt}, so dhdt=148π\frac{dh}{dt} = \frac{1}{48\pi} cm/s.

Final Answer: The height is increasing at 148π\frac{1}{48\pi} cm/s.

Takeaway: When two variables are proportional, eliminate one first — the problem collapses to a single-variable rate calculation.

Example 11: Marginal cost

The total cost C(x)C(x) in rupees, associated with the production of xx units of an item is given by C(x)=0.005x3−0.02x2+30x+5000C(x) = 0.005x^3 - 0.02x^2 + 30x + 5000. Find the marginal cost when 3 units are produced.

Solution:

  1. Definition: Marginal cost MC =dCdx= \frac{dC}{dx}.
  2. Differentiate: dCdx=0.015x2−0.04x+30\frac{dC}{dx} = 0.015x^2 - 0.04x + 30.
  3. Substitute x=3x = 3: MC =0.015(9)−0.04(3)+30=0.135−0.12+30=30.015= 0.015(9) - 0.04(3) + 30 = 0.135 - 0.12 + 30 = 30.015.

Final Answer: The marginal cost is ₹30.02 (nearly).

Takeaway: The constant 5000 (fixed cost) vanishes on differentiation — marginal cost never depends on fixed costs.

Example 12: Marginal revenue

The total revenue in rupees received from the sale of xx units of a product is given by R(x)=3x2+36x+5R(x) = 3x^2 + 36x + 5. Find the marginal revenue when x=5x = 5.

Solution:

  1. Definition: Marginal revenue MR =dRdx= \frac{dR}{dx}.
  2. Differentiate: dRdx=6x+36\frac{dR}{dx} = 6x + 36.
  3. Substitute x=5x = 5: MR =6(5)+36=66= 6(5) + 36 = 66.

Final Answer: The marginal revenue is ₹66.

Takeaway: Marginal = derivative, then substitute. These are among the quickest full-mark questions in the chapter.