Algebra is the language of engineering. Every formula — from Ohm’s law to beam stress — is algebra. Master it here and every other topic in engineering maths becomes much more straightforward.
T Level Core 4.1Expressions & equationsIndices lawsExpanding & factorisingRearranging formulae
What is algebra?Using letters to represent unknown values
In arithmetic we work with known numbers: 3 + 5 = 8. In algebra we use letters (variables) to represent unknown or changing values.
V = I × R (Ohm’s law)
F = m × a (Newton’s second law)
E = m × c² (Einstein’s energy equation)
💡 Every engineering formula is algebra. Once you can rearrange V = IR, you can find any one of V, I or R when you know the other two.
What you need to master
① Expressions: simplify, collect like terms
② Indices: the 5 laws
③ Expand and simplify brackets
④ Factorise: common factor and quadratics
⑤ Solve linear and quadratic equations
⑥ Rearrange formulae (change the subject)
✅ All of these use the same golden rule: whatever you do to one side, do the same to the other!
📝Expressionsterms & collecting
🔧Indices5 laws
🔵Expandingbrackets
✂Factorisingreverse expand
⚖Equationssolve for x
📊Formulaerearranging
⚙Engineeringreal uses
📝
Expressions & Terms
An expression is a collection of terms combined with + or −. Simplifying means collecting like terms together.
Like TermsOnly collect terms with exactly the same variable AND power
✅ Like terms: 3x and 7x (both x¹) ✅ Like terms: 4x² and −x² (both x²) ✅ Like terms: 5 and −3 (both constants)
❌ NOT like terms: 3x and 3x² (different powers) ❌ NOT like terms: 4x and 4y (different variables)
Simplify: 5x + 3y − 2x + 7y − 1
x terms: 5x − 2x = 3x
y terms: 3y + 7y = 10y
Answer:3x + 10y − 1 ✅
SubstitutionReplacing variables with numbers to evaluate an expression
Engineers do this every time they use a formula — substitute known values in, get the answer out.
If x=3, y=2: find 4x² − 3y + 1
Evaluate 4x² − 3y + 1 where x=3, y=2
x²: 3² = 9
4x²: 4 × 9 = 36
3y: 3 × 2 = 6
Answer:36 − 6 + 1 = 31 ✅
📝 Try it — Expression Evaluatorax²+bx+c at any x
ℹ️ How to use: Type numbers into the boxes for a, b, c and x. The result updates instantly as you type.
The five laws that govern how powers (indices/exponents) work. These appear in every engineering formula involving areas, volumes, and electrical/mechanical quantities.
ℹ️ How to use: Type a base number and two powers (m and n). All five index laws calculate automatically.
Fractional IndicesRoots written as powers
x¹ᐟ² = √x (square root)
x¹ᐟ³ = ∛x (cube root)
x²ᐟ³ = (∛x)² (cube root then square)
💡 xᵐᐟⁿ means “take the nth root of x, then raise to the power m”
Evaluate 27²ᐟ³
Cube root: ∛27 = 3
Square: 3² = 9 ✅
Worked ExamplesIndices laws in action
Simplify: x³ × x⁵ ÷ x´
Multiply: x³ × x⁵ = x⁸ (add powers: 3+5)
Divide: x⁸ ÷ x´ = x´ (subtract: 8−4)
Answer:x´ ✅
Simplify: (2x²)³
Coefficient: 2³ = 8
Variable: (x²)³ = x⁶ (multiply: 2×3)
Answer:8x⁶ ✅
⚠️ Most common mistake: Using Law 1 when multiplying DIFFERENT bases. x³ × y² ≠ (xy)⁵ — the laws only work when the base is the SAME!
Changing the subject of a formula — the most important engineering algebra skill. Used every time you need to find a different variable from a known formula.
Golden RuleDo the same operation to BOTH sides. Work backwards through BODMAS.
Step-by-StepRearrange to make the target variable the subject
Identify what you want to make the subject
Move everything else to the other side (reverse BODMAS order)
If the variable appears twice, factorise it out first
Check by substituting numbers into both versions
📌 Reverse BODMAS: undo operations in reverse order — undo + and − first, then × and ÷, then powers and roots.
Ohm’s LawV = IR — rearrange for I and R
V = I × R
Make I the subject
Start: V = I × R
÷R both: V/R = I
Answer:I = V/R ✅
Make R the subject
Start: V = I × R
÷I both:R = V/I ✅
Make u the subject of: v = u + at
Start: v = u + at
−at both: v − at = u
Answer:u = v − at ✅
⚙️ Make r the subject of: A = πr²
Start: A = πr²
÷π both: A/π = r²
√ both:r = √(A/π) ✅
⚙️ Make L the subject of T = 2π√(L/g)
Start: T = 2π√(L/g)
÷2π both: T/2π = √(L/g)
Square both: (T/2π)² = L/g
×g both:L = g(T/2π)² ✅
Make v the subject of KE = ½mv²
Start: KE = ½mv²
×2 both: 2KE = mv²
÷m both: 2KE/m = v²
√ both:v = √(2KE/m) ✅
📊 Try it — Engineering Formula CalculatorRearrange & solve
ℹ️ How to use: Use the dropdown to pick a formula, then type the known values. The tool rearranges and solves for the missing quantity.
👆Try: V=IR, find I V=12, R=4 · σ=F/A, find A F=6600, σ=120 · KE, find v KE=100, m=2
⚙️
Applications
Where this topic is used in engineering, manufacturing, maintenance and daily life.
🏗️Construction:Total bags: 3x+2x+x = 6x. Simplify before ordering.
🌡️Daily Life:Total cost at checkout: 3a+2b+a = 4a+2b.
⚙
Algebra in Engineering
Every engineering formula is algebra in action. Here’s where each skill appears in real T Level engineering contexts.
⚡ Electrical — Ohm’s Law & Power
Rearrange V=IR and P=IV to find any variable. This is the most fundamental engineering algebra skill.
V = IR → I = V/R → R = V/I
P = IV → I = P/V → V = P/I
P = I²R → I = √(P/R)
Example: V=12V, R=4Ω
I = 12/4 = 3A
P = 3 × 12 = 36W
🔨 Mechanics — SUVAT Equations
The 5 equations of motion all need rearranging. Algebra lets you find whichever variable you need.
v = u + at → a = (v−u)/t
s = ut + ½at² → t needs quadratic formula
v² = u² + 2as → a = (v²−u²)/2s
Example: u=0, a=9.81, t=3s
v = 0 + 9.81×3 = 29.43 m/s
🏗 Structural — Stress & Strain
σ = F/A and E = σ/ε both need rearranging to find different quantities from measured values.
Test your knowledge — 10 questions, instant feedback.
⚡ Algebra Blitz
ℹ️ How to play: A question appears on screen. Click the answer you think is correct from the four options. Your score and streak update after each question. Click Next to move on.
Score: 0Streak: 0 🔥Q 1/10
Loading...
Score: 0/10
📝
Practice Questions
15 questions in 3 tiers — T Level / Level 3 Engineering style with full working shown.
🟢 Tier 1 — Foundations
ℹ️ How to use: Work through each question and write down your answer. When you are ready, click Show Answer to reveal the full worked solution and mark scheme.
Q1
Simplify: 7x + 3y − 4x + 2y
[2]
x terms: 7x − 4x = 3x y terms: 3y + 2y = 5y Answer: 3x + 5y
A beam deflects by δ = FL³/(3EI). A steel beam (E=200 GPa, I=4.5×10⁶ mm⁴) is 2 m long and must not deflect more than 5 mm. Find the maximum load F in kN.
[5]
Rearrange: F = 3δEI/L³ δ=5mm, E=200,000 N/mm², I=4.5×10⁶mm⁴, L=2000mm L³ = 8×10⁹ mm³ F = (3×5×200000×4.5×10⁶) / (8×10⁹) = (1.35×10ʳ) / (8×10⁹) = 1.6875×10³ N = 1.69 kN ✅