The unofficial math question thread

Post » Fri Dec 09, 2011 1:03 pm

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.
User avatar
Calum Campbell
 
Posts: 3574
Joined: Tue Jul 10, 2007 7:55 am

Post » Fri Dec 09, 2011 10:01 am

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 italic

Since 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:
Wbucket = F*h = m*g*h = 5 lb * 32.174 ft/s^2 * 493 ft
Wbucket = 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*dt

and
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^2

Wwater = 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 Wbucket and Wwater.
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!
User avatar
NEGRO
 
Posts: 3398
Joined: Sat Sep 01, 2007 12:14 am

Post » Fri Dec 09, 2011 2:13 am

So we get:
W_water = 32.174 ft/s^2 * 475 ft * INTEGRAL( 38 lb-0.4 lb/s * t * dt) in the Intervall [0;95]s
W_water = 32.174 ft/s^2 * 475 ft * (38 t - 0,4*t^2/2)*lb in the intervall t=[0;95]
W_water =27585200 ft^2*lb/s^2

The general idea is good but the integral's units don't add up. Instead of lb*(ft/s)2, you're getting lb*ft2/s, which is not a unit for energy.

Now I won't plug in the numbers (imperial units! Aghh!) but here's how I would've done it symbolically.

Start from Newton's second law of motion. Since the bucket is moving at constant speed, then the sum of all external forces equal zero. Due to the nature of the problem we'll separate these forces for the different objects (up is positive direction):

Tbucket - Gbucket = 0 and Twater - Gwater = 0 (1.1). The total work done bringing the bucket and water up is the sum of the work done by the tension forces. Clearly, Tbucket is constant thus the work it does is trivial, Wbucket = Tbucket*h, h = height/depth of the well.

Twater however is not, and thus requires a path integral W = ∫Twater·ds = ∫Twater*ds (1.2) ∵ Twater and ds have the same direction.

From (1.1): Twater = Gwater = M(t)g = (M - c*t)g, c is the change of the water's mass over time, which is constant, M is the initial mass of the water.

(1.2): ∫Twater*ds = ∫(M - c*t)g*ds = g*∫(M - c*t)ds = g*∫(M - c*s/v)ds (1.3) ∵ t = s/v when v is constant

Twater will begin from an initial value of Mg and linearly decrease to 0, where it will no longer act on the system. ∴ The time interval is from t=0 to M-ct=0 ? t = M/c and the distance interval [0,Mv/c].

Thus for (1.3): Wwater = g*0Mv/c(M - c*s/v)ds = g*(M(Mv/c) - ?c*(Mv/c)2/v) = g(M2v/c) - ?M2v/c) = ?*M2*g*v/c

∴ Wtotal = Wbucket + Wwater = mgh + ?*M2*g*v/c, m is the mass of the bucket.

