Projectile Motion: finding velocity if given range, angle, and height.

AI Thread Summary
The discussion focuses on deriving an equation to find the initial speed (v) of a projectile given its range (s), launch angle (θ), and initial height (h). Initially, an incorrect cubic formula was presented, but after further analysis and effort, a correct formula was derived. The final equation is v = √(0.5 * g * s² / (cos²θ * (s * tanθ + h))), which successfully calculates the initial speed. The contributor expresses gratitude for the community's support in reaching this solution. This highlights the importance of persistence and collaboration in solving complex physics problems.
hmvince
Messages
44
Reaction score
0
Hey everyone!
I have been asked to find an equation with the subject of V (initial speed) with only the information given, angle above horizontal, range, and initial height above ground. I did attempt this myself and got the formula:
v = initial speed
θ = initial angle
s = range (total)
h = initial height above ground

v3(2s*tanθ) + v2(2h) + s2/cos2θ = 0

It is a cubic and so I left it in this form but I found this to be incorrect (will not show working as it is around a page) and have been over my work multiple times. Please help me with this!
 
Physics news on Phys.org
Nevermind, with hard work and starting from scratch I managed to derive this formula!:

v = initial speed
θ = initial angle
s = range
h = height above ground (also works below)
g = gravitational acceleration (positive)let a = 0.5 * g * s2
let b = cos2θ * (s * tanθ + h)

v = Math.sqrt(a / b)

and it works!
thanks for all your hard work guys, it paid off this time
 
Hello everyone, Consider the problem in which a car is told to travel at 30 km/h for L kilometers and then at 60 km/h for another L kilometers. Next, you are asked to determine the average speed. My question is: although we know that the average speed in this case is the harmonic mean of the two speeds, is it also possible to state that the average speed over this 2L-kilometer stretch can be obtained as a weighted average of the two speeds? Best regards, DaTario
The rope is tied into the person (the load of 200 pounds) and the rope goes up from the person to a fixed pulley and back down to his hands. He hauls the rope to suspend himself in the air. What is the mechanical advantage of the system? The person will indeed only have to lift half of his body weight (roughly 100 pounds) because he now lessened the load by that same amount. This APPEARS to be a 2:1 because he can hold himself with half the force, but my question is: is that mechanical...
Some physics textbook writer told me that Newton's first law applies only on bodies that feel no interactions at all. He said that if a body is on rest or moves in constant velocity, there is no external force acting on it. But I have heard another form of the law that says the net force acting on a body must be zero. This means there is interactions involved after all. So which one is correct?
Back
Top