1. What is the surface area formula for a solid generated by revolving $y = f(x)$ about the $y$-axis on $[a, b]$?
- A.$SA = 2\pi \int_a^b f(x) \sqrt{1 + (f'(x))^2}\, dx$
- B.$SA = 2\pi \int_a^b x\, dx$
- C.$SA = 2\pi \int_a^b x \sqrt{1 + (f'(x))^2}\, dx$
- D.$SA = \pi \int_a^b x^2 \sqrt{1 + (f'(x))^2}\, dx$
View Answer
Answer: $SA = 2\pi \int_a^b x \sqrt{1 + (f'(x))^2}\, dx$
Identify the radius for y-axis revolution: When revolving about the $y$-axis, the radius from any point $(x, f(x))$ to the axis is $r = x$. Apply the surface area formula: The general formula is $SA = 2\pi \int r\, ds$. With $r = x$ and $ds = \sqrt{1 + (f'(x))^2}\, dx$, we get $SA = 2\pi \int_a^b x \sqrt{1 + (f'(x))^2}\, dx$. Why distractors fail: Option A uses $f(x)$ as the radius, which is correct for revolution about the $x$-axis. Option B omits the $ds$ factor entirely. Option D introduces $x^2$ instead of $x$, which is incorrect.