Math Problem Statement

Show that the lines L1: x = 2 - t, y = 2t, z = 1 + t

and

L2: x = 1 + 2t, y = 3 - 4t, z = 5 - 2t

are parallel and find the distance between them.

L1 and L2 are parallel because they are parallel to vectors v1 and v2 that satisfies: v1 = kv2

and what is D?

Hint: The line in 3-space that passes through the point Psub0 (xsub0, ysub0, zsub0) and is parallel to the nonzero vector v = (a, b, c) = ai + bj + ck has parametric equations:

x = xsub0 + at y = ysub0 + bt z = zsub0 + ct

Solution

To show that the lines L1L_1 and L2L_2 are parallel and find the distance between them, we'll follow these steps:

Step 1: Represent the Lines in Parametric Form

The given parametric equations are:

  • Line L1L_1: x=2tx = 2 - t, y=2ty = 2t, z=1+tz = 1 + t
  • Line L2L_2: x=1+2tx = 1 + 2t, y=34ty = 3 - 4t, z=52tz = 5 - 2t

Step 2: Identify the Direction Vectors

For line L1L_1, the direction vector v1\mathbf{v}_1 can be found from the coefficients of tt: v1=(1,2,1)\mathbf{v}_1 = (-1, 2, 1) For line L2L_2, the direction vector v2\mathbf{v}_2 is: v2=(2,4,2)\mathbf{v}_2 = (2, -4, -2)

Step 3: Check if the Vectors are Parallel

Two vectors are parallel if one is a scalar multiple of the other, i.e., v1=kv2\mathbf{v}_1 = k \mathbf{v}_2 for some scalar kk.

Let's check if v1\mathbf{v}_1 is a scalar multiple of v2\mathbf{v}_2: (1,2,1)=k(2,4,2)(-1, 2, 1) = k(2, -4, -2) Comparing each component:

  1. 1=2k-1 = 2k implies k=12k = -\frac{1}{2}
  2. 2=4k2 = -4k also gives k=12k = -\frac{1}{2}
  3. 1=2k1 = -2k again gives k=12k = -\frac{1}{2}

Since all components give the same value for kk, the vectors v1\mathbf{v}_1 and v2\mathbf{v}_2 are indeed parallel. Thus, the lines L1L_1 and L2L_2 are parallel.

Step 4: Find the Distance Between the Lines

To find the distance DD between two parallel lines in space, use the formula: D=(P1P2)(v1×v2)v1×v2D = \frac{| (\mathbf{P_1} - \mathbf{P_2}) \cdot (\mathbf{v}_1 \times \mathbf{v}_2) |}{|\mathbf{v}_1 \times \mathbf{v}_2|} where:

  • P1=(2,0,1)\mathbf{P_1} = (2, 0, 1) is a point on line L1L_1
  • P2=(1,3,5)\mathbf{P_2} = (1, 3, 5) is a point on line L2L_2
  • v1×v2\mathbf{v}_1 \times \mathbf{v}_2 is the cross product of v1\mathbf{v}_1 and v2\mathbf{v}_2

Step 4.1: Compute P1P2\mathbf{P_1} - \mathbf{P_2}

P1P2=(21,03,15)=(1,3,4)\mathbf{P_1} - \mathbf{P_2} = (2 - 1, 0 - 3, 1 - 5) = (1, -3, -4)

Step 4.2: Compute v1×v2\mathbf{v}_1 \times \mathbf{v}_2

The cross product v1×v2\mathbf{v}_1 \times \mathbf{v}_2 is calculated as:

\begin{vmatrix} \hat{i} & \hat{j} & \hat{k} \\ -1 & 2 & 1 \\ 2 & -4 & -2 \\ \end{vmatrix} = \hat{i}(2(-2) - 1(-4)) - \hat{j}((-1)(-2) - 1(2)) + \hat{k}((-1)(-4) - 2(2))$$ $$= \hat{i}(-4 + 4) - \hat{j}(2 - 2) + \hat{k}(4 - 4) = (0, 0, 0)$$ Since the cross product results in the zero vector, the lines are not only parallel but also lie in the same plane. Hence, the distance between them is zero.

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Vectors
Parametric Equations
Cross Product

Formulas

Distance between parallel lines: D = |(P1 - P2) · (v1 × v2)| / |v1 × v2|
Parametric equations of a line in 3D: x = x0 + at, y = y0 + bt, z = z0 + ct
Cross product of vectors: v1 × v2

Theorems

Condition for parallel vectors: v1 = k*v2

Suitable Grade Level

Grades 10-12