Wolfram Computation Meets Knowledge

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

{QuantityVariable[Subscript["F", "x"], "Force"] == Cos[QuantityVariable["θ", "Angle"]]*QuantityVariable["F", "Force"], QuantityVariable[Subscript["F", "y"], "Force"] == QuantityVariable["F", "Force"]*Sin[QuantityVariable["θ", "Angle"]]}

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]:=
ResourceObject["Force Components"]
Out[1]=

Get the formula:

In[2]:=
FormulaData[ResourceObject["Force Components"]]
Out[2]=

Use some values:

In[3]:=
FormulaData[ResourceObject["Force Components"], {QuantityVariable[
\!\(\*SubscriptBox[\("F"\), \("y"\)]\),"Force"] -> 
   Quantity[5, "Newtons"], QuantityVariable[
\!\(\*SubscriptBox[\("F"\), \("x"\)]\),"Force"] -> 
   Quantity[5 Sqrt[3], "Newtons"]}]
Out[3]=

Publisher Information