# Ohm's Law & Power Calculator (V, I, R, P)

> Solve Ohm's law and DC power: enter any two of voltage, current, resistance or power to get the other two, the full power wheel and an I–V graph.

- **Category:** Math
- **Interactive calculator:** https://youcalc.com/en/math/ohms-law-power/
- **Price:** Free, no sign-up required

## Overview

This is an Ohm's-law and DC-power solver. Supply any two of the four quantities — voltage V (volts), current I (amperes), resistance R (ohms) and power P (watts) — and it derives the remaining two, then shows the full "power wheel" and the resistor's current-versus-voltage line. It is the everyday tool for sizing a resistor, checking how much current a load will draw, or finding the heat a component dissipates, without re-deriving the formula each time.

## How to read your result

The result panel shows all four quantities at once: the two you entered are flagged "given" and the two the calculator found are flagged "calculated". The formula line tells you exactly which rearrangement was used (for example, from V and I it computes R = V / I and P = V·I). The I–V chart plots the straight line I = V / R — its slope is 1 / R, so a steeper line means a smaller resistance — and marks the operating point (V, I) where your circuit actually sits.

## Method

The solver works in SI base units throughout. From the two values you supply it picks the matching closed form: V & I → R = V/I, P = V·I; V & R → I = V/R, P = V²/R; V & P → I = P/V, R = V²/P; I & R → V = I·R, P = I²·R; I & P → V = P/I, R = P/I²; and R & P → I = √(P/R), V = √(P·R). Every quantity must be a positive, finite number, which rules out any divide-by-zero; a result that still came out non-finite (from an extreme combination) is flagged rather than shown. The I–V chart is the line I = V/R sampled from zero to 1.6× the operating voltage, with the operating point (V, I) marked. All four relations are exact algebraic rearrangements of Ohm's law and Joule's power law, so there is no iteration or approximation.

## Example

- **Setup:** A 12 V supply drives a 6 Ω resistor. Enter 12 in the Voltage box and 6 in the Resistance box; leave Current and Power blank.
- **Result:** The solver returns I = V / R = 12 / 6 = 2 A and P = V² / R = 144 / 6 = 24 W. The power wheel shows V = 12 V and R = 6 Ω as given, with I = 2 A and P = 24 W calculated, and the operating point (12 V, 2 A) is marked on the I–V line.

## Frequently asked questions

### What is Ohm's law in one line?

Ohm's law states that the voltage across an ohmic resistor equals its current times its resistance: V = I·R. Rearranged, that is I = V / R and R = V / I. It holds for an ideal resistor whose resistance does not change with voltage or current.

### How are voltage, current, resistance and power related?

Three relations connect them. Ohm's law links voltage, current and resistance as V = I·R. DC power is P = V·I, which substitution turns into P = I²·R and P = V² / R. Together these let you find any two of V, I, R and P once the other two are known.

### Why do I have to enter exactly two values?

Two known quantities fix the operating point of an ohmic DC circuit completely — the other two follow from a single formula with no ambiguity. One value is not enough to solve, and three or more would over-constrain the circuit (and usually contradict each other), so the calculator asks for exactly two.

### What happens when I only know resistance and power?

Resistance and power give P = I²·R and P = V² / R, so the calculator takes the positive square roots: I = √(P / R) and V = √(P·R). For example, R = 100 Ω with P = 1 W gives I = √(1/100) = 0.1 A and V = √(100) = 10 V. Only the positive (physical) magnitudes are reported.

### Does this work for AC circuits?

It is a DC (resistive) solver. It assumes an ideal ohmic resistor with constant resistance and no reactance, so it does not model the phase, impedance or power factor of an AC circuit. For purely resistive AC values it still gives the right RMS magnitudes, but reactive (inductive or capacitive) loads need an impedance calculation instead.

## Related calculators

- [Electricity Cost Calculator](https://youcalc.com/en/lifestyle-everyday/electricity-cost/)
- [Scientific Notation & Significant Figures Calculator](https://youcalc.com/en/math/scientific-notation/)
- [Unit Converter](https://youcalc.com/en/conversions-units/unit-converter/)
- [Quadratic Equation Solver](https://youcalc.com/en/math/quadratic-equation/)
- [Percentage Calculator](https://youcalc.com/en/math/percentage/)

## Sources

- https://en.wikipedia.org/wiki/Ohm%27s_law
- https://en.wikipedia.org/wiki/Joule_heating
- https://hyperphysics.gsu.edu/hbase/electric/ohmlaw.html

---

Interactive version: https://youcalc.com/en/math/ohms-law-power/ · From YouCalc — https://youcalc.com
