← Back to all lessons
Class 12Geometry7:40Published 11 Dec 2024

Intersecting and Perpendicular Lines in 3D

Work through two Class 12 three-dimensional geometry questions: proving two lines intersect and finding the meeting point, then finding the value that makes two lines perpendicular.

This lesson covers two standard exam questions on lines in three dimensions. In the first, a general point on one line is substituted into the second line to show the two lines meet, and the common parameter gives the exact point of intersection. In the second, both lines are rewritten in standard symmetric form to read off their direction ratios, and the perpendicularity condition is used to solve for an unknown.

What you'll learn

  • How to take a general point on a line using a single parameter
  • How to prove two lines in space intersect and find the point where they meet
  • How to rewrite a line in standard symmetric form and read off its direction ratios
  • How to use the perpendicularity condition on direction ratios to find an unknown

Lesson chapters

0:00Setting up the two lines to test for intersection
0:43A general point on the first line in terms of k
1:22Substituting the point into the second line
3:17Solving for k and the point of intersection
5:00Second question: making two lines perpendicular
5:46Standard form, direction ratios, and solving for p

Lesson notes

This lesson works through two common Class 12 questions on straight lines in three dimensions: first showing that two given lines intersect and locating their common point, then finding the value of a parameter that makes two lines perpendicular.

Question 1: showing two lines intersect

We are given the two lines

x12=y23=z34(line 1)\frac{x-1}{2} = \frac{y-2}{3} = \frac{z-3}{4} \qquad (\text{line 1})

x45=y12=z1(line 2)\frac{x-4}{5} = \frac{y-1}{2} = \frac{z}{1} \qquad (\text{line 2})

and we must show they intersect and find the point of intersection.

A general point on line 1

Set each ratio of line 1 equal to a parameter kk:

x12=y23=z34=k.\frac{x-1}{2} = \frac{y-2}{3} = \frac{z-3}{4} = k.

Then x1=2kx - 1 = 2k, y2=3ky - 2 = 3k, z3=4kz - 3 = 4k, so any point on line 1 is

P=(2k+1,  3k+2,  4k+3).P = (2k+1,\; 3k+2,\; 4k+3).

Forcing the point onto line 2

The point PP lies on line 2 exactly when its coordinates satisfy line 2:

(2k+1)45=(3k+2)12=4k+31,\frac{(2k+1)-4}{5} = \frac{(3k+2)-1}{2} = \frac{4k+3}{1},

which simplifies to

2k35=3k+12=4k+31.\frac{2k-3}{5} = \frac{3k+1}{2} = \frac{4k+3}{1}.

For PP to lie on line 2, all three ratios must agree, so we take them in pairs and check that both give the same kk.

First pair.

2k35=3k+12    2(2k3)=5(3k+1)\frac{2k-3}{5} = \frac{3k+1}{2} \;\Rightarrow\; 2(2k-3) = 5(3k+1)

4k6=15k+5    11k=11    k=1.4k - 6 = 15k + 5 \;\Rightarrow\; -11k = 11 \;\Rightarrow\; k = -1.

Second pair.

3k+12=4k+31    3k+1=2(4k+3)\frac{3k+1}{2} = \frac{4k+3}{1} \;\Rightarrow\; 3k+1 = 2(4k+3)

3k+1=8k+6    5k=5    k=1.3k + 1 = 8k + 6 \;\Rightarrow\; -5k = 5 \;\Rightarrow\; k = -1.

Both pairs give k=1k = -1, so the point on line 1 does lie on line 2. The two lines therefore intersect.

The point of intersection

Put k=1k = -1 back into P=(2k+1,  3k+2,  4k+3)P = (2k+1,\; 3k+2,\; 4k+3):

P=(2(1)+1,  3(1)+2,  4(1)+3)=(1,  1,  1).P = (2(-1)+1,\; 3(-1)+2,\; 4(-1)+3) = (-1,\; -1,\; -1).

The lines meet at (1,1,1)(-1, -1, -1).

Question 2: making two lines perpendicular

Find the value of pp so that the lines

1x3=7y142p=z32(line 1)\frac{1-x}{3} = \frac{7y-14}{2p} = \frac{z-3}{2} \qquad (\text{line 1})

77x3p=y51=6z5(line 2)\frac{7-7x}{3p} = \frac{y-5}{1} = \frac{6-z}{5} \qquad (\text{line 2})

are at right angles.

Putting each line in standard form

Direction ratios can only be read off once each line is in the form xx1a=yy1b=zz1c\dfrac{x-x_1}{a} = \dfrac{y-y_1}{b} = \dfrac{z-z_1}{c}.

Line 1. Pull the minus sign out of 1x1-x, and factor 77 out of 7y147y-14:

x13=y22p7=z32,\frac{x-1}{-3} = \frac{y-2}{\tfrac{2p}{7}} = \frac{z-3}{2},

so its direction ratios are (3,  2p7,  2)\left(-3,\; \tfrac{2p}{7},\; 2\right).

Line 2. Pull 7-7 out of 77x7-7x and the minus out of 6z6-z:

x13p7=y51=z65,\frac{x-1}{-\tfrac{3p}{7}} = \frac{y-5}{1} = \frac{z-6}{-5},

so its direction ratios are (3p7,  1,  5)\left(-\tfrac{3p}{7},\; 1,\; -5\right).

Applying the perpendicularity condition

Two lines are perpendicular when a1a2+b1b2+c1c2=0a_1 a_2 + b_1 b_2 + c_1 c_2 = 0:

(3) ⁣(3p7)+(2p7)(1)+(2)(5)=0(-3)\!\left(-\tfrac{3p}{7}\right) + \left(\tfrac{2p}{7}\right)(1) + (2)(-5) = 0

9p7+2p710=0    11p7=10.\frac{9p}{7} + \frac{2p}{7} - 10 = 0 \;\Rightarrow\; \frac{11p}{7} = 10.

11p=70    p=7011.11p = 70 \;\Rightarrow\; p = \frac{70}{11}.

Key takeaways

  • Write a general point on a line as (x1+ak,  y1+bk,  z1+ck)(x_1 + a k,\; y_1 + b k,\; z_1 + c k), then substitute it into the other line; if a single kk satisfies all the ratios, the lines intersect there.
  • The common value of kk gives the exact point of intersection when put back into the general point.
  • Always rewrite a line in standard symmetric form before reading off its direction ratios, and use a1a2+b1b2+c1c2=0a_1 a_2 + b_1 b_2 + c_1 c_2 = 0 to find unknowns that make two lines perpendicular.