- Unit Vector
A vector that has a magnitude (or length) of exactly 1. It is used to represent a direction without any information about magnitude or length.
- The components are the direction cosines, which are the projections of the unit vector along the x-axes, y-axes, and z-axes, respectively. - The magnitude of the unit vector is always 1:
- Vector
It defined by both a direction and a magnitude. It can have any length, not necessarily 1.
- The components describe the vector's projections along the 𝑥-axes, 𝑦-axes, and 𝑧-axes, respectively. - It is generally not equal to 1, and it is calculated as:
Example:
- Suppose you have a vector . - The magnitude of this vector is: - The unit vector in the same direction as can be found by dividing each component of by its magnitude:
'Math' 카테고리의 다른 글
Tensor product(Outer product) VS Dot Product (0) | 2024.09.26 |
---|---|
Matrix Multiplication (0) | 2024.09.26 |
Vector inner dot product, Scalar projection, Vector projection, Lambertian reflection (0) | 2024.09.24 |
arc, chord, diameter, crescent, sector, central angle (0) | 2024.07.11 |
Intercept (0) | 2024.06.24 |