I am give the point $(1,0,-3)$ and the vector $2i-4j+5k$
Find the equation of the line parallel to vector and passing through point $(1,0,-3)$
Could one use the fact that the dot product between the line and the vector?
Please give me some direction as where to go for this question. I am so lost
$$\frac{x-x_0}{v_x} = \frac{y-y_0}{v_y} = \frac{z-z_0}{v_z}$$ This is line equation in 3D, where $v$ is your vector and $(x_0, y_0, z_0)$ is the given point.