Meaning of Derivative as Rate of Change

Recall that the derivative dsdt\frac{ds}{dt} represents the rate of change of distance ss with respect to time tt. Similarly, whenever a quantity yy varies with another quantity xx satisfying some 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.

  • dydxx=x0\left. \frac{dy}{dx} \right|_{x=x_0} or f(x0)f'(x_0) represents the rate of change of yy with respect to xx precisely at the instant when x=x0x = x_0.
  • Positive Rate: If dydx\frac{dy}{dx} is positive, it means yy is increasing as xx increases.
  • Negative Rate: If dydx\frac{dy}{dx} is negative, it means yy is decreasing as xx increases.
  • Zero Rate: If dydx=0\frac{dy}{dx}=0 at a point, then at that instant the quantity yy is not changing with respect to xx.

Related Rates (Parametric Rate of Change)

Often, two variables xx and yy are both varying with respect to a third variable, usually time tt. If xx and yy are linked by a given equation (for example, y=f(x)y = f(x) or an implicit relation involving xx and yy), we can find how their rates of change with respect to time are related by differentiating both sides with respect to tt using the Chain Rule:

dydt=dydxdxdt\frac{dy}{dt} = \frac{dy}{dx} \cdot \frac{dx}{dt}

This concept is extensively used in physics and geometry, such as finding the rate at which the volume of a balloon increases when the radius is expanding at a known rate.

Important idea

In related-rates problems, we usually:

  1. Write the relation between the variables.
  2. Differentiate with respect to time tt.
  3. Substitute the numerical values at the required instant.
  4. Interpret the sign of the answer.

Marginal Cost and Marginal Revenue

Derivatives have direct applications in business and economics to find marginal values.

Marginal Cost (MC)

It is the instantaneous rate of change of the total cost C(x)C(x) with respect to the number of items xx produced. MC=dCdxMC = \frac{dC}{dx}

Marginal Revenue (MR)

It is the instantaneous rate of change of the total revenue R(x)R(x) with respect to the number of items xx sold. MR=dRdxMR = \frac{dR}{dx}

In practical terms, the marginal value tells us approximately how much the total cost or total revenue changes when production or sales increase by one additional unit.

Example 1: Rate of Change of Area of a Circle

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

Solution: Step 1: Write the formula for the area of a circle. The area AA of a circle with radius rr is A=πr2A = \pi r^2.

Step 2: Differentiate the area with respect to the radius rr. dAdr=ddr(πr2)=π2r=2πr.\frac{dA}{dr} = \frac{d}{dr}(\pi r^2) = \pi \cdot 2r = 2\pi r.

Step 3: Evaluate the derivative at the specific point r=5 cmr = 5 \text{ cm}. dAdrr=5=2π(5)=10π.\left. \frac{dA}{dr} \right|_{r=5} = 2\pi (5) = 10\pi.

Answer: 10π cm2/cm10\pi \text{ cm}^2/\text{cm}. This means the area is changing at a rate of 10π10\pi square centimeters for every 1 cm change in radius.

Example 2: Volume of a Cube

The volume of a cube is increasing at a rate of 8 cm3/s8 \text{ cm}^3/\text{s}. How fast is the surface area increasing when the length of an edge is 12 cm12 \text{ cm}?

Solution: Step 1: Let xx be the length of an edge, VV be the volume, and SS be the surface area of the cube at any time tt. Given: dVdt=8 cm3/s.\frac{dV}{dt} = 8 \text{ cm}^3/\text{s}. We know: V=x3,S=6x2.V = x^3, \qquad S = 6x^2.

Step 2: Differentiate VV with respect to time tt using the chain rule. dVdt=ddt(x3)=3x2dxdt.\frac{dV}{dt} = \frac{d}{dt}(x^3) = 3x^2 \frac{dx}{dt}.

Step 3: Substitute the known rate dVdt=8\frac{dV}{dt} = 8 to find dxdt\frac{dx}{dt}. 8=3x2dxdt    dxdt=83x2.8 = 3x^2 \frac{dx}{dt} \implies \frac{dx}{dt} = \frac{8}{3x^2}.

