Skip to main content
math

Related Rates Calculator

Solve related rates problems for expanding or contracting spheres. Given the radius and rate of change of the radius, compute how fast the volume and surface area are changing, a classic calculus application in physics and engineering.

Reviewed by Christopher FloiedUpdated

This free online related rates calculator provides instant results with no signup required. All calculations run directly in your browser — your data is never sent to a server. Enter your values below and see results update in real time as you type. Perfect for everyday calculations, homework, or professional use.

Current radius of the sphere

Rate at which the radius is changing per unit time

Results

dV/dt (Volume rate of change)

628.3185

How to Use This Calculator

1

Enter your input values

Fill in all required input fields for the Related Rates Calculator. Most fields include unit selectors so you can work in your preferred unit system — metric or imperial, whichever matches your problem.

2

Review your inputs

Double-check that all values are correct and that you have selected the right units for each field. Incorrect units are the most common source of calculation errors and can produce results that are off by factors of 2, 10, or more.

3

Read the results

The Related Rates Calculator instantly computes the output and displays results with units clearly labeled. All calculations happen in your browser — no loading time and no data sent to a server.

4

Explore parameter sensitivity

Try adjusting individual input values to see how the output changes. This is a quick and effective way to develop intuition about how different parameters influence the result and to identify which inputs have the largest effect.

Formula Reference

Related Rates Calculator Formula

See calculator inputs for the governing equation

Variables: All variables and their units are labeled in the calculator interface above. Input fields accept values in multiple unit systems — select your preferred unit from the dropdown next to each field.

When to Use This Calculator

  • Use the Related Rates Calculator when you need a quick mathematical result without writing out all the steps manually, saving time on repetitive calculations.
  • Use it to verify hand calculations on tests or assignments and catch arithmetic mistakes.
  • Use it when teaching or explaining mathematical concepts to others, demonstrating how changing inputs affects the result.
  • Use it to explore the behavior of mathematical functions across a range of inputs.

About This Calculator

The Related Rates Calculator is a free mathematical calculation tool for students, educators, and professionals who need quick, reliable results. Solve related rates problems for expanding or contracting spheres. Given the radius and rate of change of the radius, compute how fast the volume and surface area are changing, a classic calculus application in physics and engineering. The underlying algorithms implement well-established mathematical formulas and numerical methods. Results are computed instantly in the browser. This tool is useful for learning, verification of hand calculations, and rapid exploration of mathematical relationships. All computation happens locally — no data is sent to a server.

About Related Rates Calculator

The Related Rates Calculator solves the classic related rates problem for an expanding or contracting sphere. Given the current radius and how fast it is changing, the calculator determines how fast the volume and surface area are changing. Related rates problems use the chain rule to connect rates of change of different quantities that are related by an equation. They are among the most practical applications of differential calculus, appearing in physics (expanding gas clouds, growing crystals), engineering (filling tanks, inflating balloons), medicine (tumor growth rates), and meteorology (expanding weather fronts). This calculator automates the differentiation step so you can focus on problem setup and interpretation.

The Math Behind It

Related rates problems arise whenever two or more quantities change simultaneously and are connected by an equation. The general strategy is: (1) identify the known and unknown rates; (2) find an equation relating the quantities; (3) differentiate both sides with respect to time using the chain rule; (4) substitute known values and solve for the unknown rate. For a sphere, the volume V = (4/3)*pi*r^3 and surface area S = 4*pi*r^2 are functions of the radius r, which itself is a function of time t. Differentiating V with respect to t using the chain rule: dV/dt = dV/dr * dr/dt = 4*pi*r^2 * dr/dt. Similarly, dS/dt = dS/dr * dr/dt = 8*pi*r * dr/dt. These formulas reveal that the rate of volume change is proportional to the surface area (which makes physical sense: the volume grows by adding a thin shell of thickness dr to the surface), while the rate of surface area change is proportional to the circumference of a great circle. Related rates problems have a rich history dating to Newton's work on planetary motion, where he related the rate of change of a planet's position to gravitational force. Modern applications include: tracking how fast oil spills spread (related rates for expanding circles), computing the rate at which water level rises in conical tanks, determining how fast shadows lengthen as the sun moves, and analyzing how radar measures the speed of approaching aircraft using the rate of change of distance. The key mathematical insight is that the chain rule transforms a static relationship (V depends on r) into a dynamic one (dV/dt depends on dr/dt). This is the bridge between geometry and kinematics.

Formula Reference

Volume Rate of Change (Sphere)

dV/dt = 4 * pi * r^2 * dr/dt

Variables: V = (4/3)pi*r^3, r = radius, dr/dt = rate of radius change

Surface Area Rate of Change (Sphere)

dS/dt = 8 * pi * r * dr/dt

Variables: S = 4*pi*r^2, r = radius, dr/dt = rate of radius change

Worked Examples

Example 1: Expanding Balloon

A spherical balloon is being inflated so that its radius increases at 2 cm/s. How fast is the volume changing when the radius is 5 cm?

Step 1:Given: r = 5 cm, dr/dt = 2 cm/s
Step 2:V = (4/3)*pi*r^3, so dV/dt = 4*pi*r^2 * dr/dt
Step 3:dV/dt = 4 * pi * 25 * 2 = 200*pi
Step 4:dV/dt = 628.32 cm^3/s

The volume is increasing at approximately 628.32 cubic cm per second.

Example 2: Shrinking Sphere

A sphere is melting so its radius decreases at 0.5 cm/min. How fast is the surface area decreasing when r = 10 cm?

Step 1:Given: r = 10 cm, dr/dt = -0.5 cm/min
Step 2:S = 4*pi*r^2, so dS/dt = 8*pi*r * dr/dt
Step 3:dS/dt = 8 * pi * 10 * (-0.5) = -40*pi
Step 4:dS/dt = -125.66 cm^2/min

The surface area is decreasing at approximately 125.66 square cm per minute.

Common Mistakes & Tips

  • !Substituting values before differentiating. You must differentiate the general equation first, then substitute the specific values for r and dr/dt.
  • !Forgetting to include dr/dt when differentiating. The chain rule requires multiplying by the derivative of the inner function with respect to time.
  • !Using a positive rate when the quantity is decreasing. If the radius is shrinking, dr/dt should be negative.
  • !Mixing up units. Make sure the radius and rate use consistent units (e.g., both in cm and cm/s, not cm and m/s).

Related Concepts

Used in These Calculators

Calculators that build on or apply the concepts from this page:

Frequently Asked Questions

Why must I differentiate before substituting values?

If you substitute first, you replace the variable with a constant, and the derivative of a constant is zero. You lose the relationship between the rates. Differentiate the general equation to get the rate relationship, then plug in the specific values.

Can related rates problems involve more than two rates?

Yes. For example, in a right triangle problem, the Pythagorean theorem x^2 + y^2 = z^2 relates three quantities, and differentiating gives 2x(dx/dt) + 2y(dy/dt) = 2z(dz/dt), connecting three rates. You can solve for any one rate given the other two.

How do I know which formula to use in a related rates problem?

Choose a formula that connects the quantity whose rate you want to find with the quantity whose rate you know. For volumes, use volume formulas; for areas, use area formulas; for distances, use the Pythagorean theorem or distance formula.