I need to find out the relative positions to each other a straight line, first I'm trying to check if they are coplanar but I get an unknown variable.
Can anyone help me on how to solve this part of the resolution?
$r1: x + 3 = \dfrac{2y - 4}4 = \dfrac{z - 1}3 = \lambda$
$r1: x + 3 = \dfrac{y - 2}2 = \dfrac{z - 1}3 = \lambda$
$r1: (x, y, z) = (-3, 2, 1) + \lambda(a, b, c)$
$r2: x = (0, 2, 2) + \lambda(1, 1, -1)$
Checks if are coplanar
$\vec{v_1}\cdot (\vec{v_2} \times \vec{u}) = \begin{vmatrix} a & b & c \\ 1 & 1 & -1 \\ -3 & 0 & 1 \end{vmatrix} = 0?$