I am now looking at the following exercise: Calculate: $\int \int_S (2z^2 - x^2 - y^2) dS $ where $S $ is $ z=\sqrt{x^2+y^2} $ intersected with $x^2 + y^2 =2x$ (i.e. $ (x-1)^2 + y^2 =1 $ ) .
Now, as far as definitions: $\int \int_S (2z^2 - x^2 - y^2) dS = \int \int_D f(x(u,v),y(u,v),z(u,v)) ||\phi_u \times \phi_v || dudv $ where $\phi:D \to \mathbb{R}^3 $ is the parameterization of $S$ .
But, how can I parameterize $S$ ? It is the intersection of the cone and the cylinder, but how can I do it?
Thanks in advance