I want to show that the sphere with equation $x^2+y^2+z^2=1$ and the cone with equation $x^2+y^2=z^2$ are orthogonal at their intersection points.
What I did was let $F(x,y,z)=x^2+y^2+z^2$ and $G(x,y,z)=x^2+y^2-z^2$ so that $F=1$ and $G=0$ are level sets of some function of 3 variables.
Then I did $\nabla F \cdot \nabla G$ which gave me $4(x^2+y^2-z^2)=0$ since $G(x,y,z)=0.$
Is this correct have I done it legitimately?