How does one parametrize the following curve in 3-space to $\vec{g}(t): [a, b] \to \mathbb{R}^3$:
- the intersection of $x^2+y^2+z^2=a^2$ and $x+y+z=0$ ?
What I could come up with is as follows: $\vec{g}(t) = (a\cos(t), a\sin(t), -a(\sin(t)+\cos(t)))$. But I'm not so sure that this parametrization is correct.
Plugging in $x+y+z=0$ into the equation for the surface of the sphere.
$$x^2+xy+y^2=a^2/2$$
Completing the square
$$(x+y/2)^2+(\sqrt{3}y/2)^2=(a/\sqrt{2})^2$$
$$\sqrt{3}y/2=a/\sqrt{2}sin(t)$$
$$y(t)=\sqrt{2/3}a sin(t)$$
$$x+y/2=a/\sqrt{2}cos(t)$$
$$x(t)=\sqrt{1/6}asin(t)+a/\sqrt{2}cos(t)$$
$$z(t)=-x(t)-y(t)$$