04 March 2026

Maths and Aerospace

 


Maths and Aerospace

Teaching Maths to Aerospace Engineers (without anyone reaching for the eject handle)

There are two kinds of people who end up in aerospace:

  1. The ones who love machines that fly.

  2. The ones who also love the maths that explains why they fly (and why they occasionally try not to).

If you’re teaching maths to aerospace engineering students, you’re not really teaching “maths” in the abstract. You’re teaching a toolkit for staying out of trouble at 35,000 feet… or 35 kilometres up… or at Mach numbers that make your calculator sweat.

Here’s how I approach it.


1) Start with the big promise: maths makes reality predictable

Aerospace engineers live in a world where guessing is expensive.

Maths lets you answer questions like:

  • Will this wing generate enough lift?

  • Will it flutter itself to bits?

  • Will the control system behave, or will it start “dancing”?

  • How wrong will the answer be if the sensors are noisy?

And crucially:
Is the answer plausible before we trust it?
(If your model predicts a passenger jet weighs the same as a labrador, we stop and have a word.)


2) The “greatest hits” of aerospace maths

Vectors and trig: the language of directions and forces

You can’t do aerospace without resolving forces, velocity components, angles of attack, and coordinate frames.

Teaching tip: make it physical.

  • Draw a free-body diagram

  • Split the lift/drag into components

  • Get students to estimate before calculating

Goal: they stop seeing trig as “SOHCAHTOA trauma” and start seeing it as “how you land the thing”.


Calculus: where motion stops being a diagram and becomes a model

Differentiation and integration aren’t just exam topics — they’re how you connect:

  • position → velocity → acceleration

  • thrust profiles → speed changes

  • fuel burn rate → range and endurance

A brilliant moment in teaching is when a student realises:
“Oh… the area under that curve is literally the distance.”
It’s like watching someone discover fire, but with fewer singed eyebrows.


Differential equations: the “this is why it oscillates” chapter

Aerospace is full of systems that behave beautifully… until they don’t.

  • mass–spring–damper models (hello, vibrations)

  • aircraft pitch response

  • control loops

  • stability and resonance

Students often fear differential equations because they look like angry algebra. The trick is to anchor them to a story:

  • What is changing?

  • What causes it to change?

  • What happens if we disturb it?

Once they see it as “cause and effect over time”, it clicks.


Matrices and linear algebra: modern aerospace runs on them

Sensors, navigation, flight control, simulation, optimisation — all matrix-heavy.

Key ideas students actually need:

  • transforming between coordinate frames

  • solving sets of equations efficiently

  • understanding eigenvalues as “stability fingerprints”

  • why small numerical errors can grow teeth

This is where you connect the maths to real tools:

  • spreadsheets (yes, really)

  • MATLAB / Octave

  • Python / NumPy

Teaching reality: even brilliant students will trust a matrix output that is complete nonsense unless you train them to sanity-check.


Statistics and uncertainty: because the real world is noisy

Every aerospace system lives with:

  • measurement error

  • turbulence

  • manufacturing tolerances

  • sensor noise

So the maths must include:

  • standard deviation and confidence

  • propagation of uncertainty

  • error bounds

  • interpreting data like an adult, not a hopeful gambler

This is also where you get to say my favourite teaching phrase:

“If you don’t quantify uncertainty, you haven’t finished the problem — you’ve just stopped writing.”


3) The teaching strategy that actually works

Step 1: Start with the engineering question

Not “differentiate this”.
Instead: “What acceleration does this thrust profile produce?”

Step 2: Build the maths as tools, not hurdles

Each technique earns its place by solving something meaningful.

Step 3: Teach estimation and dimensional analysis early

If units don’t match, it’s wrong.
If the magnitude is silly, it’s wrong.
These two habits prevent most disasters — mathematical and otherwise.

Step 4: Use worked examples like flight training

A pilot doesn’t learn by reading about landing.
They learn by doing it again and again with feedback.

Same with maths: lots of short, targeted practice beats one heroic worksheet.


4) A quick “aerospace-flavoured” mini-example

If a student calculates a climb rate that implies the aircraft reaches the Moon before lunch, we don’t just correct the algebra.

