Goal:
I am trying to find the curve of intersection of two spheres.
$\begin{align*}x^2+y^2+z^2 &= 9 \\ (x-3)^2+y^2+(z-1)^2 &= 4 \end{align*}$
What I have done:
One of the ways of achieving this is to do the following.
- Eliminate one variable, in this case $y$, and obtain an $xz$-relation.
- Simplify down to a linear expression $6x+2z-15=0$. This is the plane that contains the circle where they intersect.
- Set $x=t$ for some parameter $t$, and then find $z(t)$ and then $y(t)$.
- Parameterization complete.
I get $y(t)$ being a plus/minus root since $y$ is defined implicitly, and below is the diagram showing both spheres and half of the circle of where they intersect.
Problem:
There has to be a better way that uses some kind of trigonometric parameterization in the above example. How can I do this without using spherical coordinates?

Observe that: