Calculate the area of the surface given by $$ x^2+y^2 = 2x $$ and delimited by the cone of equation $$ z^2 = x^2 + y^2 $$ My problem is that I can't see how can the first equation represent a surface (ok, I know that it is, but how can I express it in a more natural form as a two varible function or in a parametric way, e.g. $f = f(x,y)$, or $\psi(u, v) = (x(u,v), y(u,v), z(u,v))$), and therefore I can't solve this problem.
Any ideas how to solve it? Or some useful explanation?
EDIT
My problem is that I don't know how to set up the integrals for the area of the surface... How to consider the fact that the "empty cylinder" is limited by the cone?
First try to get some intuition in the problem. This can be done by rewriting the first equation, we see that this is the equation of a cylinder:
$$ (x-1)^2+y^2 = 1 $$
This is a cylinder with axis perpendicular to the xy-plane and through $(1,0,0)$. So the question is to calculate the surface of the cylinder encapsulated in the cone. Now we start with calculating the intersection of the surface by putting them equal to each other.
$$ x^2 + y^2 -z^2 = x^2+y^2-2x$$
$$ \Rightarrow z^2 = 2x \Rightarrow z=\sqrt{2x} ~\text{or}~ z=-\sqrt{2x} $$
Now we also know, since the points lay within the cylinder of radius $1$, that $0<x<2$ and $-1<y<1$. Thus now the integral becomes:
$$ \int_0^2 \int_{-\sqrt{2x}}^{\sqrt{2x}} ||\frac{\partial \psi}{\partial z} \times \frac{\partial \psi}{\partial x}|| dzdx$$
$$\psi = \begin{cases} x = x\\ y = \pm \sqrt{x^2-2x}\\ z = z\\ \end{cases} $$
To explicitly calculate this integral you best change parameters to cylindrical coordinates, because this will make the problem much easier. However I didn't do this because I just wanted to outline the method.
(Also changing to cylindrical coordinates will avoid the discontinuity in the derivative of $y$)