Hooke's Law for Force
Hooke's law is a principle of physics that states that the force needed to extend or compress a spring by some distance is proportional to that distance.
The force equals the spring constant times the distance.
Formula
![Copy to Clipboard QuantityVariable["F", "Force"] == QuantityVariable["k", "SpringConstant"]*QuantityVariable["x", "Length"]](https://www.wolframcloud.com/objects/resourcesystem/marketplacestorage/resources/d5f/d5f29d9d-7c5c-47e1-80c6-0468b40104e5/Webpage/FormulaImage.png)
| symbol | description | physical quantity |
|---|---|---|
| F | force | "Force" |
| k | spring constant | "SpringConstant" |
| x | extension | "Length" |
Forms
Examples
Get the resource:
| In[1]:= |
| Out[1]= | ![]() |
Get the formula:
| In[2]:= |
| Out[2]= |
Use some values:
| In[3]:= |
| Out[3]= |
