- #1
Daniel Ivanov
- 6
- 0
- TL;DR Summary
- Hi there,
I was curious about the way how to calculate the pool's depth given that my spring board is 10 m above the water and mass dropped from it is 65 kg. I assume no air friction and rotationless motion in only vertical direction.
First of all, obviously, we need to get the velocity before entering the water from the energy conservation 1/2mv^2 = mgh -> v = sqrt(2*g*h). After entering the water, we still have a gravity force and also drag force. Since the velocity is low, I take a drag term as "-bv", where b is a constant that depends on both the material properties of the object and fluid, as well as the geometry of the object.
Now I consider second time energy, namely now the kinetic energy we had at the surface of the water is going to be spent on work W.
1/2 mv^2 - W = 0
Where W = F*d = (mg - bv)*d, d - depth and F written here is the net force acting on a body. Thus I got the following result:
d = mv^2 /2(mg - bv).
So the very first question was how one gets b parameter if it is not a simple sphere ? The second question: naively assuming that b = 1 [kg/s], for h = 10[m], m = 65[kg] and g = 9.8 m/s^2 I get that the depth should be approximately the same as spring board height (10.22[m]), what seems to me too large. According to different sources, it varies from 3.5 to 5 m.
My assumption what could be wrong is that I should consider more aspects of fluid dynamics in order to get a better result, but so far only b parameter is the only place I see it.
Now I consider second time energy, namely now the kinetic energy we had at the surface of the water is going to be spent on work W.
1/2 mv^2 - W = 0
Where W = F*d = (mg - bv)*d, d - depth and F written here is the net force acting on a body. Thus I got the following result:
d = mv^2 /2(mg - bv).
So the very first question was how one gets b parameter if it is not a simple sphere ? The second question: naively assuming that b = 1 [kg/s], for h = 10[m], m = 65[kg] and g = 9.8 m/s^2 I get that the depth should be approximately the same as spring board height (10.22[m]), what seems to me too large. According to different sources, it varies from 3.5 to 5 m.
My assumption what could be wrong is that I should consider more aspects of fluid dynamics in order to get a better result, but so far only b parameter is the only place I see it.