1. The region bounded by $y = e^x$, $y = 1$, and $x = 1$ is rotated about the $x$-axis. Using the washer method, which integral gives the volume?
- A.$V = \pi \int_0^1 (e^{2x} - 1)\,dx$
- B.$V = \pi \int_0^1 (e^x - 1)^2\,dx$
- C.$V = \pi \int_0^1 (e^{2x} + 1)\,dx$
- D.$V = 2\pi \int_0^1 x(e^x - 1)\,dx$
View Answer
Answer: $V = \pi \int_0^1 (e^{2x} - 1)\,dx$
Identify the region and radii: For $0 \le x \le 1$, $e^x \ge 1$. When rotated about the $x$-axis, the outer radius is $R(x) = e^x$ and the inner radius is $r(x) = 1$. Apply the washer formula: $V = \pi \int_0^1 [(e^x)^2 - 1^2]\,dx = \pi \int_0^1 (e^{2x} - 1)\,dx$, which is option A. Why distractors fail: Option B squares the difference $(e^x - 1)^2$ instead of taking the difference of squares. This is a very common error: $(R - r)^2 \ne R^2 - r^2$. Option C adds instead of subtracting. Option D is a shell method setup (note the $2\pi$ and the factor $x$).