Suppose that $P = (1,1,7)$ and $Q = (8,6,1)$. Inside parenthesis are x-coordinate value, y-coordinate and z-coordinate. The question is to find vector and parametric equation for a line segment.
Now, I used equation that goes like $(1-t)<1,1,7>+t<8,6,1>, where, 0\leq t\leq 1$.
But, the answer says that I am wrong. So, I am wondering what is going on.
Also, why do we write parametric equations? Are they really different from vector functions anyway?
If vector function is $<2t,3t,1>$, according to my knowledge, parametric equations would be $x(t)=2t, y(t)=3t, z(t)=1$ ....