How to find the equation of the plane which passes through the point $(3, -3, 1)$ and normal to the line joining the points $(3, 2, -1)$ and $(2, -1, 5)$ ?
2026-03-31 21:11:50.1774991510
Finding equation of plane normal to a line.
2.6k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
Notice:
Let the equation of the plane be $ax+by+cz+d=0$
The normal vector to the plane will be parallel to the given line passing through the points $(3, 2, -1)$ & $(2, -1, 5)$ Hence, the direction ratios of the normal vector to the plane are calculated as follows $$a=3-2=1, b=2-(-1)=3, c=-1-5=-6$$ hence, the equation of the plane is $$x+3y-6z+d=0$$ but the plane passes through the given point $(3, -3, 1)$ hence $$3+3(-3)-6(1)+d=0\iff d=12$$
substituting the value $d=12$, the equation of the plane is $$\color{red}{x+3y-6z+12=0}$$