Find the surface area of two cylinders $$y^2 + z^2 = 1$$ and $$x^2 + y^2 = 1$$
I have so far set the two equations to equal $$x= \pm z$$ and $$y= \sqrt{(1-z^2)}$$ I am a little confused on how to set up the integration problem. So far I have $$1/\sqrt{(1-z^2)}dy$$ from 0 to 1 and am not certain if that is the correct approach.
The surface area is $$S=2\int\int_D \sqrt{1+f_x^2+f_y^2}dxdy$$ where $z=f=\sqrt{1-y^2}$ and so $f_y=\frac{-y}{\sqrt{1-y^2}}$ so $$S=2\int\int_D \sqrt{1+\frac{y^2}{1-y^2}}dxdy=2\int_{-1}^1\int_{-\sqrt{1-y^2}}^\sqrt{1-y^2} \frac{1}{\sqrt{1-y^2}}dxdy \\=2\int_{-1}^12dy=8 $$