Converting cartesian-form to vector-form line equations

Cartesian form

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

y = mx + c

(or one of its variants).

Vector form

A line in vector form has the equation:

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

…where:

Direction vector

The direction vector has two components: the change in x and the change in y.

We can find these components from the gradient m of the line.

In short, the denominator of the gradient is the change in x, and the numerator is the change in y. (if there is no denominator, it is the same as a denominator of 1).

Find the direction vector from the gradient of \frac{3}{4}

Find the direction vector from the gradient of -2

Finding a point on the line

To find a specific point on the line, we can substitute any value of x into the cartesian equation to find the corresponding value of y.

However, the easiest point to find is the y-intercept, which is already stated by the cartesian line equation as the value of c.

For the equation y = mx + c, the y-intercept is at the point (0, c).

Converting from cartesian to vector form

Once we have the direction vector and a point on the line, we can substitute these into the vector form equation to get the final answer.

Convert the cartesian equation y = \frac{2}{3}x + 4 to vector form

flashcards

QuestionAnswer
What is the general form of a cartesian line equation?y = mx + c (or one of its variants)
What is the general form of a vector line equation?\vec r = \vec a + \lambda \vec d
In the vector equation \vec r = \vec a + \lambda \vec d, what does \vec r represent?The position vector of any point on the line.
In the vector equation \vec r = \vec a + \lambda \vec d, what does \vec a represent?The position vector of a specific point on the line.
In the vector equation \vec r = \vec a + \lambda \vec d, what does \vec d represent?The direction vector of the line.
What is the role of \lambda in the vector equation \vec r = \vec a + \lambda \vec d?It is a scalar multiplier; changing it gives a new point on the line.
How do you find the components of the direction vector from the gradient m?The denominator of the gradient is the change in x, and the numerator is the change in y. (If there is no denominator, use 1)
Find the direction vector from a gradient of \frac{3}{4}.\vec d = \begin{pmatrix}4 \\ 3\end{pmatrix}
Find the direction vector from a gradient of -2.\vec d = \begin{pmatrix}1 \\ -2\end{pmatrix}
How do you find a point on a line given its cartesian equation?Substitute any value of x into the cartesian equation to find the corresponding y.
What is the easiest point to find on a line in the form y = mx + c?The y-intercept, which is at the point (0, c).
Convert the cartesian equation y = \frac{2}{3}x + 4 to vector form.\vec r = \begin{pmatrix}0 \\ 4\end{pmatrix} + \lambda \begin{pmatrix}3 \\ 2\end{pmatrix}