This equation computes the Vector Norm, the positive length, of a vector from the Euclidean three space x,y,z components of the vector.
Inputs
- vx - the x-component of the vector, →v
- vy - the y-component of the vector, →v
- vz - the z-component of the vector, →v
Usage
There all kinds of vectors applied in physics for forces, positions, velocities, acceleration, etc. The position vector, often represented by r→ can be decomposed into its components parallel to the Euclidean three-space axes: →r=rxrˆi+ryˆj+rzˆk
Similarly, a velocity vector could be decomposed into its Euclidean components as: →v=vxrˆi+vyˆj+vzˆk