Math Lab
Home/Class XII/Ch 11/Angle between line and plane; line in plane

Angle between line and plane; line in plane

When a line meets a plane, the angle between them is the complement of the angle between the line's direction and the plane's normal. This insight turns the line-plane angle into a dot-product calculation.

The angle

Line with direction d\vec d; plane with normal n\vec n. Let ϕ\phi be the angle between d\vec d and n\vec n, so cosϕ=dndn\cos\phi = \dfrac{\vec d\cdot\vec n}{|\vec d||\vec n|}. The angle between the line and the plane is θ=π/2ϕ\theta = \pi/2 - \phi (the line tilts away from the plane perpendicular).

So sinθ=cosϕ=dndn.\sin\theta = \cos\phi = \frac{|\vec d \cdot \vec n|}{|\vec d|\,|\vec n|}.

The absolute value ensures θ[0,π/2]\theta \in [0, \pi/2].

Line parallel to plane

The line is parallel to the plane iff θ=0\theta = 0, i.e. dn=0\vec d \cdot \vec n = 0 , the direction is perpendicular to the normal. Geometrically, the line either lies in the plane or never meets it.

Line in plane

A line lies in the plane iff:

  1. Its direction is perpendicular to the plane's normal: dn=0\vec d\cdot\vec n = 0.
  2. Any one point on the line lies on the plane.

(The first condition alone gives a line parallel to the plane; the second pins it down.)

Line perpendicular to plane

The line is perpendicular to the plane iff its direction is parallel to the plane's normal: dn\vec d \parallel \vec n, i.e. d×n=0\vec d\times\vec n = \vec 0. Then θ=π/2\theta = \pi/2.

Worked examples

Example 1. Find the angle between x12=y3=z+24\dfrac{x - 1}{2} = \dfrac{y}{3} = \dfrac{z + 2}{4} and the plane 2x3y+z=52x - 3y + z = 5.

d=(2,3,4)\vec d = (2, 3, 4), n=(2,3,1)\vec n = (2, -3, 1). dn=49+4=1\vec d\cdot\vec n = 4 - 9 + 4 = -1. d=29|\vec d| = \sqrt{29}, n=14|\vec n| = \sqrt{14}. sinθ=12914=1406\sin\theta = \dfrac{1}{\sqrt{29}\cdot\sqrt{14}} = \dfrac{1}{\sqrt{406}}.

Example 2. Show that x11=y+12=z11\dfrac{x - 1}{1} = \dfrac{y + 1}{2} = \dfrac{z - 1}{-1} is parallel to the plane x+2yz=5x + 2y - z = 5.

dn=1+4+1=60\vec d\cdot\vec n = 1 + 4 + 1 = 6 \ne 0. Not parallel. (Direct check shows the angle is not zero.) Let me redo: d=(1,2,1)\vec d = (1, 2, -1), n=(1,2,1)\vec n = (1, 2, -1). They're identical , so the direction is the normal, meaning the line is perpendicular to the plane, not parallel. Different example: take line x1=y1=z0\dfrac{x}{1} = \dfrac{y}{1} = \dfrac{z}{0} (direction (1,1,0)(1, 1, 0)) and plane z=5z = 5 (normal (0,0,1)(0, 0, 1)). dn=0\vec d\cdot\vec n = 0. Parallel.

Example 3. Find the foot of perpendicular from (1,2,3)(1, 2, 3) to the plane x+y+z=6x + y + z = 6.

The perpendicular from the point has direction = normal direction (1,1,1)(1, 1, 1). Parametrise: r=(1,2,3)+t(1,1,1)=(1+t,2+t,3+t)\vec r = (1, 2, 3) + t(1, 1, 1) = (1 + t, 2 + t, 3 + t). On the plane: (1+t)+(2+t)+(3+t)=6+3t=6(1 + t) + (2 + t) + (3 + t) = 6 + 3t = 6, so t=0t = 0.

Wait , that puts the foot at the original point. Let me recheck: 1+2+3=61 + 2 + 3 = 6, so the point is on the plane already! Foot of perpendicular is the point itself.

Try (1,2,0)(1, 2, 0) instead: 1+2+0=361 + 2 + 0 = 3 \ne 6. Foot: (1+t,2+t,t)(1 + t, 2 + t, t), on plane: 1+t+2+t+t=3+3t=61 + t + 2 + t + t = 3 + 3t = 6, t=1t = 1. Foot: (2,3,1)(2, 3, 1).

Example 4. Find the image of (1,2,1)(1, -2, 1) in the plane x2y+2z+3=0x - 2y + 2z + 3 = 0.

Normal (1,2,2)(1, -2, 2), magnitude 33. Foot of perpendicular: (1,2,1)+t(1,2,2)(1, -2, 1) + t(1, -2, 2) on the plane: (1+t)2(22t)+2(1+2t)+3=1+t+4+4t+2+4t+3=10+9t=0(1 + t) - 2(-2 - 2t) + 2(1 + 2t) + 3 = 1 + t + 4 + 4t + 2 + 4t + 3 = 10 + 9t = 0, so t=10/9t = -10/9.

