The line ๐ฆ = 2๐ฅ from ๐ฅ = 0 to 1 is rotated around the y-axis. The volume generated is:
A. 1/2 ๐
B. 2/3 ๐
C. 3/4 ๐
D. ๐
Volume of Revolution: Line y = 2x Around the Y-Axis
If you’re studying calculus, one of the classic problems involves finding the volume of a solid formed by rotating a curve around an axis. Letโs walk through how to calculate the volume generated by rotating the line y = 2x from x = 0 to 1 around the y-axis.
Step-by-Step Solution
We’re rotating around the y-axis, so we need to express x as a function of y:
Given: y = 2x โ x = y/2
The volume V formed by rotating a function about the y-axis is calculated using the method of disks:
V = โซ[yโ to yโ] ฯยท(x)^2 dy
From x = 0 to 1, when y = 2x, the y-values go from:
y = 2ร0 = 0 to y = 2ร1 = 2
Now plug into the formula:
V = โซ[0 to 2] ฯยท(y/2)^2 dy
= ฯ โซ[0 to 2] (yยฒ / 4) dy
= (ฯ/4) โซ[0 to 2] yยฒ dy
= (ฯ/4) ร [yยณ / 3] from 0 to 2
= (ฯ/4) ร (8/3)
= 2ฯ/3
โ Final Answer: B. 2/3 ๐
Key Takeaways
- Always convert to x = f(y) when rotating around the y-axis.
- Use the disk method to integrate in terms of y.
- Double-check your bounds when switching variables.


