Writing Unit Vectors: A Quick Guide for Scientists

franky2727
Messages
131
Reaction score
0
i get that a unit vector is U/modU but how would it be written for example 8i-4j-8k would it be simply (8i-4j-8k)/144?
 
Physics news on Phys.org
Notation for the normalized vector \vec u is also \hat u. Note, that it is \vec u / ||\vec u|| and not \vec u / || \vec u ||^2.
 
ah sorry i ment over root 144 . apart from that is the way i wrote it fine or would i have to split it into I J and K parts?
 
It doesn't matter;

(8i-4j-8k)/12 = (8/12) i - (4/12) j - (8/12) k.
 
CompuChip said:
It doesn't matter;

(8i-4j-8k)/12 = (8/12) i - (4/12) j - (8/12) k.
Or even better (2/3)i- (1/3)j- (2/3)k :-p
 
HallsofIvy said:
Or even better (2/3)i- (1/3)j- (2/3)k :-p

Which is then again equivalent to
(2i - j - 2k) / 3
or
2(i - 1/2 j - k) / 3

Take your pick (or make your own :D)
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top