We ask:

  • What assumptions did we make?

  • Are the units consistent?

  • Is the result in the right ballpark?

  • What would a reasonable climb rate look like?

That’s the moment they start thinking like engineers.


5) Final thought: maths is the quiet co-pilot

Aerospace engineering feels glamorous — rockets, jets, satellites, shiny CAD renders.

But underneath it all is maths doing the unglamorous job of keeping everything:

  • stable

  • predictable

  • efficient

  • safe

And if you can teach it in a way that feels practical, grounded, and slightly less terrifying, you’ll produce engineers who don’t just pass exams…

…they build things that behave themselves when they’re a long way from the ground.


If you’d like support

I teach maths in a practical, engineering-focused way — ideal for GCSE/A-Level foundations, university prep, and students who are strong in theory but want confidence applying it to real problems.

03 March 2026

Resistivity — the “personality” of a material in a circuit (with simple practicals)

Resistivity — the “personality” of a material in a circuit (with simple practicals)

If you’ve ever swapped one bit of wire for another and thought, “Hang on… why has the current changed when the battery hasn’t?” — congratulations, you’ve stumbled into resistivity.

Resistance vs resistivity (the bit everyone muddles up)

  • Resistance (R) is the opposition to current of a particular component (this bit of wire, this resistor, this filament). It depends on shape as well as material.

  • Resistivity (ρ) is a property of the material itself. Think of it as how stubborn the material is about letting charge move through it.

The link between them is:

R=ρLAR = \rho \frac{L}{A}

Where:

  • RR = resistance (Ω)

  • ρρ = resistivity (Ω m)

  • LL = length (m)

  • AA = cross-sectional area (m²)

So if you keep the material the same:

  • Longer wire → bigger LL → bigger R

  • Thicker wire → bigger AA → smaller R

That’s why the chunky cables on a car battery look like they mean business: they do.

What resistivity really means (in plain words)

In metals, electrons are the charge carriers. A low resistivity material (like copper) lets electrons drift through fairly easily. A high resistivity material (like nichrome) makes life harder for them, so you get more resistance for the same size wire.

And when the resistance is bigger, for a given voltage:

  • the current drops

  • and the heating effect can increase in the resistor/wire (handy for toasters… less handy for your extension lead).


Practical 1: Length of wire vs resistance (the “slide contact” classic)

Aim: show RLR \propto L for a uniform wire.

You need

  • a length of constantan or nichrome wire stretched straight along a metre rule

  • low-voltage DC supply (1–3 V is plenty)

  • ammeter, voltmeter, crocodile clips (or a sliding contact), leads

Method

  1. Connect the wire in series with the ammeter and supply.

  2. Put the voltmeter across the measured length of wire (e.g. 20 cm, 40 cm, 60 cm…).

  3. For each length, record V and I.

  4. Calculate R=V/IR = V/I for each length.

  5. Plot R (y-axis) against L (x-axis).

Expected result

  • You should get a straight line through (or very near) the origin.

  • The gradient equals ρ/Aρ/A. (Which feels very satisfying if you like that sort of thing.)

Good practice / reliability tips

  • Use low current so the wire doesn’t heat up (temperature changes resistance).

  • Take readings quickly, or allow cooling time between measurements.


Practical 2: Thickness of wire vs resistance (same material, different diameters)

Aim: show R1/AR \propto 1/A.

You need

  • two or three wires of the same material and length but different diameters (e.g. copper or constantan)

  • micrometer (or vernier caliper) to measure diameter

  • same circuit as above

Method

  1. Keep length the same each time.

  2. Measure diameter dd, calculate area A=π(d/2)2A = \pi(d/2)^2.

  3. Measure V and I, calculate R.

  4. Compare R values (or plot R against 1/A1/A).

Expected result

  • Thicker wire (bigger A) gives smaller R.

  • A plot of R vs 1/A should be roughly linear.


Practical 3: Same length, different materials (why nichrome is used in heaters)

Aim: compare resistivity between materials.

You need

  • equal lengths of copper, steel, nichrome/constantan (where possible)

  • same measurement setup

Method

  1. Keep L as close as possible to the same for each sample.

  2. Measure V and I → find R.

  3. If you can estimate A, you can go further and calculate:

    ρ=RAL\rho = R\frac{A}{L}

Expected result

  • Copper tends to show low resistance.

  • Nichrome/constantan higher resistance — ideal where you want resistance without needing miles of wire.


Temperature: the twist in the plot

Resistivity isn’t just “a number in a table” — it changes with temperature.

  • Metals: resistivity usually increases with temperature (more lattice vibrations → more collisions).

  • Semiconductors (like thermistors): resistivity usually decreases with temperature (more charge carriers become available).

A quick demo: put a small filament lamp in circuit and increase the voltage. The filament heats up and its resistance rises — that’s why the I–V graph curves.


Common student mistakes (and how to avoid them)

  • Mixing up R and ρ: resistance is for an object, resistivity is for a material.

  • Forgetting units: resistivity is Ω m, not Ω.

  • Letting the wire heat up: you’ll measure temperature effects instead of the length/area effect.

  • Measuring length but not keeping contact points consistent: crocodile clips can be sneaky.


A neat conclusion

Resistivity is one of those topics that turns “electricity” from something mysterious into something measurable. Change the length, change the area, change the material, change the temperature — and the circuit responds in a predictable way. Physics, basically, is just the universe being politely consistent.

 

02 March 2026

Why the Drosophila Cross is One of the Best Practical Genetics Students Can Do

 


Why the Drosophila Cross is One of the Best Practical Genetics Students Can Do

If you want students to understand genetics rather than simply chant “dominant, recessive, phenotype, genotype” like a spell from Harry Potter, get them crossing Drosophila melanogaster (fruit flies). It’s one of those rare practicals where the messiness of biology turns into something you can actually measure, count, analyse, and argue about — which is exactly what A Level genetics is supposed to be.

1) It turns inheritance from theory into evidence

Punnett squares look beautifully tidy… until real organisms get involved. With Drosophila, students don’t just predict ratios — they collect data and see how close reality gets to expectation. That jump from “the answer is 3:1” to “our class got 2.7:1… why?” is where real scientific thinking starts. They learn that biology is full of variation, sampling error, and experimental limitations — and that this doesn’t make genetics wrong, it makes it interesting.

2) It teaches the whole scientific method in one practical

A Drosophila cross is basically a miniature research project:

  • Hypothesis: Which allele is dominant? Is the gene sex-linked?

  • Method: Set up crosses properly, control variables, avoid contamination

  • Results: Count phenotypes, record carefully, separate males/females

  • Analysis: Calculate ratios, apply a chi-squared test, draw conclusions

  • Evaluation: “What could have caused deviation?” “Was the sample size big enough?”

That’s the core of “How Science Works”, wrapped up in one buzzing little experiment.

3) It makes probability and statistics feel useful (finally)

Genetics is one of the best places to teach students that maths isn’t just something that happens to them in an exam. Counting flies gives naturally “noisy” data, so students see why we use chi-squared and why “close enough” needs a rule, not a shrug. They start to understand:

  • why bigger sample sizes matter

  • how to test whether deviation is down to chance

  • what it means to reject or fail to reject a hypothesis

In other words: they start thinking like scientists, not answer-machines.

4) It brings key genetics concepts to life

With the right crosses, Drosophila can demonstrate:

  • dominance and recessiveness

  • monohybrid and dihybrid inheritance

  • sex linkage (the classic white-eye gene is a favourite)

  • the difference between genotype vs phenotype

  • the importance of controlled breeding and clear parental phenotypes

And because flies have obvious visible traits (eye colour, wing shape, body colour), the genetics feels tangible rather than abstract.

5) It’s realistic biology: living organisms, real constraints

Students quickly discover the “practical genetics” issues you never see on a worksheet:

  • females and males need identifying correctly (and yes, they will mix them up once)

  • timing matters because generations overlap

  • contamination can wreck a cross

  • some traits may reduce survival, skewing ratios

Those frustrations are actually valuable. They learn that good results come from careful technique, and that experimental design matters.

6) It’s brilliant preparation for exam questions (and beyond)

A Level exams love data handling. When students have actually done a cross, they’re far better at:

  • interpreting ratios and working out inheritance patterns

  • explaining anomalies sensibly

  • selecting appropriate genetic diagrams

  • applying chi-squared in a meaningful way rather than “plugging numbers into a formula”

