lex_ee said:
I'd like to calculate the energy required to move a 1000lb vehicle at 55mph for 1hr. I'm looking for a simple calculation, nothing with drag, friction or acceleration is required
I expect this to be pretty simple, 1/2*m*v^2, to solve for the Kinetic Energy of the vehicle. However, how does 'time' come into play, to determine the energy needed over time?
Thanks
If there are no non-conservative forces acting on the car, then maintaining a constant velocity won't take any energy.
Taking drag into account is relatively simple actually.
Use the work-energy theorem W=\Delta E and the definition of work
W=\int_a^b \vec F \cdot \vec{dx}.
The drag equation tells us that F_d=-\frac{1}{2}\rho A C_d v^2. You can look this up on wikipedia for the details.
Now you told us that the velocity needed to be a constant we can pull it out of the work integral and get (evaluating between x=0 and x=x),
W=\frac{1}{2}\rho A C_d v^2 x
where x is the total distance traveled.
Now v=\frac{dx}{dt} and with v constant, x=vt and so we see the total work done is proportional to v^3,
W=\frac{1}{2}\rho A C_d v^3 t.
For a reasonable car and under normal atmospheric conditions,
C_dA\approx 7 m^2,
\rho\approx 1.2 kg/m^3.
So the work done after an amount of time t is numerically approximately (for normal cars, see the ACd product for cars on wikipedia),
W\approx 5v^3t.
For a car going 55 mph for 3600 s, the work is approximately 3 10^8 J. That's quite a bit of energy!
Hope that helps.