PDA

View Full Version : Running up some stairs, kiloWatts


Fringan
Nov6-04, 10:59 AM
Ok, so I'm supposed to run up some stairs and then calculate how much effect (watts) I used.


This is how I did it:




Stairs was 2.52 meters high and 3.5 meters long, my mass is 72 kilos and I ran up the stairs in 2.72 seconds.

Energy for moving up 2.52 meters:

E_{p} = mgh = 72*9.82*2.52 = 1781.7408

P_{1} = \frac{E_{p}}{t} = \frac{(\frac{72*9.82*2.52}{2.72})}{2.72} \approx 0.66 kW


Energy: for moving the 3.5 meters horizontally:

v = \frac{3.5}{2.72}

E_{k} = \frac{mv^2}{2} = \frac{72(\frac{3.5}{2.72})^2}{2.72}

P_{2} = \frac{E_{k}}{t} \approx 0.22 kW



Alltogether: P_{1} + P_{2} = 0.66 + 0.22 = \underline{0.88 kW}


I'm not supposed to think about air friction etc.
Question is ofcourse: Am I anywhere close to answering this in a correct way?

Sirus
Nov6-04, 11:32 AM
For the first part, why did you divide by 2.72 twice? P=\frac{\Delta{E}}{\Delta{t}}. The second part is tricky. If you ignore non-conservative forces such as friction, the only work you do in the horizontal direction is that which is required for you to accelerate to a certain velocity. Once you reach a given horizontal velocity, because there are no frictional forces (in theory), you do not have to do any more work to continue moving at that velocity. Therefore, you must make some assumption for this part. You can assume that you accelerated at a constant rate in the horizontal direction, and use \Delta{d}=v_{1}\Delta{t}+\frac{1}{2}a(\Delta{t})^2 to find a, F_{net}=ma to find net force, then sub that into W=Fd\cos{\theta}, where theta would be 0. I get about 88W for just the horizontal motion.

Fringan
Nov6-04, 05:51 PM
Looking at the math a second time I see I wrote in a number of mistakes, sorry - first time using this LaTeX thing :)

this is how the first P was supposed to be (not dividing with 2.72 twice)

P_{1} = \frac{E_{p}}{t} = \frac{72*9.82*2.52}{2.72} \approx 0.66 kW

And the second E was supposed to be like this (dividing with 2, not 2.72):

E_{k} = \frac{mv^2}{2} = \frac{72(\frac{3.5}{2.72})^2}{2}


Also this very basic class I'm taking doesn't deal with cosinus etc yet so i expected the answer to be pretty much basic and simple (like mgh and \frac{mv^2}{2})