Let $x,y \in \mathbb{R}^3: x = (0,0,-1) , y = (0,1,0)$ . Find the Great Circle that contains $x,y$.
From theory, a Great Circle is the intersection of $S^2 = \{x \in \mathbb{R}^3: ||x|| = 1\}$ and the plane $P = ax+by+cz=0, |a|+|b|+|c|\neq0, a,b,c\in \mathbb{R}$.
To find $a,b,c$: Put $x,y$ in the equation of $P$ and that yields that $b=c=0$. That leaves me with $ax=0$ and since $a$ can't be $0$, $x$ must be zero. That means that the Great Circle has equation $y^2+z^2=1$.
That doesn't feel like it's the right answer. Can someone check my work? Thanks.