Show that there is no tangent plane to the sphere x2+y2+z2−4x+2y−4z+4=0 that can be passed through the straight line 2x+6=y+3=z+1.
Technique
Take the pencil of planes through the line and impose the plane–sphere tangency condition (distance from centre = radius). A real tangent plane exists iff the resulting quadratic in the pencil parameter has a real root; here the discriminant is negative. As a geometric cross-check, the line passes through the interior of the sphere, so no plane through it can be tangent.
Solution
Step 1 — Sphere data.
x2+y2+z2−4x+2y−4z+4=0 has 2u=−4,2v=2,2w=−4,d=4, so centre
C=(2,−1,2),r2=u2+v2+w2−d=4+1+4−4=5,r=5.
Step 2 — Write the line as the intersection of two planes.
From 2x+6=y+3: x+6=2(y+3)⇒x−2y=0.
From y+3=z+1: y−z+2=0.
(Check the point t=0, i.e. (−6,−3,−1): x−2y=−6+6=0 ✓, y−z+2=−3+1+2=0 ✓.)
So the line is π1≡x−2y=0,π2≡y−z+2=0.
Step 3 — Pencil of planes through the line.
π1+kπ2=0:x+(k−2)y−kz+2k=0.
Coefficients (a,b,c)=(1,k−2,−k), constant =2k.
Step 4 — Impose tangency.
Distance from C=(2,−1,2) to this plane equals r, i.e. (aCx+bCy+cCz+2k)2=r2(a2+b2+c2):
(2+(k−2)(−1)+(−k)(2)+2k)2=5(1+(k−2)2+k2).
Numerator inside: 2−k+2−2k+2k=4−k, so (4−k)2.
RHS: 5(1+k2−4k+4+k2)=5(2k2−4k+5)=10k2−20k+25.
Thus
Since 1.87<5≈2.24=r, the line pierces the sphere’s interior; every plane containing it cuts the sphere in a circle, never touching it. This corroborates the algebraic result.