PDA

View Full Version : Projectile in Motion: horizontal


khai06
Aug26-04, 10:09 PM
i'm having trouble with this problem, so i want to share it with you guys so some of you can briefly describe what is it asking for and how to solve using what fomula.... the question is

A ball is fired from the ground with an initial speed of 1.70 x 10^3 m/s (which is approximately five times the speed of sound) at an initial angle of 55.0 degree to the horizontal. Neglecting air resistance, find the following

A. the ball's horizonal range
B. the amount of time the ball is in motion...

initial Velocity = 1.70 x 10^3
initial angle = 55.0 degree

what formula should i use?

cepheid
Aug26-04, 10:20 PM
What is it asking for?

Part A is asking how far the projectile moves horizontally from its initial position

Part B is self explanatory.

Think: what do you know? You know that, by definition, a projectile is a flying object that, once given an initial velocity, undergoes motion governed solely by the force of gravity. Hence, this is a constant acceleration problem. Which kinematics formulas should you apply to such a problem?

Rogerio
Aug26-04, 10:33 PM
There are two velocity components : horizontal velocity ( 1.70 x 10^3 x cos55 ) that remais the same, and vertical velocity (1.70 x 10^3 x sin55 ) that is modified by the gravity acceleration along the flight.
So...

Nenad
Aug27-04, 11:47 AM
here is the derrivation of the formulas, you can plug in the numbers yourself:
d_{V} = Vsin \theta t + \frac{1}{2} at^2

0 = (Vsin \theta) t - \frac{1}{2} gt^2

0 = Vsin \theta - \frac{1}{2} gt

t = \frac{2Vsin \theta}{g}

this is the formula for total flight time, now you must use this formula to sove for distance:

d_{H} = Vcos {\theta}t

d_{H} = Vcos {\theta} (\frac{2Vsin \theta}{g})

d_{H} = \frac{V^2 sin2{\theta}}{g}

now just sub in your numbers and you should be ok.