Added some physical calculus rules (#22317)

-Just added a few extra integration rules of velocity, displacement and acceleration for applications of calculus in the physical world
This commit is contained in:
KevinatorTrainer5
2018-11-21 00:45:34 +11:00
committed by Tom
parent 8c5896f8c5
commit b1e0cc41d9

View File

@ -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 = <sup>d</sup>&frasl;<sub>dx</sub>(0.5v<sup>2</sup>) where a is the acceleration, and v is the velocity
&int; a dx = 0.5v<sup>2</sup>
a + C = 0.5v<sup>2</sup>
#### More Information:
[Basic Rules with Examples](http://archive.learnhigher.ac.uk/resources/files/Numeracy/Integration_webversion.pdf)