Foot: (110/9,2+20/9,120/9)=(1/9,2/9,11/9)(1 - 10/9, -2 + 20/9, 1 - 20/9) = (-1/9, 2/9, -11/9). Image: (1,2,1)+2tn/n2(1, -2, 1) + 2 \cdot t \cdot \vec n / |\vec n|^2 no wait , image is twice as far as foot from original. So image =2foot(1,2,1)=(2/91,4/9+2,22/91)=(11/9,22/9,31/9)= 2\cdot\text{foot} - (1, -2, 1) = (-2/9 - 1, 4/9 + 2, -22/9 - 1) = (-11/9, 22/9, -31/9).

Example 5. Show that the line x11=y+12=z21\dfrac{x - 1}{1} = \dfrac{y + 1}{2} = \dfrac{z - 2}{1} lies in the plane 2xyz=12x - y - z = 1.

Check perpendicularity of direction to normal: dn=221=10\vec d\cdot\vec n = 2 - 2 - 1 = -1 \ne 0. Not in the plane. (If we had asked correctly, we'd find the line meets the plane at a single point.)

Try line with direction (1,1,1)(1, 1, 1) and plane xy=0x - y = 0. Direction dotted with normal (1,1,0)(1, -1, 0): 11+0=01 - 1 + 0 = 0. Take point on line: (0,0,0)(0, 0, 0). On plane? 00=00 - 0 = 0, yes. So this line does lie in the plane.

Example 6. Find λ\lambda if the line x2=y1λ=z+13\dfrac{x}{2} = \dfrac{y - 1}{\lambda} = \dfrac{z + 1}{3} is parallel to the plane 3xy+2z=63x - y + 2z = 6.

dn=6λ+6=12λ=0\vec d\cdot\vec n = 6 - \lambda + 6 = 12 - \lambda = 0, so λ=12\lambda = 12.

Try it yourself

  1. Find the angle between x1=y1=z1\dfrac{x}{1} = \dfrac{y}{1} = \dfrac{z}{1} and the plane x+2y+3z=6x + 2y + 3z = 6.
  2. Show that the zz-axis is perpendicular to the plane z=0z = 0.
  3. Find λ\lambda if x1=y1λ=z21\dfrac{x}{1} = \dfrac{y - 1}{\lambda} = \dfrac{z - 2}{1} is parallel to x+2y+3z=6x + 2y + 3z = 6.
  4. Find the foot of perpendicular from (2,3,4)(2, 3, 4) to x+2y+3z=10x + 2y + 3z = 10.
  5. Image of (0,0,0)(0, 0, 0) in the plane x+y+z=3x + y + z = 3.
  6. Find the plane perpendicular to the line r=(1,1,1)+t(2,1,0)\vec r = (1, 1, 1) + t(2, 1, 0) passing through (0,0,1)(0, 0, 1).
  7. Show that the line r=(1,2,3)+t(2,4,6)\vec r = (1, 2, 3) + t(2, 4, 6) is parallel to the plane x+yz=5x + y - z = 5 , or determine the relationship.
  8. A line through (1,1,1)(1, 1, 1) is perpendicular to 3x+4yz=123x + 4y - z = 12. Find its direction.
  9. Find the equation of the line through (1,0,0)(1, 0, 0) perpendicular to 2x+yz=02x + y - z = 0.
  10. Find μ\mu such that the line r=(1,2,3)+t(1,μ,2)\vec r = (1, 2, 3) + t(1, \mu, 2) lies in the plane x+2y+z=8x + 2y + z = 8.
  11. Find the perpendicular distance from (2,3,4)(2, 3, -4) to the plane 2x6y+3z=02x - 6y + 3z = 0.
  12. Find the angle between the line through (1,2,3),(4,5,6)(1, 2, 3), (4, 5, 6) and the plane x+y+z=1x + y + z = 1.
  13. The line x11=y+21=z2\dfrac{x - 1}{1} = \dfrac{y + 2}{-1} = \dfrac{z}{2} meets the plane x+y+z=6x + y + z = 6 at what point?
  14. Show that the line r=(1,2,3)+t(2,3,1)\vec r = (1, 2, -3) + t(2, 3, -1) lies entirely in the plane xy+z=4x - y + z = -4 , verify by checking both conditions.

Pitfalls and tricks

  • Use sin\sin for line-plane angle, cos\cos for plane-plane and line-line angles. Don't confuse them.
  • Parallel to plane \Leftrightarrow dn=0\vec d \cdot \vec n = 0.
  • In the plane \Leftrightarrow parallel AND any point on the line is on the plane.
  • Perpendicular to plane \Leftrightarrow direction parallel to the normal.
  • For foot of perpendicular from a point to a plane: parametrise along the normal, intersect with plane.

Test Your Knowledge

Quick MCQ check on this chapter

Start Quiz →

AI Summary

Summarize this page in your favorite LLM