← MathScape

Pumping Work and Lifting Problems

MATH162
Reference: Stewart 5.4  •  Chapter: 5  •  Section: 4

Navigation: Wiki Home > Skills > Pumping Work

Pumping Work and Lifting Problems

When Every Drop Travels a Different Distance

Imagine emptying a swimming pool by pumping water over the edge. Water at the bottom must travel farther than water near the top. A cable hanging from a building gets lighter as you pull it up. In these problems, different parts of the object travel different distances—and that's what makes them interesting.

The key insight: slice the object into thin horizontal layers, figure out how much work each layer requires, and integrate.

Prerequisite Map

This skill
Pumping Work
Unlocks
Fluid PressureCenter of Mass

Before You Start

Quick self-check. These problems test the prerequisites. If you struggle, review before proceeding.

1. Work Integral Setup: A 30-ft chain weighing 2 lb/ft hangs from a ceiling. If a piece at depth $x$ (measured from top) must be lifted distance $x$, what integral gives the total work?

Check Your Answer

$$W = \int_0^{30} 2x\,dx$$

Each small piece has weight $(2\,dx)$ lb and travels distance $x$, so $dW = 2x\,dx$.

Got it? You understand the work-distance setup!

Stuck? Review Work with Integrals—the chain problem there is essential background.

2. Similar Triangles: A cone has radius 4 m at the top and height 10 m (vertex at bottom). At depth $x$ from the top, what is the radius $r(x)$?

Check Your Answer

Using similar triangles: $\displaystyle\frac{r}{10-x} = \frac{4}{10}$, so $r(x) = \frac{4(10-x)}{10} = \frac{2(10-x)}{5}$

At depth 0 (top): $r = 4$ m ✓ At depth 10 (bottom): $r = 0$ ✓

Got it? Similar triangles are key for conical tanks!

Stuck? This geometry is essential. Draw the cone and label the triangles. The ratio of radius to "height from vertex" is constant.

3. Cross-Sectional Area: For a cone with $r(x) = \frac{2(10-x)}{5}$, what is the cross-sectional area $A(x)$?

Check Your Answer

$$A(x) = \pi r^2 = \pi \left(\frac{2(10-x)}{5}\right)^2 = \frac{4\pi(10-x)^2}{25}$$

Got it? You're ready for tank problems!

Made an error? Remember: area of a circle is $\pi r^2$, and you must square the entire expression for $r$.

Quick Reference

→ Jump to Practice Problems

Property Value
Section Chapter 5, Section 4
Difficulty Advanced
Time ~25 minutes

Key Concepts

The Pumping Work Strategy

For pumping fluid from a tank or lifting distributed weight:

  1. Set up coordinates — usually $x$ pointing down from top of tank
  2. Slice — divide into thin horizontal layers of thickness $dx$
  3. For each slice, find:
  4. Write work for one slice: $dW = (\text{weight}) \times (\text{distance})$
  5. Integrate over all slices

General Formula for Pumping

$$\boxed{W = \int_a^b \rho g \cdot A(x) \cdot d(x) \, dx}$$

where:

Common Tank Shapes

Shape Cross-Section $A(x)$ Key Geometry
Rectangular $A = \ell \cdot w$ (constant) Length × width
Cylindrical $A = \pi r^2$ (constant) Circular cross-section
Conical $A = \pi [r(x)]^2$ Radius varies with depth
Spherical $A = \pi [r(x)]^2$ Use $r^2 = R^2 - x^2$
Trapezoidal $A = w(x) \cdot \ell$ Width varies linearly

Setting Up Coordinates

Option 1: Origin at top (x pointing down)

x=0  ─────────  ← top (outlet)
     │~~~~~│
x    │~~~~~│   ← slice at depth x travels distance x
     │~~~~~│
x=h  ─────────  ← bottom

Option 2: Origin at bottom (y pointing up)

Density Reference

Substance SI (kg/m³) US (lb/ft³)
Water 1000 62.5
Seawater 1025 64
Oil (typical) 800-900 50-56

