Quote:
Originally posted by twanvl
Theoraticly:
W=F*s
F=m*g
s (distance) is diferent for each 'layer' of oil in the tank, range 0-10ft
m(s) = pi*r^2*50
r(s) = sqrt((5ft)^2 - (s-5)^2) = sqrt(10s - s^2)
(sqrt is square root, x^0.5)
W=integral(0...10, 50*g*s*sqrt(10s-s^2) ds)
=50g*integral(0...10, s*sqrt(10s-s^2))
Unfortunatly this is a function you can't integrate (as far as I know), So you have to do with a non exact anser. The answer is 50*g*196.35. I don't know the value of g for imperial units, for SI it is 9.81.
In reality you also have to consider all kinds of friction forces, which make the equation more dificult
substituting r in m(s) with sqrt(10s - s^2) should give you