Step 4: Differentiate SS with respect to time tt. dSdt=ddt(6x2)=12xdxdt.\frac{dS}{dt} = \frac{d}{dt}(6x^2) = 12x \frac{dx}{dt}.

Step 5: Substitute dxdt\frac{dx}{dt} into the dSdt\frac{dS}{dt} equation. dSdt=12x(83x2)=32x.\frac{dS}{dt} = 12x \left( \frac{8}{3x^2} \right) = \frac{32}{x}.

Step 6: Evaluate when x=12 cmx = 12 \text{ cm}. dSdtx=12=3212=83.\left. \frac{dS}{dt} \right|_{x=12} = \frac{32}{12} = \frac{8}{3}.

Answer: 83 cm2/s\frac{8}{3} \text{ cm}^2/\text{s}.

Example 3: Expanding Ripples in a Lake

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

Solution: Step 1: Let rr be the radius and AA be the area of the circular wave. Given: drdt=4 cm/s.\frac{dr}{dt} = 4 \text{ cm/s}. The area is: A=πr2.A = \pi r^2.

Step 2: Differentiate AA with respect to time tt. dAdt=ddt(πr2)=2πrdrdt.\frac{dA}{dt} = \frac{d}{dt}(\pi r^2) = 2\pi r \cdot \frac{dr}{dt}.

Step 3: Substitute the known values r=10r = 10 and drdt=4\frac{dr}{dt} = 4. dAdt=2π(10)(4)=80π.\frac{dA}{dt} = 2\pi (10)(4) = 80\pi.

Answer: The enclosed area is increasing at the rate of 80π cm2/s80\pi \text{ cm}^2/\text{s}.

Example 4: Changing Dimensions of a Rectangle

The length xx of a rectangle is decreasing at the rate of 3 cm/minute3 \text{ cm/minute} and the width yy is increasing at the rate of 2 cm/minute2 \text{ cm/minute}. When x=10 cmx = 10 \text{ cm} and y=6 cmy = 6 \text{ cm}, find the rates of change of (a) the perimeter and (b) the area of the rectangle.

Solution: Step 1: Identify the given rates. Since length xx is decreasing, dxdt=3 cm/min.\frac{dx}{dt} = -3 \text{ cm/min}. Since width yy is increasing, dydt=2 cm/min.\frac{dy}{dt} = 2 \text{ cm/min}.

Step 2: Part (a) - Rate of change of perimeter PP. The perimeter is: P=2(x+y).P = 2(x+y). Differentiate with respect to time: dPdt=2(dxdt+dydt).\frac{dP}{dt} = 2\left(\frac{dx}{dt} + \frac{dy}{dt}\right). Substitute the values: dPdt=2(3+2)=2(1)=2 cm/min.\frac{dP}{dt} = 2(-3+2) = 2(-1) = -2 \text{ cm/min}. The negative sign means the perimeter is decreasing.

Step 3: Part (b) - Rate of change of area AA. The area is: A=xy.A = xy. Differentiate using the product rule: dAdt=xdydt+ydxdt.\frac{dA}{dt} = x\frac{dy}{dt} + y\frac{dx}{dt}. Substitute x=10x=10, y=6y=6, dxdt=3\frac{dx}{dt}=-3, dydt=2\frac{dy}{dt}=2: dAdt=10(2)+6(3)=2018=2 cm2/min.\frac{dA}{dt} = 10(2) + 6(-3) = 20 - 18 = 2 \text{ cm}^2/\text{min}. The positive sign means the area is increasing.

Answer: (a) Perimeter is decreasing at 2 cm/min2 \text{ cm/min}. (b) Area is increasing at 2 cm2/min2 \text{ cm}^2/\text{min}.

Example 5: 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.005x30.02x2+30x+5000C(x) = 0.005x^3 - 0.02x^2 + 30x + 5000. Find the marginal cost when 33 units are produced.