Even better, it’s one of those practicals students remember years later because they were doing something that felt like genuine science, not “colour change = success”.

The bottom line

Crossing Drosophila is beneficial because it takes genetics off the page and puts it into students’ hands. It builds practical skill, statistical confidence, and scientific judgement — and it makes inheritance feel like something you can discover, not just memorise.

If you can run it well, it’s one of the best biology practicals you can do at A Level.

01 March 2026

The Cognitive Area of Psychology: Your Brain’s “Behind-the-Scenes” Department

 

The Cognitive Area of Psychology: Your Brain’s “Behind-the-Scenes” Department

If you’ve ever walked into a room and immediately forgotten why you went in there, congratulations — you’ve done a practical demonstration of the cognitive area of Psychology. (No lab coat required.)

What is the cognitive area of Psychology?

The cognitive area is the part of Psychology that studies mental processes — basically the things going on “inside your head” that you can’t directly see, but can investigate through experiments and evidence.

It focuses on how we:

  • Perceive the world (what we notice and how we interpret it)

  • Pay attention (and why we miss obvious things)

  • Remember information (and why memory can be unreliable)

  • Think and reason (problem-solving, decision making)

  • Use language (how we understand and produce speech)

  • Form beliefs and expectations (how our thinking shapes behaviour)

A good way to sum it up is:

Cognitive Psychology looks at how people take in information, process it, store it, and use it.

Key idea: the mind as an information processor

Cognitive psychologists often use the analogy of the mind being like a computer:

  • input (information comes in)

  • processing (thinking)

  • storage (memory)

  • output (behaviour)

Not because humans are computers (thank goodness), but because it’s a useful way to model mental processes.

What kinds of topics does it cover?

Some classic cognitive topics students meet at GCSE/A level include:

  • Memory models (e.g., working memory, multi-store model)

  • Eyewitness testimony (why memories can be altered)

  • Cognitive biases (how thinking shortcuts cause errors)

  • Schemas (how prior knowledge shapes perception and recall)

  • Cognitive neuroscience links (brain scanning supporting cognitive explanations)

In short: the cognitive area is the study of how your mind handles information — and why it sometimes does it brilliantly, and sometimes like it’s running on 2% battery in winter.

28 February 2026

Finding the Best Operating System for the Job (Without Starting a Family Argument)

 


Finding the Best Operating System for the Job (Without Starting a Family Argument)

Choosing an operating system can feel a bit like choosing a football team: once you’ve picked one, you’re apparently obliged to defend it forever, even when it’s clearly having a wobble. But if we park the tribal chanting for a moment, the “best” operating system is usually the one that fits the job you need doing—reliably, securely, and without you having to learn a new set of keyboard shortcuts at 11pm.

So, rather than asking “Which OS is best?”, try this instead: What do I actually need the computer to do?

1) Windows: the Swiss Army Knife (with a lot of attachments)

If you want maximum compatibility—especially in schools, offices, and exam-centre style environments—Windows is still the default choice.

Windows is brilliant for:

  • Most mainstream software (Microsoft 365, lots of STEM tools, specialist education packages)

  • PC gaming (the largest game library and best driver support)

  • Hardware flexibility (build your own, upgrade easily, wide range of laptops/desktops)

Watch-outs:

  • It’s a bigger target for malware, so security habits matter

  • It can feel “busy” (updates, notifications, bundled extras)

  • Performance varies wildly depending on the machine you buy

Best for: general use, school/college, business, gaming, widest software support.


2) macOS: the polished workbench (especially for creative work)

macOS tends to feel smoother because Apple controls the hardware and software together. If your work is video, audio, design—or you just want a laptop that behaves—macOS is often a very sensible choice.

macOS is brilliant for:

  • Video and audio production workflows (especially if you’re in the Apple ecosystem)

  • Battery life and standby reliability on Apple laptops

  • “It just works” factor for many everyday tasks

Watch-outs:

  • Cost (initial purchase can sting)

  • Less flexibility for upgrades/repairs

  • Some niche engineering/science software is Windows-first

Best for: creative production, education admin, people who want stability and a tidy ecosystem.


3) Linux: the custom-built toolkit (for the curious and the powerful)

