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/22 06:22] – 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 ===== | ||
- | In the previous example of [[183_notes: | + | In the previous example of [[183_notes: |
=== Facts ==== | === Facts ==== | ||
Line 9: | Line 9: | ||
* The acceleration due to gravity is 9.8 ms2 and is directed downward. | * 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 experiences one force - the gravitational force (directly down). | ||
- | * The bus takes 9.59s to reach the ground (from previous problem | + | * The bus takes [[183_notes: |
=== Lacking === | === Lacking === | ||
Line 21: | Line 21: | ||
=== Representations === | === Representations === | ||
- | |||
- | Diagram of situation.< | ||
- | |||
- | {{183_notes: | ||
Diagram of forces acting on bus once it leaves the road. | Diagram of forces acting on bus once it leaves the road. | ||
- | {{183_notes: | + | {{183_notes: |
- | Equation | + | The general equation |
- | $$ x_f = x_i + V_{avg,x} \Delta{t}$$ | + | $$ \vec{r}_f |
+ | |||
+ | Also know as the [[183_notes: | ||
==== Solution ==== | ==== Solution ==== | ||
- | <WRAP todo> A little more commentary on the problem, which equations are you using and why?</ | ||
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 after 9.59s. | 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 after 9.59s. | ||
- | Now to find the range in the x and z directions: | + | 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. | ||
xf=xi+Vavg,xΔt | xf=xi+Vavg,xΔt | ||
- | $$ = 0 + 80m/s(9.59s)$$ | + | Plug in respective values for variables. |
+ | |||
+ | $$ = 0 + 80m/s(3.65s)$$ | ||
+ | |||
+ | Compute range in x-direction. | ||
- | $$ = 767m$$ | + | $$ = 292m$$ |
+ | |||
+ | Repeat same process for the z-components: | ||
| | ||
zf=zi+Vavg,zΔt | zf=zi+Vavg,zΔt | ||
+ | |||
+ | Plug in respective values for variables. | ||
| | ||
- | $$ = -5 + -5m/s(9.59s)$$ | + | $$ = -5 + -5m/s(3.65s)$$ |
+ | |||
+ | Compute range in z-direction. | ||
| | ||
- | $$ = -52.95$$ | + | $$ = -23.25m$$ |
+ | |||
+ | Write range(final position vector) using all components: | ||
- | Final position = $\langle | + | Final position = $$\langle |