Solving Related Rates Problems

Related rates problems help find changing quantities in real time, commonly used in physics, motion, and engineering.

Neetesh Kumar

Neetesh Kumar | February 08, 2025                                      \space \space \space \space \space \space \space \space \space \space \space \space \space \space \space \space \space \space \space \space \space \space \space \space \space \space \space \space \space \space \space \space \space \space \space \space \space Share this Page on: Reddit icon Discord icon Email icon WhatsApp icon Telegram icon


Table of Content:


Definition of Related Rates Problems:

Related Rates Problems:
Related rates problems involve finding the rate of change of one quantity when another related quantity is changing. These problems often involve using implicit differentiation to relate the rates of change of two or more variables.

The key idea is to differentiate both sides of an equation that relates the variables, then solve for the desired rate of change.


Formula Used in Related Rates Problems:

The formula typically used in related rates problems is:

ddt[f(x(t),y(t))]=fxdxdt+fydydt\boxed{\frac{d}{dt} \big[ f(x(t), y(t)) \big] = \frac{\partial f}{\partial x} \cdot \frac{dx}{dt} + \frac{\partial f}{\partial y} \cdot \frac{dy}{dt}}

Where:

  • ddt[f(x(t),y(t))]\frac{d}{dt} \big[ f(x(t), y(t)) \big] is the derivative of the function with respect to time.


  • dxdt\dfrac{dx}{dt} and dydt\dfrac{dy}{dt} are the rates of change of the variables xx and yy with respect to time.


  • fx\dfrac{\partial f}{\partial x} and fy\dfrac{\partial f}{\partial y} are the partial derivatives of ff with respect to xx and yy, respectively.


Derivative Examples with Solutions:

Example 1: Changing Radius of a Circle

The radius of a circle is increasing at a rate of drdt=2cm/s\frac{dr}{dt} = 2 \, \text{cm/s}. Find the rate of change of the area of the circle when the radius is 5 cm.

Solution:

We know the area of a circle is given by:

A=πr2A = \pi r^2

Using the chain rule, differentiate both sides with respect to time:

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

Substitute the known values:

dAdt=2π(5)(2)=20πcm2/s\dfrac{dA}{dt} = 2\pi (5) \cdot (2) = 20\pi \, \text{cm}^2/\text{s}

Thus, the rate of change of the area is: 20πcm2/s\boxed{20\pi \, \text{cm}^2/\text{s}}


Example 2: The Distance Between Two Moving Objects

Two cars are moving along straight paths. Car 1 is traveling east at a speed of 60 km/h, and car 2 is traveling north at a speed of 80 km/h. How fast is the distance between the two cars changing when they are 3 km apart?

Solution:

Let xx represent the distance traveled by car 1 (east), and yy represent the distance traveled by car 2 (north). The distance between the two cars is given by:

z=x2+y2z = \sqrt{x^2 + y^2}

Differentiating both sides with respect to time:

dzdt=ddt[x2+y2]=xdxdt+ydydtz\dfrac{dz}{dt} = \dfrac{d}{dt} \left[ \sqrt{x^2 + y^2} \right] = \dfrac{x \frac{dx}{dt} + y \frac{dy}{dt}}{z}

Substitute the known values:

  • dxdt=60km/h\dfrac{dx}{dt} = 60 \, \text{km/h}
  • dydt=80km/h\dfrac{dy}{dt} = 80 \, \text{km/h}
  • x=3kmx = 3 \, \text{km}
  • y=4kmy = 4 \, \text{km}
  • z=5kmz = 5 \, \text{km}

Now, substitute these values into the equation:

dzdt=(3)(60)+(4)(80)5\dfrac{dz}{dt} = \dfrac{(3)(60) + (4)(80)}{5}

dzdt=180+3205=5005=100km/h\dfrac{dz}{dt} = \dfrac{180 + 320}{5} = \dfrac{500}{5} = 100 \, \text{km/h}

Thus, the distance between the two cars is changing at a rate of: 100km/h\boxed{100 \, \text{km/h}}


Example 3: Rate of Change of Volume of a Sphere

The radius of a sphere is increasing at a rate of drdt=0.5cm/s\dfrac{dr}{dt} = 0.5 \, \text{cm/s}. Find the rate of change of the volume of the sphere when the radius is 3 cm.

Solution:

The volume of a sphere is given by:

V=43πr3V = \dfrac{4}{3} \pi r^3

Using the chain rule, differentiate both sides with respect to time:

dVdt=4πr2drdt\dfrac{dV}{dt} = 4\pi r^2 \cdot \dfrac{dr}{dt}

Substitute the known values:

dVdt=4π(3)2(0.5)=4π(9)(0.5)=18πcm3/s\frac{dV}{dt} = 4\pi (3)^2 \cdot (0.5) = 4\pi (9) \cdot (0.5) = 18\pi \, \text{cm}^3/\text{s}

Thus, the rate of change of the volume is: 18πcm3/s\boxed{18\pi \, \text{cm}^3/\text{s}}


Example 4: Rate of Change of Distance Between Two Objects

A boat is moving west at 10 m/s, and a plane is flying at 500 m/s. The boat and plane are 1 km apart, and the plane is directly above the boat at a height of 1 km. Find the rate at which the distance between the boat and the plane is changing after 1 second.

Solution:

Let xx represent the horizontal distance of the boat from the starting point, and yy represent the height of the plane from the ground. The distance between the boat and the plane is given by:

z=x2+y2z = \sqrt{x^2 + y^2}

Differentiating both sides with respect to time:

dzdt=ddt[x2+y2]=xdxdt+ydydtz\dfrac{dz}{dt} = \dfrac{d}{dt} \left[ \sqrt{x^2 + y^2} \right] = \dfrac{x \frac{dx}{dt} + y \frac{dy}{dt}}{z}

Substitute the known values:

  • dxdt=10m/s\frac{dx}{dt} = 10 \, \text{m/s}
  • dydt=500m/s\frac{dy}{dt} = 500 \, \text{m/s}
  • x=10mx = 10 \, \text{m}
  • y=1000my = 1000 \, \text{m}
  • z=102+10002=100+1000000=10001001000.05mz = \sqrt{10^2 + 1000^2} = \sqrt{100 + 1000000} = \sqrt{1000100} \approx 1000.05 \, \text{m}

Now, substitute these values into the equation:

dzdt=(10)(10)+(1000)(500)1000.05\dfrac{dz}{dt} = \dfrac{(10)(10) + (1000)(500)}{1000.05}

dzdt=100+5000001000.055001001000.05500m/s\dfrac{dz}{dt} = \dfrac{100 + 500000}{1000.05} \approx \dfrac{500100}{1000.05} \approx 500 \, \text{m/s}

Thus, the rate at which the distance between the boat and the plane is changing is: 500m/s\boxed{500 \, \text{m/s}}


Conclusion:

  • Related rates problems are crucial for finding the rate of change of one variable in relation to another.
  • These problems are widely used in physics, engineering, and economics, particularly in problems involving motion, volume changes, and electrical circuits.
  • Understanding how to set up and differentiate these equations is essential for solving real-world applications.