Linux is where you go when you want control, performance, and freedom—particularly for programming, servers, robotics, and anything that benefits from open-source tools.

Linux is brilliant for:

  • Programming (Python, C/C++, web dev, AI tooling)

  • Older hardware (lightweight distributions can revive “obsolete” laptops)

  • Servers and networking (it runs much of the internet for a reason)

Watch-outs:

  • Some commercial software isn’t available (or needs workarounds)

  • Hardware drivers can occasionally be fiddly

  • You may become the family IT department by accident

Best for: computing students, developers, STEM tinkering, servers, privacy-minded users.


4) ChromeOS: the “get on with it” option (surprisingly good for schools)

ChromeOS is often overlooked because people assume it’s “just a browser”. In reality, it’s great if your work lives online, you rely on Google Workspace, and you want minimal fuss.

ChromeOS is brilliant for:

  • Schools using Google Classroom/Docs

  • Lightweight devices with great battery life

  • Simple setup and strong security by design

Watch-outs:

  • Offline work is more limited (though improving)

  • Specialist software is rarely native

  • Power users may feel constrained

Best for: school/college basics, admin work, web-first users.


A sensible way to choose (without drama)

Ask these questions:

  1. What software must I run?
    If it requires Windows, that’s the answer (or you’ll be faffing about with virtual machines).

  2. Am I creating content or consuming it?
    Heavy video/audio? macOS or Windows (depending on tools). Web-first? ChromeOS can be plenty.

  3. Do I need maximum control or maximum simplicity?
    Linux gives control. ChromeOS gives simplicity. Windows and macOS sit in the middle.

  4. How important are battery life and reliability?
    Apple laptops and Chromebooks often shine here.

  5. What’s my tolerance for tinkering?
    Be honest. If “tinkering” makes you sigh, pick the boring option. Boring is productive.


My quick recommendations

  • GCSE / A-Level students: Windows or ChromeOS (depending on school tools)

  • Computing / programming students: Linux (or Windows/macOS with a Linux setup)

  • Video editing / music production: macOS or Windows workstation

  • General family laptop: Windows or Chromebook (simple wins)

  • Old laptop you can’t bear to throw away: Linux (it might surprise you)

The “best operating system” isn’t a universal winner—it’s the one that lets you do the work with the least friction. And if it starts an argument at home, just blame the printer. It’s usually the printer.

27 February 2026

Phosphorescence & Fluorescence (and why one “stops showing off” the moment you turn the lights on)

 




Phosphorescence & Fluorescence (and why one “stops showing off” the moment you turn the lights on)

If you’ve ever waved a highlighter under a UV lamp and watched it practically shout neon, you’ve met fluorescence. If you’ve ever charged up a “glow-in-the-dark” sticker, turned the lights off, and it kept glowing like it’s refusing bedtime, you’ve met phosphorescence.

They’re cousins. They both involve electrons being excited and then falling back down, releasing light. The difference is how quickly they stop showing off.

Fluorescence: the instant response

Fluorescence happens when a substance absorbs higher-energy light (often UV) and almost immediately re-emits some of that energy as visible light.

  • Turn the UV on → it glows.

  • Turn the UV off → it stops (almost instantly).

  • Typical timescale: nanoseconds (that’s 0.000000001 s).

What’s happening (simple version):

  1. Light energy bumps an electron to a higher energy level.

  2. It loses a bit of energy as vibration/heat.

  3. It drops back down and emits a photon (light) straight away.

Think of fluorescence as the student who answers immediately with their hand already in the air.

Phosphorescence: the “hang on, I’m still thinking” glow


Phosphorescence also starts with absorption of energy, but the excited electron gets “stuck” in a longer-lived state before it can return to normal.

  • Shine light → it charges up.

  • Turn the light off → it keeps glowing for seconds… minutes… sometimes hours.

  • Typical timescale: milliseconds to hours.

Why the delay?
The electron slips into a state called a triplet state that’s “forbidden” (in quantum rules terms) to drop back down quickly. It’s allowed eventually — just slowly.

Phosphorescence is the student who says, “I’ll email you the answer later,” and actually does.


Quick, safe classroom demos (with explanations)

1) Highlighter fluorescence (cheap, bright, reliable)

You need: UV torch or UV lamp (365–395 nm), yellow highlighter, paper, or a beaker of water.

