Tested tool guide
Tested browser tools
Checked August 16, 2026
What Related Rates Simulator does, with a checked example
The three textbook setups come to life here: a spherical balloon inflating at a set volume rate, a ladder sliding out from a wall, and a cone filling with water. You set the dimensions and the given rate; the tool moves the picture accordingly and shows every other rate at the current moment. The surprise for most people: none of the derived rates are constant, even when the rate you set is. A ladder whose bottom slides at a steady 1 ft/s drops its top faster and faster, because the rate depends on the changing geometry, not just on the input number.
Worked example
A concrete input and expected output from the current implementation.
Input
Ladder: length 10 ft, bottom slides away from the wall at 1 ft/s. Pause the animation when the bottom is 6 ft from the wall.
->
Expected output
At that moment the top is sliding down at 0.75 ft/s; the readout shows dy/dt = -0.75 ft/s, negative because the top descends.
With x the bottom distance and y the top height, x^2 + y^2 = 100. Differentiating with respect to time gives 2x(dx/dt) + 2y(dy/dt) = 0, so dy/dt = -(x/y)(dx/dt) = -(6/8)(1) = -0.75 ft/s.