Quantcast

Vector Projection

vCalc Reviewed
`vecW = vecV to vecU`
`(V)"Vector V"`
`(U)"Vector U"`

The Vector Projection calculator computes the resulting vector (W)  that is a projection of vector V onto vector U in three dimensional space./attachments/a7d7cd06-5030-11e7-9770-bc764e2038f2/V3 Projection.png Vector V projected on vector U

INSTRUCTIONS: Enter the following:

  • (V) Vector V 
  • (U) Vector U

Vector Projection (W): The calculator returns the vector in comma separated form.

The Math / Science

To compute the projection of vector V onto vector U:

  1. Compute the magnitude of vector V
  2. Compute angle between vectors V and U
  3. Compute the unit vector of vector U
  4. Compute the scalar (k) associated with the projection which is the magnitude of V times the cosine of the angle between them.
  5. Compute the vector resulting in the scalar multiplication of the unit vector of U and the scalar (k).


3D Vector Functions

References