Weight density: In SI, multiply by $g = 9.8$ m/s² to get N/m³. In US, pounds are already weight, so 62.5 lb/ft³ can be used directly.

Cable/Chain Lifting

For lifting a cable or chain of weight $w$ lb/ft (or density $\rho$ kg/m):

$$W = \int_0^L w \cdot x \, dx \quad \text{or} \quad W = \int_0^L \rho g \cdot x \, dx$$

where $x$ = distance from top of cable (so section at $x$ must travel distance $x$).

Common Pitfalls

Mistake Why It Happens How to Avoid
Wrong distance formula Confusing "depth" with "distance to travel" Draw the tank. Label the outlet. Distance = how far the slice moves to reach the outlet.
Forgetting $g$ in SI units Using 1000 kg/m³ as weight Density (kg/m³) is mass. Multiply by $g = 9.8$ to get weight density. In US units (lb/ft³), this is already done.
Similar triangles error Getting radius formula backwards At the TOP of an inverted cone, radius is maximum. Check: your formula should give $r = R$ at top, $r = 0$ at vertex.
Wrong integration limits Integrating over the whole tank when it's not full Read carefully: "filled to depth 6 m" means water surface is 6 m from the bottom. Convert to your coordinate system.
Outlet not at tank top Assuming water pumps to the rim If outlet is 2 m ABOVE the tank, add 2 to every distance. Slice at depth $x$ travels $(x + 2)$, not just $x$.
Forgetting to square $r(x)$ Writing $A = \pi r$ instead of $A = \pi r^2$ Always double-check: area of circle = $\pi r^2$.
Historical Note: The Steam Engine and Work

The concept of "work" in physics was developed largely to analyze steam engines. In 1824, Sadi Carnot studied how much useful work could be extracted from a given amount of heat—launching thermodynamics. James Watt (of watt fame) measured his engines' output by how many horses they could replace, giving us "horsepower" (1 hp = 550 ft-lb/s = 746 W). Pumping work calculations were literally how engineers compared engine efficiency in the Industrial Revolution.

Still confused about coordinate setup? The key choice is where to put the origin. Placing it at the outlet (where water exits) often makes the distance formula simplest. Review Work with Integrals for the foundation.

