lonewolf219 said:
Thanks for your explanation, Mathaholic. If A=(1, 2, 3), and the vector parallel to motion is <4, 5, 6>, and the speed is 6m/s, is it incorrect to express the velocity as
r'(t)=A+<4, 5, 6>6t
If there is an initial point, a speed and a vector, what am I missing if this is incorrect?
If |\vec{v}| is constant through time and \vec{v}=\vec{const} (straight line, as you said before), then the vector velocity is expressed as:
\vec{v}=|\vec{v}|\hat{v}
Now, if there's a vector parallel to the movement (thus, to the vector velocity) and the speed is 6 m/s. Firstly, you note that the magnitude of (4,5,6) is not equal to 6, otherwise, that'd be your vector velocity. But if (4,5,6) is parallel to the velocity, then:
λ(4,5,6)=\vec{v}
You need to determine the x,y,z coordinates of \vec{v} using that expression and knowing its magnitude (6 m/s) and most importantly, calculating λ.
And then you'll be able to express the vector velocity as:
\vec{v}=v
x\hat{x}+v
y\hat{y}+v
z\hat{z}
And yes, it's incorrect to express the vector velocity as:
\vec{r'(t)}=A+(4,5,6)6t
The RHS has units of m/s and LHS has at least units of m (but never m/s!). Secondly, you cannot sum points (A) with vectors of velocity, you can only do that with vectors of position (\vec{r}).