Skip to content

Guide hub · Engineering

The Engineering Calculator Guide: Every Formula You Need in the Lab

StudentKit TeamAug 9, 2026· 8 min read

First-year engineering has a small set of core formulas that appear in almost every lab: Ohm's law, power, energy, dividers, and the resistor color code that tells you which component is in your hand. Master these five and the labs stop being puzzles.

1. Ohm's law

V = I × R

Voltage (V) = current (I) × resistance (R). Given any two, the third is determined. A 9 V battery across a 470 Ω resistor drives I = 9 ÷ 470 = 19.1 mA. This is the most-used equation in all of electronics — and the one most commonly misused with mixed units (4.7 kΩ is 4700 Ω).

2. Electrical power

P = V × I = V² ÷ R = I² × R

Power is the rate of energy use. The three forms are equivalent through Ohm's law — use whichever two quantities you know. A 9 V × 19.1 mA circuit dissipates 0.172 W, which decides the resistor rating you need.

3. Electrical energy

E = P × t · kWh = joules ÷ 3.6 × 10⁶

Energy is power over time. A 100 W lamp on for 10 hours uses 1 kWh — the unit your electricity bill is priced in. Lab reports need joules; budgets need kWh.

4. The voltage divider

Vout = Vin × R2 ÷ (R1 + R2)

Two resistors split an input voltage into a smaller one — the backbone of sensor circuits and reference voltages. Equal resistors halve the voltage. Design backwards: R2 = R1 × Vout ÷ (Vin − Vout).

5. Resistor color codes

Resistors speak in colors: two or three digit bands, a multiplier band, and a tolerance band. Brown-black-red-gold = 10 × 10² Ω ± 5% = 1 kΩ ± 5%. The tolerance band (gold/silver) marks the right-hand side.

The mistake that breaks circuits

Rating. Every resistor has a power limit — a ¼ W resistor dissipating 0.5 W will overheat and drift (or smoke). Rule of thumb: rate components at least 2× the calculated dissipation.

Worked example — full circuit

A 12 V source, a voltage divider of 10 kΩ + 10 kΩ, and you need the load current: Vout = 6 V, divider current = 12 ÷ 20000 = 0.6 mA. If your load draws more than ~0.06 mA, the divider sags — that's why dividers need buffering for real loads.

Run every calculation live: the Ohm's Law Calculator, Power Calculator, Voltage Divider Calculator and Resistor Calculator cover the whole set — no signup, instant results.