
YHS Home
|
2 dimensional motion
Horizontally projected
Projected at an angle
Projected at an angle from a height
- The curved (parabolic) shape of this motion is the natural result of this combination
- The general motion equation holds: sf = si + vit + 1/2at2
- We get 2 versions of the equations - x & y direction
x direction: sfx= six + vixt + 1/2axt2
x direction: sfy= siy+ vit + 1/2ayt2
Horizontally projected
These motion equations simplify
In the x direction the object does not usually accelerate so
ax = 0 and sfx= six + vixt
- If it has a rocket motor, ax>0
- If we include air resistance, ax<0.
- In the y direction the object accelerates due to gravity so ay = g = -9.8 m/s2 and sfyy= siyy+ viyt + 1/2gyt2,
. on earth sfy= siy+ vit – 4.9 t2
- For a horizontally projected object, there is no initial vertical velocity, so sfy= siy– 4.9 t2
- The object moves forward at a constant speed only while it is airborne!
- Time is the same in both equations
Steps to Solution
- You will be given information to solve either the x-direction or y-direction for time
- Then use the time to solve for the unknown direction
- Usually you solve for the y-direction first
Sample - Thelma & Louise
- A car is driven horizontally off a 100 m cliff at 25 m/s. How far from the base of the cliff will the wreckage be found?
|
x - direction |
y-direction |
|
sx = ? m |
sy = -100 m |
|
vix = 25 m/s |
viy = 0 m/s |
|
ax = 0 m/s2 |
ay = g = -9.8 m/s2 |
|
t = ? |
t = ? |
- Solve y-direction first to find time
- -100m=(0m/s)t+0.5(-9.8m/s2)t2
- (-100 m)/(-4.9m/s2) = t2
- 20.4 s2 = t2
- t2 = 20.4 s2
- t = 4.5 s
- Then solve x direction using time found
- sx = 25 m/s (4.5s)
- sx = 112.5 m
Parametric equations
- These results could also be found by graphing
- recall: s = sf - si
- So sfx=six+ vixt + ½axt2
- And sfy=siy+ viyt + ½gt2
- Using the parametric mode:
- XT1 = 0 + 25T + 0.5(0)T2
- YT1 = 100 + 0T + 0.5(-9.8)T2
Practice Problem
- A ball is thrown horizontally off a 20 m high tower at 15 m/s.
- How long is it in the air?
- Where does it hit the ground?
- What is the magnitude of its velocity when it hits the ground?
Answer:
- t = 2.02 s, sx = 30.3 m
- First, pick out known & unknown values from the problem.
|
x - direction |
y-direction |
|
sx = ? m |
sy = -20 m |
|
vix = 15 m/s |
viy = 0 m/s |
|
ax = 0 m/s2 |
ay = g = -9.8 m/s2 |
|
t = ? |
t = ? |
- Solve y-direction first to find time
- -20m=(0m/s)t+0.5(-9.8m/s2)t2
- (-20 m)/(-4.9m/s2) = t2
- 4.04 s2 = t2
- t2 = 4.04 s2
- t = 2.02 s
- Then solve x direction using time found
- sx = 15 m/s (2.02s)
- sx = 30.3 m
- The same thing can be done with the velocity equation, x and y are still independent: vf = vi + at
- So in the x direction:
- vfX = viX + aXt
- ax=0 so vfx= vix = 15 m/s
- And in the y direction:
- vfY = viY + aYt
- vfy = 0m/s + (-9.8 m/s2)(2.02s)
- vfy = -19.8 m/s
- Then combine the vectors!
- vfx= 15 m/s vfY = -19.8 m/s
- Use Pythagorean theorem to get the magnitude and & inverse tangent to get direction.
- vf = 24.8 m/s, 307degrees
Projected at an angle
2-D Motion Equations
- These same equations we used in the first case (horizontally projected) hold true when the object is initially thrown at an angle.
- BUT Initial velocity in the y direction is NOT zero, so it does NOT cancel out!
2 - d projected at an angle
- The initial velocity must be broken down into an x and y component using right triangle trigonometry
- Then the problem is solved like before.
- vix = vi cos q
- viy = vi sin q
Note:
- The path of our (Case 2) projectile is a symmetric parabola.
- Speed at takeoff = speed at landing.
- Angles are equal in magnitude, opposite in direction.
Sample Problem
- The six million dollar man kicks a ball at a 30 degree angle giving it a velocity of 100 m/s.
- How long is it in the air?
- How far away does it land?
- How fast is it going when it hits the ground?
- How high does it rise?
Gather x & y variables
- Step 1- resolve the velocity into x & y components
- vix = vi cos q
- = 100 cos 30 = 86.6 m/s
- viy = vi sin q
- = 100 sin 30 = 50 m/s
Hang time:
How long is it in the air?
- Before it is kicked and when it hits the ground, its height above the ground is zero so its change in height sy = 0.
- sy = viy D
t + 0.5 g D
t2
- 0 = 50 D
t - 4.9 D
t2
- 0 = D
t (50 - 4.9 D
t)
- 0 = D
t OR
- 0 = 50 - 4.9 D
t
- 50 = 4.9 D
t
- D
t = 10.2 s
Range:
How far away does it land?
- sx = vix D
t
- sx = 86.6 m/s (10.2s)
- sx = 884 m
Velocity:How fast is it going?
- Find vfx& vfy @ t=1.02 s using:
vf = vi + at
- vfx = vix + axt vfy = viy + ayt
- vfx = 86.6m/s + 0t = 86.6 m/s
- vfy = 50 m/s +(-9.8m/s2)(10.2s)
- = -49.96 m/s
- Use Pythagorean theorem & trig
- Vf = ((86.6)2 + (-49.96)2)½ = 99.98 m/s = ~ 100 m/s
- q
= tan-1 (-4.996/8.66) = -30º in quadrant IV vf = 100 m/s, 330º
Max height
- Just like the case of a ball thrown vertically upward,
- Max height occurs when vfy = 0.
- Vfy2 = viy2 + 2aysy
- 02 = 502 + 2(-9.8)sy
- -2500 = -19.6sy
- sy = 128 m
Monkey and Zookeeper
Practice Problem 2
- A ball is kicked at a 60 degree angle at 20 m/s.
- How long is it in the air?
- Where does it hit the ground?
- How high is it at its highest point?
- What is the magnitude of its velocity when it hits the ground?
Variables
- Resolve the velocity into components
- vix = vi cos q
= 20 cos 60 = 10 m/s
- viy = vi sin q
= 20 sin 60 = 17.3 m/s
Solve y direction
- Before it is kicked and when it hits the ground, its height above the ground is zero so its change in height sy = 0.
- sy = viy D
t + 0.5 g D
t2
- 0 = 17.3 D
t - 4.9 D
t2
- 0 = D
t (17.3 - 4.9 D
t)
- 0 = D
t 0 = 17.3 - 4.9 D
t
- 17.3 = 4.9 D
t
- D
t = 3.53 s
Solve x direction
- sx = vix D
t
- sx = 10 m/s (3.53s)
- sx = 35.3 m
Max height
- Max height occurs when vfy = 0.
- vfy2 = viy2 + 2 g sy
- 0 = (17.3)2 - 19.6 sy
- 19.6 sy = 299.3
- sy = 15.3 m
Solve velocity
- Find vfx & vfy @ t = 3.53 s using
- vf = vi + at and then use
- Use Pythagorean theorem & trigonometry to find vf
- OR
- APPLY symmetry
- Vf = viy= 20 m/s
- q
f = - q
i = -60º in quadrant IV
- so vf = 20 m/s, 300º
Projected at angle from a height
Initial displacement
- If the object is initially some height above the ground when it is projected at an angle, it is usually necessary to use the quadratic formula. It will not easily factor!
- If its initial height is 0, then you can factor out a t!
Sample Problem
- A ball is kicked off a 50 m tower at a 30 degree angle giving it a velocity of 10 m/s.
- How long is it in the air?
- How far away does it land?
- At what velocity does it hit the ground?
- How high does it rise?
Solve
- Step 1- resolve the velocity into x & y components
- vix = vi cos q
= 10 cos 30 = 8.66 m/s
- viy = vi sin q
= 10 sin 30 = 5 m/s
Find time in air
- Its height above the ground is 50m so its change in height sy = -50m.
- D
sy = viy D
t + 0.5 g D
t2
- -50 = 5 D
t - 4.9 D
t2
- 4.9t2 - 5t - 50 = 0
- a = 4.9 b = -5 c = -50
- Use quadratic formula - discard negative answer
- t = (-b ±
Ö
b2 - 4ac) / (2a)
- t = (-(-5) ±
Ö
(-5)2 - 4(4.9)(-50) ) / (2(4.9))
- t = - 2.7, 3.7s so t = 3.7s when it hits the ground
How far away does it land?
- sx = vix D
t
- sx = 8.66 m/s (3.7s)
- sx = 32.04 m
Velocity:How fast is it going?
- Find vfx& vfy @ t=3.7 s using:
vf = vi + at
- vfx = vix + axt vfy = viy + ayt
- vfx = 8.66m/s + 0t = 8.66 m/s
- vfy = 5 m/s +(-9.8m/s2)(3.7s)
- = -31.26 m/s
- Use Pythagorean theorem & trig
- Vf = ((8.66)2 + (-31.26)2)½ = 32.4 m/s
- q
= tan-1 (-31.26/8.66) = -74.5º in quadrant IV vf = 32.4 m/s, 285.5º
Max height
- Just like the case of a ball thrown vertically upward,
- Max height occurs when vfy = 0.
- Vfy2 = viy2 + 2aysy
- 02 = 52 + 2(-9.8)sy
- -25 = -19.6sy
- sy = 1.28 m above starting point OR 50 m + 1.28 m = 51.28 m above the ground
Practice Problem
- A ball is projected off a 120 m high tower at a 50 degree angle at 25 m/s.
- How long is it in the air?
- Where does it hit the ground?
- What is the magnitude of its velocity when it hits the ground?
Solutions
- t = -3.4, 7.3 s so t = 7.3 s when it hits the ground
- sx = 117.3 m
- vf = 54.8 m/s, 290º
- sy = 18.7 m above starting point OR 120 m + 18.7 m = 138.7 m above the ground
Solve
- Step 1- resolve the velocity into x & y components
- vix = vi cos q
= 25 cos 50o = 16.07 m/s
- viy = vi sin q
= 25 sin 50o = 19.15 m/s
Find time in air
- Its height above the ground is 50m so its change in height sy = -50m.
- D
sy = viy D
t + 0.5 g D
t2
- -120 = 19.15 D
t - 4.9 D
t2
- 4.9t2 - 19.15t - 120 = 0
- a = 4.9 b = -19.15 c = -120
- Use quadratic formula - discard negative answer
- t = (-b ±
Ö
b2 - 4ac) / (2a)
- t=(-(-19.15)±
Ö
(-19.15)2-4(4.9)(-120))/(2(4.9))
- t = -3.4, 7.3 s so t = 7.3 s when it hits the ground
How far away does it land?
- sx = vix D
t
- sx = 16.07 m/s (7.3s)
- sx = 117.3 m
Velocity:How fast is it going?
- Find vfx& vfy @ t=3.7 s using:
vf = vi + at
- vfx = vix + axt vfy = viy + ayt
- vfx = 16.07m/s + 0t = 16.07 m/s
- vfy = 19.15 m/s +(-9.8m/s2)(7.3s)
- = -52.39 m/s
- Use Pythagorean theorem & trig
- Vf = ((19.15)2 + (-52.39)2)½ = 54.8 m/s
- q
= tan-1 (-52.39/19.15) = -70º in quadrant IV vf = 54.8 m/s, 290º
Max height
- Just like the case of a ball thrown vertically upward,
- Max height occurs when vfy = 0.
- Vfy2 = viy2 + 2aysy
- 02 = 19.152 + 2(-9.8)sy
- -366.7 = -19.6sy
- sy = 18.7 m above starting point OR 120 m + 18.7 m = 138.7 m above the ground
Comments
or Suggestions

|