CalculationsFormulaeExam SkillsMaths

Transposition of Electrical Formulae: The Maths You Need for the IET Exam

IET Wiring Regulations Team ·

Transposing formulae — rearranging equations to make a different quantity the subject — is one of the skills candidates struggle with most in the IET exam. The good news is that you only need to master a handful of key formulae, and the transposition rules are always the same.

 

This guide covers the essential electrical formulae, shows you how to rearrange them step by step, and gives you worked examples to practice.

 

 

The Golden Rule of Transposition

Remember: Whatever you do to one side of the equation, you must do to the other side. This single principle governs every transposition.

 

That’s it. If a quantity is multiplied on one side, divide both sides by it to move it. If it’s added, subtract it from both sides.

 

Operation on one sideUndo it byExample
Multiply (×)Divide (÷) both sidesV = IR → I = V ÷ R
Divide (÷)Multiply (×) both sidesI = V/R → V = I × R
Add (+)Subtract (−) both sidesZs = Ze + R → R = Zs − Ze
Subtract (−)Add (+) both sidesR = Zs − Ze → Ze = Zs − R
Square (²)Square root (√) both sidesP = I²R → I = √(P/R)
Square root (√)Square (²) both sidesS = √(I²t)/k → Sk = √(I²t) → (Sk)² = I²t

 

How to transpose a formula — step by step

 

The Essential Formulae

These are the formulae you must know for the IET exam.

Exam Tip: For each formula below, you must be able to make any variable the subject. Practise until every rearrangement is automatic.

 

1. Ohm’s Law

V = I × R

 

FindFormulaExample
Voltage (V)V = I × RI = 10A, R = 23Ω → V = 10 × 23 = 230V
Current (I)I = V ÷ RV = 230V, R = 23Ω → I = 230 ÷ 23 = 10A
Resistance (R)R = V ÷ IV = 230V, I = 10A → R = 230 ÷ 10 = 23Ω

 

2. Power Formula

P = I × V

 

FindFormulaExample
Power (P)P = I × VI = 13A, V = 230V → P = 13 × 230 = 2990W
Current (I)I = P ÷ VP = 3000W, V = 230V → I = 3000 ÷ 230 = 13.04A
Voltage (V)V = P ÷ IP = 3000W, I = 13A → V = 3000 ÷ 13 = 230.8V

 

Ohm's Law and Power triangle

 

3. Power Dissipation

P = I² × R

 

This combines Ohm’s law and the power formula. It’s used to calculate the power dissipated in a cable (heat generated).

 

FindFormulaExample
Power (P)P = I² × RI = 20A, R = 0.5Ω → P = 400 × 0.5 = 200W
Current (I)I = √(P ÷ R)P = 200W, R = 0.5Ω → I = √400 = 20A
Resistance (R)R = P ÷ I²P = 200W, I = 20A → R = 200 ÷ 400 = 0.5Ω

 

4. Earth Fault Loop Impedance

Zs = Ze + (R1 + R2)

 

FindFormulaExample
ZsZs = Ze + (R1+R2)Ze = 0.35Ω, R1+R2 = 0.21Ω → Zs = 0.56Ω
ZeZe = Zs − (R1+R2)Zs = 0.56Ω, R1+R2 = 0.21Ω → Ze = 0.35Ω
R1+R2R1+R2 = Zs − ZeZs = 0.56Ω, Ze = 0.35Ω → R1+R2 = 0.21Ω

 

5. Voltage Drop

VD = (mV/A/m × Ib × L) ÷ 1000

 

FindFormula
Voltage drop (VD)VD = (mV × Ib × L) ÷ 1000
Maximum cable length (L)L = (VD × 1000) ÷ (mV × Ib)
Design current (Ib)Ib = (VD × 1000) ÷ (mV × L)
mV/A/m valuemV = (VD × 1000) ÷ (Ib × L)

 

Worked example: What is the maximum cable length for a 6.0 mm² T&E circuit carrying 32A if the voltage drop must not exceed 11.5V? (mV/A/m = 7.3)

 

L = (VD × 1000) ÷ (mV × Ib) = (11.5 × 1000) ÷ (7.3 × 32) = 11500 ÷ 233.6 = 49.2 metres

 

6. The Adiabatic Equation

S = √(I²t) ÷ k

 

This is the most complex transposition in the IET exam. Let’s break down each possible rearrangement:

 

