⚛️
🔭
🌌
🚀
💡
← Back to Dashboard
Font Size:

1. Introduction

Magnetism was known to ancient civilisations through natural magnets, but it was only in 1820 that Hans Christian Oersted discovered that an electric current produces a magnetic field. This chapter studies the magnetic effects of moving charges and currents. We begin with the magnetic force on a moving charge, the Lorentz force, and the motion of charged particles in magnetic fields.

We then derive the magnetic field produced by currents. The Biot-Savart law gives the field due to a current element, and Ampere's circuital law provides a powerful tool for symmetric current distributions. We calculate the fields of a straight wire, a circular loop, and a solenoid. We also study the torque on a current loop in a magnetic field, which is the basis of the galvanometer and electric motors.

The chapter ends with the force between two parallel current-carrying wires, which is used to define the ampere. These ideas unify electricity and magnetism and lead naturally to the study of electromagnetic induction in a later chapter.

2. Magnetic Force on a Moving Charge

A charge q moving with velocity v in a magnetic field B experiences a force:

F = q (v x B)

The magnitude of the force is F = q v B sin(theta), where theta is the angle between v and B. The force is always perpendicular to both v and B, so it does no work on the charge; it changes only the direction of motion, not the speed.

When both electric and magnetic fields are present, the total force is the Lorentz force:

F = q (E + v x B)

The Lorentz force explains how charged particles move in combined fields, and it is the basis of many practical devices. Since the magnetic force is perpendicular to velocity, a magnetic field cannot increase the kinetic energy of a particle, only deflect it.

3. Motion in a Uniform Magnetic Field

If a charged particle enters a uniform magnetic field perpendicular to its velocity, the magnetic force acts as a centripetal force, producing circular motion. Equating the centripetal force to the magnetic force:

q v B = m v^2 / r

The radius of the circular path is:

r = m v / (q B)

The time period and angular frequency are independent of the speed:

T = 2 pi m / (q B), omega = q B / m

If the velocity has a component parallel to the field, the particle moves in a helical path: the component parallel to B is unaffected, while the perpendicular component causes circular motion. Helical motion occurs in devices like the cyclotron, which accelerates charged particles to high energies.

4. Magnetic Force on a Current-Carrying Wire

A current-carrying wire placed in a magnetic field experiences a force because the field acts on the moving charges inside it. For a straight wire of length L carrying current I at an angle theta to a uniform field B:

F = B I L sin(theta)

In vector form, F = I (L x B). The force is zero when the wire is parallel to the field and maximum when it is perpendicular. The direction of the force is given by Fleming's left-hand rule: the forefinger points along the field, the middle finger along the current, and the thumb gives the direction of force.

The force per unit length between two long parallel wires carrying currents I1 and I2 separated by distance d is:

F/L = mu_0 I1 I2 / (2 pi d)

where mu_0 = 4 pi x 10^-7 T m/A is the permeability of free space. Parallel currents attract, and antiparallel currents repel. This force defines the ampere: one ampere is the current that produces a force of 2 x 10^-7 N per metre between two parallel wires 1 metre apart.

5. Torque on a Current Loop and Magnetic Dipole

A rectangular loop of area A carrying current I, with N turns, placed in a uniform magnetic field experiences a torque that tends to rotate it. The magnitude of the torque is:

tau = N I A B sin(theta)

where theta is the angle between the magnetic field and the normal to the loop. Defining the magnetic moment of the loop as m = N I A, the torque becomes:

tau = m B sin(theta), or tau = m x B

The direction of the magnetic moment is given by the right-hand rule: curl the fingers along the current, and the thumb points along m. The loop behaves like a magnetic dipole whose moment is m = NIA. The potential energy of the loop in the field is U = -m B cos(theta), minimum when the loop is aligned with the field.

6. Moving Coil Galvanometer

A moving coil galvanometer detects small currents. It consists of a coil of N turns and area A suspended in a radial magnetic field. When a current I flows, the deflecting torque N I A B is balanced by the restoring torque of the suspension spring, which is proportional to the deflection angle:

N I A B = k theta, so theta = (N A B / k) I

Thus the deflection is proportional to the current, giving a linear scale. The radial field ensures that the torque is independent of the angle of rotation, keeping the scale uniform. The current sensitivity is N A B/k, and the voltage sensitivity is N A B/(k R). A galvanometer is converted into an ammeter by connecting a low resistance shunt in parallel, and into a voltmeter by connecting a high resistance in series.

7. Biot-Savart Law

The Biot-Savart law gives the magnetic field produced by a current element. For a small current element I dl at a distance r, the magnetic field is:

dB = (mu_0 / 4 pi) * I dl sin(theta) / r^2

In vector form, dB = (mu_0 / 4 pi) I (dl x r) / r^3. The field due to any current configuration is obtained by integrating this law. For an infinitely long straight wire carrying current I, the field at perpendicular distance a is:

B = mu_0 I / (2 pi a)

The direction of the field lines around the wire is given by the right-hand thumb rule, and the field lines form concentric circles around the wire.

8. Ampere's Circuital Law and Its Applications

Ampere's circuital law states that the line integral of the magnetic field around any closed path equals mu_0 times the current enclosed:

