blob: 7b780f545ab52dff836afc42b351b00b226c2882 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
:PROPERTIES:
:ID: 5004f2b4-f8f7-46e6-87b5-e547184f82ef
:END:
#+title: mass-spring system
#+author: Preston Pan
#+html_head: <link rel="stylesheet" type="text/css" href="../style.css" />
#+html_head: <script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
#+html_head: <script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
#+options: broken-links:t
* Introduction
A mass-spring model uses Hooke's law $F = kx$ in order to model a mass attached to a spring with a differential equation.
|