Related Rates Calculator
Compute the rate of area change of a circle whose radius grows at a constant rate, evaluated after a given elapsed time. Returns dA/dt = 2π · r(t) · (dr/dt) at the chosen moment.
Last updated: May 2026
Compare with similar
About this calculator
Related rates problems link the rates of change of two quantities through a shared functional relationship — here, the area of a circle to its radius via A = π r². Differentiating both sides with respect to time gives the related-rates formula dA/dt = 2π · r · (dr/dt). This calculator specialises that formula for a radius growing linearly in time: r(t) = initial_radius + radius_rate · time_elapsed. Substituting into dA/dt gives the formula the calculator uses: 2π · (initial_radius + radius_rate · time_elapsed) · radius_rate. Inputs: initial_radius (r₀ at t = 0), radius_rate (dr/dt, constant), time_elapsed (t in time units). Output is the instantaneous rate of area change at time t, in square units per time unit. Edge cases: if radius_rate is zero, dA/dt is zero at all times (a static circle has no growing area). If initial_radius + radius_rate · time_elapsed becomes negative (e.g., a shrinking circle that has shrunk past zero), the formula returns a negative dA/dt, but a 'circle' with negative radius doesn't exist physically; treat negative results as meaningless and stop applying the formula at the moment r(t) reaches zero. The formula assumes constant radius growth rate; for non-constant rates you would need calculus on the specific r(t) function, and the calculator does not handle that.
How to use
Example 1 — expanding ripple. A circular ripple on a pond starts with radius 5 m and grows at 2 m/s. What is the rate of area change after 3 seconds? Inputs: initial_radius 5, radius_rate 2, time_elapsed 3. Step 1: current radius r(3) = 5 + 2 · 3 = 11 m. Step 2: dA/dt = 2π · 11 · 2 = 44π ≈ 138.23 m²/s. Verify: at t = 3 the radius is 11, the circle's circumference is 2π · 11 ≈ 69.1 m, and each second the radius adds 2 m, so the new annulus added each second has area roughly 69.1 · 2 = 138.2 m² ✓ — matching the instantaneous rate dA/dt. Example 2 — shrinking disc. A pancake of radius 10 cm is being eaten at a rate of 0.5 cm/s (radius_rate = −0.5). After 8 seconds, how fast is its area shrinking? Inputs: initial_radius 10, radius_rate −0.5, time_elapsed 8. Step 1: r(8) = 10 + (−0.5) · 8 = 10 − 4 = 6 cm. Step 2: dA/dt = 2π · 6 · (−0.5) = −6π ≈ −18.85 cm²/s. Verify: the negative sign correctly indicates area is decreasing; the magnitude 6π matches the instantaneous loss rate (circumference 2π · 6 ≈ 37.7 cm, times 0.5 cm/s loss rate = 18.85 cm²/s) ✓. After t = 20 s the radius would reach zero and the formula breaks down; beyond that point a 'negative-radius' circle is meaningless.
Frequently asked questions
What's the intuition behind the formula dA/dt = 2π·r·(dr/dt)?
A circle of radius r has area πr². As r grows by a small amount Δr, the area grows by approximately the circumference times Δr — picture an annulus of inner radius r and outer radius r + Δr; its area is 2πr · Δr to first order. Dividing by Δt gives dA/dt = 2πr · (dr/dt), the related-rates formula. This is essentially the derivative of πr² with respect to r (= 2πr) multiplied by the rate of radius change (dr/dt), a direct application of the chain rule. The same logic applies to other geometric shapes: for a sphere, V = (4/3)πr³ so dV/dt = 4πr² · (dr/dt); for a cube of side s, V = s³ so dV/dt = 3s² · (ds/dt). The general pattern is 'derivative of the volume/area formula with respect to the changing variable, times the rate of change of that variable.'
Why does the rate change with time even though the radius rate is constant?
Because area depends on r² (a non-linear function), even a constant dr/dt produces an increasing dA/dt as r grows. At small r the circle's circumference is small, so a constant 1 m/s radius growth adds only a thin sliver of area each second; at larger r the circumference is much larger, so the same 1 m/s growth adds a much fatter annulus. Concretely, dA/dt = 2πr · (dr/dt) is proportional to r — doubling the current radius doubles the rate of area growth at fixed dr/dt. This non-linear scaling is the whole point of related-rates problems: a constant input rate produces a time-varying output rate, and the chain rule is needed to track this correctly. Calculus exam problems often phrase the same idea differently — 'a balloon being inflated at constant volume rate,' for example — but the relationship between volume rate, radius, and radius rate follows the identical logic.
How would this generalise to other shapes like spheres, cones, or rectangles?
The same approach works: write down the geometric formula relating the quantities of interest, differentiate both sides with respect to time, then plug in known values and rates. For a sphere V = (4/3)πr³, dV/dt = 4πr² · (dr/dt) — surface area times radius rate. For a cone of fixed base angle, the height and radius are linearly related (r = h tan θ), and you can express dV/dt either in dr/dt or dh/dt as needed. For a rectangle with sides l and w both changing, A = lw and the product rule gives dA/dt = (dl/dt) · w + l · (dw/dt). The recipe is always: (1) write the relation, (2) differentiate both sides with respect to t treating every variable as a function of t, (3) substitute current values and known rates, (4) solve for the unknown rate. This calculator specialises to circle-area-with-constant-radius-rate; for other geometries, do the derivation by hand or use a symbolic differentiator.
What are the common mistakes when solving related-rates problems?
The biggest mistake is plugging in specific numerical values for the variables BEFORE differentiating — for example, substituting r = 5 into A = πr² to get A = 25π, then trying to differentiate that constant. You must differentiate the symbolic relation first, then substitute. The second is forgetting to apply the chain rule, treating r as a constant when differentiating πr² with respect to t instead of getting 2πr · dr/dt. The third is misreading the question — 'how fast is the area changing' wants dA/dt, while 'how large is the area' wants A; check which quantity is asked for. People also confuse instantaneous rate (dA/dt at one moment) with average rate (ΔA/Δt over an interval), which differ for non-linear quantities. For this calculator specifically, mistaking units (entering radius rate in m/min while time is in seconds) gives a numerically correct but dimensionally wrong answer. Always check units.
When should I not use this calculator?
Do not use it for any shape other than a circle — sphere, cone, cylinder, ellipse, irregular shape all have different geometric relations and need their own related-rates derivations. It assumes constant radius growth rate; if the radius is growing non-linearly (radius_rate itself is a function of time), the formula gives the wrong answer because dA/dt = 2π · r · (dr/dt) was derived assuming r is the only thing changing at a given moment. Do not use it for problems involving multiple changing dimensions (e.g., a triangle with both base and height changing) — those need the product or chain rule applied to the specific relation. Avoid it for non-time-related rates (e.g., dA/dx for a curve sweeping out area). It is also not appropriate for shrinking objects past the point where the radius would go negative — physically meaningless. For arbitrary related-rates problems, work from first principles: write the relation, differentiate implicitly, substitute current values.