AP Physics C: Unit 5 Study Guide - Electromagnetic Induction

Magnetic Flux: The Precursor

Before understanding how electricity is created from magnetism, we must understand the concept of Magnetic Flux. Think of magnetic flux as a measure of the "amount" of magnetic field passing through a specific surface area.

Definition and Calculus Formulation

Use the Greek letter phi ($ Phi$) for flux. In AP Physics C, the magnetic field $\vec{B}$ acts over a specific area $\vec{A}$.

\Phi_B = \int \vec{B} \cdot d\vec{A}

If the magnetic field is uniform across a flat area, this simplifies to the dot product:

\Phi_B = \vec{B} \cdot \vec{A} = |B||A|\cos(\theta)

Where:

  • $\vec{B}$ is the magnetic field vector (Tesla, T).
  • $\vec{A}$ is the area vector ($m^2$). Crucial: The area vector is always perpendicular (normal) to the surface.
  • $\theta$ is the angle between $\vec{B}$ and the normal vector to the surface.

Diagram showing magnetic field lines passing through a tilted planar surface, illustrating the area vector n normal to the surface and the angle theta between B and n.

The Unit

The unit for Magnetic Flux is the Weber (Wb).
1 \text{ Wb} = 1 \text{ T} \cdot m^2


Faraday's Law of Induction

Michael Faraday discovered that a constant magnetic field produces nothing new, but a changing magnetic field creates an electric current. This is the foundation of modern power generation.

The Law

Faraday's Law states that the magnitudes of the induced EMF (Electromotive Force, $\mathcal{E}$) is determined by the rate of change of magnetic flux through a loop.

\mathcal{E} = -N \frac{d\Phi_B}{dt}

  • $\mathcal{E}$: Induced EMF (Volts).
  • $N$: Number of loops (turns) of wire.
  • $\frac{d\Phi_B}{dt}$: Time derivative of Magnetic Flux.

Maxwell-Faraday Equation (Induced Electric Fields)

In AP Physics C, you must understand that valid EMF implies the existence of an electric field. Unlike electrostatic fields which are conservative (start on positive, end on negative), induced electric fields are non-conservative and form closed loops.

Faraday's Law in integral form (one of Maxwell's Equations):

\oint \vec{E} \cdot d\vec{l} = -\frac{d\Phi_B}{dt}

Here, the line integral of the electric field $\vec{E}$ around a closed loop equals the negative rate of change of flux through that loop.

Three Ways to Induce EMF

Since $\Phi_B = BA\cos(\theta)$, you can induce an EMF by changing any of the three variables with respect to time ($t$):

  1. Change $B$: Varies the magnetic field strength (e.g., imply $\frac{dB}{dt}$).
  2. Change $A$: Varies the area of the loop (e.g., imply $\frac{dA}{dt}$).
  3. Change $\theta$: Rotates the loop in the field (e.g., generators).

Lenz's Law

The negative sign in Faraday's Law represents Lenz's Law. It is a consequence of the Conservation of Energy.

Definition: The direction of the induced current (and induced EMF) is such that it creates a magnetic field that opposes the change in magnetic flux that produced it.

How to Determine Direction (The 4-Step Method)

Don't guess. Follow this logical flow to find the direction of induced current:

  1. Identify $\vec{B}_{ext}$: Determine the direction of the external magnetic field passing through the loop.
  2. Analyze $\Delta \Phi$: Is the flux increasing or decreasing?
  3. Determine $\vec{B}_{induced}$:
    • If flux is increasing, nature tries to cancel the gain. $\vec{B}{induced}$ points opposite to $\vec{B}{ext}$.
    • If flux is decreasing, nature tries to prop it up. $\vec{B}{induced}$ points in the same direction as $\vec{B}{ext}$.
  4. Right Hand Rule (RHR): Point your right thumb in the direction of $\vec{B}_{induced}$. Your fingers curl in the direction of the induced current.

Illustration of Lenz's Law with two scenarios: A magnet's North pole moving toward a wire loop (flux increasing) showing induced B-field opposing it, and a North pole moving away (flux decreasing) showing induced B-field reinforcing it.


Motional EMF

Motional EMF refers to voltage induced when a conductor moves physically through a magnetic field. This is a common AP Physics C problem type involving "sliding bars" on rails.

Derivation

Consider a bar of length $L$ moving at velocity $v$ perpendicular to a uniform B-field.
Use Faraday's Law: The area of the loop is $A = L \cdot x$ (where $x$ is the horizontal position).

\mathcal{E} = \left| \frac{d(BA)}{dt} \right| = \left| B \frac{d(Lx)}{dt} \right| = B L \frac{dx}{dt}

Since $v = \frac{dx}{dt}$:

\mathcal{E} = Blv

(Note: This assumes $B$, $l$, and $v$ are mutually perpendicular. If not, use the cross product form: $\mathcal{E} = \int (\vec{v} \times \vec{B}) \cdot d\vec{l}$)

Worked Example: The Sliding Bar

Problem: A conductive bar of length $L = 0.5\text{ m}$ slides to the right on frictionless rails with a velocity of $v = 4\text{ m/s}$ in a uniform magnetic field $B = 2\text{ T}$ pointing into the page. The rails are connected by a resistor $R = 10\, \Omega$. Find the magnitude and direction of the current.

Solution:

  1. Calculate EMF:
    \mathcal{E} = Blv = (2\text{ T})(0.5\text{ m})(4\text{ m/s}) = 4\text{ V}

  2. Calculate Current (Ohm's Law):
    I = \frac{\mathcal{E}}{R} = \frac{4\text{ V}}{10\, \Omega} = 0.4\text{ A}

  3. Determine Direction (Lenz's Law):

    • External B: Into the page.
    • Flux Change: As the bar moves right, the area increases. Therefore, inward flux is increasing.
    • Induced B: Must oppose the increase. Induced B points out of the page.
    • RHR: Thumb points out of page -> fingers curl Counter-Clockwise.

diagram of a sliding bar circuit: parallel rails connected by a resistor at one end, a moving conductive bar closes the loop, uniform magnetic field represented by x's (into page), velocity vector pointing right.


Applications: Generators and Induction

The Generator Principle

Mechanical energy is converted to electrical energy by rotating a coil in a magnetic field.

  • $ Phi_B = BA\cos(\omega t)$, where $\omega$ is angular velocity.
  • Differentiate with respect to time:
    \mathcal{E} = -N \frac{d}{dt}[BA\cos(\omega t)]
    \mathcal{E} = NBA\omega\sin(\omega t)

This produces an alternating current (AC) sinusoidal voltage.

Eddy Currents

When a solid conductor (like a metal plate) moves through a changing magnetic field, circulating currents called Eddy Currents are induced within the bulk of the material.

  • According to Lenz's law, these currents create magnetic forces that oppose the motion of the conductor.
  • Application: Magnetic braking in trains and roller coasters.

Common Mistakes & Pitfalls

MistakeCorrection
Confusing Flux with EMFFlux ($ Phi$) is the "stuff" passing through. EMF ($ E$) depends on how fast that "stuff" changes. You can have huge flux but zero EMF (if the flux is constant).
The Area VectorStudents often use the angle between the coil surface and the field. Always use the angle between the normal vector (perpendicular to surface) and the field.
Sign Errors in Lenz's LawDo not automatically assume the induced field is opposite to the external field. It is opposite to the change in flux. If flux decreases, induced field is in the same direction as external.
Component Errors in Motional EMFIn $\mathcal{E} = Blv$, ensure the velocity component used is the one perpendicular to the B-field. Components parallel to B generate no force.