If a curve in the $y-z$ plane given by $z=f(y)$ is rotated around the y-axis, what will be the surface of revolution?
How should I approach this problem? Any help will be appreciated.
Edit: I think the answers below are for the surface area, which is nice but actually I want to find the equation of the surface.

Observe that the intersection between the revolved surface and a plane normal to the $y$-axis and at any given $y$ is a circle of radius $f(y)$ in the $xz$-coordinates.
Thus, the equation of the surface as a result of $f(y)$ revolving around the $y$-axis is given by,
$$x^2+z^2 =[f(y)]^2$$
—————————
Think of the whole surface as a collection of rings of width $ds$, which is just the length of the curve $z(y)$ within $dy$ given by
$$ds=\sqrt{1+[z(y)’]^2}dy$$
Then, the surface area for each ring is $2\pi zds$ and the surface integral is
$$\int_{y_1}^{y_2} 2\pi z ds=2\pi \int_{y_1}^{y_2} z(y)\sqrt{1+[z(y)’]^2}dy$$.