Equation of Motion Using Final and Initial Angle
Equations of motion are equations that describe the behavior of a physical system in terms of its motion as a function of time.
The final angular velocity squared equals the initial angular velocity squared plus twice the angular acceleration times the difference between the final and initial angles.
Formula
![Copy to Clipboard QuantityVariable[Subscript["ω", "f"], "AngularVelocity"]^2 == 2*QuantityVariable["α", "AngularAcceleration"]*(QuantityVariable[Subscript["θ", "f"], "Angle"] - QuantityVariable[Subscript["θ", "i"], "Angle"]) + QuantityVariable[Subscript["ω", "i"], "AngularVelocity"]^2](https://www.wolframcloud.com/objects/resourcesystem/marketplacestorage/resources/096/096fdf3e-1efc-465b-8aa4-55b99502fe84/Webpage/FormulaImage.png)
| symbol | description | physical quantity |
|---|---|---|
| ωf | final angular velocity | "AngularVelocity" |
| α | angular acceleration | "AngularAcceleration" |
| θf | final angle | "Angle" |
| θi | initial angle | "Angle" |
| ωi | initial angular velocity | "AngularVelocity" |
Forms
Examples
Get the resource:
| In[1]:= |
| Out[1]= | ![]() |
Get the formula:
| In[2]:= |
| Out[2]= |
Use some values:
| In[3]:= |
| Out[3]= |
