2
$\begingroup$

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?

  • 1
    The first one is of dimension three?2017-01-19
  • 1
    @MonsieurGalois, I think yes.2017-01-19
  • 1
    Try cylindric coordinates, $$x=r\cos\theta,\quad y=r\sin\theta,\quad z=z.$$ Thus, the surface is only $r=\cos\theta$.2017-01-19
  • 1
    You can see the first one as $(x-1)^2+y^2=1$, so your surface is just a cylinder. And then give a parametrization.2017-01-19
  • 0
    @MonsieurGalois yes it it in three dimensions. But my problem is how to write the conditions that it has to be under the $z = \sqrt{x^2 + y^2}$ cone and above the $z = -\sqrt{x^2 + y^2}$ cone... Once I've parametrised how can I express the conditions in cylindrical coordinates?2017-01-19
  • 1
    @opisthofulax try the hint of DiegoMath2017-01-19

2 Answers 2

1

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

$$ \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$)

  • 0
    Why in the Domain of integration you did not consider $-12017-01-19
  • 1
    A surface is parametrised by only two parameters, so you only need two parameters. I have chosen for x and z, however y and z could also be a possibilty, note that we can't chose x and y since we can't write z as function of x and y2017-01-19
2

This might be confusing cause there are only two variables in the equation $$x^2+y^2 = 2x $$ so it seems like a curve, not a surface. However, all this fact really means is that $z$ can be whatever it wants. There's no constraint on it. So while the equation represents a circle in the x-y plane, it also represents a cylinder, extending infinitely far in the $\pm z$ direction.

To come up with a parameterization for the surface, we just observe that $z$ can be anything and is independent of $x$ and $y$, so write $z(u,v)=v$ for $v\in(-\infty,\infty).$ Then come up with a one-dimensional parametrization of the circle $x(u), y(u)$ and take $x(u,v) = x(u)$ and $y(u,v) = y(u).$

  • 0
    Yes, this is clear, but $v$ is not really in $[-\infty, +\infty]$, it is delimited by the cones... I cannot figure out how to express this condition! Thanks for helping!2017-01-19
  • 0
    Oh, in your question, you say you don't see how the 'the first equation' is a surface and can be expressed parametrically. Seemed like that was your main question.2017-01-19
  • 0
    I did not express myself very clearly, what I meant was that I was not able to find out a way to have everything expressed in a normal form so that I could integrate with a surface integral the area. Sry...2017-01-19