Compute the magnitude of the following vectors: a=i+j+k; b=2i-7j-3k; c=(1/sqrt3)i+(1/sqrt3)j-(1/sqrt3)k.
Hint. Use |v|=sqrt(x^2+y^2+z^2) for each vector.
Since magnitude is the square root of the sum of squared components, a gives sqrt(1+1+1)=sqrt3, b gives sqrt(4+49+9)=sqrt62, and c gives sqrt(1/3+1/3+1/3)=1, which means c is already a unit vector.
✦ |a|=sqrt(3), |b|=sqrt(62), |c|=1
