Hello! I'm having a bit of trouble trying to solve this physics problem. I'm not sure which equations to use or where or how to plug my variables:

Robin Hood wishes to shoot an arrow through the open window of a tall castle wall. The window is 16m meters above the ground and Robinhood stands 27 meters from the base of the tower. If he aims the arrow (with note attached) at an angle of 50º above the horizontal, with what velocity must he fire the arrow in order for it to enter the window? (assume it enters Maid Marian’s room at the top of the arrows path and she is out of the way)

Thank you!

horizontal distance: 27=vo*cosTheta*time

vertical distance:
hf=Hi+vo*sinTheta*time-4.8t^2

you know hf, ho.
solve for time in the first equation in terms of vo, Theta (50deg).
put that into the second equation for time, then solve for vo. You may have to solve a quadratic equation.

the vertical and horizontal times of flight must be the same for the windows position

... 27 m horizontal, and 16 m vertical

horizontal time ... distance / velocity ... t = 27 m / v cos(50º)

vertical time ... 16 m = 1/2 g t^2 + v sin(50º) t ... 0 = 4.9 t^2 + [v sin(50º) t] - 16

use the quadratic formula to solve for t in the vertical equation (it will be in terms of v)

set the two t's equal (horizontal and vertical), and solve for v

I think Scott meant to include a negative sign with g.

how exactly do I use the quadratic formula here? like where would I insert the variables to solve

thanks for catching that, Bob

a = - 4.9 , b = v sin(50º) , c = -16

t = {-b ± √[b^2 - (4 a c)]} / (2 a)

Y^2 = Yo^2 + 2g*h = 0.

Yo^2 + (-19.6)16 = 0,
Yo^2 = 313.6
Yo = 17.71 m. = Ver. component of initial velocity.

Yo = Vo*sin50 = 17.71m.
Vo = 23.12m/s[50o].

Hello! I can help you solve this physics problem. To solve it, we can break down the problem into two components: the horizontal motion and the vertical motion of the arrow.

First, let's analyze the horizontal motion. We know that Robin Hood stands 27 meters away from the base of the tower. We can use the equation for horizontal displacement:

d = v₀ * t

In this case, the horizontal displacement (d) is the distance between Robin Hood and the window (27 meters). The initial vertical velocity (v₀) is the velocity at which the arrow is fired, and the time (t) is the time it takes for the arrow to reach the window. Since there is no horizontal acceleration, the horizontal velocity remains constant throughout the motion.

Next, let's analyze the vertical motion. We know that the window is 16 meters above the ground. We can use the equation for vertical displacement:

d = v₀ * t + (1/2) * a * t²

In this case, the vertical displacement (d) is the height of the window (16 meters). The initial vertical velocity (v₀) is the vertical component of the velocity at which the arrow is fired. The acceleration (a) is the acceleration due to gravity, which is approximately 9.8 m/s². The time (t) is the same as in the horizontal motion since the arrow reaches the window at the same time.

To solve the problem, we need to find the initial velocity (v₀) of the arrow. Since we know the angle of the shot, we can use trigonometry to find the vertical and horizontal components of the velocity.

The vertical component of the velocity (v₀y) is given by:

v₀y = v₀ * sin(θ)

where θ is the angle of elevation (50º) and sin is the sine function.

The horizontal component of the velocity (v₀x) is given by:

v₀x = v₀ * cos(θ)

where cos is the cosine function.

Now that we have the vertical and horizontal components of the velocity, we can substitute these values into the equations for horizontal and vertical displacement to solve for the initial velocity (v₀).

To summarize the steps:
1. Use the equation d = v₀ * t for the horizontal motion to find the time (t).
2. Use the equation d = v₀y * t + (1/2) * a * t² for the vertical motion to find the initial velocity (v₀).
3. Substitute the values of v₀y (calculated using sin(θ)) and t from the horizontal motion equation into the vertical motion equation to solve for v₀.

Once you have the value of the initial velocity (v₀), that will be the velocity at which Robin Hood must fire the arrow in order for it to enter the window.

I hope this explanation helps you solve the problem! Let me know if you have any further questions.