From a498831d1ff6fda80c3ec8723ae0d626efa1c36e Mon Sep 17 00:00:00 2001 From: "Ryan C. Cooper" Date: Fri, 27 Jan 2017 20:21:29 -0500 Subject: [PATCH] add HW2 figure --- HW2/README.md | 8 +- HW2/projectile.svg | 331 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 338 insertions(+), 1 deletion(-) create mode 100644 HW2/projectile.svg diff --git a/HW2/README.md b/HW2/README.md index 6255141..cb85553 100644 --- a/HW2/README.md +++ b/HW2/README.md @@ -13,7 +13,13 @@ script that will set default plotting parameters. In this file, add the followin Commit the changes to your repository. -2. Clone your 'homework_1' repository to your own computer. Create a function, +![projectile(v_mag,theta) predicts the height of the projectile based upon initial +velocity and position, as see in the Figure](projectile.png) + +2. Clone your 'homework_1' repository to your own computer. Now, we want to create a +function that uses kinematic formulas to predict the path of a projectile. The dimensions +are taken from official dart board dimensions +[darts](http://dartbrokers.com/dartboard-height.html). Create a function, `projectile.m` that will calculate the location of an object with an initial velocity. The function inputs are v_mag (initial speed), theta (initial angle). The output is the height of the object 2.37 m from its starting position. Assume g=9.81 m/s^2 and its initial diff --git a/HW2/projectile.svg b/HW2/projectile.svg new file mode 100644 index 0000000..bb33043 --- /dev/null +++ b/HW2/projectile.svg @@ -0,0 +1,331 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + 2.37 m + + + + v_mag + theta + + h + + 1.72 m + +