Falling air resistance, determining g

AI Thread Summary
The discussion focuses on determining the acceleration due to gravity (g) using a falling ball and laser beams to measure its descent. The challenge lies in accurately identifying when the center of the ball crosses the laser beams, as the ball's velocity is not constant due to air resistance. Participants suggest solving a system of equations with known time values and laser positions to derive g, while also considering the impact of the Reynolds Number on drag force. A proposed solution involves integrating the velocity function to find the time at which the center of the ball crosses the lasers. The conversation emphasizes the importance of understanding the relationship between drag force and velocity to improve accuracy in the calculations.
zaal
Messages
5
Reaction score
0

Homework Statement


Hi, I'm trying to determine g (very precisely) using a falling ball in non-vacuum. I'm using three laser beams (along the z-axis), they're detecting when the ball enters the beam and leaves it again. This will give me six different times. To only problem is that we don't know where the ball crosses the laser (probably not in the middle).
I think we have to know when the middle of the ball crosses the laser, and that is proving to be quite hard due to the complexity of the formula below. (If the speed would have been constant, the middle of the ball would cross the laser at t=(t1+t2)/2) but due to the acceleration of the ball that isn't the case).
Also the exact moment the ball is droped isn't known. So the first time you'll know is the moment the ball enters the first laser(so t1=0).

Homework Equations


Falling object experiancing air resistance:
\frac{dv(t)}{dt} = g - q v(t)^2
solution
v(t) = \frac{g} {\sqrt{g q}} tanh(\sqrt{g q} (t+c_1))

The Attempt at a Solution


I think the solution is to solve a system of equations using 8 know values (5 times (t1=0 so everything is relative to t1) and the locations of the 3 lasers). Eventually I'm trying to find g.
 
Last edited:
Physics news on Phys.org
Can't you:

1) Just take the times as when the lower ball edge breaks the beam, and not worry about the middle

2) It sounds like you drop the ball from above the lasers, and if you don't know the time you don't know the initial velocity. In that case the (fallen) distance would be
d=Vinitial*t + 0.5*g*t^2
After hitting the second laser you will have a d and a t. You'll have one equation and two unknowns, Vinitial and g. Hmm.
After hitting the second laser you then have d2 and t2, so that makes 2 equations and two unknowns. You should be able to plug in and solve. To get g the most precise, probably rearrange to Vinitial subtracts out.
 
zaal said:

Homework Statement


Hi, I'm trying to determine g (very precisely) using a falling ball in non-vacuum. I'm using three laser beams (along the z-axis), they're detecting when the ball enters the beam and leaves it again. This will give me six different times. To only problem is that we don't know where the ball crosses the laser (probably not in the middle).
I think we have to know when the middle of the ball crosses the laser, and that is proving to be quite hard due to the complexity of the formula below. (If the speed would have been constant, the middle of the ball would cross the laser at t=(t1+t2)/2) but due to the acceleration of the ball that isn't the case).
Also the exact moment the ball is droped isn't known. So the first time you'll know is the moment the ball enters the first laser(so t1=0).

Homework Equations


Falling object experiancing air resistance:
\frac{dv(t)}{dt} = g - q v(t)^2
solution
v(t) = \frac{g} {\sqrt{g q}} tanh(\sqrt{g q} (t+c_1))

The Attempt at a Solution


I think the solution is to solve a system of equations using 8 know values (5 times (t1=0 so everything is relative to t1) and the locations of the 3 lasers). Eventually I'm trying to find g.

I think you're probably trying to split hairs. You need to dope things out a little first. How much can the velocity of the ball possibly change during the time it passes through one of the lasers? It couldn't be more than if the ball were in vacuum. So look at the vacuum problem first, and calculate the times that the top, bottom, and center of the ball would pass through the laser. Then see how much of an error you would be making if you took the time for the center of the ball to pass as being equal to the average of the top and bottom. In the case where there is air drag, the error would be even smaller.

Also, what makes you think that the air drag is proportional to the square of the velocity. This is only true if the drag coefficient is a constant. The drag coefficient is a function of the Reynolds Number. Look up the correlation for the drag coefficient as a function of Reynolds Number for air flow past a sphere. This will give you an idea of how the drag force actually varies with speed of the ball.

Chet
 
Last edited:
Thanks for the help! I forgot the thing about the Reynolds Number! Do you think it makes a lot of difference?

I worked out a solution with the help of Mathematica:

t_{a1} and t_{a2} are known, t_a, the moment the center passes is unknown. However, I think (correct me if I'm wrong please) solving the below equation for t_a works:
∫^{t_a}_{t_{a1}}v(t)dt=∫^{t_{a2}}_{t_a}v(t)dt
Solving the integral gives:
-\frac{Log(Cosh(\sqrt{g q}(c+t_{a1}))Sech(\sqrt{g q}(c+t_{a})))}{q}=-\frac{Log(Cosh(\sqrt{g q}(c+t_{a}))Sech(\sqrt{g q}(c+t_{a2})))}{q}
Solving the above equation for t_a gives four solutions two are complex and one other doesn't satisfy t_{a1}<t_a<t_{a2} to one left is:
t_{a}=\frac{-c g q+\sqrt{g q} ArcSech(\sqrt{Sech(\sqrt{g q}(c+t_{a1}))Sech(\sqrt{g q}(c+t_{a2}))})}{g q}

Furthermore, the total distance traveled is r(t)=∫v(t)dt =\frac{Log(Cosh(\sqrt{g q}(c+t)))}{q}+C_1

Now the last step is to solve the system (Ra,b,c are the positions of the lasers):
r(t_a)=R_a \\<br /> r(t_b)=R_b \\<br /> r(t_c)=R_c
I haven't managed to solve the above system algebraically but Mathematica can do it numerically using FindRoot. If anybody has the time to check this or solve the system it would be awesome, but I understand if you don't :)
 
zaal said:
Thanks for the help! I forgot the thing about the Reynolds Number! Do you think it makes a lot of difference?

Depending on the Reynolds Number, the drag force can vary from being linear in the velocity to being quadratic. For very small spheres like fog droplets, the drag is linear. For large spheres, the behavior approaches quadratic. To be sure, you can calculate the Reynolds Number, and then check the drag coefficient graph to see what regime you are in. If the drag coefficient is approximately constant over the range of Reynolds Numbers of interest, then the drag force vs velocity behavior is quadratic. If the drag coefficient is decreasing nearly linearly with Reynolds Number, then the drag force vs velocity behavior is linear. You owe it to yourself to check.

Chet
 
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