Melissa H. answered 09/07/23
Engineer offering tutoring in all levels of math and science!
I'll start by writing out what we are given, converting everything to matching units, and defining variables we don't know yet:
v0 = (91miles/hr)*(5280 feet/ 1 mile)*(1 hr/ 60 min)*(1 min/ 60 seconds) = 133.47 feet/second (initial velocity)
t1 = 0.91 seconds (time until ball is level with Bob)
x = 376 feet (total distance)
g = 32.2 ft/s2 (acceleration due to gravity)
t2 = ? (total time until ball hits the ground)
vx = ? (velocity in the x direction)
vy = ? (velocity in the y direction)
θ = ? (upward angle that the ball is thrown)
y0 = ? (the total vertical height at the starting point of the ball)
We are looking for the cliff height, hcliff, which is related to our y0 term:
hcliff = y0 - 5 ft
How do we find yo? Let's use this equation for projectile motion, where y is the vertical position of the ball at time, t:
y = -gt2/2 + v0sin(θ)t + y0
Let's look at the point where the ball reaches the ground.
t = t2
y = 0
Let's plug in what we know:
0 = (-32.2 ft/s2 * t22)/2 + 133.47 ft/s * sin(θ)t2 + y0
We can't solve for y0 until we find θ and t2
Let's zoom in on the part of the diagram between t = 0 (starting point of the ball) and t1 (when the ball is level with Bob) and redefine our coordinate system so that the point where Bob lets go of the ball is at (0,0). That means our y0 = 0, and at t = t1, the ball is back at y = 0. Let's look at that equation again:
y = -gt12/2 + v0sin(θ)t1 + y0
Plug in what we know:
0 = (-32.2 ft/s2)*(0.91 s)2/2 + 133.47 ft/s * sin(θ) * 0.91 s + 0
Solve for θ:
0 = -13.33 ft + 121.46 ft * sin(θ)
sin (θ) = 0.11
θ = sin-1(0.11) = 6.3°
Now, let's solve for t2 using the following equation:
x = v0cos(θ)t + x0, where x is the horizontal distance travelled by the ball
376 ft = 133.47 ft/s * cos(6.3°) * t2 + 0
t2 = 2.834 seconds
Now we can solve for y0 by plugging in θ and t2:
0 = (-32.2 ft/s2 * (2.834 s)2)/2 + 133.47 ft/s * sin(6.3°)*(2.834 s) + y0
y0 = 87.8 feet
Remember, y0 is the total height of the ball at t=0. To find the height of the cliff, we subtract 5 feet
hcliff = y0 - 5 ft = 87.8 ft - 5 ft = 82.8 feet
