This section covers calculating work done by constant and variable forces, with applications to springs, cables, and tank pumping problems.
graph LR
subgraph Foundation
A["Work with<br/>Integrals"]
end
subgraph Applications
B["Spring<br/>Work"]
C["Pumping<br/>Work"]
end
A --> B
A --> C
B --> C
style A fill:#d1fae5,stroke:#a565f0,stroke-width:3px
style B fill:#d1fae5,stroke:#a565f0,stroke-width:2px
style C fill:#d1fae5,stroke:#a565f0,stroke-width:2px
click A "work-with-integrals.html"
click B "spring-work.html"
click C "pumping-work.html"
| Skill | Description | Difficulty | Time |
|---|---|---|---|
| Work with Integrals | Foundation: $W = Fd$ and $W = \int f(x)\,dx$ | Intermediate | ~20 min |
| Spring Work | Hooke's Law: $f(x) = kx$ and spring applications | Intermediate | ~20 min |
| Pumping Work | Cables, chains, and tank pumping problems | Advanced | ~25 min |
| Formula | Application |
|---|---|
| $W = Fd$ | Constant force over distance $d$ |
| $W = \int_a^b f(x)\,dx$ | Variable force from $x=a$ to $x=b$ |
| $f(x) = kx$ | Hooke's Law for springs |
| $W = \frac{1}{2}k(b^2 - a^2)$ | Spring work from $x=a$ to $x=b$ |
| $W = \int_a^b \rho g \cdot A(x) \cdot d(x)\,dx$ | Pumping work (fluid in tanks) |
Before starting this section, ensure you're comfortable with:
Tip: Each skill page has a "Before You Start" self-check. If you struggle with those diagnostics, follow the links to review prerequisites before proceeding.
Last updated: 2026-01-23