Converting cartesian-form to vector-form line equations
Cartesian form
Cartesian form is the standard equation of a line, written as:
(or one of its variants).
Vector form
A line in vector form has the equation:
…where:
\vec r is the position vector of any point on the line,\vec a is the position vector of a specific point on the line,\vec d is the direction vector of the line,\lambda is a scalar multiplier (changing it gives a new point on the line).
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
In short, the
Find the direction vector from the gradient of \frac{3}{4}
- Change in
x = 4 - Change in
y = 3 - Answer:
\vec d = \begin{pmatrix}4 \\ 3\end{pmatrix}
Find the direction vector from the gradient of -2
- Change in
x = 1 - Change in
y = -2 - Answer:
\vec d = \begin{pmatrix}1 \\ -2\end{pmatrix}
Finding a point on the line
To find a specific point on the line, we can substitute any value of
However, the easiest point to find is the y-intercept, which is already
stated by the cartesian line equation as the value of
For the equation
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
- Gradient
m = \frac{2}{3} - Change in
x = 3 - Change in
y = 2 - Direction vector
\vec d = \begin{pmatrix}3 \\ 2\end{pmatrix}
- Change in
- Y-intercept is at point
(0, 4) - Position vector
\vec a = \begin{pmatrix}0 \\ 4\end{pmatrix}
- Position vector
- Vector equation:
\vec r = \vec a + \lambda \vec d = \begin{pmatrix}0 \\ 4\end{pmatrix} + \lambda \begin{pmatrix}3 \\ 2\end{pmatrix}
- Answer:
\vec r = \begin{pmatrix}0 \\ 4\end{pmatrix} + \lambda \begin{pmatrix}3 \\ 2\end{pmatrix}
flashcards
| Question | Answer |
|---|---|
| What is the general form of a cartesian line equation? | |
| What is the general form of a vector line equation? | |
| In the vector equation | The position vector of any point on the line. |
| In the vector equation | The position vector of a specific point on the line. |
| In the vector equation | The direction vector of the line. |
| What is the role of | 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 | The denominator of the gradient is the change in |
| Find the direction vector from a gradient of | |
| Find the direction vector from a gradient of | |
| How do you find a point on a line given its cartesian equation? | Substitute any value of |
| What is the easiest point to find on a line in the form | The y-intercept, which is at the point |
| Convert the cartesian equation |