Every circuit analysis, wire sizing calculation, and component selection on the bench relies on two fundamental relationships: Ohm’s Law and Joule’s Law (Power). While software simulators can crunch the numbers for you, a competent maker must internalize these electricity basic formulas to catch design flaws, verify multimeter readings, and prevent melted wire insulation. Below is a complete breakdown of the core equations, real-world load data, and step-by-step worked examples with strict unit tracking.
The Core Electricity Basic Formulas: Ohm’s and Joule’s Laws
The foundation of DC circuit theory rests on the linear relationship between voltage, current, and resistance, combined with the rate at which electrical energy is converted into work or heat.
Ohm's Law: V = I × R
Joule's Law (Power): P = V × I
Symbol Definitions and Units
Every variable in these electricity basic formulas must be expressed in standard SI base units before calculating. Mixing prefixes (like milli or kilo) without conversion is the primary cause of bench failures.
| Symbol | Quantity | SI Unit | Unit Abbreviation | Physical Definition |
|---|---|---|---|---|
| V | Voltage (Potential Difference) | Volts | V | The electrical pressure pushing charge through a circuit. |
| I | Current | Amperes | A | The volumetric flow rate of electrical charge (1 Coulomb per second). |
| R | Resistance | Ohms | Ω | The opposition to current flow, converting electrical energy to heat. |
| P | Power | Watts | W | The rate of energy transfer or consumption (1 Joule per second). |
Rearranged Forms for Circuit Solving
By substituting Ohm's Law into Joule's Law, we derive a complete matrix of formulas to solve for any missing variable when two others are known:
- Solving for Voltage (V): V = I × R | V = P / I | V = √(P × R)
- Solving for Current (I): I = V / R | I = P / V | I = √(P / R)
- Solving for Resistance (R): R = V / I | R = P / I² | R = V² / P
- Solving for Power (P): P = V × I | P = I² × R | P = V² / R
When These Formulas Apply (and When They Fail)
These electricity basic formulas assume a linear, purely resistive DC circuit. According to Georgia State University's HyperPhysics, Ohm's law is an empirical rule, not a fundamental law of nature. It fails or requires modification when:
- Non-Ohmic Components: Diodes, LEDs, and transistors have non-linear voltage-current curves. You cannot use R = V/I to find a static resistance for an LED; you must use its forward voltage drop (Vf) and dynamic resistance.
- AC Circuits with Reactance: In alternating current circuits with capacitors or inductors (like motors), resistance (R) is replaced by impedance (Z), and you must account for the power factor (PF) to find true power: P = V × I × PF.
- Extreme Temperatures: Resistance changes with temperature. A tungsten filament or a copper wire carrying high current will increase in resistance as it heats up, skewing calculations based on 20°C datasheet values.
Real-World Reference: 12V and 24V DC Load Expectations
Abstract formulas become useful only when grounded in physical hardware. When designing off-grid solar systems, automotive wiring, or robotics, you must size wires and fuses based on expected current. Because P = V × I, doubling the system voltage halves the current required to deliver the same power. This is why 24V and 48V systems allow for significantly smaller wire gauges than 12V systems.
| Device / Load | Nominal Power (W) | Calculated Current @ 12V (A) | Calculated Current @ 24V (A) | Min Wire Size (12V, <5ft run) |
|---|---|---|---|---|
| LED Light Bar (Off-Road) | 120 W | 10.0 A | 5.0 A | 14 AWG |
| Diaphragm Water Pump | 60 W (Running) / 120 W (Stall) | 5.0 A (10.0 A peak) | 2.5 A (5.0 A peak) | 14 AWG (12 AWG for long runs) |
| DC-to-AC Inverter (Continuous) | 400 W | 33.3 A (plus efficiency loss) | 16.6 A (plus efficiency loss) | 8 AWG (or 4 AWG for >3ft) |
| 12V Compressor Fridge | 45 W (Average) | 3.75 A | 1.87 A | 16 AWG |
Note: Wire sizes above assume THHN/stranded copper in free air at 30°C ambient. Inverter currents must be multiplied by 1.25 to account for inverter inefficiency (typically 80-85% efficient) and NEC continuous load derating.
Worked Examples: Sizing and Verification
Let’s apply these electricity basic formulas to two common bench and jobsite scenarios. Notice the strict unit tracking in every intermediate step.
Problem 1: Sizing a Current-Limiting Resistor for an Indicator LED
Scenario: You are adding a power indicator LED to a 12V DC control panel. The LED datasheet specifies a forward voltage (Vf) of 2.1V and a target continuous forward current (If) of 20mA. What resistance value do you need, and what wattage rating should the resistor have?
- Convert units to SI base:
Target Current (I) = 20 mA = 0.020 A - Calculate the voltage drop across the resistor (V_R):
The resistor must absorb the voltage left over after the LED.
V_R = V_Source - V_LED
V_R = 12.0 V - 2.1 V = 9.9 V - Calculate required Resistance (R):
R = V_R / I
R = 9.9 V / 0.020 A = 495 Ω
Practical step: 495Ω is not a standard E12/E24 value. We select the next highest standard value to keep current slightly below the 20mA max: 510 Ω. - Recalculate actual current with 510 Ω:
I_actual = 9.9 V / 510 Ω = 0.0194 A (19.4 mA) - Calculate Power dissipated by the resistor (P):
P = I_actual² × R
P = (0.0194 A)² × 510 Ω
P = 0.000376 × 510 = 0.191 W
Conclusion: Use a 510 Ω resistor. While a standard 1/4W (0.25W) resistor technically handles 0.191W, running a resistor at 76% of its thermal limit will make it hot to the touch and shorten its lifespan. The bench-pro choice is a 1/2W (0.5W) resistor to keep it running cool.
Problem 2: Voltage Drop Verification on a 12V Wire Run
Scenario: You are wiring a 12V, 10A water pump located 50 feet away from the battery bank using 14 AWG copper wire. Will the voltage drop be acceptable? (Acceptable limit for branch wiring is typically <3% to 5%).
- Determine total circuit length:
DC circuits require an out-and-back path. Physical distance is 50 ft, so total wire length (L) = 50 ft × 2 = 100 ft. - Find wire resistance (R_wire):
According to standard copper wire tables and resources like All About Circuits, 14 AWG copper has a resistance of approximately 2.525 Ω per 1,000 ft at 20°C.
R_wire = (100 ft / 1000 ft) × 2.525 Ω = 0.2525 Ω - Calculate Voltage Drop (V_drop):
V_drop = I × R_wire
V_drop = 10 A × 0.2525 Ω = 2.525 V - Calculate Percentage Drop:
% Drop = (V_drop / V_source) × 100
% Drop = (2.525 V / 12.0 V) × 100 = 21.0% - Calculate Power lost as heat in the wire:
P_loss = I² × R_wire
P_loss = (10 A)² × 0.2525 Ω = 100 × 0.2525 = 25.25 W
Conclusion: A 21% voltage drop is a catastrophic failure for this design. The pump will only see 9.47V (12V - 2.525V), likely causing it to stall or overheat, and the wire is dissipating 25.25W of heat (which will melt standard PVC insulation). Fix: Upgrade to 8 AWG wire (0.628 Ω/1000ft) to drop the loss to roughly 0.62V (5.1%), or ideally 6 AWG for a <3% drop.
Unit Traps and Magnitude Sanity Checks
When applying electricity basic formulas, the math engine doesn't know what physical reality looks like. You must develop a sense for realistic magnitudes to catch input errors before they become hardware failures.
Which Unit Mistakes Break the Math?
- The Milli-Amp Trap: Forgetting to divide mA by 1,000 before plugging into P = V × I. If you calculate 12V × 20mA as 240W instead of 0.24W, you will massively over-specify your power supply and wire gauge.
- The Kilo-Watt Trap: In solar and AC calculations, inverters are rated in kW, but battery capacity is calculated in Wh. Mixing W and kW without adjusting the decimal yields battery bank sizes that are off by a factor of 1,000.
- The Return Path Omission: Using the physical one-way distance for wire resistance calculations instead of the total loop distance. This cuts your calculated voltage drop in half, leading to undersized wire.
What Does a Realistic Answer Magnitude Look Like?
Build a mental database of expected ranges. If your calculated answer falls outside these bounds, re-check your inputs.
- Resistance (R): Wire runs should be in milli-ohms (e.g., 0.05 Ω). Small signal resistors are in hundreds or thousands of ohms (e.g., 4.7k Ω). Insulation resistance should be in mega-ohms (e.g., >10 MΩ). If you calculate a wire resistance of 50 Ω, you have a broken connection or a math error.
- Current (I): Microcontrollers and standby logic draw micro-amps to milli-amps (10 µA - 50 mA). Standard household branch circuits draw 10 A to 20 A. Automotive starter motors draw 150 A to 300 A. If you calculate a 500 A draw for a household LED lamp, you forgot to convert mA to A.
- Voltage Drop: A healthy branch circuit should drop less than 1% to 3% of the source voltage. If your multimeter reads a 4V drop on a 120V AC outlet under load, you have a high-resistance fault (loose terminal, corroded wire) that poses a fire hazard.
Mastering these formulas isn't about memorizing the algebra; it's about understanding the physical constraints of the components you are wiring. Always verify your math against the physical reality of the wire gauge, component datasheets, and thermal limits of your enclosure.