B dot dl = mu_0 I_enclosed

This law is to magnetism what Gauss's law is to electrostatics. It gives the field of a long solenoid with n turns per unit length:

B = mu_0 n I

The field inside an ideal solenoid is uniform, and outside it is nearly zero. A toroid is a solenoid bent into a ring; its field inside is B = mu_0 n I, and outside it is zero. Ampere's law also gives the field inside a current-carrying wire and provides the definition of the ampere through the force between parallel wires.

Quick Revision Tables

Quantity Formula Remarks
Force on moving charge F = q v B sin theta Perpendicular to v and B
Lorentz force F = q(E + v x B) No work done by magnetic part
Radius of circular path r = m v / (q B) Independent of speed for T
Time period T = 2 pi m / (q B) Independent of speed
Force on a wire F = B I L sin theta Fleming's left-hand rule
Force between parallel wires F/L = mu_0 I1 I2/(2 pi d) Parallel currents attract
Torque on a loop tau = N I A B sin theta Basis of galvanometer
Magnetic moment m = N I A Unit A m^2
Field of straight wire B = mu_0 I/(2 pi a) Right-hand thumb rule
Field of solenoid B = mu_0 n I Uniform inside
Biot-Savart law dB = (mu_0/4 pi) I dl sin theta/r^2 Integration over circuit
Device Conversion Connecting element
Galvanometer to ammeter Measures large current Low resistance shunt in parallel
Galvanometer to voltmeter Measures voltage High resistance in series

Mind Map

graph TD A["MOVING CHARGES AND MAGNETISM"] --> B["Lorentz Force"] A --> C["Motion in Magnetic Field"] A --> D["Force on Wire"] A --> E["Current Loop"] A --> F["Galvanometer"] A --> G["Biot-Savart Law"] A --> H["Ampere's Law"] B --> B1["F = q(E + v x B)"] C --> C1["r = mv/qB"] C --> C2["T = 2 pi m/qB"] D --> D1["F = BIL sin theta"] D --> D2["F/L = mu_0 I1 I2/2 pi d"] E --> E1["m = N I A"] E --> E2["tau = m B sin theta"] F --> F1["theta proportional to I"] F --> F2["Shunt -> ammeter, series R -> voltmeter"] G --> G1["dB = (mu_0/4 pi) I dl sin theta/r^2"] H --> H1["B dot dl = mu_0 I"] H --> H2["Solenoid: B = mu_0 n I"]

Important Diagrams (SVG)

Diagram 1: Force on a Moving Charge - Right Hand Rule

FORCE ON A MOVING CHARGE v (velocity) +q B (magnetic field) F = q(v x B) F is perpendicular to both v and B F = q v B sin theta, no work done GOLDEN RULE A magnetic field can bend a particle's path but never change its speed or kinetic energy!

Diagram 2: Magnetic Field Around a Straight Wire

FIELD AROUND A STRAIGHT WIRE Magnetic field lines I B = mu_0 I / (2 pi a) GOLDEN RULE Point your right thumb along the current; the curled fingers give the direction of the circular field lines!

Common Mistakes

  1. Forgetting that the magnetic force is perpendicular to both v and B, so it does no work and cannot change speed.
  2. Using the wrong sign for electron motion; electrons are deflected opposite to the force on positive charges.
  3. Confusing the radius r = mv/qB with the time period T = 2 pi m/qB; the time period is independent of speed.
  4. Applying the force formula F = BIL sin theta to a wire not perpendicular to the field without including the sine term.
  5. Using Fleming's left-hand rule for the force direction while using the right-hand rule for field around a wire; mixing up the rules.
  6. Forgetting mu_0 = 4 pi x 10^-7 in the Biot-Savart law and Ampere's law calculations.
  7. Taking the field outside a solenoid as nonzero; for an ideal solenoid the field outside is zero.

Exam Tips

  1. State the Lorentz force F = q(E + v x B) and explain why the magnetic force does no work.
  2. Derive the radius r = mv/qB and time period T = 2 pi m/qB for circular motion in a magnetic field.
  3. Write the force on a current-carrying wire F = BIL sin theta and state Fleming's left-hand rule.
  4. Derive the force per unit length between parallel wires and state the definition of the ampere.
  5. Derive the torque on a current loop tau = NIAB sin theta and the magnetic moment m = NIA.
  6. State the Biot-Savart law and use it to find B = mu_0 I/(2 pi a) for a straight wire.
  7. State Ampere's circuital law and derive B = mu_0 n I for a solenoid.
  8. Explain how a galvanometer is converted into an ammeter and a voltmeter.

Conclusion

This chapter developed the magnetic effects of moving charges and currents. The Lorentz force F = q(E + v x B) described the force on a moving charge, and we saw that charged particles move in circles (r = mv/qB) or helixes in magnetic fields. We found the force on a current-carrying wire, the force between parallel wires that defines the ampere, and the torque on a current loop with magnetic moment m = NIA, which underlies the galvanometer. The Biot-Savart law and Ampere's circuital law gave the fields of wires and solenoids, B = mu_0 I/(2 pi a) and B = mu_0 n I. These results connect electricity and magnetism and set the stage for electromagnetic induction, alternating current, and electromagnetic waves.