update project motion formula

This commit is contained in:
davidrobert99 2022-05-10 10:12:57 +01:00
parent 431299a000
commit 9c72b66e06
3 changed files with 2 additions and 2 deletions

View File

@ -17,11 +17,11 @@ You must implement :
Consider the value of gravity is 9.8m/(s*s) and that the position (p) in the instant s of an object is given by:
$$ p(t) = p_{0} + v_{0}*t +\frac{1}{2}* a*t^{2} $$
![Position Formula](position_formula.png)
and velocity (v) in the instant s of an object is given by:
$$ v(t) = v_{0} + a*t $$
![Speed Formula](speed_formula.png)
### Notions

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB