Line through a Point parallel to a second Line:
a) Find the symmetric and parametric equations of the line L1 through A(4, -2, 3)
parallel to the line L2: x = 2 - t, y = 3 + 5 t, z = -1 - 2t.
From L2, the coefficients of t yield the components of the vector a2, which is parallel to the line L2.
This same vector can be used for L1 because the lines are parallel. Hence the parametric equations for L1 involve the given point and become x = 4 - t, y = -2 + 5t, z = 3 - 2t.
The symmetric equations for L1 can be found by solving this last equation for t:
![]()
b) Find the intersection of the line L1 with the coordinate planes.
For the x-y plane, we simply set z = 0 = 3 - 2txy to find the value of the parameter t for the x-y plane:
txy = 3/2.
Now we use this value of t in the equations for x and y:
xxy = 4 - txy = 4 - 3/2 = 5/2.
yxy = -2 + 5*txy = -2 + 5*(3/2) = 11/2
In other words, L1 intersects the x-y coordinate plane at (5/2, 11/2, 0).
For the x-z plane, we simply set y = 0 = -2 + 5txz to find the value of the parameter t for the x-z plane:
txz = 2/5.
Now we use this value of t in the equations for x and z:
xxz = 4 - txz = 4 - 2/5 = 18/5.
zxz = 3 - 2*txz = 3 - 2*(2/5) = 11/5
In other words, L1 intersects the x-z coordinate plane at (18/5, 0, 11/5).
For the y-z plane, we simply set x = 0 = 4 - tyz to find the value of the parameter t for the y-z plane:
tyz = 4.
Now we use this value of t in the equations for y and z:
yyz = -2 + 5tyz = -2 + 5*4 = 18.
zyz = 3 - 2*tyz = 3 - 2*4 = -5
In other words, L1 intersects the x-z coordinate plane at (0, 18, -5).