I am having a really troubling time trying to solve this multivariable calculus problem. We are supposed to find the point(s) $P$ on the surface $x^2+y^2+z^2=1$ where the tangent plane at $P$ goes through the points $(3,0,0)$ and $(0,3,0)$. I have tried setting this up as a Lagrange multiplier problem like below, but I am having trouble finding the specific point(s) because of the lack of equations.
Let $\xi_1=x^2+y^2+z^2-1$ and $\xi_2=ax+by+cz-d$. Now define: $\nabla(\xi_1-\lambda\xi_2)=0$ subject to the constraint $x^2+y^2+z^2=1$ and solve. However, here I encounter the troubling part, namely, I have eight variables and only 5 equations. By using the given points we reduce down the variables to six since I can show $a=b$ and $x=y$.
I just need some help figuring out how I am supposed to find all variables or if there is a way to skip solving some since I am only looking for the specific point(s)?
Take $(x_0,y_0,z_0)$ on your surface. The tangent plane through $(x_0,y_0,z_0)$ is$$x_0(x-x_0)+y_0(y-y_0)+z_0(z-z_0)=0,$$which means$$x_0x+y_0y+z_0z=1.$$Now, you want it to contain $(3,0,0)$ and $(0,3,0)$. So, solve the system$$\left\{\begin{array}{l}3x_0=1\\3y_0=1\\{x_0}^2+{y_0}^2+{z_0}^2=1.\end{array}\right.$$