Electronics#옴의법칙#전압#전류#저항

Ohm's Law in Practice: V, I, R Calculation Examples

4 min read · Last updated: 2026-05-08

What is Ohm's Law?

Ohm's Law describes the relationship between voltage (V), current (I), and resistance (R) in an electrical circuit. It is the fundamental starting point for all electronics design.

The core formula

V = I × R

  • V: voltage (Volts)
  • I: current (Amperes)
  • R: resistance (Ohms, Ω)

Rearranged:

  • I = V / R (find current)
  • R = V / I (find resistance)

Power formula

P = V × I (power, in Watts)

Substituting Ohm's Law:

  • P = I² × R
  • P = V² / R

Worked examples

ScenarioCalculationResult
5V supply, 100Ω resistorI = 5 / 10050 mA
12V supply, 200 mA currentR = 12 / 0.260 Ω
3.3V, 10 mA currentP = 3.3 × 0.0133 mW
220V, 100Ω loadI = 220/100, P = 220²/1002.2 A, 484 W
9V battery, 470ΩI = 9/470 ≈ 19.1 mA, P = 9 × 0.0191≈172 mW

Series and parallel resistors

Series: R_total = R1 + R2 + R3 + …

Parallel: 1/R_total = 1/R1 + 1/R2 + 1/R3 + …

Two resistors in parallel: R_total = (R1 × R2) / (R1 + R2)

Example: 10Ω ∥ 10Ω → R_total = (10×10)/(10+10) = 5Ω

Practical tips

  • Watch unit conversions: 20 mA = 0.02 A
  • Always check a component's power rating. Calculate P = V × I and ensure it is not exceeded.
  • Higher voltage through the same resistance produces proportionally more current and significantly more power.

Key takeaways

  • V = I × R (Ohm's Law)
  • P = V × I = I²R = V²/R (power)
  • Series: add resistances; Parallel: add reciprocals

Related Tools

Electronics Calculator
Calculate Ohm's law, LED resistor values, power consumption, and voltage dividers.
🔁
Electrical Unit Converter
Convert voltage, current, resistance, power, and other electrical quantities with SI prefixes.

You might also like

LED Resistor Calculation: Circuit BasicsVoltage Dividers: How They Work and How to Calculate Them