Work and Average Value
What You’ll Learn
Section titled “What You’ll Learn”In this lesson you’ll learn two practical applications of definite integrals: calculating the work done by a variable force and finding the average value of a function over an interval.
The Concept
Section titled “The Concept”When a force varies with position, the work done moving an object from x = a to x = b is
If the force is constant, this just gives W = F times d (force times distance). But when the force changes, like with a spring or gravity at different distances, you need the integral.
A common example is Hooke’s Law: the force to stretch a spring is F(x) = kx, where k is the spring constant and x is the displacement from the natural length.
Average Value
Section titled “Average Value”The average value of a continuous function f(x) on [a, b] is
Think of it this way: the integral gives the total area under the curve. Dividing by the width of the interval gives the height of a rectangle with the same area. That height is the average value.
Worked Examples
Section titled “Worked Examples”Example 1: Work done by a spring
A spring requires 10 N to stretch it 0.1 m beyond its natural length. How much work is done stretching it 0.5 m?
First find k from Hooke’s Law: F = kx, so 10 = k(0.1), giving k = 100 N/m.
Example 2: Average value of a function
Find the average value of f(x) = x² on the interval [0, 3].
So the average value is 3. That means a rectangle with base 3 and height 3 has the same area (9) as the region under the parabola from 0 to 3.
Example 3: Work done by a variable force
A force F(x) = 4x - x² (in newtons) acts on an object as it moves from x = 1 to x = 4 meters. Find the total work done.
Evaluate at the bounds:
The force starts at F(1) = 3 N, peaks at F(2) = 4 N, and drops to F(4) = 0 N. The integral captures the total accumulated work across that changing force.
Real-World Application
Section titled “Real-World Application”Work and average value show up constantly in physics and engineering:
- Springs, pumps, and lifting problems all involve variable forces where you need the integral to get total work
- Average value is used in signal processing to find the mean of a continuous signal over time
- Game physics engines calculate work done by forces to determine energy changes in objects
- Temperature modeling uses average value to find the mean temperature over a day or season