Math Visualizations

Rainfall Rate

Values

Time6.0
Rate r(t)2.00
Accumulated R(t)21.00

Accumulation

Controls

What is an Integral?

An integral accumulates quantities over an interval. If r(t)r(t) is a rate of change, then the integral gives the total accumulated amount:

R(t)=0tr(τ)dτR(t) = \int_0^t r(\tau) \, d\tau

Rainfall Accumulation

In this visualization, r(t)=50.5tr(t) = 5 - 0.5t represents rainfall rate (decreasing over time). The accumulated rainfall is:

R(t)=0t(50.5τ)dτ=5t0.25t2R(t) = \int_0^t (5 - 0.5\tau) \, d\tau = 5t - 0.25t^2

Riemann Sums

The area under the curve can be approximated by rectangles. Each rectangle has width Δt\Delta t and height r(ti)r(t_i):

0tr(τ)dτi=1nr(ti)Δt\int_0^t r(\tau) \, d\tau \approx \sum_{i=1}^{n} r(t_i) \, \Delta t

Toggle the Riemann rectangles to see how they approximate the area. As the number of rectangles increases, the approximation improves.

Try This

  1. Drag the slider to change the integration endpoint
  2. Watch the shaded area grow as you extend the interval
  3. Toggle Riemann rectangles to see the approximation
  4. Compare the accumulated value with the area under the rate curve

Real-Life Applications