The physics ohm (symbol: Ω) is the SI unit of electrical resistance, defined as the resistance between two points of a conductor when a constant potential difference of one volt applied to these points produces a current of one ampere. When you design or troubleshoot a circuit, the ohm is the fundamental metric that dictates how much current will flow for a given voltage, directly controlling power dissipation, signal attenuation, and thermal behavior.
What the Ohm Actually Changes in a Real Circuit
At the quantum level, the physics ohm represents the scattering of conduction electrons against the atomic lattice of the conductor material (phonon scattering) and structural impurities. Copper has low resistance because its outer electrons are loosely bound and scatter less, while carbon film has higher resistance due to its amorphous structure. In a practical circuit, introducing ohms changes three physical realities:
- Current Flow: It restricts the volume of charge carriers passing through a node per second.
- Voltage Drop: It creates a localized difference in electrical potential, stepping down voltage for downstream components.
- Power Dissipation: It converts electrical potential energy into thermal energy (heat).
To visualize this, think of a garden hose. Voltage is the water pressure from the tap, current is the flow rate (gallons per minute), and the ohm represents the physical diameter of the hose. A narrower hose (higher ohm value) restricts the flow (current) even if the pressure (voltage) remains high, and the friction of the water against the narrow walls generates a tiny amount of heat.
Worked Numeric Example: Sizing an LED Current Limiter
Let’s move from theory to the workbench. You are powering a Cree C43A standard LED from a 5.0V USB supply. The LED datasheet specifies a forward voltage (Vf) of 3.2V and a target continuous forward current (If) of 20mA (0.02A). Without a resistor, the LED will draw excessive current and fail catastrophically.
Step 1: Calculate Required Resistance
Using Ohm’s Law (R = V / I), we first find the voltage that must be dropped across the resistor:
V_drop = V_source - V_led = 5.0V - 3.2V = 1.8V
R = 1.8V / 0.02A = 90 Ω
Step 2: Select the Standard Value
90 Ω is not a standard value in the IEC 60063 E-series. The nearest E24 standard value is 91 Ω. Using 91 Ω, our actual current becomes 1.8V / 91 Ω = 19.78 mA, which is perfectly safe and visually indistinguishable from 20 mA.
Step 3: Calculate Power Dissipation
P = I² × R = (0.02A)² × 91 Ω = 0.0004 × 91 = 0.0364 W.
Where You Meet This in Practice
You will encounter the physics ohm in nearly every sub-system of an electronics project. The most common practical applications include:
- I2C Pull-Up Resistors: Typically 4.7 kΩ to 10 kΩ, used to pull the SDA and SCL lines high to VCC when the open-drain MOSFETs inside your ESP32 or Arduino are turned off.
- ADC Voltage Dividers: Using a pair of resistors (e.g., 10 kΩ and 22 kΩ) to step a 5V sensor signal down to the 3.3V logic level required by a Raspberry Pi Pico or ESP32 ADC pin.
- Current Shunts: Extremely low-value resistors (e.g., 0.01 Ω) placed in series with a load to generate a tiny, measurable voltage drop proportional to the current, used in battery management systems (BMS).
What People Commonly Confuse It With
When discussing the physics ohm, hobbyists and students frequently trip over three distinct concepts:
- Resistance vs. Impedance: Resistance (measured in ohms) applies to DC circuits and the real part of an AC circuit. Impedance (also measured in ohms) is the complex vector sum of resistance and reactance (capacitance/inductance) in AC circuits. A 100 Ω resistor has 100 Ω of resistance and 100 Ω of impedance; a 100 Ω inductor has 0 Ω of DC resistance but 100 Ω of impedance at a specific frequency.
- Resistance vs. Resistivity: Resistance is a property of a specific, physical component (measured in ohms). Resistivity is an intrinsic material property (measured in ohm-meters, Ω·m) that dictates how strongly a bulk material opposes current, regardless of its shape.
- The Unit vs. The Component: The ohm is the unit of measurement. The resistor is the physical component. Saying "I need a 100 ohm" is shorthand; technically, you need a resistor with a resistance of 100 ohms.
Decision Tree: Picking the Exact Resistor for Your Build
Knowing the ohm value is only half the battle. You must also select the correct physical construction, tolerance, and wattage. Use this decision-tree-table to terminate your selection process with a concrete part number.
| Application Scenario | Required Tolerance | Power Rating | Concrete Part Number Pick |
|---|---|---|---|
| General DC Prototyping (LED limits, basic pull-ups, non-critical dividers) |
5% (J) | 1/4W (0.25W) | Yageo CFR-25JR-52-100R (100Ω, Carbon Film, 1/4W, 5%) |
| Precision Analog / ADC References (Op-amp feedback, voltage references, sensor bridges) |
1% (F) or better ±50ppm/°C |
1/2W (0.5W) | Vishay Dale CMF5510K000FHEB (10kΩ, Metal Film, 1/2W, 1%, 50ppm) See the Vishay CMF Datasheet for full specs. |
| High-Current Shunt Sensing (BMS current monitoring, motor driver feedback) |
1% (F) Low Inductance |
2W+ | Bourns CSS2W-0R005F (0.005Ω, Current Sense Resistor, 2W, 1%) |
Frequently Asked Questions
Can I substitute a 1/2W resistor for a 1/4W resistor if the ohm value is the same?
Yes, absolutely. The wattage rating of a resistor is its maximum thermal dissipation limit, not the amount of power it will actively draw. A 1/2W 100 Ω resistor will pass the exact same current and drop the exact same voltage as a 1/4W 100 Ω resistor in the same circuit. The 1/2W part will simply run cooler because it has a larger physical surface area to shed heat. The only trade-offs are physical size (it will take up more board space) and a marginally higher cost.
Why does my multimeter read "OL" when I try to measure a high-value physics ohm?
"OL" stands for Over Limit (or Open Loop). If you are trying to measure a 5 MΩ pull-up resistor but your multimeter is set to the 2 MΩ range, the meter cannot resolve the value and defaults to OL. Switch to a higher range (e.g., 20 MΩ). Additionally, when measuring very high resistances (above 1 MΩ), your body becomes a parallel resistance path. If you touch the metal probes with your fingers while measuring, the multimeter will read the parallel combination of the resistor and your skin, resulting in a lower, fluctuating value. Always hold only the insulated plastic handles.
Does the physical size of the resistor affect its resistance?
No. The physical size (e.g., 0805 SMD vs 1/4W through-hole) dictates the power rating (wattage), not the resistance (ohms). A microscopic 0402 SMD resistor can have a resistance of 1 MΩ, and a massive chassis-mount wirewound resistor can also have a resistance of 1 MΩ. The physical size only determines how much heat the component can safely dissipate before melting or catching fire. For a deeper look at how the NIST defines the SI ohm, the standard relies purely on voltage and current relationships, independent of physical geometry.






