I want to find a condition in order that the plane $ax+by+cz=d$ and sphere $x^2+y^2+(z-1)^2=1$ has intersection.
Somewhere I read without proof that the plane $ax+by+cz=d$ has intersection with the sphere $x^2+y^2+z^2=1$ if $a^2+b^2+c^2>d^2$.
So I've tried to substitude $z=\frac{d-ax-by}c$ into the equation of sphere. I arrived to equation of a circle
$$(a^2+c^2)x^2+(b^2+c^2)y^2+(2ac-2ad)x+...=0$$
But I don't know how to obtain suitable condition.
Could someone help me or refer me to some book that completely has discussed conditions for intersection of plane and sphere? Thanks!
The centre of the sphere is at $(0,0,1)$ and radius of it is $1$. Plus, if you apply the formula $$\text{dist}=\frac{|c-d|}{\sqrt{a^2+b^2+c^2}}\leq1$$ The condition that the plane $ax+by+cz=d$ has intersection with the sphere $x^2+y^2+z^2=1$ if $a^2+b^2+c^2>d^2$ could be also derived from the distance formula.
By substituting $z=\frac{d-ax-by}c$ into the equation of sphere, you'll get a range of equations of circle. It doesn't generate the condition "when do they intersect". To find such condition/relationship between coefficients, you'll have to find some concrete constraints, subsequently expressing them in equations and so on.