Honors physics basic projectile motion question

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 3K views
Kalix
Messages
26
Reaction score
0

Homework Statement


Question: Inbar and Luc are captured by angry natives on a desert island, after their plane crashes. They need to jump over a pit filled with snakes. They jump up at an angle of 23 degrees and need to land 8.7 meters away in x. What does their take off speed have to be?

The variables given are in the problem. My biggest problem is I don't understand how to combine the x and y equations in projectile motion. Here are the variables I think I have but please correct me if I am wrong.
a=-9.81m/s^2
x=8.7m
Vfy=0m/s
Vi=?
t=?
Is there anything else I need to find or any other variables I should already know from the problem?

Homework Equations


Here are some equations which I have tried using.
Vfy=Viy+ayt
X=Vi,avg t

The Attempt at a Solution


So here is what I have tried. It's not much but it's my small attempt.
First I set up a right triangle trig problem. Then I used tangent to find that viy=3.7. Next I used Vfy=Viy+ayt to try to find t. From here I get kinda stuck. I don't even know if the first part was correct but at least I tried.
 
on Phys.org
So this problem requires a little bit of abstract thought.

We know that the x velocity, Vx has to be just enough to clear the snakes, so 8.7/t, where t is your hang time.

By the trig of the problem, we can also say that Vx = V cos(23).

We know that Vy has to be just enough so that produces the desired hang time, t, which equals 8.7/Vx = 8.7/(V(cos(23)).

So we have:

t = 8.7/(Vcos(23))

So need to figure out the y component.

We can use the equation Vf = Vo + at and apply it to the Y kinematics.

So -Vy = Vy - 9.81 * t (We say -Vy is Vf because when he lands, his Y velocity will be opposite but equal his up Y velocity).

From here, we can say Vy = Vsin(23).

We now have our two equations.

t = 8.7/(Vcos(23))
-Vsin(23) = Vsin(23) - 9.81 * t.

Two equations, two unknowns. Happy Hunting.
 
I am a bit confused about the V in Vsin(23) and Vcos(23). Is the V in x or Y? Is it Vi or something like that?
 
V is the final velocity.

If you draw your triangle, you have V going off at an angle, and Vx horizontal and Vy vertical. So you can say that Vx = V * cos(23) while Vy = V * sin(23).