Finding a vector given the length and another vector in the same direction

1.4k Views Asked by At

Given the length of a vector $\|v\| = 2$, and the same direction as $u = (\sqrt{3},3,0)$.

How to calculate vector $v$?

I thought I needed to use the formula for a unit vector: u= v/\|v\| v = (2(sqrt{3},6,0) which is wrong

1

There are 1 best solutions below

0
On

Normalize the vector $\vec u$ and then multiply by two.