Finding Initial Velocity of a Freely Falling Object

AI Thread Summary
To find the initial height from which a freely falling object descends, the problem states it takes 1.50 seconds to travel the last 30.0 meters before hitting the ground. The acceleration due to gravity is -9.80 m/s², and the average velocity for the last segment is calculated to be 20 m/s. The discussion involves using kinematic equations to relate displacement, initial velocity, and time, leading to the conclusion that the total descent time is approximately 2.8 seconds. By substituting this time back into the equations, the initial height can be determined. The approach emphasizes understanding the kinematic relationships in free fall.
elsmith2
Messages
4
Reaction score
0
need help finding where to start,

"A freely falling object requires 1.50sec to travel the last 30.0m before it hits the ground. From what height above the ground did it fall?"

I know that:
accel = -9.80m/s^2
avg. veloc for last 1.50 sec = 20m/s
that i need the initial velocity for that period

Thanks in advance for your help,

Ed
 
Physics news on Phys.org
sitting here looking at my post and my physics book it dawned on me to use this eqn:
() = subscript
x(f) = x(i) + v(xi)t + 1/2 a(x)t^2

therefore

30 = 0 +v(1.50) + 1/2(-9.80)(1.50^2)
v = 27.35m/s

but that can't be, so i switched the accel to positive and got v = 12.65m/s which sounds more reasonable, but i thought that we use -g for accel of free falling objects. now I'm confused.
 
ok let's do a little modification to the displacement formula

originally we have d = d1 + v1*t + 0.5*a*t^2
Since it's free falling let's just make v1 = 0 and assume it was just dropped from a height d1

d = d1 + 0.5*a*t^2 where d1 was the original height from which it began a descent

let t' = t - 1.50 so then d' would be the displacement at time t' (30 m above the ground). I'm using t as the total time it took for the descent.

d' = d1 + 0.5*a*t'^2

30 = d1 - 0.5 * 9.8*(t-1.5)^2 Equation (1)

You also know that
0 = d1 + 0.5*a*t^2
0 = d1 - 0.5 * 9.8*(t)^2
d1 = 0.5 * 9.8 * (t)^2 Equation (2)

substitute d1 back into equation 1 to get

30 = 0.5*9.8*t^2 - 0.5*9.8*(t-1.5)^2

solve for t. you should get around 2.8 seconds.

so now you know d1 = -0.5*a*t^2 by equation 2 so plug in t and you're done!
I could have done this a lot easier but I wanted to show you step by step.
 
Last edited by a moderator:
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 'Collision of a bullet on a rod-string system: query'
In this question, I have a question. I am NOT trying to solve it, but it is just a conceptual question. Consider the point on the rod, which connects the string and the rod. My question: just before and after the collision, is ANGULAR momentum CONSERVED about this point? Lets call the point which connects the string and rod as P. Why am I asking this? : it is clear from the scenario that the point of concern, which connects the string and the rod, moves in a circular path due to the string...
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