Application of Derivatives • Topic 1 of 3

Derivative as a Rate of Change

The derivative $\dfrac{dy}{dx}$ measures the instantaneous rate of change of $y$ with respect to $x$ — how fast $y$ responds to a small change in $x$. When the independent variable is time $t$, the derivative $\dfrac{dQ}{dt}$ is the rate at which a quantity $Q$ changes per unit time. A positive rate means the quantity is increasing; a negative rate means it is decreasing; the magnitude tells you how fast. This single idea drives three classic NCERT applications: related rates, tangents and normals, and approximations.

Rate of change of a quantity

If $y = f(x)$, the average rate of change between two points is $\dfrac{\Delta y}{\Delta x}$; letting $\Delta x \to 0$ gives the instantaneous rate $\dfrac{dy}{dx}$. Evaluated at a particular value $x = x_0$, this is the rate of change at that instant. For motion, if $s = s(t)$ is displacement then $v = \dfrac{ds}{dt}$ is velocity and $a = \dfrac{dv}{dt} = \dfrac{d^2s}{dt^2}$ is acceleration.

Related rates

When two or more quantities are tied together by an equation, differentiating that equation with respect to time relates their rates. The geometry of the figure (area, volume, the Pythagorean relation) supplies the link. A reliable procedure:

  • Name the variables and note which rate is given and which is wanted.
  • Write the equation connecting the quantities (circle area $A = \pi r^2$, sphere volume $V = \tfrac{4}{3}\pi r^3$, Pythagoras $x^2 + y^2 = \ell^2$, etc.).
  • Differentiate both sides with respect to $t$, using the chain rule — every variable carries a factor of its own time-derivative.
  • Substitute the known instantaneous values and solve for the unknown rate.

Substitute numerical values only after differentiating; plugging in a value too early freezes a variable that should still be changing.

$$A=\pi r^2 \Rightarrow \dfrac{dA}{dt}=2\pi r\,\dfrac{dr}{dt}, \qquad V=\tfrac{4}{3}\pi r^3 \Rightarrow \dfrac{dV}{dt}=4\pi r^2\,\dfrac{dr}{dt}$$

Tangents and normals

The slope of the tangent to the curve $y=f(x)$ at the point $(x_0,y_0)$ is the value of the derivative there, $m = f'(x_0) = \left.\dfrac{dy}{dx}\right|_{(x_0,y_0)}$. The normal is the line through the same point perpendicular to the tangent, so its slope is the negative reciprocal $-\dfrac{1}{f'(x_0)}$ (provided $f'(x_0)\ne 0$). Using the point-slope form:

$$\text{Tangent: } y-y_0=f'(x_0)\,(x-x_0) \qquad \text{Normal: } y-y_0=-\dfrac{1}{f'(x_0)}\,(x-x_0)$$

Two special cases need care. If $f'(x_0)=0$ the tangent is horizontal ($y=y_0$) and the normal is vertical ($x=x_0$). If $f'(x_0)$ is infinite (the curve has a vertical tangent) the tangent is $x=x_0$ and the normal is horizontal. When a tangent is "parallel to a given line" its slope equals that line's slope; when "perpendicular", the product of slopes is $-1$. The angle of intersection of two curves is the angle between their tangents at the common point: $\tan\theta=\left|\dfrac{m_1-m_2}{1+m_1 m_2}\right|$.

Approximations using differentials

For a small change $\Delta x$ in $x$, the change in $y=f(x)$ is approximately the change predicted by the tangent line. Writing $dx=\Delta x$, the differential $dy$ estimates $\Delta y$:

$$\Delta y \approx dy = f'(x)\,dx, \qquad f(x+\Delta x)\approx f(x)+f'(x)\,\Delta x$$

This is the linear (tangent-line) approximation. It is most accurate for small $\Delta x$ and lets you estimate quantities such as $\sqrt{36.6}$ or $(2.001)^4$ by starting from a nearby value where the function is easy. The same idea gives the approximate error in a computed quantity: if a measured radius carries an error $dr$, the error in the area is roughly $dA = 2\pi r\,dr$, and the relative error is $\dfrac{dA}{A}$.

Marginal quantities

In economics, the derivative of a cost function $C(x)$ is the marginal cost $\dfrac{dC}{dx}$ — the approximate cost of producing one more unit. Likewise the marginal revenue is $\dfrac{dR}{dx}$. These are direct rate-of-change interpretations of the derivative.

Deeper Insight — one derivative, three disguises: rate of change, slope of tangent, and linear approximation are not three topics but three faces of the single number $f'(x_0)$. As a rate it answers "how fast?"; as a slope it answers "which direction does the curve point?"; as an approximation it answers "if I nudge $x$ a little, how does $y$ move?". The approximation formula is literally the tangent line evaluated near the point, and a related-rates problem is just the chain rule applied to the geometric equation. Once you see that differentiating an equation w.r.t. $t$ is the same act as finding a slope — only the independent variable changes — the whole topic collapses into one habit: write the relationship, then differentiate it.

