I am trying to parametrize the curve given by the equations: $$x^2=2yz$$ $$\sqrt{2}x+1=y+z$$
My attempt:
I have tried to isolate $z$ in the second equation and subtitute it in the first and I get this:$$x^2-2\sqrt{2}xy+y^2+(y-1)^2=1$$ I was hoping I could complete the square, but I have not been able to do it.
I have also tried to isolate $x$ and substituting it I get: $$y^2+z^2-6zy-2y-2z+1=0$$ This has not been useful either.
Could someone give me a hint as to how to parametrize this curve?
Thanks in advance.
(Many thanks to @amd who has pointed errors in my previous calculations).
Take 3 points in the plane, for example
$$A=\begin{pmatrix}0\\1/2\\1/2\end{pmatrix}, \ \ B=\begin{pmatrix}\sqrt{2}\\5/2\\1/2\end{pmatrix}, \ \ C=\begin{pmatrix}\sqrt{2}\\1/2\\5/2\end{pmatrix}$$
Then write the following parametric equations :
$$M=A+u\vec{AB}+v\vec{AC} \ \ \iff \ \ \begin{cases}x&=&(u+v)\sqrt{2}\\y&=&1/2+2u\\z&=&1/2+2v\end{cases}\tag{1}$$
Then replace $x,y,z$ by these expressions in the equation of the cone giving :
$$(u+v)^2=(1/2+2u)(1/2+2v)$$
or
$$u^2 - 2uv + v^2 - u - v = 1/4\tag{2}$$
Let us consider (2) as a quadratic in variable $v$, $u$ being a parameter... Soving this quadratic, one gets an expression of $v$ as a function $v=f(u)$, or more exactly as 2 functions $v=f_1(u)$ and $v=f_2(u)$ (because the quadratic equation has two roots) which are :
$$\begin{cases}f_1(u)&=&\tfrac12(1+2u+\sqrt{2(4u+1)})\\f_2(u)&=&\tfrac12(1+2u-\sqrt{2(4u+1)})\end{cases}\tag{3}$$
Then a parametrization (see (1)) of the intersection is:
$$\begin{cases}x&=&(u + f_k(u))\sqrt{2}\\y&=&1/2+2u\\z&=&1/2+2 f_k(u)\end{cases}\tag{4}$$
(each function $f_k$ gives a parametrization of a part of the intersection curve).
Remark : Writing (1) under the form
$$(u-v)^2=u+v+1/4\tag{5}$$
Making in (5) the isometric change of coordinates
$$\begin{cases}U&=&\tfrac{\sqrt{2}}{2}(u+v)\\V&=&\tfrac{\sqrt{2}}{2}(u-v)\end{cases}$$
we transform it into :
$$2 V^2=\sqrt{2} U+\frac14$$
which the equation of a parabola.