Electromagnetism
Level 4 (Application: novel problems, no hints) Time: 60 minutes | Total marks: 50
Use , , where needed.
Question 1 (10 marks) A solid non-conducting sphere of radius carries a charge density that varies with radius as for .
(a) Find the total charge of the sphere. (3) (b) Using Gauss's law, derive the electric field magnitude for . (4) (c) Show that the field at the surface () equals the field of a point charge placed at the centre, evaluated at . (3)
Question 2 (10 marks) Two capacitors, (charged to ) and (uncharged), are connected in parallel by closing a switch (positive plate to positive plate).
(a) Find the common voltage after connection. (3) (b) Compute the total electrostatic energy before and after connection. (4) (c) Explain physically where the "lost" energy goes, and state whether charge is conserved. (3)
Question 3 (10 marks) A square conducting loop of side and resistance moves with constant velocity out of a region of uniform magnetic field (field into the page, loop moving in the plane so one side crosses the boundary).
(a) Find the induced EMF while the loop is leaving the field. (3) (b) Find the induced current and its direction (state clockwise/anticlockwise) using Lenz's law. (3) (c) Find the external force needed to keep the loop moving at constant , and show it equals the electrical power dissipated divided by . (4)
Question 4 (12 marks) A long solenoid has turns per metre and radius . The current through it increases linearly as .
(a) Find the magnetic field inside the solenoid at . (3) (b) Using the integral form of Faraday's law, find the magnitude of the induced electric field at a radial distance from the axis (inside). (4) (c) Find the induced electric field at (outside the solenoid). (3) (d) State which of Maxwell's equations this problem illustrates and write it in integral form. (2)
Question 5 (8 marks) A plane electromagnetic wave in vacuum has a peak electric field amplitude .
(a) Find the peak magnetic field amplitude . (2) (b) Find the time-averaged Poynting vector magnitude (intensity). (3) (c) A perfectly absorbing panel of area faces the wave. Find the average power absorbed and the radiation force on it. (3)
Answer keyMark scheme & solutions
Question 1
(a) Integrate charge density over shells : (setup 1, integration 1, result 1) → .
(b) Enclosed charge within : (1) Gauss: (1), so (algebra 1, final 1)
(c) At : . (1) Point charge field at : . (1) Equal — as expected since all enclosed charge acts as if central. (1)
Question 2
(a) Charge conserved: . (1) Parallel combined . (1) . (1)
(b) Before: . (2) After: . (2)
(c) Energy lost ; dissipated as heat (resistance of connecting wires) and/or EM radiation during the transient charge redistribution. (2) Charge IS conserved ( before and after); only energy is not conserved in the ideal-wire limit. (1)
Question 3
(a) Only the leading side of length cuts flux; . (3)
(b) . (2) Flux into page is decreasing → induced current opposes decrease → maintains into-page flux → clockwise. (1)
(c) Force on current-carrying side in field: . External force must balance this (opposing motion), so . (2) Check: ; . ✓ (2)
Question 4
(a) . . (3)
(b) Faraday (loop of radius inside): . , . (1) For : → . (1) . (2)
(c) For , enclosed flux uses area : → . (1) . (2) (Numerically equal here because at ; coincidence of chosen values.)
(d) Faraday's law (Maxwell–Faraday): (equation 1, identification 1)
Question 5
(a) . (2)
(b) . (3)
(c) Power . (2) Absorbing surface: force . (1)
[
{"claim":"Q1a total charge Q = pi*rho0*R^3/3","code":"r,R,rho0=symbols('r R rho0',positive=True); Q=integrate(rho0*(1-r/R)*4*pi*r**2,(r,0,R)); result = simplify(Q - pi*rho0*R**3/3)==0"},
{"claim":"Q2a common voltage 40V and energy 0.020->0.008 J","code":"C1,V0,C2=4e-6,100,6e-6; Q=C1*V0; V=Q/(C1+C2); Ui=0.5*C1*V0**2; Uf=0.5*(C1+C2)*V**2; result = abs(V-40)<1e-9 and abs(Ui-0.02)<1e-9 and abs(Uf-0.008)<1e-9"},
{"claim":"Q3 EMF 0.24V, I 0.48A, F 0.0384N equals P/v","code":"B,a,v,R=0.40,0.20,3.0,0.50; emf=B*a*v; I=emf/R; F=B*I*a; P=I**2*R; result = abs(emf-0.24)<1e-9 and abs(I-0.48)<1e-9 and abs(F-P/v)<1e-12"},
{"claim":"Q5 B0=2e-7T, Savg approx 4.77, force approx 3.18e-8","code":"E0,c,mu0=60,3e8,4*pi*1e-7; B0=E0/c; S=E0**2/(2*mu0*c); Pw=S*2.0; Fr=Pw/c; result = abs(B0-2e-7)<1e-12 and abs(float(S)-4.77)<0.05 and abs(float(Fr)-3.18e-8)<1e-9"}
]