Lesson 12 of 15
Faraday's Law
Faraday's Law of Induction
A changing magnetic flux through a coil induces an electromotive force (EMF). Michael Faraday discovered this in 1831:
mathcal{E} = N rac{DeltaPhi}{Delta t}
- N — number of turns in the coil
- — change in magnetic flux (Wb)
- — time over which the flux changes (s)
- — induced voltage (volts)
Lenz's Law
The induced EMF always opposes the change that caused it (the negative sign in the full equation, mathcal{E} = -N rac{dPhi}{dt}). This is why braking electromagnets resist motion, and transformers have opposing primary and secondary currents.
Applications
Faraday's law is the operating principle of:
- Generators — rotating coil changes flux AC electricity
- Transformers — changing primary flux induces secondary EMF
- Induction cooktops — changing field induces currents in the pot
Examples
| N | ΔΦ (Wb) | Δt (s) | EMF (V) |
|---|---|---|---|
| 1 | 0.1 | 1 | 0.1000 |
| 100 | 0.5 | 0.1 | 500.0000 |
| 50 | 0.02 | 0.01 | 100.0000 |
| 200 | 1 | 2 | 100.0000 |
Your Task
Implement induced_emf(N, delta_phi, delta_t) returning the magnitude of the induced EMF.
Pyodide loading...
Loading...
Click "Run" to execute your code.