Velocity Components
The velocity of an object is the rate of change of its position with respect to a frame of reference. Its components are the portions of the velocity in the direction of the coordinate system vectors.
The x component of the velocity equals the speed times the cosine of the angle. The y component of the velocity equals the speed times the sine of the angle.
Formula
![Copy to Clipboard {QuantityVariable[Subscript["v", "x"], "Speed"] == Cos[QuantityVariable["θ", "Angle"]]*QuantityVariable["v", "Speed"], QuantityVariable[Subscript["v", "y"], "Speed"] == QuantityVariable["v", "Speed"]*Sin[QuantityVariable["θ", "Angle"]]}](https://www.wolframcloud.com/objects/resourcesystem/marketplacestorage/resources/47e/47e5532e-f2b4-4aee-926d-5f2b127df14a/Webpage/FormulaImage.png)
| symbol | description | physical quantity |
|---|---|---|
| vx | x component of the velocity | "Speed" |
| θ | angle | "Angle" |
| v | speed | "Speed" |
| vy | y component of the velocity | "Speed" |
Forms
Examples
Get the resource:
| In[1]:= |
| Out[1]= | ![]() |
Get the formula:
| In[2]:= |
| Out[2]= |
Use some values:
| In[3]:= |
| Out[3]= | ![]() |

