Ohm's Law and Power Triangle Calculator

Solve for two unknowns among Voltage, Current, Resistance and Power from any two given values, with visual triangles and AC power-factor support

Enter any two of V, I, R, P and the calculator derives the other two via Ohm's law (V=I·R) and power equations (P=V·I, P=I²·R, P=V²/R). AC mode applies P=V·I·cos φ and reports apparent power. Renders mnemonic Ohm's law and power triangles plus engineering SI units.

Example Results

2 examples

Solve a simple DC resistor circuit

Given V = 12 V and R = 6 Ω, find the current and power dissipated.

I = 2 A, P = 24 W with Ohm’s law and power triangles.
View input parameters
{ "V": 12, "R": 6, "mode": "dc", "cosPhi": 0.85 }

AC motor: find current from power, voltage and power factor

A 1500 W motor on 230 V AC at cos φ = 0.85 — find the current draw and effective resistance.

AC solve with apparent power and power-factor adjusted current.
View input parameters
{ "V": 230, "P": 1500, "mode": "ac", "cosPhi": 0.85 }

Key Facts

Category
Math, Date & Finance
Input Types
number, select
Output Type
html
Sample Coverage
4
API Ready
Yes

Overview

The Ohm's Law and Power Triangle Calculator allows you to solve for any two unknown electrical values among Voltage (V), Current (I), Resistance (R), and Power (P) when you provide any two known values. Supporting both DC and AC modes, it automatically calculates the missing parameters, applies power factor adjustments for alternating current, and renders visual mnemonic triangles alongside engineering SI units.

When to Use

  • When designing or troubleshooting electrical circuits and needing to quickly determine resistance, voltage drop, or current draw.
  • When calculating power dissipation in DC components or sizing resistors to prevent overheating.
  • When analyzing AC circuits with reactive loads, such as motors or transformers, requiring power factor (cos φ) adjustments.

How It Works

  • Enter any two known values among Voltage (V), Current (I), Resistance (R), or Power (P), leaving the other fields blank.
  • Select the circuit mode, choosing either DC (Direct Current) or AC (Alternating Current) with a specified Power Factor (cos φ).
  • The calculator solves the remaining two variables using Ohm's law and power equations, displaying the results with engineering SI units and visual mnemonic triangles.

Use Cases

Sizing a current-limiting resistor for an LED by calculating the required resistance based on target voltage drop and current.
Determining the current draw and apparent power of an AC electric motor using its rated wattage, voltage, and power factor.
Calculating the power dissipation of a heating element with a known resistance connected to a specific mains voltage.

Examples

1. Solving a Simple DC Resistor Circuit

Electronics Hobbyist
Background
A hobbyist is building a simple LED circuit and needs to determine the current and power dissipation of a 6-ohm resistor connected to a 12V DC power supply.
Problem
Manually calculating current and power to ensure the resistor does not exceed its power rating.
How to Use
Enter 12 for Voltage (V), 6 for Resistance (R), select 'DC' mode, and leave the other fields blank.
Example Config
V = 12, R = 6, mode = 'dc'
Outcome
The calculator determines the current is 2 A and the power dissipation is 24 W, displaying the Ohm's law and power triangles.

2. Calculating AC Motor Current Draw

Electrical Technician
Background
A technician is installing a 1500 W single-phase AC motor running on a 230 V line with a power factor (cos φ) of 0.85.
Problem
Determining the actual current draw to size the circuit breaker and wiring correctly.
How to Use
Enter 230 for Voltage (V), 1500 for Power (P), select 'AC' mode, and set the Power Factor (cos φ) to 0.85.
Example Config
V = 230, P = 1500, mode = 'ac', cosPhi = 0.85
Outcome
The calculator outputs the current draw of approximately 7.67 A and calculates the apparent power and effective impedance.

Try with Samples

math-&-numbers

Related Hubs

FAQ

What is the minimum number of inputs required?

You must enter exactly two known values out of Voltage, Current, Resistance, or Power to calculate the remaining two.

How does the calculator handle AC circuits?

In AC mode, the calculator incorporates the Power Factor (cos φ) into the power equation (P = V · I · cos φ) and reports the apparent power.

What is the Power Factor (cos φ)?

It is the ratio of real power to apparent power in an AC circuit, ranging from 0 to 1, representing how effectively electrical power is converted into useful work.

Does the calculator support engineering units?

Yes, the output displays values formatted with standard engineering SI prefixes such as kΩ, mA, and mW for easier reading.

Can I calculate values for a three-phase AC system?

No, this calculator is designed for single-phase AC and DC circuits using standard Ohm's law and single-phase power equations.

API Documentation

Request Endpoint

POST /en/api/tools/ohms-law-calculator

Request Parameters

Parameter Name Type Required Description
V number No -
I number No -
R number No -
P number No -
mode select No -
cosPhi number No -

Response Format

{
  "result": "
Processed HTML content
", "error": "Error message (optional)", "message": "Notification message (optional)", "metadata": { "key": "value" } }
HTML: HTML

AI MCP Documentation

Add this tool to your MCP server configuration:

{
  "mcpServers": {
    "elysiatools-ohms-law-calculator": {
      "name": "ohms-law-calculator",
      "description": "Solve for two unknowns among Voltage, Current, Resistance and Power from any two given values, with visual triangles and AC power-factor support",
      "baseUrl": "https://elysiatools.com/mcp/sse?toolId=ohms-law-calculator",
      "command": "",
      "args": [],
      "env": {},
      "isActive": true,
      "type": "sse"
    }
  }
}

You can chain multiple tools, e.g.: `https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`, max 20 tools.

If you encounter any issues, please contact us at [email protected]