Converting cross product form of a line to vectorial form

1.2k Views Asked by At

Given the equation of a line in $\mathbb{R}^3$ as:

$$r \times l = b$$

Where $r$ is a general point of the line, $l$ is a unit vector along the direction of the line and $b$ is another vector. How can this form be converted to the vectorial form:

$$r = a + \lambda \cdot l$$

Where $r$ and $l$ convey the same meaning, $\lambda$ is a real parameter and $a$ is a specific point on the line. That is, given the cross product form, how can you find a specific point on the line.

1

There are 1 best solutions below

1
On

Take the cross product of LHS and RHS with $l$ and then apply the double cross product formula:

$$l \times (r \times l) = l \times b $$

$$(l \cdot l) r - (l \cdot r) l = l \times b $$

Up to you now...