The core electric physics formulas—Ohm’s Law, Joule’s Power Law, and Pouillet’s Resistivity Law—form the mathematical bedrock of all circuit design, troubleshooting, and power distribution. While simulation software can calculate voltage drops and power dissipation in the background, a competent maker or electrician must internalize these relationships to perform rapid sanity checks, size conductors correctly, and diagnose faults on the bench or jobsite. This guide breaks down the foundational electric physics formulas, defines every symbol, provides real-world material data, and walks through strict unit-tracked calculations.

The Foundational Electric Physics Formulas and Symbol Tables

Before manipulating equations, we must establish the exact SI units and realistic magnitudes for every variable. Abstract math fails in practical electronics when you lose track of whether a value is in milliamps or kilo-ohms. The table below defines the variables for the three governing equations: V = I × R (Ohm's Law), P = I × V (Joule's Power Law), and R = ρ × (L / A) (Pouillet's Resistivity Law).

Table 1: Symbol Definitions, SI Units, and Realistic Magnitudes
Symbol Quantity SI Unit Realistic Bench/Jobsite Magnitude
V Voltage (Potential Difference) Volts (V) 1.5V (cell) to 480V (3-phase industrial)
I Current Amperes (A) 1mA (signal) to 200A (residential service)
R Resistance Ohms (Ω) 0.01Ω (shunt) to 1MΩ (pull-up)
P Power Watts (W) 10mW (LED indicator) to 5000W (EV charger)
ρ Resistivity Ohm-meters (Ω·m) 10-8 (conductors) to 10-6 (heating alloys)
L Length Meters (m) 0.01m (component leads) to 100m (feeder runs)
A Cross-Sectional Area Square meters (m2) 10-7m2 (24 AWG) to 10-4m2 (4/0 AWG)

To apply the resistivity formula accurately, you need exact material constants. The following data-dense table provides the resistivity (ρ) and temperature coefficients (α) for common electrical materials at a standard 20°C baseline, sourced from standard OpenStax University Physics references.

Table 2: Real-World Conductor Resistivity and Application Data (at 20°C)
Material Resistivity (ρ) in Ω·m Temp Coeff (α) per °C Primary Application Practical Sizing Note
Annealed Copper 1.68 × 10-8 0.0039 Branch wiring (THHN), PCB traces Standard baseline for NEC ampacity tables
Aluminum (1350 Alloy) 2.65 × 10-8 0.0042 Service entrance feeders, utility lines Requires 2 AWG sizes larger than Cu for equal ampacity
Nichrome 80 (NiCr) 1.08 × 10-6 0.00017 Toaster elements, high-wattage dummy loads High resistance; minimal change with heat
Tungsten 5.60 × 10-8 0.0045 Incandescent filaments, high-vacuum contacts Cold resistance is ~10x lower than hot resistance
Constantan (CuNi) 4.90 × 10-7 0.00001 Current shunts, precision measurement resistors Near-zero temp coeff; ideal for stable shunts

Rearranged Forms and Application Boundaries

Memorizing the base equations is insufficient; you must be able to isolate any variable instantly. Below are the algebraic rearrangements for the core electric physics formulas, including the derived power forms created by substituting Ohm's Law into Joule's Law.

Rearranged Forms List

  • Ohm's Law: V = I × R  |  I = V / R  |  R = V / I
  • Base Power Law: P = I × V  |  I = P / V  |  V = P / I
  • Derived Power (Current-biased): P = I2 × R  |  I = √(P / R)  |  R = P / I2
  • Derived Power (Voltage-biased): P = V2 / R  |  V = √(P × R)  |  R = V2 / P
  • Resistivity Law: R = ρ × (L / A)  |  ρ = (R × A) / L  |  L = (R × A) / ρ  |  A = (ρ × L) / R
Application Boundaries & Assumptions:

These formulas assume ohmic materials operating at a constant temperature. Ohm's Law (V = IR) breaks down entirely for non-linear components like diodes, transistors, and thermistors, where resistance changes dynamically with voltage or current. Furthermore, Pouillet's Resistivity Law assumes a uniform cross-sectional area and homogeneous material composition. If you are calculating the resistance of a tapered trace or a braided wire with air gaps, the simple A = πr2 geometry fails, and empirical measurement is required.

Worked Examples with Strict Unit Tracking

The most common cause of calculation failure in electrical design is unit mismatch—specifically, failing to convert sub-units (milli, micro) or area units (mm2 to m2) before plugging values into the formula. The following solved problems demonstrate strict unit tracking with intermediate steps.

Problem 1: Voltage Drop and Power Loss in a Copper Feeder

Scenario: You are wiring a 120V nominal branch circuit to a 15A space heater using 12 AWG copper wire. The one-way distance from the panel to the outlet is 30 meters. Calculate the total loop resistance, the voltage drop, and the power dissipated as heat in the wire.

Step 1: Identify knowns and convert to base SI units.

  • Current (I) = 15 A
  • One-way Length = 30 m. Total loop length (L) = 30 m × 2 = 60 m.
  • Material = Copper (ρ = 1.68 × 10-8 Ω·m at 20°C).
  • 12 AWG Cross-Sectional Area (A) = 3.31 mm2. Convert to m2: 3.31 × 10-6 m2.

Step 2: Calculate Resistance (R) using Pouillet's Law.

  • R = ρ × (L / A)
  • R = (1.68 × 10-8 Ω·m) × (60 m / 3.31 × 10-6 m2)
  • R = (1.68 × 10-8) × (1.812 × 107) Ω
  • R = 0.304 Ω

Step 3: Calculate Voltage Drop (Vdrop) using Ohm's Law.

  • Vdrop = I × R
  • Vdrop = 15 A × 0.304 Ω
  • Vdrop = 4.56 V (This is a 3.8% drop on a 120V circuit, which is acceptable for branch circuits under standard NEC-style guidance of <5% total drop).

Step 4: Calculate Power Dissipation (Ploss) using Derived Power Law.

  • Ploss = I2 × R
  • Ploss = (15 A)2 × 0.304 Ω
  • Ploss = 225 A2 × 0.304 Ω
  • Ploss = 68.4 W (Distributed over 60 meters of wire, this heat is safely dissipated into the conduit/ambient air).

Problem 2: Sizing a Current-Limiting Resistor for a High-Power LED

Scenario: You are designing a dashboard indicator using a 14.4V automotive battery source and a high-power white LED. The LED datasheet specifies a forward voltage (Vf) of 3.2V and a nominal forward current (If) of 700mA. Find the required resistance and the minimum wattage rating for the resistor.

Step 1: Identify knowns and convert to base SI units.

  • Source Voltage (Vs) = 14.4 V
  • LED Forward Voltage (Vf) = 3.2 V
  • Target Current (I) = 700 mA = 0.7 A

Step 2: Determine the voltage drop required across the resistor.

  • VR = Vs - Vf
  • VR = 14.4 V - 3.2 V = 11.2 V

Step 3: Calculate Resistance (R) using Ohm's Law.

  • R = VR / I
  • R = 11.2 V / 0.7 A
  • R = 16 Ω (You would select the next standard E12/E24 value, which is 16Ω or 18Ω if you want to slightly under-drive the LED for longevity).

Step 4: Calculate Power Dissipation (P) to size the physical resistor.

  • P = VR × I
  • P = 11.2 V × 0.7 A
  • P = 7.84 W

Sanity Check & Component Selection: A standard 1/4W through-hole resistor will instantly vaporize. You must select a wirewound or chassis-mount resistor rated for at least 10W (providing a ~20% safety margin) and mount it to a heatsink or metal chassis.

Common Unit Traps and Magnitude Sanity Checks

Even when the algebra is perfect, incorrect unit handling will yield catastrophic design errors. According to fundamental Georgia State University HyperPhysics documentation, the SI system requires strict adherence to base units, yet engineering datasheets routinely mix them. Watch for these specific traps:

  1. The Area Trap (mm2 vs m2): Wire catalogs list cross-sectional area in mm2 or AWG. The resistivity constant (ρ) is in Ω·m. If you plug 2.5 mm2 directly into the denominator of R = ρ(L/A), your resistance will be off by a factor of one million. Always multiply mm2 by 10-6 to convert to m2.
  2. The Temperature Coefficient Trap: The ρ values in Table 2 are strictly for 20°C. If you are calculating the resistance of a tungsten filament or a copper winding operating at 100°C, you must apply the temperature correction formula: RT = R20[1 + α(T - 20)]. Ignoring this for tungsten will result in calculating an inrush current that is 10 times lower than reality, leading to undersized breakers that nuisance-trip on startup.
  3. The 'Milli' Multiplier in Power: When using P = I2R, forgetting to convert 20mA to 0.02A before squaring it results in a power calculation that is one million times too high (since (20)2 = 400, but (0.02)2 = 0.0004).

Developing a mental model of realistic magnitudes is your final defense. If you calculate that a 1-meter length of 14 AWG copper wire has a resistance of 85Ω, your magnitude sanity check should immediately flag the error (realistically, it should be around 0.008Ω). Similarly, if a voltage drop calculation yields 150V on a 120V source, you have likely forgotten to divide by 1000 somewhere in your milliamp conversion. Always anchor your math to the physical reality of the components on your bench.

For a comprehensive review of standard SI unit definitions and prefix multipliers, refer to the official NIST International System of Units (SI) documentation.