Physics Applications
What You’ll Learn
Section titled “What You’ll Learn”In this lesson you’ll see how integration handles three classic physics problems: pumping liquid out of a tank, finding the center of mass of a region, and calculating the force of water on a submerged plate.
The Concept
Section titled “The Concept”Pumping Work
Section titled “Pumping Work”To find the work needed to pump liquid out of a tank, slice the liquid into thin horizontal layers. Each layer has a volume, a weight, and a distance it needs to travel to exit the tank. Add them all up with an integral.
For a layer at height y with cross-sectional area A(y) and density ρ, the work to lift that layer a distance d(y) to the top is
Total work is the integral over the full depth of liquid.
Center of Mass
Section titled “Center of Mass”For a flat region (lamina) with uniform density between y = f(x) and the x-axis from x = a to x = b, the centroid coordinates are
where A is the total area of the region. The centroid is the balance point. If you cut the shape out of cardboard, it would balance on a pin placed at that point.
Hydrostatic Force
Section titled “Hydrostatic Force”Water pressure increases with depth. The pressure at depth h is ρgh, where ρ is the density of water (1000 kg/m³) and g = 9.8 m/s². For a submerged vertical plate, the total force is
where h(y) is the depth and w(y) is the width of the plate at position y.
Worked Examples
Section titled “Worked Examples”Example 1: Pumping water from a cylindrical tank
A cylindrical tank has radius 2 m and height 6 m, and it’s full of water. How much work is needed to pump all the water out over the top?
Slice the water into thin horizontal disks. A disk at height y (measured from the bottom) has area π(2)² = 4π m² and thickness dy. Its weight is ρg times its volume, so 1000(9.8)(4π)dy = 39200π dy newtons. That disk needs to be lifted (6 - y) meters to clear the top.
That’s about 2.2 million joules. The slices near the bottom contribute more work because they have to travel farther.
Example 2: Center of mass of a region
Find the centroid of the region between y = √x and the x-axis from x = 0 to x = 4.
First, the area
Now the x-coordinate of the centroid
And the y-coordinate
The centroid is at (2.4, 0.75). Notice it’s shifted right of center because the curve y = √x puts more area on the right side of the region.
Example 3: Hydrostatic force on a submerged plate
A rectangular plate is 2 m wide and 3 m tall, submerged vertically with its top edge 1 m below the water surface. Find the total force on one side.
Set up coordinates with y measuring depth from the surface. The plate runs from y = 1 to y = 4. At depth y, the pressure is ρgy and the width is a constant 2 m.
That’s 147 kN of force. The bottom of the plate experiences much more pressure than the top, which is why you can’t just use the average depth and multiply. Well, you actually can for a rectangle (the average depth is 2.5 m, and 2.5 times 2 times ρg times 3 gives the same answer), but for non-rectangular shapes you need the integral.
Real-World Application
Section titled “Real-World Application”These physics applications show up everywhere in engineering:
- Civil engineers calculate hydrostatic force to design dams, retaining walls, and underwater structures
- Mechanical engineers use pumping work calculations to size motors and pumps for water systems
- Center of mass determines where to support a structure so it doesn’t tip over
- Game engines use similar calculations for buoyancy, rope physics, and realistic fluid simulation