diff --git a/guide/english/mathematics/integration-rules/index.md b/guide/english/mathematics/integration-rules/index.md index 08ea8facc6..b2b4ad8cf3 100644 --- a/guide/english/mathematics/integration-rules/index.md +++ b/guide/english/mathematics/integration-rules/index.md @@ -25,6 +25,18 @@ As with differentiation, we use a variety of rules when integrating functions. B ∫[f(x) - g(x)]dx = ∫f(x)dx - ∫g(x)dx +**Physical Calculus Rules:** + +∫ v dt = x + C, where x is the displacement and v is the velocity + +∫ a dt = v + C, where v is the velocity and a is the acceleration + +a = ddx(0.5v2) where a is the acceleration, and v is the velocity + +∫ a dx = 0.5v2 + +a + C = 0.5v2 + #### More Information: [Basic Rules with Examples](http://archive.learnhigher.ac.uk/resources/files/Numeracy/Integration_webversion.pdf)