[Math] Equation of a cone

analytic geometryelliptic-curvesquadratic-formssurfaces

Find the equation of the cone whose vertex is at the origin and whose directing curve is given by the equations:

$$\begin{cases} x^2-2z+1=0 \\ y-z+1=0\end{cases} $$


We know that an eliptic cone is a surface of a revolution of a line around an axis. But I don't know how to use this, cause after all it seems that the equation of the directing curve defines a parabola in 3 dimensions. The parabola is obviously symmetric over the YZ-plane, but I don't know how to use it and whether it's helpful at all.


I tried to solve another problem using Arentino's solution, but I came up against problem. The question is similar except that the vertex is at $(3,-1,-2)$ and the directing curve is given by:

$$\begin{cases} x^2+y^2-z^2=1 \\ x-y+z=0\end{cases} $$

This time the intersection is hyperbola. Anyway by substituting $z=y-x$ in the first equation I got $2xy=1$, so the parametric equation of the hyperbola is given by:

$$\begin{cases} x=t \\ y=\frac 1{2t} \\ z = \frac{1-2t^2}{2t}\end{cases} $$

Now I change the coordinate system, such that I translate the original one, so the origin of the new one is the vertex of the cone, so:

$$\begin{cases} \bar{x}=x-3 \\ \bar{y}=y+1 \\ \bar{z}=z+2\end{cases} $$

So now I get for the cone:

$$\begin{cases} \bar{x}=st – 3s \\ \bar{y}=\frac {s}{2t} + s \\ \bar{z} = \frac{s-2st^2}{2t} + 2s \end{cases} $$

The only thing that I manage to get is that $\bar{y} = \bar{z}$ and using this that $\bar{x}=-2s$. But this forces $t=1$, which means that the intersection is a single point which isn't possible.

Best Answer

LONG SOLUTION.

The equations defining the parabola can be rewritten as parametric equations as follows: $$ \cases{ x=t \cr \displaystyle y={1\over2}t^2-{1\over2}\cr \displaystyle z={1\over2}t^2+{1\over2}\cr } $$ The parametric equation of the line passing through the origin and a point $P(t)=(t,\ t^2/2-{1/2},\ t^2/2+{1/2})$ of the parabola is just $Q(s)=sP(t)$, that is: $$ \cases{ x=st \cr \displaystyle y={1\over2}s(t^2-1)\cr \displaystyle z={1\over2}s(t^2+1)\cr } $$ These are also the parametric equations of the cone, depending on two parameters $s$ and $t$. From these one finds $z+y=st^2$ and $z-y=s$, so that $z^2-y^2=s^2t^2=x^2$. The equation of the cone can be then expressed as $z^2=x^2+y^2$.

SHORT SOLUTION (valid only if the cone is a right circular cone).

The vertex of the parabola is $V=(0,-1/2,1/2)$ and this point must belong to a generatrix of the cone, which is then the line $x=0,\ z=-y$. The reflection of this generatrix around the axis of the cone must lie by symmetry on the $(y,z)$ plane and must be parallel to the plane $y-z+1=0$ (by definition of parabola as intersection of a plane and a cone). This second generatrix is then the line $x=0,\ z=y$.

It follows that the $z$ axis is also the axis of the cone, whose equation is thus $z^2=x^2+y^2$.

Related Question