Method A (paper):

  • Draw a thick line with a highlighter.

  • Shine UV on it. Instant glow.


Method B (solution):

  • Scribble on filter paper, soak in warm water, squeeze/filter into a beaker.

  • Shine UV: the beaker glows strongly.

Chemistry link: Many highlighters contain fluorescent dyes (often related to pyranine-type dyes). Great intro to absorption/emission and energy loss as heat (Stokes shift).


2) Tonic water fluorescence (the “party trick” that is actually chemistry)

You need: Tonic water, UV lamp, clear glass.

Tonic water contains quinine, which fluoresces blue under UV. It’s a lovely “invisible until UV” example.

Teach it as: “Same liquid, same room… different light source = different observation.” Great for discussing instrumentation and why UV-visible spectroscopy exists.



3) “Glow-in-the-dark” pigment (phosphorescence you can time)

You need: Glow powder/paint (commonly strontium aluminate-based), a bright lamp or UV light, a dark corner, stopwatch.

  • Charge it under bright light.

  • Turn lights off.

  • Time how long the glow remains clearly visible.

Stretch activity: Compare:

  • charged under normal LED light vs UV

  • warm vs cool conditions (careful and modest — don’t cook it!)

  • thin vs thick layer

Chemistry/physics link: Long-lived excited states and slow release of photons. Talk about energy traps/defects in the crystal lattice (age-appropriate version).


4) Glow sticks: chemiluminescence (bonus “third way”)

Glow sticks aren’t fluorescence or phosphorescence — they’re chemiluminescence (chemical energy → light).

Why include them?
Students often mix all “glowing” together. This is a brilliant chance to sort the zoo:

  • Fluorescence: needs a lamp shining right now

  • Phosphorescence: charges up then glows later

  • Chemiluminescence: glows from a chemical reaction

If you want one slide that saves a thousand misconceptions, it’s that.


The exam-friendly explanation (without the quantum headache)

Key comparison table (say it out loud like a spell)

  • Fluorescence: fast emission, stops when excitation stops

  • Phosphorescence: slow emission, continues after excitation stops

  • Both involve: absorption → excited electrons → light emitted on return

  • Difference comes from: whether the electron can return quickly (allowed) or gets stuck (forbidden/slow)

Vocabulary students should use confidently

  • Excitation

  • Emission

  • Photon

  • Energy levels

  • Stokes shift (for brighter groups)

  • Triplet state (A-level or keen GCSE extension)


Safety and good lab habits (the grown-up bit)

  • UV light: avoid shining into eyes; don’t encourage students to “test” it on their skin. Use UV safety glasses if you have them.

  • Keep UV exposure brief and controlled (teacher-held lamp/torch works well).

  • If using glow powders/paints: avoid dust inhalation; keep it off food/drinks; wash hands.


Wrap-up (with a teacher’s grin)

Fluorescence is the dramatic one: “LOOK AT ME!”
Phosphorescence is the stubborn one: “I’m still glowing, thanks.”
And glow sticks are the chaotic cousin who turns up uninvited and steals the show.

Once students can classify a glow correctly, they’ve basically learnt: energy transfer, electronic structure, and a slice of quantum rules — using a highlighter and a torch. That’s a good day in a school lab.

26 February 2026

The Humble Power Supply

 


The Humble Power Supply

Used every day in schools… and quietly doing electrical wizardry.

If you’ve ever walked into a science lab, a DT room, an ICT suite, or (let’s be honest) a cupboard labelled “DO NOT TOUCH” and found a tangle of mysterious black bricks, you’ve met the humble power supply. It’s the unsung hero of school life: powering microscopes, sensors, laptop trolleys, data loggers, routers, projectors, LED strips, chargers, and that one device nobody remembers owning but everyone is afraid to unplug.

And yet… it’s also a technical marvel. A power supply is basically a small, polite machine whose full-time job is to take whatever electricity it’s given (often rather wild and “mains-y”) and turn it into something calm, safe, and useful for delicate electronics. It does this all day, every day, without applause.

1) The problem: mains electricity is not what your gadgets want

