Master the practical applications of integration in real-world problems
← Back to UnitsUnit 8 builds upon the integration techniques from Unit 6 to solve practical problems. You'll learn to calculate areas between curves, volumes of revolution, arc lengths, and work done by variable forces.
The area between two curves y = f(x) and y = g(x) from x = a to x = b is:
Find the area between y = x² and y = 2x.
Solution:
1) Find intersection points: x² = 2x → x = 0, 2
2) On [0,2], 2x ≥ x²
3) A = ∫02 (2x - x²) dx = [x² - x³/3]02 = 4 - 8/3 = 4/3
When rotating around a horizontal axis, the volume is:
Find the volume when y = √x from x = 0 to x = 4 is rotated about the x-axis.
Solution:
V = π ∫04 (√x)² dx = π ∫04 x dx = π[x²/2]04 = π(8) = 8π
When there's a "hole" in the solid, use the washer method:
Where R(x) is the outer radius and r(x) is the inner radius.
Find the volume when the region between y = x² and y = 2x is rotated about the x-axis.
Solution:
1) Intersection points: x = 0, 2
2) R(x) = 2x, r(x) = x²
3) V = π ∫02 [(2x)² - (x²)²] dx = π ∫02 (4x² - x⁴) dx
4) = π[4x³/3 - x⁵/5]02 = π(32/3 - 32/5) = 64π/15
For any cross-sectional area A(x):
Find the volume of a solid with square cross-sections perpendicular to the x-axis, where the base is the region between y = x² and y = 4.
Solution:
1) Intersection: x² = 4 → x = ±2
2) A(x) = (4 - x²)² = 16 - 8x² + x⁴
3) V = ∫-22 (16 - 8x² + x⁴) dx = 2∫02 (16 - 8x² + x⁴) dx
4) = 2[16x - 8x³/3 + x⁵/5]02 = 2(32 - 64/3 + 32/5) = 512/15
For a function y = f(x) from x = a to x = b:
Find the arc length of y = x³/2 from x = 0 to x = 2.
Solution:
1) f'(x) = 3x²/2
2) L = ∫02 √(1 + (3x²/2)²) dx = ∫02 √(1 + 9x⁴/4) dx
3) This requires numerical methods or substitution techniques
When force varies with position:
A spring has natural length 10 cm and requires 5 N to stretch it 2 cm. How much work is required to stretch it from 12 cm to 15 cm?
Solution:
1) Find spring constant: F = kx → 5 = k(0.02) → k = 250 N/m
2) W = ∫0.020.05 250x dx = 250[x²/2]0.020.05
3) = 125[(0.05)² - (0.02)²] = 125(0.0025 - 0.0004) = 0.2625 J
The average value of f(x) on [a,b] is:
Find the average value of f(x) = x² on [0,3].
Solution:
favg = (1/3) ∫03 x² dx = (1/3)[x³/3]03 = (1/3)(9) = 3
Find the area of the region bounded by y = x³ and y = x.
Solution:
1) Find intersections: x³ = x → x(x² - 1) = 0 → x = -1, 0, 1
2) On [-1,0]: x³ ≥ x, On [0,1]: x ≥ x³
3) A = ∫-10 (x³ - x) dx + ∫01 (x - x³) dx
4) = [x⁴/4 - x²/2]-10 + [x²/2 - x⁴/4]01 = 1/4 + 1/4 = 1/2
Find the volume when the region between y = x² and y = x is rotated about y = 2.
Solution:
1) Intersections: x = 0, 1
2) R(x) = 2 - x², r(x) = 2 - x
3) V = π ∫01 [(2-x²)² - (2-x)²] dx
4) = π ∫01 (4-4x²+x⁴-4+4x-x²) dx = π ∫01 (4x-5x²+x⁴) dx
5) = π[2x²-5x³/3+x⁵/5]01 = π(2-5/3+1/5) = 8π/15
A cable weighing 2 lb/ft is used to lift a 200 lb load 50 ft. How much work is required?
Solution:
1) At height x, the cable length is 50-x
2) Total weight at height x: 200 + 2(50-x) = 300 - 2x
3) W = ∫050 (300 - 2x) dx = [300x - x²]050
4) = 15000 - 2500 = 12500 ft-lb
Now that you've mastered the applications of integration, test your understanding with our comprehensive practice test. The test includes:
Ready for the next challenge? Unit 9: Parametric Equations, Polar Coordinates, and Vector-Valued Functions introduces new coordinate systems and ways to describe curves.
Explore Unit 9 →