Force Components
The force components describe how the force is distrubuted along the x and y axes of a surface.
The x component of the force is the force times the cosine of the angle. The y component of the force is the force times the sine of the angle.
Formula
![Copy to Clipboard {QuantityVariable[Subscript["F", "x"], "Force"] == Cos[QuantityVariable["θ", "Angle"]]*QuantityVariable["F", "Force"], QuantityVariable[Subscript["F", "y"], "Force"] == QuantityVariable["F", "Force"]*Sin[QuantityVariable["θ", "Angle"]]}](https://www.wolframcloud.com/objects/resourcesystem/marketplacestorage/resources/a15/a157229e-1f70-471c-8fac-0d09fb4347b3/Webpage/FormulaImage.png)
| symbol | description | physical quantity |
|---|---|---|
| Fx | x component of the force | "Force" |
| θ | angle | "Angle" |
| F | force | "Force" |
| Fy | y component of the force | "Force" |
Forms
Examples
Get the resource:
| In[1]:= |
| Out[1]= | ![]() |
Get the formula:
| In[2]:= |
| Out[2]= |
Use some values:
| In[3]:= |
| Out[3]= |
