Solveeit Logo

Question

Question: The co-ordinate of a point $B$ of line $L$, such that $AB$ is parallel to the plane, is...

The co-ordinate of a point BB of line LL, such that ABAB is parallel to the plane, is

A

10, -1, 15

B

-5, 4, -5

C

4, 1, 7

D

-8, 5, -9

Answer

(-8, 5, -9)

Explanation

Solution

Let the point B on line L have coordinates (1+3r,2r,3+4r)(1+3r, 2-r, 3+4r) for some parameter rr.
The coordinates of point A are (1,2,3)(1, 2, -3).
The vector AB\vec{AB} is given by BA=(1+3r1,2r2,3+4r(3))=(3r,r,6+4r)B - A = (1+3r - 1, 2-r - 2, 3+4r - (-3)) = (3r, -r, 6+4r).
The equation of the given plane is x+yz=1x+y-z=1. The normal vector to this plane is n=(1,1,1)\vec{n} = (1, 1, -1).
For the line segment AB to be parallel to the plane, the vector AB\vec{AB} must be perpendicular to the normal vector n\vec{n}. Their dot product must be zero.
ABn=0\vec{AB} \cdot \vec{n} = 0
(3r)(1)+(r)(1)+(6+4r)(1)=0(3r)(1) + (-r)(1) + (6+4r)(-1) = 0
3rr64r=03r - r - 6 - 4r = 0
2r6=0-2r - 6 = 0
2r=6-2r = 6
r=3r = -3
Substitute the value of r=3r = -3 into the parametric equations of line L to find the coordinates of point B:
x=1+3(3)=19=8x = 1 + 3(-3) = 1 - 9 = -8
y=2(3)=2+3=5y = 2 - (-3) = 2 + 3 = 5
z=3+4(3)=312=9z = 3 + 4(-3) = 3 - 12 = -9
The coordinates of point B are (8,5,9)(-8, 5, -9).