The fundamental power formula for energy is E = P × t (Energy equals Power multiplied by Time). In electrical terms, substituting the DC power equation (P = V × I) yields the expanded form: E = V × I × t. This relationship is the bedrock of sizing battery banks, estimating utility bills, and calculating thermal dissipation. Below is the complete derivation, symbol mapping, and step-by-step worked examples with strict unit tracking.
The Core Power Formula for Energy and Symbol Definitions
Energy is the capacity to do work, while power is the rate at which that work is performed. The NIST reference on SI units defines the Joule as the standard unit of energy, but in electrical engineering, the Watt-hour is the practical standard. The formula applies perfectly to direct current (DC) circuits. For alternating current (AC), it requires Root Mean Square (RMS) values and assumes a unity power factor unless explicitly modified.
| Symbol | Quantity | Standard SI Unit | Common Commercial Unit |
|---|---|---|---|
| E | Energy | Joule (J) | Watt-hour (Wh) or Kilowatt-hour (kWh) |
| P | Power | Watt (W) | Kilowatt (kW) |
| t | Time | Second (s) | Hour (h) |
| V | Voltage | Volt (V) | Volt (V) |
| I | Current | Ampere (A) | Ampere (A) |
Rearranged Forms and Unit Tracking Pitfalls
Depending on which variable you need to solve for on the bench or in the field, you can algebraically rearrange the core formula. Here are the most useful variations:
- Solving for Power: P = E / t
- Solving for Time: t = E / P
- Solving for Voltage: V = E / (I × t)
- Solving for Current: I = E / (V × t)
Which Unit Mistakes Break the Formula?
The most common way to break this formula is mixing SI base units with commercial derived units. If you multiply Watts by Seconds, you get Joules. If you multiply Watts by Hours, you get Watt-hours. 1 Watt-hour equals exactly 3,600 Joules. If you calculate a 1,500W heater running for 2 hours and record the answer as 3,000 Joules, you are off by a factor of 3,600. Always track your time units: use seconds for Joules, and hours for Watt-hours.
What Does a Realistic Answer Magnitude Look Like?
Contextualizing your answer prevents decimal-place errors. A standard 18650 lithium-ion cell holds about 10 Wh (36,000 J) of energy. A typical US residential home consumes roughly 30 kWh per day (108,000,000 J). If your calculation for a single household appliance yields a number in the megajoules or gigawatt-hours, you have likely dropped a decimal or mixed up your time conversions.
Worked Problem 1: Sizing a 12V Off-Grid DC Battery Bank
Scenario: You are powering a 12V DC compressor fridge rated at 60W. The fridge's thermostat yields a 25% duty cycle (it runs 15 minutes out of every hour). You need to size a LiFePO4 battery to run this fridge for 24 hours without dropping below an 80% Depth of Discharge (DoD).
- Calculate Average Power (P_avg):
P_avg = Rated Power × Duty Cycle
P_avg = 60 [W] × 0.25 = 15 [W] - Calculate Total Energy Required (E):
E = P_avg × t
E = 15 [W] × 24 [h] = 360 [Wh] - Convert Energy to Amp-hours (Ah):
Since E = V × I × t, and (I × t) is Amp-hours (Ah):
Ah = E / V
Ah = 360 [Wh] / 12 [V] = 30 [Ah] - Apply Depth of Discharge (DoD) Buffer:
To protect the LiFePO4 cells and account for voltage sag, we limit discharge to 80%.
Required Capacity = Calculated Ah / DoD
Required Capacity = 30 [Ah] / 0.80 = 37.5 [Ah]
Practical Decision: You would purchase a 12V 40Ah or 50Ah LiFePO4 battery. (Note: If using Lead-Acid, Peukert's Law dictates you would need to oversize this by an additional 20-30% due to capacity loss at higher discharge rates).
Worked Problem 2: Calculating AC Mains Energy Cost for a Pool Pump
Scenario: A 240V AC pool pump motor draws 8.5 Amps. The motor nameplate indicates a Power Factor (PF) of 0.88. You run the pump for 6 hours a day. Your utility charges $0.16 per kWh. What is the daily energy cost?
Assumption Check: Because this is an AC inductive load, we cannot simply use P = V × I. We must use the real power formula: P = V × I × PF. The US Department of Energy emphasizes that ignoring power factor on inductive loads leads to inaccurate energy estimations.
- Calculate Real Power (P):
P = V [V] × I [A] × PF
P = 240 × 8.5 × 0.88
P = 2,040 [VA] × 0.88 = 1,795.2 [W] (or 1.7952 kW) - Calculate Daily Energy (E):
E = P × t
E = 1.7952 [kW] × 6 [h] = 10.7712 [kWh] - Calculate Cost:
Cost = E × Rate
Cost = 10.7712 [kWh] × $0.16 [/kWh] = $1.72 per day
Verification: If you had ignored the power factor and used P = V × I, you would have calculated 2.04 kW, resulting in 12.24 kWh and a cost of $1.96. The utility bills you for Real Power (kW), not Apparent Power (kVA), making the PF correction mandatory for accurate cost tracking.
Frequently Asked Questions
How does the power formula for energy apply to AC circuits with power factor?
In AC circuits, voltage and current waveforms can fall out of phase due to inductive (motors, transformers) or capacitive loads. The basic formula E = V × I × t calculates Apparent Energy (VAh). To find Real Energy (Wh)—which is what actually performs work and what you are billed for—you must multiply by the Power Factor (PF): E = V_rms × I_rms × PF × t. Always use a True-RMS clamp meter when measuring AC current for these calculations, as average-responding meters will introduce errors on non-linear loads like VFDs or LED drivers.
Why does my solar inverter show different energy values than my battery monitor?
This discrepancy is a classic application of the power formula combined with system efficiency. Your battery monitor measures DC energy leaving the battery (E_dc = V_batt × I_batt × t). Your inverter displays AC energy delivered to the panel (E_ac = V_ac × I_ac × t). The difference is lost as heat in the inverter's switching transistors and transformers. If your battery monitor shows 5,000 Wh discharged, but the inverter shows 4,600 Wh produced, your inverter is operating at 92% efficiency (4600/5000). The power formula holds true for both sides; the missing energy simply crossed the boundary from electrical to thermal.
What is the difference between the power formula for energy in Joules versus Kilowatt-hours?
There is no difference in the underlying physics, only in the unit scaling. A Joule is one Watt applied for one second (1 W × 1 s). A Kilowatt-hour is 1,000 Watts applied for 3,600 seconds (1,000 W × 3,600 s). Therefore, 1 kWh = 3,600,000 Joules (3.6 Megajoules). Use Joules when calculating thermal heat dissipation in physics or component-level transient pulse ratings (like a TVS diode's Joule rating). Use Kilowatt-hours when dealing with utility billing, battery bank sizing, and solar array yield.
Can I use the power formula for energy to size a backup generator?
Only partially. The power formula for energy (E = P × t) tells you how much fuel energy you will consume over time, but generator sizing is dictated by peak power (P), not total energy (E). A generator must be sized to handle the maximum instantaneous Wattage (including Locked Rotor Amps during motor startups), while your fuel tank is sized based on the total Watt-hours you intend to consume. Use E = P × t to calculate your daily fuel burn rate, but use a separate startup surge calculation to determine the generator's required kW rating.