Practice Problems {#practice-problems}

Level 1 Rectangular Tank

A rectangular tank is 3 m long, 2 m wide, and 1.5 m deep. It is filled with water (density 1000 kg/m³). How much work is required to pump all the water to the top of the tank?

Thought Process

For a rectangular tank, every horizontal slice has the same cross-sectional area: $A = 3 \times 2 = 6$ m².

Set origin at top, $x$ pointing down. A slice at depth $x$ with thickness $dx$:

  • Volume: $6 \, dx$ m³
  • Mass: $1000 \cdot 6 \, dx$ kg
  • Weight: $1000 \cdot 9.8 \cdot 6 \, dx$ N
  • Distance to lift: $x$ m

Integrate from $x = 0$ to $x = 1.5$.

Show Answer

Set up: Origin at top, $x$ pointing down to depth 1.5 m.

Cross-sectional area: $A = 3 \cdot 2 = 6$ m² (constant)

Weight of slice at depth $x$: $$dF = \rho g \cdot A \cdot dx = (1000)(9.8)(6) \, dx = 58800 \, dx \text{ N}$$

Work to lift this slice to top (distance $x$): $$dW = 58800x \, dx$$

Total work: $$W = \int_0^{1.5} 58800x \, dx = 58800 \cdot \frac{x^2}{2} \Big\vert _0^{1.5}$$

$$= 29400(1.5)^2 = 29400(2.25) = 66150 \text{ J}$$

The work required is 66,150 joules (or about 66.2 kJ).

Level 2 Lifting a Heavy Chain

A 40-foot chain weighing 4 lb/ft hangs vertically from the top of a building. How much work is done in pulling the entire chain to the top?

Thought Process

Set origin at top of building, $x$ pointing down.

A small piece of chain at position $x$ has:

  • Length: $dx$ ft
  • Weight: $4 \, dx$ lb
  • Distance to pull up: $x$ ft

Work for this piece: $4x \, dx$

Integrate from $x = 0$ to $x = 40$.

Show Answer

Set up: Origin at top, $x$ = distance down the chain (from 0 to 40 ft).

Weight of segment at position $x$: $dF = 4 \, dx$ lb

Distance this segment travels: $x$ ft

Work integral: $$W = \int_0^{40} 4x \, dx = 4 \cdot \frac{x^2}{2} \Big\vert _0^{40} = 2(1600) = 3200 \text{ ft-lb}$$

The work required is 3200 ft-lb.

Level 3 Conical Tank

A tank in the shape of an inverted cone (point at bottom) has height 8 m and top radius 3 m. It is filled with water to a depth of 6 m. Find the work required to pump all the water out over the top rim. Use $\rho = 1000$ kg/m³ and $g = 9.8$ m/s².

Thought Process

Set origin at top of tank, $x$ pointing down.

  • Tank top is at $x = 0$
  • Water surface is at $x = 2$ (since 6 m of water means 2 m of air at top)
  • Tank bottom is at $x = 8$

At depth $x$, find the radius using similar triangles: The radius is 3 m at $x = 0$ and 0 at $x = 8$.

Actually, let's reconsider: for an inverted cone (point at bottom), at the TOP ($x = 0$), radius = 3 m. At bottom ($x = 8$), radius = 0.

Using similar triangles: $\frac{r}{8-x} = \frac{3}{8}$, so $r = \frac{3(8-x)}{8}$.

Water goes from $x = 2$ to $x = 8$.

Show Answer

Set up: Origin at top of tank, $x$ pointing down.

  • Top of tank: $x = 0$, radius = 3 m
  • Bottom of tank: $x = 8$, radius = 0
  • Water surface: $x = 8 - 6 = 2$ m from top

Find radius at depth $x$:

Using similar triangles (the cone tapers linearly): $$\frac{r(x)}{8 - x} = \frac{3}{8} \implies r(x) = \frac{3(8-x)}{8}$$

Cross-sectional area at depth $x$: $$A(x) = \pi r^2 = \pi \left(\frac{3(8-x)}{8}\right)^2 = \frac{9\pi(8-x)^2}{64}$$

Weight of slice at depth $x$: $$dF = \rho g \cdot A(x) \cdot dx = (1000)(9.8) \cdot \frac{9\pi(8-x)^2}{64} \, dx$$

$$= \frac{9800 \cdot 9\pi}{64}(8-x)^2 \, dx = \frac{88200\pi}{64}(8-x)^2 \, dx$$

Distance to pump to top: $x$ (since outlet is at $x = 0$)

Work integral: (water from $x = 2$ to $x = 8$) $$W = \frac{88200\pi}{64} \int_2^8 x(8-x)^2 \, dx$$

Expand and integrate: $(8-x)^2 = 64 - 16x + x^2$

$x(8-x)^2 = 64x - 16x^2 + x^3$

$$\int_2^8 (64x - 16x^2 + x^3) \, dx = \left[32x^2 - \frac{16x^3}{3} + \frac{x^4}{4}\right]_2^8$$

At $x = 8$: $32(64) - \frac{16(512)}{3} + \frac{4096}{4} = 2048 - \frac{8192}{3} + 1024 = 3072 - \frac{8192}{3}$

At $x = 2$: $32(4) - \frac{16(8)}{3} + \frac{16}{4} = 128 - \frac{128}{3} + 4 = 132 - \frac{128}{3}$

Difference: $(3072 - 132) - \frac{8192 - 128}{3} = 2940 - \frac{8064}{3} = 2940 - 2688 = 252$

Final answer: $$W = \frac{88200\pi}{64} \cdot 252 = \frac{88200 \cdot 252 \cdot \pi}{64} = \frac{22226400\pi}{64} = 347287.5\pi \approx 1.09 \times 10^6 \text{ J}$$

The work required is approximately 1.09 megajoules (or $347,000\pi$ J exactly).

Level 4 Rope with Attached Bucket

An 80-ft rope weighing 1.5 lb/ft hangs from the top of a well, with a 35-lb bucket of water attached at the bottom.

  1. How much work is required to lift the bucket 25 ft? (The rope winds onto a spool as you lift.)
  2. How much work is required to lift the bucket all the way to the top?
  3. What percentage of the total work (part b) is done in the first 25 ft (part a)?
Thought Process

This problem has two components: the bucket (constant weight, variable distance) and the rope (variable weight as it winds up).

For the bucket: It's lifted a distance $d$, so work = $35d$ ft-lb. Simple!

For the rope: As the bucket rises, rope winds onto the spool. After lifting the bucket distance $d$:

  • The top $d$ ft of rope is now on the spool (wound up)
  • The remaining $(80-d)$ ft of rope still hangs

Think about it in two parts:

  1. Work to wind up the rope that gets wound (the top portion)
  2. Work to lift the remaining hanging rope uniformly by distance $d$

(a) For 25 ft lift:

  • Top 25 ft of rope gets wound up (standard integral)
  • Bottom 55 ft of rope rises uniformly by 25 ft

(b) For full lift:

  • All 80 ft of rope gets wound up (standard integral from 0 to 80)
  • Bucket rises 80 ft
Show Answer

Setup: Origin at top of well, $x$ pointing down. Rope extends from $x = 0$ to $x = 80$ ft initially.

(a) Lifting the bucket 25 ft:

Bucket work: The 35-lb bucket is lifted 25 ft. $$W_{\text{bucket}} = 35 \times 25 = 875 \text{ ft-lb}$$

Rope work (wound portion): The top 25 ft of rope (originally at $x = 0$ to $x = 25$) gets wound onto the spool. A piece at position $x$ travels distance $x$. $$W_{\text{wound}} = \int_0^{25} 1.5x \, dx = 1.5 \cdot \frac{x^2}{2} \Big\vert _0^{25} = 0.75(625) = 468.75 \text{ ft-lb}$$

Rope work (remaining portion): The bottom 55 ft of rope (originally at $x = 25$ to $x = 80$) all moves up 25 ft uniformly. $$W_{\text{remaining}} = (55 \text{ ft})(1.5 \text{ lb/ft})(25 \text{ ft}) = 82.5 \times 25 = 2062.5 \text{ ft-lb}$$

Total for part (a): $$W_a = 875 + 468.75 + 2062.5 = 3406.25 \text{ ft-lb}$$

(b) Lifting the bucket all the way:

Bucket work: The bucket travels 80 ft. $$W_{\text{bucket}} = 35 \times 80 = 2800 \text{ ft-lb}$$

Rope work: All 80 ft of rope gets wound up. $$W_{\text{rope}} = \int_0^{80} 1.5x \, dx = 0.75x^2 \Big\vert _0^{80} = 0.75(6400) = 4800 \text{ ft-lb}$$

Total for part (b): $$W_b = 2800 + 4800 = 7600 \text{ ft-lb}$$

(c) Percentage: $$\frac{W_a}{W_b} = \frac{3406.25}{7600} \approx 0.448 = 44.8\%$$

Physical insight: The first 25 ft (31.25% of the distance) requires 44.8% of the work. Why? Early in the lift, you're supporting the full weight of rope PLUS the bucket. As rope winds up, the hanging weight decreases. The work is "front-loaded."

Level 5 Hemispherical Tank with Outlet Above

A hemispherical tank of radius 4 m is full of water. The water must be pumped to a point 2 m above the top of the tank. Set up and evaluate the integral for the work required.

Use $\rho = 1000$ kg/m³ and $g = 10$ m/s² for simpler arithmetic.

Thought Process

For a hemisphere, the geometry is trickier. Let's set origin at the top of the tank (center of the flat circular top).

The hemisphere extends from $x = 0$ (top, flat face) to $x = 4$ (bottom of hemisphere).

At depth $x$, the radius of the circular cross-section comes from the sphere equation: $r^2 + x^2 = R^2 = 16$, so $r = \sqrt{16 - x^2}$.

The outlet is 2 m ABOVE the top, so at $x = -2$. A slice at depth $x$ must travel distance $(x + 2)$ to reach the outlet.

Show Answer

Set up: Origin at top of tank (flat face), $x$ pointing down into the hemisphere.

  • Top of tank: $x = 0$
  • Bottom of tank: $x = 4$ m
  • Outlet: 2 m above top, at $x = -2$

Radius at depth $x$:

From sphere geometry: $r^2 + x^2 = 16$, so $r(x) = \sqrt{16 - x^2}$

Cross-sectional area: $$A(x) = \pi r^2 = \pi(16 - x^2)$$

Weight of slice: $$dF = \rho g \cdot A(x) \cdot dx = (1000)(10)\pi(16 - x^2) \, dx = 10000\pi(16 - x^2) \, dx$$

Distance to outlet: The slice at depth $x$ must travel to $x = -2$, a distance of $(x + 2)$

Work integral: $$W = \int_0^4 10000\pi(16 - x^2)(x + 2) \, dx$$

Expand the integrand: $(16 - x^2)(x + 2) = 16x + 32 - x^3 - 2x^2$

$$W = 10000\pi \int_0^4 (32 + 16x - 2x^2 - x^3) \, dx$$

$$= 10000\pi \left[32x + 8x^2 - \frac{2x^3}{3} - \frac{x^4}{4}\right]_0^4$$

At $x = 4$: $$32(4) + 8(16) - \frac{2(64)}{3} - \frac{256}{4} = 128 + 128 - \frac{128}{3} - 64$$

$$= 192 - \frac{128}{3} = \frac{576 - 128}{3} = \frac{448}{3}$$

Final answer: $$W = 10000\pi \cdot \frac{448}{3} = \frac{4480000\pi}{3} \approx 4.69 \times 10^6 \text{ J}$$

The work required is $\boxed{\dfrac{4480000\pi}{3} \approx 4.69 \text{ MJ}}$.

Conceptual Questions (CCI-Style)

Conceptual Comparing Two Tanks

Tank A is a cylinder of height $h$ and radius $r$. Tank B is an inverted cone of height $h$ and top radius $r$. Both are filled with water. Which requires more work to empty by pumping to the top?

  1. Tank A (cylinder)
  2. Tank B (cone)
  3. They require the same work
  4. Cannot determine without knowing $r$ and $h$
Thought Process

The cylinder has more water (volume $\pi r^2 h$ vs. $\frac{1}{3}\pi r^2 h$).

Also, in the cylinder, water is distributed evenly with depth. In the cone, more water is near the top (wide part), so it doesn't have to travel as far.

Both factors point to the cylinder requiring more work.

Show Answer

Answer: (A) Tank A (cylinder)

Two reasons:

  1. Volume: The cylinder holds 3× as much water ($\pi r^2 h$ vs. $\frac{1}{3}\pi r^2 h$)
  2. Distribution: In the inverted cone, most water is near the top and doesn't travel far. In the cylinder, water is uniformly distributed.

The cylinder requires more work both because there's more water and because it's distributed less favorably.

Mastery Checklist

Mental Model

The Bucket Brigade:

Imagine emptying a tank using a human chain passing buckets. Each bucket at the bottom must travel the full height. Buckets near the top barely need to move. The total work is the sum of all individual bucket-lifts.

For a cone that's wide at the top, most buckets start near the top and travel short distances—less total work. For a cylinder, buckets are evenly distributed—more buckets travel the full distance.

The integral $\int \rho g \cdot A(x) \cdot x \, dx$ is just adding up all those bucket-lifts: weight of slice × distance it travels.

Fun Fact: Pumping the Thames

London's Thames Water pumps about 2.6 billion liters of water daily to supply the city. If we assume an average pumping height of 50 meters, that's roughly: $$W = (2.6 \times 10^9 \text{ kg})(9.8)(50) \approx 1.3 \times 10^{12} \text{ J/day}$$

That's about 15 megawatts of continuous power—just for pumping! Municipal water systems spend 2-3% of a nation's total electricity on pumping water uphill to reservoirs and homes.


Connections

Looking back:

Looking ahead:

Real-world connections:


Previous Up Next
Spring Work Ch5 Sec4 Skills Section Overview

Last updated: 2026-01-23