I am trying to find the vector intersection of
$z={x}^{2}+{y}^{2}$ and $2xy=z$
I am usually pretty good at this but I can not figure out which part of the vector function to set to t.
I am trying to find the vector intersection of
$z={x}^{2}+{y}^{2}$ and $2xy=z$
I am usually pretty good at this but I can not figure out which part of the vector function to set to t.
If $(x',y',z')$ is a point in the intersection of these , then we get $(x'-y')^2=0$, or $x'=y'=k$ (say) and $z'=2k^2$. And any point of the form $(k,k,2k^2)$ satisfies both the equations.