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
  • DeltaPhiDeltaPhi — change in magnetic flux (Wb)
  • DeltatDelta t — time over which the flux changes (s)
  • mathcalEmathcal{E} — 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 o o 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)
10.110.1000
1000.50.1500.0000
500.020.01100.0000
20012100.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.