Projectile motion with limited variables to use, help

AI Thread Summary
The discussion revolves around solving a projectile motion problem with limited variables, specifically finding the initial velocity given a launch height of 0.51 meters, a range of 4.651 meters, and an angle of 22 degrees. Participants suggest breaking the initial velocity into x and y components, using kinematic equations to relate displacement and time. A key point raised is the correct application of the kinematic formula, particularly regarding the signs of acceleration due to gravity. The conversation emphasizes the importance of understanding the direction of motion when applying these equations. Ultimately, the participants work through the problem collaboratively, leading to a clearer understanding of the solution process.
xwater
Messages
3
Reaction score
0

Homework Statement


The starting hight is .51 metres above the ground, and the range is 4.651 metres. the angle of launch is 22 degrees above the horazontal. i need to find the initial velocity, and this was all i have to work with.
 
Physics news on Phys.org
i think it might be impossible to solve...i think you would at least need speed in that equation (initial velocity)
 
Welcome to PF!

Hi xwater ! Welcome to PF! :wink:

Start by calling the speed v, and writing (separate) equations for the x and y components of the motion.

What do you get? :smile:
 
hey, thanks for the replies, but I've tried making the x and y seperate, and i can't solve this. i end up with only a displacement for the x, and accelleration (gravity) and a displacement for the y. with anyone more variable I'm sure i could solve this..errgg :( lol
 
Ok, start by breaking the initial velocity into two components.

In the x direction you have vcos22. In the y direction you have vsin22.

Now start using kinematics.

The x direction is simple. For a total flight time t,

t = 4.651/vcos22

The y direction is slightly more complicated. The projectile's path goes up, then back down to where it started and then continues for another 0.51 meters. This means its final displacement is 0.51 meters below its initial position. So,

-0.51 = vsin22t - 0.5gt^2

But we know t from before.

-0.51 = vsin22*4.651/vcos22 - 0.5g(4.651/vcos22)^2

-0.51 = tan22*4.651 - 0.5g(4.651/vcos22)^2

-0.51 - tan22*4.651 = - 0.5g(4.651/vcos22)^2

[-0.51 - tan22*4.651]/(-0.5g) = (4.651/vcos22)^2

And I think you can see where it goes from there.
 
The explanation by Atticus is nice and correct! :) I second it! :)
 
Thanks a ton guys! Atticus, you blew my mind..lol. Now i just got to go do it myself :)
 
I couldn't help but notice...

Shouldn't "-0.51 = vsin22t - 0.5gt^2" be -0.51 = vsin22t + 0.5gt^2?

The formula is d = Vit + 1/2 at^2 is it not?
 
Taterskater said:
I couldn't help but notice...

Shouldn't "-0.51 = vsin22t - 0.5gt^2" be -0.51 = vsin22t + 0.5gt^2?

The formula is d = Vit + 1/2 at^2 is it not?

In a problem where the net acceleration is in a direction opposite to the positive direction you chose, the "a" in your formula becomes negative.

In other words, when you move in the positive direction (in this case upwards) you slow down, when you move in the negative direction (downwards) you speed up.
 
Back
Top