Calculating Unit Vectors and Angles

AI Thread Summary
To calculate the unit vectors b^ and c^ for vectors b and c, one must divide each vector by its magnitude, which results in a vector of length one in the same direction. The formula for a unit vector is given as 1/|x| * x, where x is the original vector. The angle between vectors a and c can be determined using the dot product formula, which relates the dot product to the magnitudes of the vectors and the cosine of the angle between them. Understanding the concept of unit vectors is crucial, as they have a magnitude of one and maintain the direction of the original vector. This discussion highlights the importance of grasping these fundamental vector concepts for solving related problems.
andrew.c
Messages
46
Reaction score
0

Homework Statement


Given a=2i+3j+k, b=i+2j+k, c=-i-j+k, calculate;

a)unit vectors b^ and c^ in the directions of b and c respectively.
b)the angle between a and c


Homework Equations


n/a


The Attempt at a Solution


I don't understand a) at all,
but b is just a simple dot product question.


Any ideas for a) ?
 
Physics news on Phys.org
Do you know what a unit vector is?
 
a) For any vector x other than the zero vector 0i + 0j + 0k, the vector 1/|x| * x will be a unit vector with the same direction as x.

b) You didn't ask, but one definition of the dot product of vectors a and b is a \cdot b = |a||b]| cos \theta
where \theta is the angle between the two vectors.
 
Thank you both. Tbh, I'm still not entirely sure what a unit vector is though, but I do understand Mark44's formula for calculating. Ta
 
A unit vector has a magnitude (or length) of 1 unit. You can normalize any nonzero vector by shrinking it or lengthening it to a vector with the same direction, and magnitude 1.
 
Back
Top