Let $C$ denote the curve of intersection of the two given surfaces:
$x+y=2$ and $x^2+y^2+z^2=2(x+y)$.
find a parametrization to $C$.
Here's my solution attempt:
Take a parameter $t\in\mathbb{R}$ and set $y=t$. Hence it follows that:
$x=2-t$ and that
$4-4t +2t^2+z^2=4$ $\implies$ $z^2=4t-2t^2$.
Therefore our parametrization is $\gamma(t)=(2-t, t ,\sqrt{4t-2t^2})$.
Is it correct? what happens with the negative values of z?
$\gamma_1(t)$ for z positive, and $\gamma_2(t)$ for z negative. The range of t would still be the same $t\in[0,2]$.
Right?
– user2345678 Oct 30 '16 at 16:51