You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: physics/hookes_law.py
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,18 @@
1
1
# Hookes Law
2
2
"""
3
-
Hookes Law states that the Force is directly proportional to the extension or compression of an elastic object, provided the limit of proportionality is not exceeded.
3
+
Hookes Law states that the Force is directly proportional to the extension
4
+
or compression of an elastic object, provided the limit of proportionality
5
+
is not exceeded.
4
6
5
7
Formulae : F = -k*x
6
8
7
9
F: Force
8
10
k: Spring constant
9
11
x: displacement from the equilibrium position
10
12
11
-
The negative sign indicates that the restoring force acts in the opposite direction to the displacement, always working to bring the object back to its original state.
13
+
The negative sign indicates that the restoring force acts in the opposite
14
+
direction to the displacement, always working to bring the object back to
0 commit comments