Vectors are, in the field of physics, quantities defined by their point of application, direction, direction and value. Depending on the context in which they appear and their characteristics, they are classified differently.
The idea of unit vector refers to the vector whose module is equal to 1. It should be remembered that the module is the number that coincides with the length when the vector is represented on a graph. The module, therefore, is a rule of mathematics that applies to the vector that appears in a Euclidean space. Another name by which the unit vector is known is the normalized vector, and it appears very often in problems in various fields, from mathematics to computer programming. It is possible to obtain the inner product or scalar product of two unit vectors by finding the cosine of the angle formed between them. The product of a unit vector by a unit vector, therefore, is the scalar projection of one of the vectors in the direction established by the other vector.
When you have a vector and you want to normalize it, what you do is look for a unit vector that has the same sense and the same direction as the vector in question. The normalization of the vector is done by dividing the vector by its module. The result is a unit vector with the same direction and the same sense. But what does it mean to divide the vector by its magnitude? Let’s not forget that the vector is defined by components, as many as the dimensions of the space in which it is located. If we take a two-dimensional vector, expressed on the X and Y axes, it will have a value for each of them, like (4,3). It is worth mentioning that these components are also known as vector terms. So, if we go back to the method to find the unit vector that consists of dividing the original by its module, we will only have to take each of the components and divide them by this value, so that the final result gives us a module equal to 1. This can seem too abstract or arbitrary to non-mathematicians, but when you look closely, it makes a lot of sense. Let’s see the explanation below. If we rely for a moment on the rules of division, we will remember that every number is divisible by itself and by 1, and that if we divide by itself the result we get is precisely 1. Now, in this case, we are looking for a vector whose components orient it in the same direction as the original, but output a different length, more specifically, a value of 1. Returning to the procedure of dividing each component by the modulus, let’s see how to logically get to this step. First of all, it is necessary to remember that to calculate the magnitude of a vector we rely on the Pythagorean Theorem, since we consider the segment of the vector as the hypotenuse, and each of its components as the legs of the triangle.
Therefore, to calculate the magnitude of the vector (4,3) we must take the square root of the sum of the squares of 4 and 3. This gives us the result 5. To arrive at the unit vector, we must multiply everything by 1/ 5 (a fifth), so that on one side of the equality we are left with 1 (the length of the normalized vector) and on the other side we are left with 1/5 x (4,3) . Finally, we can say that the components of the unit vector will be (4 / 5,3 / 5), just by applying the Pythagorean Theorem to check if the modulus is actually 1. The use of unit vectors makes it easier to specify the different directions that present the vector quantities in a given coordinate system.