1. The Fundamentals of Ohm's Law
Ohm's Law is the bedrock of electrical engineering, describing the linear relationship between
voltage, current, and resistance in an ideal conductor. It states that the current flowing
through a conductor is directly proportional to the potential difference across it.
While conceptually simple, application in industrial environments requires consideration of
thermal drift, power ratings, and parasitic
resistance in connectors and traces.
The Power Triangle
- Voltage ($V$): Electrical pressure (Volts).
- Current ($I$): Flow of charge (Amperes).
- Resistance ($R$): Opposition to flow (Ohms).
- Power ($P$): Rate of energy transfer (Watts).
2. Thermal Dissipation & Resistor Sizing
A common failure mode in electronics is undersizing resistor wattage. Calculating $R$ is not
enough; you must calculate $P = I^2R$.
For example, a $100\Omega$ resistor carrying $0.5A$ dissipates $25 Watts$. A standard $1/4W$
resistor would burn up instantly. Best practice dictates a 50% derating factor:
if your calculation yields 0.5W, use a 1W resistor to ensure longevity and lower surface
temperature.
3. Voltage Dividers: Limitations
Voltage dividers are excellent for creating reference voltages (e.g., for an ADC input) but
terrible for power supplies. The output voltage ($V_{out}$) varies significantly if the load
resistance connected to the output is not infinite (High Impedance).
4. Frequently Asked Questions (FAQ)
What is the relationship between Voltage,
Current, and Resistance?
Defined by Georg Ohm, the relationship is linear: $V = I \times R$. This
means for a fixed resistance, doubling the voltage doubles the current. Conversely, for a
fixed voltage, doubling the resistance halves the current.
Why do resistors get hot?
Resistors dissipate electrical energy as heat via the collision of
electrons with the atomic lattice of the conductor. The power dissipated is calculated as $P
= I^2R$. This exponential relationship means that a small increase in current results in a
massive increase in heat generation.
Can I use Ohm's Law for AC Circuits?
Yes, but with modification. In AC circuits, you must replace Resistance
($R$) with Impedance ($Z$), which accounts for inductance and capacitance ($V = IZ$). For
purely resistive loads (like heaters or incandescent bulbs), the DC DC formulas remain
accurate using RMS values.
What happens if I use a 1/4W resistor for a
1/2W load?
The resistor will overheat, likely exceeding 150°C. This will cause the
resistance value to drift permanently, burn the PCB, or result in an open-circuit failure
(smoke/fire). Always size wattage at 2x the calculated power.
Series vs. Parallel: What's the difference?
In a Series circuit, current is constant through all components, but
voltage splits among them. In a Parallel circuit, voltage is the same across all
branches, but current splits based on resistance. Industrial systems often use parallel
circuits to ensure one failed device doesn't stop the whole system.
Why are resistors marked with 5% or 1%
tolerance?
Tolerance indicates the manufacturing precision. A $100\Omega$ resistor
with 5% tolerance (Gold band) can measure anywhere between $95\Omega$ and $105\Omega$. For
precise voltage dividers or sensors, use 1% (Brown band) or 0.1% metal film resistors.
What is a "Short Circuit"?
A short circuit occurs when resistance drops to near zero, causing
current ($I=V/R$) to approach infinity. This massive surge creates intense heat, melting
wires or tripping breakers instantly. It is the opposite of an "Open Circuit" (infinite
resistance, zero current).
Does wire length affect resistance?
Yes. Every wire has internal resistance. $R = \rho \times (L/A)$, where
$L$ is length and $A$ is thickness (area). Long, thin wires can cause significant voltage
drop, reducing the power available to your load. This is critical in 24V industrial control
loops.