Quantcast
Loading [MathJax]/jax/output/CommonHTML/jax.js

V3 - Vector Norm

vCalc Reviewed
||v||=v2x+v2y+v2z
X-component of vecv
Y-component of vecv
Z-component of vecv

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