Question

Line perpendicular to a plane through a point in 3D

Original question: A is the point (7,5,3)(7, 5, 3) and the plane π\pi has the equation 3x+2y+z=63x + 2y + z = 6. Find (i) the equation of the line through A perpendicular to the plane π\pi (ii) the point of intersection, P, of this line with the plane (iii) the distance AP.

Solution (i) The direction perpendicular to the plane 3x+2y+z=63x + 2y + z = 6 is (321)\begin{pmatrix}3\\2\\1\end{pmatrix} so the line through (7,5,3)(7, 5, 3) perpendicular to the plane is given by r=(753)+λ(321).\mathbf{r} = \begin{pmatrix}7\\5\\3\end{pmatrix} + \lambda \begin{pmatrix}3\\2\\1\end{pmatrix}. (ii) For any point on the line

Expert Verified Solution

thumb_up100%(1 rated)

Key takeaway: This 3D geometry problem relies on the fact that a plane’s normal vector gives the direction of any line perpendicular to the plane. Once the line is written, the intersection point and distance follow by substitution and vector geometry.

Use the plane’s normal vector

The plane is

3x+2y+z=6.3x+2y+z=6.

A normal vector to this plane is

n=(321).\mathbf{n}=\begin{pmatrix}3\\2\\1\end{pmatrix}.

A line perpendicular to the plane must have this same direction vector. Since it passes through A(7,5,3)A(7,5,3), its equation is

r=(753)+λ(321).\mathbf{r}=\begin{pmatrix}7\\5\\3\end{pmatrix}+\lambda\begin{pmatrix}3\\2\\1\end{pmatrix}.

That answers part (i).

Find the point of intersection

For a point on the line,

x=7+3λ,y=5+2λ,z=3+λ.x=7+3\lambda,\quad y=5+2\lambda,\quad z=3+\lambda.

Substitute into the plane equation:

3(7+3λ)+2(5+2λ)+(3+λ)=6.3(7+3\lambda)+2(5+2\lambda)+(3+\lambda)=6.

Simplify:

21+9λ+10+4λ+3+λ=621+9\lambda+10+4\lambda+3+\lambda=6 34+14λ=634+14\lambda=6 14λ=2814\lambda=-28 λ=2.\lambda=-2.

So the intersection point is

P=(76,54,32)=(1,1,1).P=(7-6,\,5-4,\,3-2)=(1,1,1).

Find the distance APAP

The distance from A(7,5,3)A(7,5,3) to P(1,1,1)P(1,1,1) is

AP=(71)2+(51)2+(31)2AP=\sqrt{(7-1)^2+(5-1)^2+(3-1)^2} =36+16+4=56=214.=\sqrt{36+16+4}=\sqrt{56}=2\sqrt{14}.

So

r=(753)+λ(321),P=(1,1,1),AP=214.\boxed{\mathbf{r}=\begin{pmatrix}7\\5\\3\end{pmatrix}+\lambda\begin{pmatrix}3\\2\\1\end{pmatrix},\quad P=(1,1,1),\quad AP=2\sqrt{14}}.

Key geometric idea

A line perpendicular to a plane is always parallel to the plane’s normal vector. That is why the normal vector gives the line direction immediately. The rest of the solution is just substitution into the plane equation and then a distance formula.

When working in 3D, it helps to verify the intersection point lies on the plane. For P=(1,1,1)P=(1,1,1), we get 3(1)+2(1)+1=63(1)+2(1)+1=6, which confirms the result.


Pitfalls the pros know 👇 A common error is using the coefficients of the plane equation as a point instead of a normal vector. The ordered triple (3,2,1)(3,2,1) is not on the plane automatically; it is the direction perpendicular to the plane. Another frequent mistake is forgetting that the line must pass through A(7,5,3)A(7,5,3), so the vector form must start at that point. For the distance, some students try to use the plane equation directly without finding the foot of the perpendicular, but here the intersection point is exactly that foot, so the distance is the length of segment APAP.

What if the problem changes? If the plane were written as 3x+2y+z=123x+2y+z=12 instead of 66, the line through AA would stay the same because the normal vector is unchanged, but the intersection point would move. You would substitute the same parametric line into the new plane equation and solve for a different parameter value. If the point were changed to A(7,5,3)A(7,5,3) and the plane were parallel to the original one, the distance calculation would instead represent the shortest distance from the point to a parallel plane, not the length of a segment between two points on the same perpendicular line.

Tags: normal vector, parametric line equation, point-to-plane distance

FAQ

How do you write a line perpendicular to a plane through a given point in 3D?

Use the plane’s normal vector as the direction vector of the line, then write the line in vector form through the given point.

How do you find the distance from a point to a plane along a perpendicular line?

Find the intersection point of the perpendicular line with the plane, then compute the distance between the original point and that intersection point.

chat