From 4c61607beda6c6ac93a49b38f470fccc087de980 Mon Sep 17 00:00:00 2001 From: eggy Date: Thu, 5 Nov 2020 16:46:12 -0500 Subject: [PATCH] phys: add conservation of energy --- docs/sph3u7.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/sph3u7.md b/docs/sph3u7.md index 4d31fcb..03819e8 100644 --- a/docs/sph3u7.md +++ b/docs/sph3u7.md @@ -463,6 +463,11 @@ The **spring constant** $k$ represents the "stiffness" of the spring. When retur The difference in elastic **potential** energy is the **negative** of the work done by elastic force, and is equal to: $$\Delta E_e = \frac{1}{2}k \Delta x^2$$ +### Conservation of energy + +The law of conservation of energy states that energy cannot be created nor destroyed, but it can be transformed. Therefore, the net energy initially must be the same in the end. +$$\Sigma E_i = \Sigma E_f$$ + ## 2.4 - Momentum and impulse ### Momentum