The **watt formula** is a way to calculate **power** in an electrical circuit. The unit of power is the **watt (W)**, named after James Watt, a Scottish inventor. Power in an electrical system describes how much **energy** is used or produced **per unit of time**.
### Basic Watt Formula
The most common and basic watt formula is:
$$
\text{Power (P)} = \text{Voltage (V)} \times \text{Current (I)}
$$
Where:
* **P** = Power in watts (W)
* **V** = Voltage in volts (V)
* **I** = Current in amperes (A)
This formula tells us how much electrical energy is being used by an appliance or part of a circuit.
---
### More Watt Formulas (Using Ohm's Law)
Depending on what values you know, there are **alternate versions** of the watt formula using **Ohm’s Law**:
Ohm’s Law:
$$
V = I \times R
$$
Where **R** is resistance in ohms (Ω).
From this, you can derive other forms of the watt formula:
1. If you know **current (I)** and **resistance (R)**:
$$
P = I^2 \times R
$$
2. If you know **voltage (V)** and **resistance (R)**:
$$
P = \frac{V^2}{R}
$$
These versions are useful in different scenarios. For example, if you have a resistor and only know its voltage and resistance, you’d use the third formula.
---
### Real-Life Example
Suppose you have a light bulb labeled **60W, 120V**. You can find how much current it draws:
$$
I = \frac{P}{V} = \frac{60W}{120V} = 0.5A
$$
So, the bulb uses **0.5 amperes** of current when operating at 120 volts.
---
### Summary of Watt Formulas
| Known Quantities | Formula |
| ------------------------------ | ------------------- |
| Voltage (V) and Current (I) | $P = V \times I$ |
| Current (I) and Resistance (R) | $P = I^2 \times R$ |
| Voltage (V) and Resistance (R) | $P = \frac{V^2}{R}$ |
---
These formulas are fundamental in understanding how electrical systems work and are widely used in physics, engineering, and everyday electrical troubleshooting.
Would you like a diagram showing how these values relate in a simple circuit?