Hooke's Law for Potential Energy
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 potential energy equals half of the spring constant times the distance squared.
Formula
![Copy to Clipboard QuantityVariable["U", "Energy"] == (QuantityVariable["k", "SpringConstant"]*QuantityVariable["x", "Length"]^2)/2](https://www.wolframcloud.com/objects/resourcesystem/marketplacestorage/resources/e7c/e7c22e1b-0b55-44f8-9624-be7b5f25d6b5/Webpage/FormulaImage.png)
| symbol | description | physical quantity |
|---|---|---|
| U | potential energy | "Energy" |
| 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]= |
