Browse Source

update project motion formula

pull/1039/head
davidrobert99 2 years ago
parent
commit
9c72b66e06
  1. 4
      subjects/project_motion/README.md
  2. BIN
      subjects/project_motion/position_formula.png
  3. BIN
      subjects/project_motion/speed_formula.png

4
subjects/project_motion/README.md

@ -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

BIN
subjects/project_motion/position_formula.png

diff.bin_not_shown

After

Width:  |  Height:  |  Size: 3.9 KiB

BIN
subjects/project_motion/speed_formula.png

diff.bin_not_shown

After

Width:  |  Height:  |  Size: 2.3 KiB

Loading…
Cancel
Save