Processing math: 100%

Intersection of a Line and a Plane

Here you will learn how to find intersection of a line and a plane with examples.

Let’s begin – 

Intersection of a Line and a Plane

Let the equation of a line be xx1l = yy1m = zz1n and that of a plane be ax + by + cz + d = 0.

The coordinates of any point on the line  xx1l = yy1m = zz1n is given 

xx1l = yy1m = zz1n = r (say)

or, (x1+lr,y1+mr,z+nr)                …………(i)

If it lies on the plane ax + by + cz + d = 0, then

a(x1+lr) + b(y1+mr) + c(z1+nr) + d = 0

(ax1+by1+cz1+d) + r(al + bm + cn) = 0

r = -(ax1+by1+cz1+d)al+bm+cn

Substituting the value of r in (i), we obtain the coordinates of the required point of intersection.

In order to find the coordinates of the point of intersection of a line and a plane, we may use the following algorithm,

Algorithm :

1). Write the coordinates of any point on the line in terms of some parameters r (say).

2). Substitute these coordinates in the equation of the plane to obtain the value of r.

3). Put the value of r in the coordinates of the point in step 1.

Example : Find the coordinates of the point where the line through the points A(3, 4, 1) and B(5, 1, 6) crosses the XY-plane.

Solution : The equation of the line passing through A and B is

x353 = y414 = z161

or,  x32 = y43 = z15

The coordinates of any point on this line are given by

x32 = y43 = z15 = λ 

x = 2λ+3,  y = 3λ+4,  z = 5λ+1

So, (2λ+3,3λ+4,5λ+1) are coordinates of any point on the line passing through A and B. If it lies on XY-plane i.e z = 0.Then.

5λ+1 = 0 λ = -15

Thus, the coordinates of the required point are (13/5, 23/5, 0).

Leave a Comment

Your email address will not be published. Required fields are marked *