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:
@ -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>⁄<sub>dx</sub>(0.5v<sup>2</sup>) where a is the acceleration, and v is the velocity
|
||||
|
||||
∫ 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)
|
||||
|
||||
|
Reference in New Issue
Block a user