Given a sphere with equation $$x^2+y^2+z^2=9$$ and the parametric form of a line, $$(x,y,z)=(1+2t, 1+2t, 1+2t),$$ find the equation of a plane tangent to the sphere and perpendicular to the line.
I know that there are two planes, but I only need to find one of them. However, I am having difficulty figuring out how to do this.
As said by Jean Marie, the equation of the plane will be as
$$x+y+z-k=0$$
the distance from the sphere center to this plane should be the radius
$$\frac{|0-k|}{\sqrt{1+1+1}}=3$$
which gives $$k=\pm 3\sqrt{3}$$