So, it seems like there are a lot of threads on the forums about members with math questions (some of which are made by me, I must confess), so let's see how a thread dedicated to them goes.
Let's start out with one I've been having trouble with in my calculus class.
A leaky bucket that weighs 5 lb and a rope of neglible weight are used to draw water from a well that is 493 ft deep. The bucket is filled with 38 lb of water and is pulled up at a rate of 5 ft/sec, but water leaks out of the bucket at a rate of 0.4 lb/sec. Find the work done in pulling the bucket to the top of the well (in ft-lb).
All I know on this one is that it helps to find the work done pulling the water in the bucket up the well and the work done pulling the bucket itself up individually, and then to add them together.
EDIT: Da Nang found a mistake in my calculation, I corrected it and striked the wrong parts through. I wrote the edited parts italicSince this is linear we can do it as you suggest and superpose the work to bring the bucket up and the work to bring the water up
First some basics:
W = F * s ( --> Work = Force * path)
This works if the Force is constant.
If it changes, we need to make an integral:
W = INTEGRAL( F(t) * s)
The force to lift something within a gravitational field is F = m*g
If the mass changes, we have to use F(t) = m(t)*g
g is the gravity of earth.
So let's start:
The work for pulling the bucket up the well:W
bucket = F*h = m*g*h = 5 lb * 32.174 ft/s^2 * 493 ft
W
bucket = 79311.375 ft^2*lb/s^2
Note: Since F is constant, there is no need for an integral here
The water:Due to the water leaking out, the mass and therefor the force changes over time, so we need an integral:
Wwater = INTEGRAL_OVER_TIME( F(t) * h) = INTEGRAL( m(t) * g * h * dt)Wwater = INTEGRAL( F(t) * dh) = INTEGRAL( m(t) * g * v * dt)
with
dh = v*dtand
m(t) = 38lb - 0.4lb/s * t
As you can see, we have to make the mass depend on the time.
Here you can just take a linear approximation: m(t) is a line with t as parameter that starts with 38lb at t=0s and decreases by 0,4lb per second.
Let's have a look at the integration interval:
Lower border: 0s: that's when we start to pull the bucket up
Upper border: 493 ft / (5 ft/sec) = 98.6 secs. That's the time it takes to pull the bucket out of the well.
Now we have to be careful: it takes 98.6s to pull the bucket up, but after 95s all the water has leaked out: 0.4lb/s*95s = 38lb!
We've chosen a linear approximation for m(t), that means after 95 seconds, m(t) becomes negative (if you imagine it graphically, the line m(t) is under the x-axis then).
http://www.wolframalpha.com/input/?i=38-0.4t+from+0+to+100 is a graph of m(t), on the y-axis is the mass of water, on the x-axis the time.
So for 3.6s we have a negative mass. That cannot happen, so our upper integration border is 95 seconds! After that, the water is gone and there is no work done for the water anymore!
So the integration interval is [0; 95]s.
The water is gone after 95s, that means at a speed of 5 ft/s the water is gone after 475 ft.
So the height we have to consider when calculating the work done by pulling up the water is 475ft.
So we get:
Wwater = 32.174 ft/s^2 * 475 ft * INTEGRAL( 38 lb-0.4 lb/s * t * dt) in the Intervall [0;95]s
Wwater = 32.174 ft/s^2 * 475 ft * (38 t - 0,4*t^2/2)*lb in the intervall t=[0;95]
Wwater =27585200 ft^2*lb/s^2Wwater = g*v*INTEGRAL( (38lb - 0.4lb/s * t) dt) in the intervall [0;95]s
Wwater = 32.174 ft/s^2 * 5 ft/s * (38 t - 0,4*t^2/2)*lb in the intervall t=[0;95]s
And then you have to add W
bucket and W
water.
I always calculate in SI units, never in imperial ones, so I don't know if I have the correct values for g or so..
To sum this up:
For the first 475ft you have water in the bucket. So the work done is the sum of the bucket and the water.
After the 475ft there is no water in the bucket anymore and you just have the bucket to pull out.
I hope I haven't made a mistake!