I am taking some parts of calculus 2 and I need to know when one should use the correct rotational formula for volume when rotated around the $x$-axis.
I know that in my course, we only use three formulas for volume, that is:
Rotational volume for circle.
Rotational volume for washers.
Rotational volume for cylindrical shells.
However, how do I know which one to use given a function to rotate around the $x$-axis for? Sometimes we get a function that we should use circle formula for, others we get a function for cylindrical shells. This is not mentioned in the question on the test, so how do I know what to use?
Say I get the function $f(x) = e^x$, and it should be rotated around the $x$-axis for some given interval, how do I know that this is a circle, washer or cylindrical?
Very big thanks if someone could explain.
You use the disc method when you are rotating a function of $x$ around the $x$-axis. The volume of revolution in the interval $[a, b]$ is given by $$V = \pi \int_{a}^{b} [f(x)]^2~dx$$ You are slicing the volume into discs of radius $f(x)$ that are a distance $|x|$ from the $x$-axis.
The disc method can also be used for finding the volume of revolution of a function of $y$ that is rotated around the $y$-axis.
The disc method would be appropriate for your example of rotating $f(x) = e^x$ around the $x$-axis since you are rotating the area between the curve and the $x$-axis around the $x$-axis.
In this case, if you want to find the volume of revolution about the $x$-axis in the interval $[0, 2]$ of the function $f(x) = e^x$, you rotate the region shown in yellow about the $x$-axis. The height of the disc at point $x$ is given by $f(x) = e^x$. The volume is given by $$V = \pi \int_{0}^{2} e^{2x}~dx$$
You use the shell method when you are rotating a function of $x$ around the $y$-axis. The volume of revolution in the interval $[a, b]$ is given by $$V = 2\pi \int_{a}^{b} xf(x)~dx$$ where you are slicing the volume into cylindrical shells of radius $x$ and height $f(x)$.
The shell method can also be used for finding the volume of revolution of a function of $y$ that is rotated around the $x$-axis.
In this case, if you want to find the volume obtained by showing the region shaded in yellow about the $y$-axis, you would evaluate the integral $$V = 2\pi \int_{0}^{2} xe^x~dx$$ where $x$ is the radius and $e^x$ is the height of the cylindrical shell at $x$.
The washer method is used when you wish to find the volume of a hollow solid of revolution. It is a modification of the disc method in which the volume of the inner solid of revolution is subtracted from the volume of the outer solid of revolution. If a region with outer radius $f(x)$ and inner radius $g(x)$ is rotated around the $x$-axis over the interval $[a, b]$, then the volume of revolution is given by $$V = \pi \int_{a}^{b} ([f(x)]^2 - [g(x)]^2)~dx$$ Notice that the disc method is just the special case of the washer method in which the inner radius is $0$.
The washer method can also be used to find a volume of revolution for a function of $y$ that is rotated around the $y$-axis.
For example, if we wish to find the volume of revolution obtained by rotating the area between the curves $f(x) = 3x$ and $g(x) = x^2$ around the $x$-axis, we would evaluate the integral $$V = \pi \int_{0}^{3} [9x^2 - x^4]~dx$$ since the region has outer radius $f(x) = 3x$ and inner radius $g(x) = x^2$.