Given the following vector:
$v = (3,5)$,
I was told that the normalized vector which must have unit length is given by: $v' = (3/\sqrt{34}, 5/\sqrt{34})$
However, why cannot this vector be a normalized vector as well? $ v = (\sqrt{3/8}, \sqrt{5/8})$, which also gives a vector of unit length?
Thanks.
$(\sqrt{3/8},\sqrt{5/8})$ is a normalized vector, but it doesn't have the same direction as $(3,5)$.
The former has the direction of the line $y=\sqrt{\dfrac53} x$,
whereas the latter has the direction of the line $y=\dfrac53x$.