Vector Projection
The vector projection of a vector a on (or onto) a nonzero vector b (also known as the vector component or vector resolution of a in the direction of b) is the orthogonal projection of a onto a straight line parallel to b.
The projected distance equals the cosine of the plane angle times the vector magnitude.
Formula
![Copy to Clipboard QuantityVariable["x", "Length"] == Cos[QuantityVariable["θ", "Angle"]]*QuantityVariable["L", "Length"]](https://www.wolframcloud.com/objects/resourcesystem/marketplacestorage/resources/637/63770d07-96a3-46cc-bc2a-f07b0da13c98/Webpage/FormulaImage.png)
Forms
Examples
Get the resource:
| In[1]:= |
| Out[1]= | ![]() |
Get the formula:
| In[2]:= |
| Out[2]= |
Use some values:
| In[3]:= |
| Out[3]= |