Solution: Step 1: Recall the definition of marginal cost. MC=dCdx.MC = \frac{dC}{dx}.

Step 2: Differentiate the cost function. MC=ddx(0.005x30.02x2+30x+5000)MC = \frac{d}{dx}(0.005x^3 - 0.02x^2 + 30x + 5000) MC=3(0.005)x22(0.02)x+30MC = 3(0.005)x^2 - 2(0.02)x + 30 MC=0.015x20.04x+30.MC = 0.015x^2 - 0.04x + 30.

Step 3: Evaluate at x=3x=3. MC=0.015(3)20.04(3)+30MC = 0.015(3)^2 - 0.04(3) + 30 MC=0.015(9)0.12+30=0.1350.12+30=30.015.MC = 0.015(9) - 0.12 + 30 = 0.135 - 0.12 + 30 = 30.015.

Answer: The marginal cost when 3 units are produced is ₹ 30.015.

Example 6: 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: Step 1: Recall the definition of marginal revenue. MR=dRdx.MR = \frac{dR}{dx}.

Step 2: Differentiate the revenue function. MR=ddx(3x2+36x+5)=6x+36.MR = \frac{d}{dx}(3x^2 + 36x + 5) = 6x + 36.

Step 3: Evaluate at x=5x=5. MR=6(5)+36=30+36=66.MR = 6(5) + 36 = 30 + 36 = 66.

Answer: The marginal revenue when 5 units are sold is ₹ 66.

Example 7: Volume of a Sphere

A balloon, which always remains spherical, has a variable radius. Find the rate at which its volume is increasing with respect to its radius when the radius is 10 cm10 \text{ cm}.

Solution: Step 1: Write the formula for the volume of a sphere. V=43πr3.V = \frac{4}{3}\pi r^3.

Step 2: Differentiate with respect to radius rr. dVdr=ddr(43πr3)=43π3r2=4πr2.\frac{dV}{dr} = \frac{d}{dr}\left(\frac{4}{3}\pi r^3\right) = \frac{4}{3}\pi \cdot 3r^2 = 4\pi r^2.

Step 3: Evaluate at r=10 cmr=10 \text{ cm}. dVdrr=10=4π(10)2=400π.\left. \frac{dV}{dr} \right|_{r=10} = 4\pi (10)^2 = 400\pi.

Answer: 400π cm3/cm400\pi \text{ cm}^3/\text{cm}.

Example 8: The Sliding Ladder Problem

