Find the equation of the line going through the point $(2,-3,4)$ ,and which is perpendicular to the plane $ x+2y + 2z = 13$
So I tried this: the normal of the plane is $(1,2,2)$, random point on the line is $(x,y,z)$, so direction vector is $(x-2,y+3,z-4)$. We'll require $(x-2,y+3,z-4)\cdot (1,2,2) = 0$. This yields $x-2y+2z -4 =0$
let us take $z=y=1$. that makes $x=0$ and so $(0,1,1)$ is a random point on the plane; and so we get direction vector $(-2,4,-3)$. This gives a line equation of: $(2,-3,4) + t(-2,4,-3)$ ;
general point on such a line is: $(2-2t,4t-3,-3t+4)$. We also need to find it's point of intersection with the plane $ x+2y + 2z = 13$, so we substitute values of the general point to the plane $ x+2y + 2z = 13$. this however yields $0=9$ which is a little unsatisfying.
The reason why you get $0=9$ is that there is no intersection; the intersection is empty. Notice that the plane $P: x+2y+2z=13$ is parallel to the original plane, and so is the line. This means that either the line lies on the plane $P$ , or the line is parallel to it--and the second choice here is the case. If you start with a wrong assumption you may not get a good result (i.e., you are not guaranteed to, which you would be if you started with a true premise and argued correctly) , even if you argue correctly .
EDIT: Since the point lies on a line perpendicular to the plane thru $(2, -3,4)$, the line must be of the type : $L: (2,-3,4)+ t(1,2,2)=(2+t, -3+2t, 4+2t)=(x,y,z)$ . We then substitute this form into $x+2y+2z=13$, and find that $t=1$ is the solution ( makes sense, since both must intersect at a single point by a (co)dimension argument ). From $t=1$, we get that the intersection point is $(2+1, -3+2, 4+2)=(3,-1,6)$