In the UK, mains is about 230 V AC at 50 Hz. That’s brilliant for transmitting power around the country, but it’s not what your Arduino, laptop, or PASCO sensor dreams of at night. Most school kit wants something like 5 V, 9 V, 12 V, 19 V DC, and it wants it stable, smooth, and reliable.

So the power supply acts like a translator:

  • Mains AClow voltage DC

  • “Noisy” → “smooth”

  • “potentially lethal” → “safe enough to poke into a classroom device without writing a risk assessment the length of War and Peace



2) The classic approach: transformer power supplies (the chunky ones)

Old-school power supplies often used a transformer. These are the heavier ones that feel like they contain a small neutron star.

A transformer works on electromagnetic induction:

  • It takes high-voltage AC and steps it down to lower-voltage AC.

  • It’s robust, simple, and often beautifully over-engineered.

Then the power supply has to convert that AC into DC. That typically means:

  • Rectification (usually a diode bridge): flips the negative half of the AC wave so it all goes “one way”.

  • Smoothing (big capacitors): fills in the dips so you don’t get a lumpy output.

  • Regulation (a regulator circuit): keeps the output steady even if the input or load changes.

The result: usable DC… and a box that could be used as a doorstop in a storm.

3) The modern approach: switch-mode power supplies (the clever ones)



Most of today’s “black bricks” are switch-mode power supplies (SMPS). They’re lighter, smaller, and more efficient — which is why you can have a laptop charger that doesn’t weigh the same as the laptop.

Instead of stepping down 50 Hz AC directly, a switch-mode supply:

  1. Rectifies the mains to DC first.

  2. Chops it at a very high frequency (thousands to millions of times per second).

  3. Uses a much smaller transformer at that high frequency.

  4. Then rectifies and regulates again to get a clean DC output.

That “chopping” is why switch-mode supplies can sometimes cause electrical noise (and why some audio kit gets grumpy when you use a cheap charger).

4) Why schools absolutely depend on them

Schools are basically power-supply ecosystems. Every department has its own habitat:

  • Science: sensors, microscopes, data loggers, centrifuges, magnetic stirrers

  • DT: soldering stations, small CNC/laser kit, fans, controllers

  • ICT: laptop charging, networking kit, servers, monitors

  • Music: keyboards, amps, interfaces, mixers

  • Admin: printers, label makers, phones, “conference speaker thingies”

And the secret truth: half the time, the lesson doesn’t fail because the kit is broken… it fails because someone brought the wrong adapter and is now trying to persuade a 12 V device to run on 19 V “because it fits”.

5) The label that saves lives (and lessons)

If you remember one thing, let it be this: read the label.

A power supply label tells you the important stuff:

  • Output voltage (V): must match what the device wants.

  • Output current (A or mA): the supply must be able to provide at least what the device needs.

  • Polarity (centre-positive / centre-negative): crucial for barrel connectors.

  • AC or DC output: yes, some supplies output AC. Yes, it catches people out.

A common school tragedy:

  • “It turns on and then goes off.” → current too low, supply overheats or voltage sags.

  • “It worked once and now smells funny.” → wrong voltage (or wrong polarity).

6) A tiny physics lesson hiding in plain sight

Power supplies are a brilliant real-world link across the curriculum:

  • Physics: AC vs DC, transformers, diodes, capacitors, power, efficiency

  • Computing: stable supply rails, noise, data errors, brownouts

  • Design & Technology: power requirements, safety, connectors, standards

  • Maths: P = IV, unit conversions, peak vs RMS, energy and efficiency

And they’re also a wonderful reminder that engineering is often about making something complicated look boring.

7) The power supply deserves a bit of respect

We don’t notice power supplies when they work — which is most of the time — but they’re doing constant, precise, high-speed control to protect your devices from spikes, dips, overloads, and the chaos of the mains. They’re not just “chargers”. They’re small power stations with manners.

So next time you see that pile of identical-looking black rectangles in the prep room, take a moment. Somewhere inside each one is a whole chain of clever ideas — quietly turning raw electricity into something your classroom can actually use.

And if you’re the one in charge of the cupboard of adapters… may your labels be clear, your voltages correct, and your spares box forever blessed.

Maths and Aerospace

  Maths and Aerospace Teaching Maths to Aerospace Engineers (without anyone reaching for the eject handle) There are two kinds of people w...