Lessons · fluids
Force on a dam: pressure grows with depth, force is the area
Regime 2 — calculus does what algebra cannot. The integrand isn't constant, so no single algebra product gives the answer; the accumulated quantity is the area under the curve — and SymPy proves that area is exactly the closed-form result.
A vertical wall m wide holds back fresh water ( kg/m³) to a depth of m. The water pressure grows with depth as , so the wall is pushed hardest at the bottom and not at all at the surface. What is the total force on the wall? It is the area under the pressure curve — drag the cursor to raise the water level and watch the force grow as the square of the depth.
Each horizontal strip of the wall at depth (width , height ) feels a force . The total force is the integral over the depth — the area under the strip-force curve. For a uniform pressure this area is a rectangle (); when the pressure grows with depth it is the area under a rising line.
check ; check ; recover ; collapse the uniform-pressure case to
- ✓ The force's slope is the strip force: — the area's growth rate is the curve's height. [structural]
- ✓ The accumulated force is the area: . [structural]
- ✓ The memorized (average pressure at the centroid, area ) is exactly the area. [structural]
- ✓ If the pressure did not grow with depth ( uniform), the integral collapses to — a rectangle (the quadrature). [structural]
Dimensional homogeneity: checked by SymPy (holds).
It does not. The pressure at a given depth is regardless of how much water sits at that level — a teaspoon or an ocean. The force on the wall is the area under that pressure profile, , set entirely by the depth and the wall's width. This is the hydrostatic paradox: raise the water a little (drag the cursor) and the force jumps because it grows as , but widen the lake behind the wall and nothing changes.
Modeling assumptions — author-asserted, disclosed not discharged
- Incompressible fluid of constant density ; gauge pressure (atmospheric pushes equally on both faces of the wall and cancels).
- m/s² as a magnitude, with depth measured positive downward (the house convention is for up-positive kinematics; here pressure simply grows with depth).
- A flat vertical wall, so each horizontal strip has the same width ; the force is horizontal and normal to the wall.
The dF/dh–h graph, fully annotated
A static rendering (Matplotlib): the shaded area under dF/dh is the accumulated integral F, and the slope of F is dF/dh. The interactive version with a draggable cursor is in the Graph tab above.
Formulas used
Hover a formula to preview its reference entry; click to open it in the reference (or the concept graph):
- Hydrostatic pressure with depth
Valid when: incompressible fluid of constant density; gauge pressure (above the surface); add atmospheric for absolute
Open in reference →
- Hydrostatic force on a vertical wall
Valid when: incompressible fluid of constant density; flat vertical wall of constant width, top edge at the surface; gauge pressure (atmospheric cancels across the wall); the area under the pressure–depth profile, ∫P w dh
Open in reference →