Understanding the direction vector is crucial in parametric equations. It tells us the direction in which a line travels.
This vector is calculated by subtracting corresponding coordinates of two points on the line. In context, if we have two points, say, \(P(x_1, y_1)\) and \(Q(x_2, y_2)\), then the direction vector \(\vec{v}\) is given by:
- \(\vec{v} = (x_2 - x_1, y_2 - y_1)\)
In our example, with points \(P(1, 3)\) and \(Q(-2, 6)\), we calculate:
- \(\vec{v} = (-2 - 1, 6 - 3) = (-3, 3)\)
The vector \((-3, 3)\) indicates that starting from \(P\), we move left 3 units and up 3 units to reach \(Q\).
This consistent direction helps in defining the path between these points, and is essential for the parametric equation.