FindStepsResult
S (conductor size)Direct formulaS = √(I²t) ÷ k
t (disconnection time)Multiply by k, square both sides, divide by I²t = (S × k)² ÷ I²
I (fault current)Multiply by k, square both sides, divide by t, take rootI = (S × k) ÷ √t
k (material factor)Multiply by k, then k = √(I²t) ÷ Sk = √(I²t) ÷ S

 

Worked example: A 4.0 mm² CPC (k = 115) carries a fault current of 800A. What is the maximum disconnection time?

 

t = (S × k)² ÷ I² = (4.0 × 115)² ÷ 800² = (460)² ÷ 640000 = 211600 ÷ 640000 = 0.33 seconds

 

Worked transposition examples

 

Step-by-Step Transposition Method

If you get stuck on any transposition, follow this method:

 

StepAction
1Write the original formula clearly
2Identify the quantity you need to find (the new subject)
3Identify what operation connects it to the rest of the formula
4Apply the opposite operation to both sides to isolate it
5Repeat if the quantity is still not alone on one side
6Check by substituting known values into both the original and transposed formulae

 

Example: Make I the subject of P = I²R

 

  1. Start: P = I² × R
  2. Want to find: I
  3. I² is multiplied by R → divide both sides by R: P ÷ R = I²
  4. I is squared → take the square root of both sides: √(P ÷ R) = I
  5. Result: I = √(P ÷ R)
  6. Check: if P = 200W, R = 0.5Ω → I = √(200 ÷ 0.5) = √400 = 20A ✓

 

Common Exam Traps

TrapExampleHow to Avoid
Forgetting to divide by 1000 in VD formulaGetting 7300V instead of 7.3VRemember: mV/A/m is in millivolts — divide by 1000 to get volts
Not squaring/rooting correctly in adiabaticGetting wildly wrong disconnection timesWrite out every step — don’t skip
Confusing Zs, Ze, and R1+R2Subtracting the wrong valuesDraw the formula triangle: Zs at top, Ze and R1+R2 at bottom
Forgetting unitsMixing Ω with mΩ, or V with mVAlways state units and convert before calculating
Using the wrong power formulaUsing P = IV when P = I²R is neededChoose the formula that has the quantities you know

 

Practice Questions

Try these without looking at the answers:

 

Q1: A circuit has Ze = 0.35Ω and R1+R2 = 0.48Ω. What is Zs?

Q2: An appliance draws 2.3 kW from a 230V supply. What current does it draw?

Q3: A 4.0 mm² cable (mV/A/m = 11.0) supplies a 20A load over 15 metres. What is the voltage drop?

Q4: A 2.5 mm² CPC (k = 115) has a fault current of 600A for 0.4 seconds. Is the CPC adequate?

Q5: What is the maximum cable length for a circuit using 2.5 mm² cable (mV/A/m = 18.0) carrying 20A with a maximum permitted voltage drop of 11.5V?

 

Answers

 

A1: Zs = Ze + (R1+R2) = 0.35 + 0.48 = 0.83Ω

A2: I = P ÷ V = 2300 ÷ 230 = 10A

A3: VD = (11.0 × 20 × 15) ÷ 1000 = 3300 ÷ 1000 = 3.3V

A4: S = √(I²t) ÷ k = √(600² × 0.4) ÷ 115 = √(144000) ÷ 115 = 379.5 ÷ 115 = 3.3 mm². Since 3.3 > 2.5, the CPC is NOT adequate — it needs to be at least 4.0 mm².

A5: L = (VD × 1000) ÷ (mV × Ib) = (11.5 × 1000) ÷ (18.0 × 20) = 11500 ÷ 360 = 31.9 metres

 

Key Regulations

RegulationRequirement
Appendix 4Cable current-carrying capacity and voltage drop tables
Reg. 411.4.5Maximum earth fault loop impedance (Zs) values
Reg. 434Protection against fault current
Reg. 525Voltage drop limits
Reg. 543.1.3Adiabatic equation for CPC sizing
Table 41.3Maximum Zs values for MCBs

 

Practice and Further Study

Formula transposition is a cross-cutting exam skill used across all parts of BS 7671. Test your knowledge:

 

Study on the go with our mobile app: App Store | Google Play

Prepare for your exam with our mobile app

580+ practice questions with detailed explanations