Originally posted by: element
Originally posted by: fredtam
OK the heavier ball will fall faster. It will continue to accelerate until it reaches terminal velocity. The lighter ball will reach terminal velocity sooner. Right?
right
but even before terminal velocity, the heavier ball will out accelerate the lighter one depending on how much of a difference in weight they are.
I retract my previous statements, I now think you're right (though not for the reasons you thought, unless I misunderstood your explanations). Nonetheless here is a rigorous explanation of why they shouldn't fall at the same speed. I actually started out this proof to say that they do fall at the same speed
As you have stated there are several forces being applied to the object so we'll consider one at a time
These forces are F_gravity, F_friction, F_buoyancy right?
F_gravity = G*M*m/r^2, we agree here that m differs depending on the weight of the object. For small falls (ie you're not dropping the balls from outer space), r is the radius of the Earth + whatever distance you're dropping the ball. Obviously r_Earth >> drop_distance, so we can approximate r = r_earth for both objects. G and M are also constants (gravitational constant and the mass of the earth, so we get that F_gravity = k*m, where k = a_grav = G*M/r^2. We conclude that the forces are different, but the accelerations are the same.
Next we consider F_friction. Friction is a function of both shape, the viscosity of air, and speed. We have concluded above that the acceleration caused by gravity is the same, thus speeds will always be equivalent, and so if they are in the same medium and have the same shape, they will have the same amount drag regardless of mass.
Finally, F_buyancy. This only matters if the object have a lower density than the medium they are in. I won't go into more detail because I already explained it above. Otherwise the forces are the same regardless of mass and is only dependent on volume (which is assumed to be the same).
So we are left with
F_total_m1 = m1*a_grav + F_buoyancy + F_friction
F_total_m2 = m2*a_grav + F_buoyancy + F_friction
we can subtract equation 2 from equation 1 to get
F_total_m1 - F_total_m2 = a_grav(m1 - m2)
m1*a_net1 - m2*a_net2 = a_grav(m1 - m2)
rearranging, we obtain
a_net1 = m2/m1*a_net2 + a_grav*(1 - m2/m1)
Again, I apologize, clearly a_net1 != a_net2. It turns out, however, that this is the case *because* air friction and buyancy are independent of mass.