Using Acceleration to Calculate Gravity

AI Thread Summary
The discussion centers on calculating gravitational acceleration (g) using the time difference (T) between two steel balls dropped from different heights (X1 and X2). The initial approach involved deriving equations for the time taken by each ball to reach the ground, leading to the relationship T = sqrt(2(X2-X1)/g). After some back-and-forth, the correct formula for g was confirmed as g = 2(X2-X1)/T^2. Participants emphasized the importance of careful simplification in deriving the final equations. The conversation highlights the challenges of applying physics concepts and the value of collaborative problem-solving.
zx95
Messages
7
Reaction score
0
1. Two steel balls are suspended from electromagnets, and are released simultaneously when the electric current is shut off. They start at heights X1 and X2, with X2 being higher. When they hit the ground, they land T seconds apart. Find an equation for g (the gravitational field) in terms of T, X1 and X2
2. No further information was given.
3. I have about 8 pages of scratch paper and 5 hours of work trying to figure out what is probably something simple. I began by trying to figure out the acceleration from X1 to the ground:

0 = (1/2)at^2 + Vt + X1
-X1 = (1/2)at^2 - Vt
-X1 - Vt = (1/2)at^2
-2(X1+Vt)/t^2 = a

With this equation, I thought I'd be able to somehow figure out the velocity after the ball from X2 height falls from X2 to X1 and then plug that into my result above.

I tried many different things and none seem to match up with the answer my professor is looking for. A nudge in the right direction is all I'm looking for. After so much work, it's really frustrating to be at square 1 still. Thank you in advance for any light you can shed.
 
Physics news on Phys.org
Hi zx95, welcome to PF.
Initial velocities of the steel balls are zero.
So xi = 1/2*g*t1^2. You can rewrite it as
sqrt(2x1/g) = t1.
Similarly find the expression for t2. Then find t2 - t1 which is equal to T.
 
rl.bhat said:
Hi zx95, welcome to PF.
Initial velocities of the steel balls are zero.
So xi = 1/2*g*t1^2. You can rewrite it as
sqrt(2x1/g) = t1.
Similarly find the expression for t2. Then find t2 - t1 which is equal to T.

Thank you for the quick response!

I took this information and came up with the following:

t1 = sqrt(2X1/g) t2 = sqrt(2X2/g)

T = t2 - t1
T = sqrt(2X2/g) - sqrt (2X1/g)
T = sqrt(2(X2-X1)/g)
sqrt(g) = sqrt(2(X2-X1))/T

g = 2(X2-X1)/T^2

I plugged this into the professors software (and looking back in my scratch paper this is the same answer I got through a much more difficult process). Is this answer correct, or am I missing some step that I'm not seeing?
 
T = sqrt(2X2/g) - sqrt (2X1/g)
T = sqrt(2(X2-X1)/g)

The simplification is wrong.
It should be
T = [ sqrt(2x2) - sqrt(2x1)]/sqrt(g). so
sqrt(g) = [ sqrt(2x2) - sqrt(2x1)]/T
 
rl.bhat said:
T = sqrt(2X2/g) - sqrt (2X1/g)
T = sqrt(2(X2-X1)/g)

The simplification is wrong.
It should be
T = [ sqrt(2x2) - sqrt(2x1)]/sqrt(g). so
sqrt(g) = [ sqrt(2x2) - sqrt(2x1)]/T

Thank you very much! I always make mistakes like that. I need to work on that. Thanks!
 
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 '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