Cost of 41kW Motor for 32 Weeks: $17,633.28

  • Thread starter Thread starter Onoff32
  • Start date Start date
  • Tags Tags
    Motor
Click For Summary
The calculation for the cost of running a 41kW motor continuously for 32 weeks at $0.08 per kWh is confirmed to be correct, resulting in a total of $17,633.28. The breakdown shows that the units cancel appropriately, leaving only dollar units. Additionally, the discussion touches on similar calculations for power generation, confirming that a 1MW generator running continuously would produce 8,760,000 kWh per year. It is noted that specifying "per year" in such calculations can enhance clarity. Overall, the calculations and unit conversions are validated as accurate.
Onoff32
Messages
2
Reaction score
0

Homework Statement



If I calculate that a motor needs 41kW continuously throughout a day to run, and it costs $0.08 per kWh to run, to calculate the cost of this for 32 weeks, I would do 41 x 24hours x 7days x 32weeks x $0.08 = $17633.28

is this a correct way of working it out?
 
Physics news on Phys.org
Onoff32 said:

Homework Statement



If I calculate that a motor needs 41kW continuously throughout a day to run, and it costs $0.08 per kWh to run, to calculate the cost of this for 32 weeks, I would do 41 x 24hours x 7days x 32weeks x $0.08 = $17633.28

is this a correct way of working it out?
Your number is are correct, but your units don't make any sense.

Here's what you should have, including the appropriate units.
##41 kW \times 24 \frac{\text{hours}}{\text{day}} \times 7 \frac{\text{days}}{\text{week}} \times 32 \text{weeks} \times .08 \frac{$}{\text{kWh}} = $17,633.28##.
The day units cancel, the week units cancel, and the kWh units cancel, so you're left with dollar units.
41 kW times 1 hour = 41 kWh, or 1 kW times 41 hours = 41 kWh, as well.
 
Would that work for generation as well? If a generator puts out 1MegaWatt then it would follow that
1MW x 24 hours/day x 365 days/year=8,760 MWh or 8,760,000 kWH? Thank you
 
CherryB said:
Would that work for generation as well? If a generator puts out 1MegaWatt then it would follow that
1MW x 24 hours/day x 365 days/year=8,760 MWh or 8,760,000 kWH? Thank you
That's what I get, so I'll say the answer is yes.
Though a nit-picky person might say you forgot the "per year": 8,760,000 kWH per year
 
  • Like
Likes CherryB
Greetings to all, I am writing with a question regarding graph generation in LTSpice. I am using LTSpice XVII and am trying to plot AM-AM and AM-PM characterization for a power amplifier, but I haven't been successful yet, likely due to my lack of practice with this specific analysis. I have been using a square wave input at 8.2 MHz as the voltage waveform for my power amplifier. It is said that for a switching amplifier like Class-D, the AM-AM / AM-PM (amplitude-to-amplitude and...
Thread 'How do I determine the resistance for RLC low pass filter?'
Hi, I am trying to build a RLC low pass filter that atenuates the frequency below 4500 Hz. However, I have encountered some problem when choosing the correct R to work with. Here is the Circuit Here is the original sound. Here is my code in Matlab function Vout = myFilterCircuit(Vin,h) n_V = length(Vin); f_7 = 4470;; % Undesired frequency h_7 = h; % delta time % These are for the constant and initialization of the variables t_7 = 0:h_7:(n_V-1)*h_7; % This is the independent variable...