Volume of revolution between lines
If we have two lines,
- find the volume of revolution of the area under
y = f(x) and subtract the volume of revolution of the area undery = g(x) , or - find
\pi \int_a^b (f(x)^2 - g(x)^2) \, dx
Formula
As just mentioned, we have a fancy formula for finding the volume of revolution of the area between two lines or curves, which is:
V = \pi \int_a^b (f(x)^2 - g(x)^2) \, dx
Where:
V is the volume of revolution of the area between the two lines or curves.f(x) is the function that represents the upper line or curve (the one that’s further from thex -axis at the region we care about).g(x) is the function that represents the lower line or curve (the one that’s closer to thex -axis at the region we care about).a andb are the limits of integration, which represent the range of coordinates we’re rotating.
Common mistakes
- You cannot square the whole integral. You need to square the functions first, and then integrate the difference of the squares.
- You cannot just integrate the difference of the functions, and then square the result. You need to square the functions first, and then integrate the difference of the squares.
- Forgetting to multiply by
\pi at the end! - Forgetting to subtract the smaller function from the larger function. You need
to make sure that
f(x) \geq g(x) for allx in the interval you’re interested in, otherwise you’ll get a negative volume, which doesn’t make sense!
flashcards
| Question | Answer |
|---|---|
| What is the formula for the volume of revolution about the | |
| What must be true about | |
| What is one method of finding the volume of revolution of the area between two curves, apart from the formula? | Find the volume of revolution under |
| What is a common mistake regarding the order of operations for squaring and integrating in the formula? | You cannot square the whole integral; you must square the functions first, then integrate the difference of the squares. |
| What is the mistake of integrating the difference of functions first and then squaring the result? | You must square the functions first, then integrate the difference of the squares. You cannot integrate |
| What component of the formula is commonly forgotten? | Multiplying by |
| What happens if you subtract the smaller function from the larger function in the wrong order? | You will get a negative volume, which does not make sense. |