When we talk about the magnitude of a vector, we're referring to its length or size in space. It's like measuring how long a vector is, representing the distance from the point of origin to the vector's endpoint. To make this measurement, we use a formula that is rooted in the essence of geometry.
The magnitude of a vector with components \( \langle a, b, c \rangle \) is calculated using the formula for the Euclidean norm:
- \( \| \vec{u} \| = \sqrt{a^2 + b^2 + c^2} \)
Calculating this, you sum the squares of each component of the vector and then take the square root of that sum.
This formula is perfectly analogous to calculating the hypotenuse of a right triangle. In our problem, we verified that the vector \( \vec{u} = \langle \sin \theta \cos \varphi, \sin \theta \sin \varphi, \cos \theta \rangle \) has a magnitude (length) of 1. Therefore, it's a unit vector since its magnitude equals 1.