The magnitude of a vector is a measure of its length. In three-dimensional space, the magnitude is found using the Pythagorean theorem extended into three dimensions.
The magnitude, \( \|\mathbf{u}\| \) of vector \( \mathbf{u} = \langle u_1, u_2, u_3 \rangle \) is calculated as:
- \( \|\mathbf{u}\| = \sqrt{u_1^2 + u_2^2 + u_3^2} \)
For our vector \( \mathbf{u} = \langle 0.3, 0.3, 0.5 \rangle \), the magnitude is:\[ \|\mathbf{u}\| = \sqrt{(0.3)^2 + (0.3)^2 + (0.5)^2} = \sqrt{0.43}, \approx 0.656 \]
Similarly, for vector \( \mathbf{v} \):\[ \|\mathbf{v}\| = \sqrt{(2.2)^2 + (1.3)^2 + (-0.9)^2} = \sqrt{7.34}, \approx 2.71 \]
The magnitude gives us the length from the origin in a coordinate system to the point defined by the vector components, often used to describe physical quantities like force or velocity.