A ladder 5 m5 \text{ 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/s2 \text{ cm/s}. How fast is its height on the wall decreasing when the foot of the ladder is 4 m4 \text{ m} away from the wall?

Solution: Step 1: Let xx be the distance of the bottom of the ladder from the wall and yy be the height of the top of the ladder on the wall. The ladder length is constant, so x2+y2=52=25.x^2 + y^2 = 5^2 = 25. Use consistent units. Since the given rate is 2 cm/s2 \text{ cm/s}, convert it to meters per second: dxdt=0.02 m/s.\frac{dx}{dt} = 0.02 \text{ m/s}.

Step 2: When x=4 mx=4 \text{ m}, find yy. 42+y2=25    16+y2=25    y2=9    y=3 m.4^2 + y^2 = 25 \implies 16 + y^2 = 25 \implies y^2 = 9 \implies y = 3 \text{ m}.

Step 3: Differentiate the equation x2+y2=25x^2+y^2=25 with respect to time tt. 2xdxdt+2ydydt=0.2x\frac{dx}{dt} + 2y\frac{dy}{dt} = 0. Dividing by 2, xdxdt+ydydt=0.x\frac{dx}{dt} + y\frac{dy}{dt} = 0.

Step 4: Substitute the values x=4x=4, y=3y=3, dxdt=0.02\frac{dx}{dt}=0.02. 4(0.02)+3dydt=04(0.02) + 3\frac{dy}{dt} = 0 0.08+3dydt=00.08 + 3\frac{dy}{dt} = 0 3dydt=0.083\frac{dy}{dt} = -0.08 dydt=0.083=275 m/s.\frac{dy}{dt} = -\frac{0.08}{3} = -\frac{2}{75} \text{ m/s}.

Step 5: Convert to cm/s if desired. 275 m/s=20075 cm/s=83 cm/s.-\frac{2}{75} \text{ m/s} = -\frac{200}{75} \text{ cm/s} = -\frac{8}{3} \text{ cm/s}. The negative sign shows the height is decreasing.

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

Example 9: Particle Moving on a Curve

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

Solution: Step 1: Translate the statement about rates. "The y-coordinate is changing 8 times as fast as the x-coordinate" means dydt=8dxdt.\frac{dy}{dt} = 8\frac{dx}{dt}.

Step 2: Differentiate the curve equation with respect to time tt. Given: 6y=x3+2.6y = x^3 + 2. Differentiating, 6dydt=3x2dxdt.6\frac{dy}{dt} = 3x^2\frac{dx}{dt}.

Step 3: Substitute dydt=8dxdt\frac{dy}{dt} = 8\frac{dx}{dt}. 6(8dxdt)=3x2dxdt.6\left(8\frac{dx}{dt}\right) = 3x^2\frac{dx}{dt}. Assuming the particle is actually moving so that dxdt0\frac{dx}{dt} \neq 0, cancel dxdt\frac{dx}{dt}: 48=3x2    x2=16    x=±4.48 = 3x^2 \implies x^2 = 16 \implies x = \pm 4.

Step 4: Find the corresponding yy-coordinates. If x=4x=4, 6y=43+2=64+2=66    y=11.6y = 4^3 + 2 = 64 + 2 = 66 \implies y = 11. If x=4x=-4, 6y=(4)3+2=64+2=62    y=313.6y = (-4)^3 + 2 = -64 + 2 = -62 \implies y = -\frac{31}{3}.

Answer: The points are (4,11)(4, 11) and (4,31/3)(-4, -31/3).

Example 10: Sand Pouring to Form a Cone

Sand is pouring from a pipe at the rate of 12 cm3/s12 \text{ cm}^3/\text{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 cm4 \text{ cm}?

Solution: Step 1: Let VV be the volume, rr be the base radius, and hh be the height of the cone. Given: dVdt=12 cm3/s.\frac{dV}{dt} = 12 \text{ cm}^3/\text{s}. Also, the height is always one-sixth of the radius: h=16r    r=6h.h = \frac{1}{6}r \implies r = 6h. We need to find dhdt\frac{dh}{dt} when h=4 cmh=4 \text{ cm}.

Step 2: Use the volume formula for a cone. V=13πr2h.V = \frac{1}{3}\pi r^2 h. Substitute r=6hr=6h so that the formula contains only hh: V=13π(6h)2h=13π(36h2)h=12πh3.V = \frac{1}{3}\pi (6h)^2 h = \frac{1}{3}\pi (36h^2)h = 12\pi h^3.

Step 3: Differentiate with respect to time. dVdt=ddt(12πh3)=36πh2dhdt.\frac{dV}{dt} = \frac{d}{dt}(12\pi h^3) = 36\pi h^2 \frac{dh}{dt}.

Step 4: Substitute the known values dVdt=12\frac{dV}{dt}=12 and h=4h=4. 12=36π(4)2dhdt=36π(16)dhdt=576πdhdt.12 = 36\pi (4)^2 \frac{dh}{dt} = 36\pi (16) \frac{dh}{dt} = 576\pi \frac{dh}{dt}.

Step 5: Solve for dhdt\frac{dh}{dt}. dhdt=12576π=148π cm/s.\frac{dh}{dt} = \frac{12}{576\pi} = \frac{1}{48\pi} \text{ cm/s}.

Answer: The height of the sand cone is increasing at the rate of 148π cm/s\frac{1}{48\pi} \text{ cm/s}.