A curve y = f(x) with the tangent line drawn at point P(a, f(a)); the slope of the tangent equals dy/dx, the instantaneous rate of change. Slope of tangent = dy/dx = instantaneous rate of change x y y = f(x) tangent dx dy P(a, f(a)) a f(a) A related-rates example: a circle expanding outward, radius r growing, giving dA/dt = 2 pi r times dr/dt. Related rates — expanding circle r A = πr² dA/dt = 2πr·dr/dt area-rate depends on current radius r
1
Worked Example
The radius of a circle increases at $3$ cm/s. How fast is the area increasing when $r=5$ cm?
Solution

$A=\pi r^2 \Rightarrow \dfrac{dA}{dt}=2\pi r\dfrac{dr}{dt}$. With $r=5,\ \dfrac{dr}{dt}=3$: $\dfrac{dA}{dt}=2\pi(5)(3)=30\pi$ cm$^2$/s.

Answer: $\dfrac{dA}{dt}=30\pi$ cm$^2$/s.

2
Worked Example
The side of a square grows at $2$ cm/s. Find the rate of change of its area when the side is $10$ cm.
Solution

$A=x^2 \Rightarrow \dfrac{dA}{dt}=2x\dfrac{dx}{dt}=2(10)(2)=40$ cm$^2$/s.

Answer: $\dfrac{dA}{dt}=40$ cm$^2$/s.

3
Worked Example
A balloon's volume $V=\tfrac{4}{3}\pi r^3$ increases. Find $\dfrac{dV}{dr}$ at $r=2$.
Solution

$\dfrac{dV}{dr}=4\pi r^2=4\pi(4)=16\pi$ cubic units per unit radius.

Answer: $\dfrac{dV}{dr}=16\pi$ cubic units per unit radius.

4
Worked Example
If $C(x)=0.005x^3-0.02x^2+30x+5000$, find the marginal cost at $x=3$.
Solution

$C'(x)=0.015x^2-0.04x+30$. At $x=3$: $C'(3)=0.015(9)-0.04(3)+30=0.135-0.12+30=30.015$. So the next unit costs about ₹30.02.

Answer: Marginal cost $\approx$ ₹$30.02$.

5
Worked Example
A stone dropped into a pond sends out a circular ripple whose radius grows at $4$ cm/s. How fast is the enclosed area increasing when the radius is $10$ cm?
Solution

Area $A=\pi r^2$, so $\dfrac{dA}{dt}=2\pi r\dfrac{dr}{dt}$. With $r=10$ and $\dfrac{dr}{dt}=4$: $\dfrac{dA}{dt}=2\pi(10)(4)=80\pi$ cm$^2$/s.

Answer: $\dfrac{dA}{dt}=80\pi$ cm$^2$/s.

6
Worked Example
Air is pumped into a spherical balloon at $4500$ cm$^3$/min. Find the rate of increase of the radius when the radius is $15$ cm.
Solution

$V=\tfrac{4}{3}\pi r^3 \Rightarrow \dfrac{dV}{dt}=4\pi r^2\dfrac{dr}{dt}$. Solve for $\dfrac{dr}{dt}=\dfrac{1}{4\pi r^2}\dfrac{dV}{dt}=\dfrac{4500}{4\pi(225)}=\dfrac{4500}{900\pi}=\dfrac{5}{\pi}$ cm/min.

Answer: $\dfrac{dr}{dt}=\dfrac{5}{\pi}$ cm/min.

7
Worked Example
A $5$ m ladder leans against a wall. Its foot is pulled away from the wall at $2$ m/s. How fast is the top sliding down when the foot is $3$ m from the wall?
Solution

Let $x$ be the distance of the foot from the wall and $y$ the height of the top, so $x^2+y^2=25$. Differentiate w.r.t. $t$: $2x\dfrac{dx}{dt}+2y\dfrac{dy}{dt}=0$, hence $\dfrac{dy}{dt}=-\dfrac{x}{y}\dfrac{dx}{dt}$. At $x=3$, $y=\sqrt{25-9}=4$. With $\dfrac{dx}{dt}=2$: $\dfrac{dy}{dt}=-\dfrac{3}{4}(2)=-\dfrac{3}{2}$ m/s.

Answer: The top slides down at $\dfrac{3}{2}=1.5$ m/s (the negative sign shows $y$ is decreasing).

8
Worked Example
The total revenue from selling $x$ units is $R(x)=3x^2+36x+5$. Find the marginal revenue when $x=5$.
Solution

Marginal revenue $=\dfrac{dR}{dx}=6x+36$. At $x=5$: $6(5)+36=66$.

Answer: Marginal revenue $=66$.

9
Worked Example
Find the equations of the tangent and the normal to the curve $y=x^2-2x+7$ at the point $(2,7)$.
Solution

$\dfrac{dy}{dx}=2x-2$, so the slope at $x=2$ is $m=2(2)-2=2$. Tangent: $y-7=2(x-2)\Rightarrow y=2x+3$. Normal slope $=-\tfrac{1}{2}$: $y-7=-\tfrac{1}{2}(x-2)\Rightarrow x+2y-16=0$.

