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 x–x1l = y–y1m = z–z1n and that of a plane be ax + by + cz + d = 0.
The coordinates of any point on the line x–x1l = y–y1m = z–z1n is given
x–x1l = y–y1m = z–z1n = 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
x–35–3 = y–41–4 = z–16–1
or, x–32 = y–4−3 = z–15
The coordinates of any point on this line are given by
x–32 = y–4−3 = z–15 = λ
⟹ 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).