====== Differences ====== This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
gibson:teaching:spring-2016:math445:lab12 [2016/05/02 10:48] gibson |
gibson:teaching:spring-2016:math445:lab12 [2016/05/03 06:50] (current) gibson |
||
---|---|---|---|
Line 20: | Line 20: | ||
$ dv_x/dt = -\frac{\mu}{m} v_x \sqrt{v_x^2 + v_y^2}$ | $ dv_x/dt = -\frac{\mu}{m} v_x \sqrt{v_x^2 + v_y^2}$ | ||
- | $ dv_y/dt = -g - \frac{\mu}{m} v_y \sqrt{v_x^2 + v_y^2}$ | + | $ dv_y/dt = -\frac{\mu}{m} v_y \sqrt{v_x^2 + v_y^2} - g$ |
The constant $g = 9.81 m/s^2$ is the acceleration due to gravity. The constant $\mu = \rho_{air} C_D A/2$ in the air resistance term depends on physical characteristics of the projectile and the air. The following code will calculate $\mu$ for a standard baseball, given either value of $\rho_{air}$. | The constant $g = 9.81 m/s^2$ is the acceleration due to gravity. The constant $\mu = \rho_{air} C_D A/2$ in the air resistance term depends on physical characteristics of the projectile and the air. The following code will calculate $\mu$ for a standard baseball, given either value of $\rho_{air}$. | ||
Line 48: | Line 48: | ||
**Problem 4:** Do the same as problem 3 for the home run in Denver. | **Problem 4:** Do the same as problem 3 for the home run in Denver. | ||
+ | |||
+ | **Problem 5:** What are your answers for the minimal speed and optimal angle in the more familiar units of miles per hour and degrees, for both Boston and Denver? |