Answer: Tangent $y=2x+3$; normal $x+2y-16=0$.

10
Worked Example
Find the point on the curve $y=x^3-3x$ where the tangent is parallel to the $x$-axis.
Solution

A tangent parallel to the $x$-axis has slope $0$, so set $\dfrac{dy}{dx}=3x^2-3=0\Rightarrow x=\pm 1$. Then $y(1)=1-3=-2$ and $y(-1)=-1+3=2$.

Answer: The tangent is horizontal at $(1,-2)$ and $(-1,2)$.

11
Worked Example
Find the slope of the tangent to the curve $y=\dfrac{x-1}{x-2}$ at $x=10$.
Solution

By the quotient rule, $\dfrac{dy}{dx}=\dfrac{(x-2)(1)-(x-1)(1)}{(x-2)^2}=\dfrac{-1}{(x-2)^2}$. At $x=10$: $\dfrac{-1}{(8)^2}=-\dfrac{1}{64}$.

Answer: Slope $=-\dfrac{1}{64}$.

12
Worked Example
Find the point on the curve $y=x^2$ at which the tangent makes an angle of $45^\circ$ with the $x$-axis.
Solution

The slope of a $45^\circ$ line is $\tan 45^\circ=1$. Set $\dfrac{dy}{dx}=2x=1\Rightarrow x=\tfrac{1}{2}$, giving $y=\tfrac{1}{4}$.

Answer: The point is $\left(\dfrac{1}{2},\dfrac{1}{4}\right)$.

13
Worked Example
Use differentials to approximate $\sqrt{36.6}$.
Solution

Let $f(x)=\sqrt{x}$ with $x=36$ and $\Delta x=0.6$. Then $f'(x)=\dfrac{1}{2\sqrt{x}}$, so $f'(36)=\dfrac{1}{12}$. Hence $\sqrt{36.6}\approx \sqrt{36}+\dfrac{1}{12}(0.6)=6+0.05=6.05$.

Answer: $\sqrt{36.6}\approx 6.05$.

14
Worked Example
The radius of a sphere is measured as $9$ cm with a possible error of $0.03$ cm. Use differentials to estimate the error in the calculated surface area.
Solution

Surface area $S=4\pi r^2$, so $dS=8\pi r\,dr$. With $r=9$ and $dr=0.03$: $dS=8\pi(9)(0.03)=2.16\pi$ cm$^2$.

Answer: The error in surface area is about $2.16\pi\approx 6.79$ cm$^2$.

15
Worked Example
Using differentials, find the approximate value of $(255)^{1/4}$.
Solution

Let $f(x)=x^{1/4}$ with $x=256$ ($256^{1/4}=4$) and $\Delta x=-1$. Then $f'(x)=\dfrac{1}{4}x^{-3/4}$, so $f'(256)=\dfrac{1}{4}\cdot\dfrac{1}{64}=\dfrac{1}{256}$. Hence $(255)^{1/4}\approx 4+\dfrac{1}{256}(-1)=4-0.0039=3.9961$.

Answer: $(255)^{1/4}\approx 3.9961$.

Key Points

  • $\dfrac{dy}{dx}$ is an instantaneous rate of change; $\dfrac{dQ}{dt}$ is a time rate (positive $\Rightarrow$ increasing, negative $\Rightarrow$ decreasing).
  • Related rates: write the equation linking the quantities, differentiate w.r.t. $t$ using the chain rule, then substitute the given values and solve.
  • Differentiate first and substitute the numbers afterwards — never freeze a changing variable too early.
  • Slope of the tangent at $(x_0,y_0)$ is $m=f'(x_0)$; the normal has slope $-\dfrac{1}{f'(x_0)}$, and tangent/normal use the point-slope form.
  • $f'(x_0)=0$ gives a horizontal tangent (vertical normal); an infinite derivative gives a vertical tangent (horizontal normal).
  • Approximation: $\Delta y\approx dy=f'(x)\,dx$, so $f(x+\Delta x)\approx f(x)+f'(x)\,\Delta x$ — the tangent-line estimate, accurate for small $\Delta x$.
  • Error estimates: $dy=f'(x)\,dx$ gives the approximate error, and $\dfrac{dy}{y}$ the relative error, in a computed quantity.
  • Marginal cost $=C'(x)$, marginal revenue $=R'(x)$ — the rate-of-change reading of the derivative in economics.
Tap an option to check your answer0 / 4
Q1.If $A=\pi r^2$ and $\tfrac{dr}{dt}=2$, then $\tfrac{dA}{dt}$ at $r=3$ is:
Explanation: $2\pi r\,\tfrac{dr}{dt}=2\pi(3)(2)=12\pi$.
Q2.Marginal cost is:
Explanation: Marginal cost is the derivative $C'(x)$.
Q3.For $V=\tfrac43\pi r^3$, $\dfrac{dV}{dr}=$
Explanation: Differentiate: $4\pi r^2$ (the surface area).
Q4.A negative rate of change means the quantity is:
Explanation: Negative derivative $\Rightarrow$ decreasing.