Solving Projectile Motion Confusion: Time and Distance Calculations

AI Thread Summary
A stone thrown horizontally from a height of 10 meters with a velocity of 5 m/s requires calculations for the time to hit the ground and the distance traveled. The vertical motion is governed by the equation y = y0 + v0y*t - (1/2)*g*t^2, where y0 is the initial height and g is the acceleration due to gravity (9.81 m/s²). To find the time of impact, set y to 0 and solve for t, resulting in t = sqrt(20/g). The horizontal distance can then be calculated using x = v0x*t, substituting the time obtained from the vertical equation. Understanding the separation of vertical and horizontal motions is crucial for solving projectile motion problems effectively.
tomsdubs
Messages
10
Reaction score
0

Homework Statement



A stone is thrown horizontally from a height of 10m above ground and moves with constant velocity of 5m/s. Calculate:

a) the time it will take to hit the ground
b) the distance traveled in the calculated time


Homework Equations



Now for a i am using x = vot+1/2at2 but i just cannot get my head around it
I understand that b will be velocity x time?


The Attempt at a Solution



10 = 0 x t +1/2 x 9.81 xt2
10 = ?

I just have some kind of mental block going on, I've read my textbooks and websites but no luck.
 
Physics news on Phys.org
You have left out the term which involves initial position but since your acceleration is positive you will still get the right answer. Other than that, you're incredibly close. Try using Latex in the future so we can read your equations without getting a headache.
 
first off:
g = 9.81

y = y0 + v0y*t - (1/2)*g* t ^2

(notice the minus, since the accelaration is negative - gravity pulls the body down, if we convention the y-axis is pointing up)
also, notice y0 (inital position in the vertical axis) = 10
and the vertical component of the initial velocity = 0
so:
1) y = 10 - 1/2*g*t^2

also : x = x0 + v0x*t +1/2 a t^2
so
we know that the horizontal accelaration, and the horizontal position at t=0 equal 0, and v0 = 5 so:
2) x = 0 + 5*t + 0

We want to know at what time the object hits the ground, so y = 0. substitute it in the 1) equation.

Solve the equation:

0 = 10 - 1/2*9.8*t^2.

then, substitute t in the 2) equation and solve it.
 
I still don't get it :/ This is driving me insane. My physics teacher is useless, we never do enough examples.
 
okay:
First of all, i recommend you try and draw the problem, as it always help to understand.
So, you need two equations, one for the horizontal movement, and one for the vertical, since the object will move both horizontally (it has a horizontal speed), and vertically (it's falling)

it's initial position can be given by the vector (x,y) = (0,5)

Horizontal :
x = x_{0} + v_{x} \times t + \frac{1}{2} \times a \times t^{2}

Vertical:
y = y_{0} + v_{y} \times t + \frac{1}{2} \times g \times t^{2}

g = 9.81

first you want to know at what time it hits the ground, so, you just need the vertical equation. It hits the ground when y = 0.
y_{0} , is the initial vertical position. Since it's 10m above the ground, it equals 10.
v_{y} = 0, because there is no initial velocity downwards or upwards, and the accelaration is, as stated, 9.81. Since the movement is downwards, the accelaration is negative (of course this depends on the referential you choose, but generally speaking, it's simpler this way)
Therefor :

Vertical:
0 = 10 + 0 \times t - \frac{1}{2} \times g \times t^{2}

t = \sqrt{\frac{10 \times 2}{g}}

solve that, and you have the time it hits the floor.

Then you need to know the distance it traveled.

Now, you need the horizontal equation.
We know it's initial horizontal position is 0, initial velocity 5, and there is no accelaration given, so:

x = 0 + 5 \times t + 0

Now, take the t you got from your first equation, and substitute it here. Now you do the math.

This is the general basis for projectile based problems: You should remember it.
You have to consider always an equation for each axis of movement, consider the velocity in each axis, the initial position in each axis, and the accelaration.
 
Thankyou Fanta, makes sense now.
 
I multiplied the values first without the error limit. Got 19.38. rounded it off to 2 significant figures since the given data has 2 significant figures. So = 19. For error I used the above formula. It comes out about 1.48. Now my question is. Should I write the answer as 19±1.5 (rounding 1.48 to 2 significant figures) OR should I write it as 19±1. So in short, should the error have same number of significant figures as the mean value or should it have the same number of decimal places as...
Thread 'Calculation of Tensile Forces in Piston-Type Water-Lifting Devices at Elevated Locations'
Figure 1 Overall Structure Diagram Figure 2: Top view of the piston when it is cylindrical A circular opening is created at a height of 5 meters above the water surface. Inside this opening is a sleeve-type piston with a cross-sectional area of 1 square meter. The piston is pulled to the right at a constant speed. The pulling force is(Figure 2): F = ρshg = 1000 × 1 × 5 × 10 = 50,000 N. Figure 3: Modifying the structure to incorporate a fixed internal piston When I modify the piston...
Thread 'A cylinder connected to a hanging mass'
Let's declare that for the cylinder, mass = M = 10 kg Radius = R = 4 m For the wall and the floor, Friction coeff = ##\mu## = 0.5 For the hanging mass, mass = m = 11 kg First, we divide the force according to their respective plane (x and y thing, correct me if I'm wrong) and according to which, cylinder or the hanging mass, they're working on. Force on the hanging mass $$mg - T = ma$$ Force(Cylinder) on y $$N_f + f_w - Mg = 0$$ Force(Cylinder) on x $$T + f_f - N_w = Ma$$ There's also...
Back
Top