Can anyone help walk me through this problem style? I have a lot of homework problems like this and I really want to understand how to do these problems.
Find the volume of the solid generated by revolving the given region in the 1st quadrant about the y-axis: $y=5x^2, x=0, y=245$.
Now your disks are going to be parameterized by y, and are created from horizontal lines extending from the y-axis to the parabola. One such line would be the radius of a disk when rotated around the y-axis. That distance is actually the x-coordinate of a point on the parabola, so the disk would have area
$\pi x^2=\pi\frac{y}{5}$ since $5x^2=y$
Now we need to "add" the volume of all such disks, and we do this through integrating. Since we get a disk for every $0\leq y\leq 245$, we get: $\int_{0}^{245} \pi\frac{y}{5}dy$