Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
183_notes:examples:finding_the_range_of_projectile [2014/07/20 22:24] – pwirving | 183_notes:examples:finding_the_range_of_projectile [2015/09/17 12:16] (current) – caballero | ||
---|---|---|---|
Line 1: | Line 1: | ||
===== Example: Finding the range of a projectile ===== | ===== Example: Finding the range of a projectile ===== | ||
- | For the previous example of the out of control bus which is forced to jump from a location ⟨0,40,−5⟩ with an initial velocity of ⟨80,7,−5⟩. We have now found the time of flight to be 9.59s and now want to find where the bus returns to the ground? | + | In the previous example of [[183_notes: |
=== Facts ==== | === Facts ==== | ||
+ | |||
+ | * Starting position of the bus ⟨0,40,−5⟩ | ||
+ | * Initial velocity of the bus ⟨80,7,−5⟩ | ||
+ | * The acceleration due to gravity is 9.8 ms2 and is directed downward. | ||
+ | * The bus experiences one force - the gravitational force (directly down). | ||
+ | * The bus takes [[183_notes: | ||
=== Lacking === | === Lacking === | ||
+ | |||
+ | * The final position of the bus. | ||
=== Approximations & Assumptions === | === Approximations & Assumptions === | ||
+ | |||
+ | * Assume no drag effects | ||
+ | * Assume ground is when position of bus is 0 in the y direction | ||
=== Representations === | === Representations === | ||
+ | |||
+ | Diagram of forces acting on bus once it leaves the road. | ||
+ | |||
+ | {{183_notes: | ||
+ | |||
+ | The general equation for calculating the final position of an object: | ||
+ | |||
+ | →rf=→ri+→vavgΔt | ||
+ | |||
+ | Also know as the [[183_notes: | ||
==== Solution ==== | ==== Solution ==== | ||
- | First find vfy for when it hits the ground. We need this in order to find →vavg | + | From the previous problem you already know the final location of the ball in the y direction to be 0 as it has met the ground |
+ | |||
+ | We now to find the range in the x and z directions | ||
+ | |||
+ | There is no force acting in the x or z directions as the only force acting on the system is the gravitational force which acts in the y-direction. | ||
+ | |||
+ | This means that the initial velocities in both of these directions have remained unchanged. | ||
+ | |||
+ | We know the amount of time the bus has been traveling in the x-direction at its initial velocity and its initial position so we can compute the distance travelled in this direction using the position update formula for x-components. | ||
- | $$ V_{fv} | + | $$ x_f = x_i + V_{avg,x} \Delta{t}$$ |
- | + | ||
- | $$ = V_{iy} + (\dfrac{-mg}{m}) \Delta{t}$$ | + | |
- | =Viy−gΔt | + | Plug in respective values for variables. |
- | $$ = 7m/s - (9.8 \dfrac{N}{kg})(9.59s)$$ | + | $$ = 0 + 80m/s(3.65s)$$ |
- | $$ = -87m/s$$ | + | Compute range in x-direction. |
+ | |||
+ | $$ = 292m$$ | ||
- | Now to find the range: | + | Repeat same process for the z-components: |
+ | |||
+ | zf=zi+Vavg,zΔt | ||
- | $$ \vec{r_f} | + | Plug in respective values for variables. |
+ | |||
+ | $$ = -5 + -5m/ | ||
- | $$ | + | Compute range in z-direction. |
+ | |||
+ | $$ = -23.25m$$ | ||
+ | Write range(final position vector) using all components: | ||
+ | |||
+ | Final position = ⟨292,0,−23.255⟩m |