Converting vector-form to cartesian-form line equations

Vector form

A line in vector form has the equation:

\vec r = \vec a + \lambda \vec d

…where:

See vector line equation.

Cartesian form

Cartesian form is the standard equation of a line (see cartesian line equation, written as:

y = mx + c

(or one of its variants).

Gradient

We can find the gradient of the line from the \vec d vector of the vector form equation.

From this, we can use the formula for gradient:

\text{gradient} = \frac{\text{change in } y}{\text{change in } x}

So the gradient of a line with direction vector \vec d=\begin{pmatrix}2\\6\end{pmatrix}, for example, will have gradient \frac62=3

Converting from vector to Cartesian form

Once we have the gradient, we can substitute it into the Cartesian form equation (y = mx + c) to find c.

Convert the vector equation \vec r = \begin{pmatrix}1 \\ 2\end{pmatrix} + \lambda \begin{pmatrix}3 \\ 4\end{pmatrix} to cartesian form

Convert the vector equation \vec r = \begin{pmatrix}2 \\ 5\end{pmatrix} + \lambda \begin{pmatrix}-1 \\ 2\end{pmatrix} to cartesian form

Convert the vector equation \vec r = \begin{pmatrix}-1 \\ 4\end{pmatrix} + \lambda \begin{pmatrix}2 \\ -3\end{pmatrix} to cartesian form

flashcards

QuestionAnswer
What is the general vector equation of a line?\vec r = \vec a + \lambda \vec d, where \vec r is the position vector of any point on the line, \vec a is the position vector of a specific point, \vec d is the direction vector, and \lambda is a scalar multiplier.
How do you find the gradient of a line from its direction vector \vec d?Gradient m = \frac{\text{change in } y}{\text{change in } x}, using the components of \vec d.
What is the gradient of a line with direction vector \vec d = \begin{pmatrix}2\\6\end{pmatrix}?m = \frac{6}{2} = 3
Convert the vector equation \vec r = \begin{pmatrix}1 \\ 2\end{pmatrix} + \lambda \begin{pmatrix}3 \\ 4\end{pmatrix} to Cartesian form.y = \frac{4}{3}x + \frac{2}{3}
Convert the vector equation \vec r = \begin{pmatrix}2 \\ 5\end{pmatrix} + \lambda \begin{pmatrix}-1 \\ 2\end{pmatrix} to Cartesian form.y = -2x + 9
Convert the vector equation \vec r = \begin{pmatrix}-1 \\ 4\end{pmatrix} + \lambda \begin{pmatrix}2 \\ -3\end{pmatrix} to Cartesian form.y = \frac{-3}{2}x + \frac{5}{2}
How do you find the value of c when converting a vector line equation to Cartesian form y=mx+c?Substitute the coordinates of a known point on the line (from \vec a) and the calculated gradient m into y=mx+c, then solve for c.