diff --git a/subjects/project_motion/README.md b/subjects/project_motion/README.md index 81cff327..d3c052ad 100644 --- a/subjects/project_motion/README.md +++ b/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 diff --git a/subjects/project_motion/position_formula.png b/subjects/project_motion/position_formula.png new file mode 100644 index 00000000..9757b3de Binary files /dev/null and b/subjects/project_motion/position_formula.png differ diff --git a/subjects/project_motion/speed_formula.png b/subjects/project_motion/speed_formula.png new file mode 100644 index 00000000..806c8141 Binary files /dev/null and b/subjects/project_motion/speed_formula.png differ