(Alternatively, since Twater decreases linearly you could've simply done it geometrically by multiplying the mean value Mg/2 by the distance that the force acts on, Mv/c, and skipped the calculus part altogether. But it's always good to practice one's calculus-fu from time to time.)
User avatar
Nikki Morse
 
Posts: 3494
Joined: Fri Aug 25, 2006 12:08 pm

Post » Fri Dec 09, 2011 8:17 am

The general idea is good but the integral's units don't add up. Instead of lb*(ft/s)2, you're getting lb*ft2/s, which is not a unit for energy.

Yep, there is a mistake, I found it and correct it in the original post, thanks!
If I substitute my equation now (with t=s/v) I get the same as you in (1.3).
User avatar
Dalley hussain
 
Posts: 3480
Joined: Sun Jun 18, 2006 2:45 am

Post » Thu Dec 08, 2011 9:52 pm

if bill has 6 tacos, and I have three, how much time does it take for me to decide to kill bill for his tacos?

ON TOPIC: Linear displacement. A movie takes 2 hours to finish. Find the displacement of the minute hand and the hour hand. I need to check my work...
User avatar
cheryl wright
 
Posts: 3382
Joined: Sat Nov 25, 2006 4:43 am

Post » Fri Dec 09, 2011 8:20 am

I read this one on yaho a while back, you would be surprised how many people will get it wrong.

A bat and a ball cost $1.10 in total. The bat costs $1 more than the ball. How much does the ball cost?
User avatar
chinadoll
 
Posts: 3401
Joined: Tue Aug 22, 2006 5:09 am

Post » Fri Dec 09, 2011 1:59 am

I read this one on yaho a while back, you would be surprised how many people will get it wrong.

A bat and a ball cost $1.10 in total. The bat costs $1 more than the ball. How much does the ball cost?

$0.05, if you're not including taxes.
User avatar
Victoria Bartel
 
Posts: 3325
Joined: Tue Apr 10, 2007 10:20 am

Post » Thu Dec 08, 2011 9:58 pm

;O Bout damn time ;D for a math thread
User avatar
Zach Hunter
 
Posts: 3444
Joined: Wed Aug 08, 2007 3:26 pm

Post » Fri Dec 09, 2011 5:16 am

if bill has 6 tacos, and I have three, how much time does it take for me to decide to kill bill for his tacos?

ON TOPIC: Linear displacement. A movie takes 2 hours to finish. Find the displacement of the minute hand and the hour hand. I need to check my work...

bumpy bump bump...
User avatar
Sudah mati ini Keparat
 
Posts: 3605
Joined: Mon Jul 23, 2007 6:14 pm

Post » Fri Dec 09, 2011 7:36 am

bumpy bump bump...

0. Displacement, if I recall, is the change in position of the object in question. Which, in this case, if the movie takes exactly two hours, would be zero since both hands would end up exactly where they started.

Edit: To answer the taco question, you wouldn't kill Bill. Exactly 3.14159 seconds after you decided you wanted his tacos, you would think of pie so you'd go and get some delicious apple pie instead. By the time you'd be done, Bill will have eaten his tacos so you'd have no reason to kill him.
User avatar
REVLUTIN
 
Posts: 3498
Joined: Tue Dec 26, 2006 8:44 pm

Post » Fri Dec 09, 2011 1:23 am

ON TOPIC: Linear displacement. A movie takes 2 hours to finish. Find the displacement of the minute hand and the hour hand. I need to check my work...

If we're talking about clocks, then it only makes sense to use angular displacement Δθ = θf - θi unless you're only interested in the translational displacement of a certain point on each hand, in which case you're going to get a symbolic answer since you do need to know the distance from the rotational axis to that point to get a numerical answer.

Spoiler
It's only 0 for one of the hands :wink:

User avatar
Tanika O'Connell
 
Posts: 3412
Joined: Fri Jan 26, 2007 1:34 am

Post » Thu Dec 08, 2011 10:24 pm

If we're talking about clocks, then it only makes sense to use angular displacement Δθ = θf - θi unless you're only interested in the translational displacement of a certain point on each hand, in which case you're going to get a symbolic answer since you do need to know the distance from the rotational axis to that point to get a numerical answer.

Spoiler
It's only 0 for one of the hands :wink:


Yeah...
Spoiler
Don't know why I thought the hour hand would go all the way around. Oops. >_>

User avatar
Kelsey Hall
 
Posts: 3355
Joined: Sat Dec 16, 2006 8:10 pm

Post » Fri Dec 09, 2011 1:56 am

Hey math, why do you insist that you are more important than sociology and psychology?

^thinks we should start teaching both of those before math, albeit in a very, very simplified manner, like most subjects.
User avatar
Del Arte
 
Posts: 3543
Joined: Tue Aug 01, 2006 8:40 pm

Post » Fri Dec 09, 2011 2:25 am

Does no one own a phone with a calculator on it? ^^
User avatar
Rachel Hall
 
Posts: 3396
Joined: Thu Jun 22, 2006 3:41 pm

Post » Fri Dec 09, 2011 8:30 am

Hey math, why do you insist that you are more important than sociology and psychology?

^thinks we should start teaching both of those before math, albeit in a very, very simplified manner, like most subjects.

http://xkcd.com/435/ :P
User avatar
Lisa Robb
 
Posts: 3542
Joined: Mon Nov 27, 2006 9:13 pm

Post » Fri Dec 09, 2011 11:52 am

http://xkcd.com/435/ :P


I actually got a good laugh out of this. :D
User avatar
Project
 
Posts: 3490
Joined: Fri May 04, 2007 7:58 am

Post » Fri Dec 09, 2011 4:58 am

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..


g is not involved in this. lbs is force, not mass, so you could say it's "already" multipled by acceleration due to gravity (in imperial units.)

IE if I told you the bucket weighed 6 newtons, you wouldn't multiply by g. It's the same case here, the imperial unit for mass is the slug. If the question said the bucket had a mass of 5 slugs, only then would you need to multiply by imperial g to get a lb weight. And I assure you, you'll probably never be in that situation.
User avatar
Meghan Terry
 
Posts: 3414
Joined: Sun Aug 12, 2007 11:53 am

Post » Fri Dec 09, 2011 1:25 am

/threadrevive

Here's a tricky one! I got a lot of the way through it and I can't seem to find my mistake...

Find the length of the curve

x = 3y^(4/3) - (3/32)y^(2/3) from [-125 , 27]

From here you can take the derivative.

x' = 4y^(1/3) - (1/16)y^(-1/3)

Square both sides and add 1

(x')^2 + 1 = (4y^(1/3) - (1/16)y^(-1/3))^2 + 1

Now if we expand and complete the square it turns out that the expression simplifies to...

(x')^2 + 1 = (4y^(1/3) + (1/16)y^(-1/3))^2

Now take the square root, and that should be the function that we integrate from -125 to 27.

4y^(1/3) + (1/16)y^(-1/3)

I would think that this turns out to be

12 + 1/(16*3) + 20 + 1/(16*5)

However, this does not appear to be the right answer in the back of the book.... Where did I make my mistake?! This is driving me crazy!
User avatar
Wayland Neace
 
Posts: 3430
Joined: Sat Aug 11, 2007 9:01 am

Post » Fri Dec 09, 2011 2:03 pm

x = 3y^(4/3) - (3/32)y^(2/3)

Integrate
sqrt(1 + [f'(x)]^2)

where f'(x) is your derivative, over your interval.


Since you correctly found the derivative to be 4y^(1/3) - (1/16)y^(-1/3), square it for: (or not, you could enter it in your calculator without actually expanding, which is probably best since I did this quickly)

1/256y^(-2/3) - .5 + 16y^(2/3)

Now add one to that

1/256y^(-2/3) + .5 + 16y^(2/3)

Square root

sqrt(1/256y^(-2/3) + .5 + 16y^(2/3))

and that is the function you integrate from -125 to 27.
User avatar
Mrs Pooh
 
Posts: 3340
Joined: Wed Oct 24, 2007 7:30 pm

Post » Fri Dec 09, 2011 4:21 am

Hey guys, I don't really need help on it, but I just need to know exactly what it's trying to ask:

Sand is falling from a rectangular box container whose base measures 40 inches by 20 inches at a constant rate of 300 cubic inches per minute.

How is the depth of the sand in the box changing?

Note: I'm pretty sure "falling from a rectangular box container" was meant to be "falling into a rectangular box container".

I might need help with the next part, I haven't started yet, but it looks like basic related rates stuff.

EDIT: Nevermind, I overlooked something at the beginning of the problem.
User avatar
aisha jamil
 
Posts: 3436
Joined: Sun Jul 02, 2006 11:54 am

Post » Fri Dec 09, 2011 12:05 pm

if bill has 6 tacos, and I have three, how much time does it take for me to decide to kill bill for his tacos?

ON TOPIC: Linear displacement. A movie takes 2 hours to finish. Find the displacement of the minute hand and the hour hand. I need to check my work...


2 seconds. That's how much time it would take to do the 5 Point Palm Exploding Heart Technique.
User avatar
Robert DeLarosa
 
Posts: 3415
Joined: Tue Sep 04, 2007 3:43 pm

Post » Fri Dec 09, 2011 2:06 am

Hey guys, I don't really need help on it, but I just need to know exactly what it's trying to ask:

Sand is falling from a rectangular box container whose base measures 40 inches by 20 inches at a constant rate of 300 cubic inches per minute.

How is the depth of the sand in the box changing?

Note: I'm pretty sure "falling from a rectangular box container" was meant to be "falling into a rectangular box container".

I might need help with the next part, I haven't started yet, but it looks like basic related rates stuff.

EDIT: Nevermind, I overlooked something at the beginning of the problem.


Yea, I don't know if you caught it already, but it is falling from the box, not into it. Imagine a tupperware container with a small hole in the bottom through which the sand is leaving the tupperware.
User avatar
Hannah Barnard
 
Posts: 3421
Joined: Fri Feb 09, 2007 9:42 am


Return to Othor Games