- 4 Challenge Problem The Acceleration Of A Projectile On Earth At Sea Level Is Given As 3 Ax 0 Ay G 4 Where G 1 (67.19 KiB) Viewed 31 times
4. (Challenge problem) The acceleration of a projectile on earth at sea level is given as (3) ax = 0 ay = -g (4) where g
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
4. (Challenge problem) The acceleration of a projectile on earth at sea level is given as (3) ax = 0 ay = -g (4) where g
4. (Challenge problem) The acceleration of a projectile on earth at sea level is given as (3) ax = 0 ay = -g (4) where g = 9.81 m/s² is the acceleration due to gravity. The subscripts x and y indicate the horizontal and vertical directions, respectively. The sign convention is set so that positive displacements are above and to the right of the origin of our coordinate frame. By hand (i.e. using pencil and paper), integrate to find expressions as functions of time for the x- and y-components of velocity and position under these three conditions: a) The projectile is fired in the positive direction at an angle 30 degrees from the horizontal b) The initial position of the projectile is at the origin of the coordinate system c) The initial velocity of the projectile has a magnitude of 5 m/s Using this result, create a function projectile_motion that calculates the position and velocity of a projectile at a given input time t. To test your function, create a main script that