Electromagnetism
Level 1: Recognition Test
Time limit: 20 minutes Total marks: 30
Section A — Multiple Choice (1 mark each)
Choose the single best answer.
Q1. The SI unit of electric field is: (a) N/C (b) C/N (c) N·C (d) V·m
Q2. Electric charge is quantized. The smallest free charge is: (a) C (b) C (c) C (d) C
Q3. Coulomb's law force between two point charges varies with separation as: (a) (b) (c) (d)
Q4. The electric field inside a uniformly charged conducting sphere (in electrostatic equilibrium) is: (a) uniform and non-zero (b) zero (c) (d)
Q5. The capacitance of a parallel-plate capacitor is given by: (a) (b) (c) (d)
Q6. Energy stored in a capacitor is: (a) (b) (c) (d)
Q7. For equal resistors connected in parallel, the equivalent resistance is: (a) (b) (c) (d)
Q8. The magnetic force on a charge is . If , the force is: (a) maximum (b) (c) zero (d)
Q9. Faraday's law states the induced EMF equals: (a) (b) (c) (d)
Q10. The speed of light in vacuum is: (a) (b) (c) (d)
Q11. The time constant of an RC circuit is: (a) (b) (c) (d)
Q12. Maxwell's addition to Ampère's law introduced the concept of: (a) magnetic monopole (b) displacement current (c) drift velocity (d) polarization
Section B — Matching (1 mark each pair, 5 marks)
Q13. Match each source with its field/quantity dependence far from it (or as stated):
| Column A | Column B |
|---|---|
| (i) Infinite line charge, field | (P) |
| (ii) Point charge, field | (Q) uniform (independent of distance) |
| (iii) Infinite plane sheet of charge, field | (R) |
| (iv) Electric dipole, field on axis (far) | (S) |
| (v) Solenoid (ideal), interior field | (T) , uniform |
Section C — True/False WITH justification (2 marks each: 1 for T/F, 1 for reason)
Q14. Equipotential surfaces are always parallel to the electric field lines. (T/F + justify)
Q15. Inserting a dielectric (constant ) between the plates of an isolated charged capacitor increases its capacitance. (T/F + justify)
Q16. Kirchhoff's current law is a statement of conservation of energy. (T/F + justify)
Q17. Lenz's law is a consequence of conservation of energy. (T/F + justify)
Q18. In a purely LC circuit with no resistance, energy oscillates between the capacitor and inductor without loss. (T/F + justify)
Q19. The Poynting vector points in the direction of energy flow of an EM wave. (T/F + justify)
Answer keyMark scheme & solutions
Section A (1 mark each)
Q1 — (a) N/C. , force per unit charge → newton per coulomb (equivalently V/m). [1]
Q2 — (a) C. Elementary charge ; all free charge is . [1]
Q3 — (b) . — inverse-square. [1]
Q4 — (b) zero. Excess charge resides on the surface; enclosed charge = 0 → by Gauss's law inside. [1]
Q5 — (a) . Larger area/smaller gap → more capacitance. [1]
Q6 — (b) . From . [1]
Q7 — (b) . . [1]
Q8 — (c) zero. when parallel (). [1]
Q9 — (b) . Negative sign encodes Lenz's law. [1]
Q10 — (b) . From Maxwell's wave equation. [1]
Q11 — (c) . , units of seconds. [1]
Q12 — (b) displacement current. term added to close the loop for time-varying fields. [1]
Section B (Q13, 1 mark per correct pair, 5 marks)
- (i) → (R) (line charge, )
- (ii) → (P) (point charge)
- (iii) → (Q) uniform, (independent of distance)
- (iv) → (S) (dipole)
- (v) → (T) uniform inside solenoid
[5 × 1]
Section C (2 marks each)
Q14 — FALSE. [1] Equipotentials are perpendicular to field lines, not parallel: any component of along the surface would do work moving charge along it, changing potential — contradiction. [1]
Q15 — TRUE. [1] ; dielectric polarization reduces the net field for the same charge, lowering , so rises by factor . [1]
Q16 — FALSE. [1] KCL expresses conservation of charge ( at a node). KVL is the energy statement. [1]
Q17 — TRUE. [1] The induced current opposes the flux change; if it aided it, energy would grow without a source — violating energy conservation. [1]
Q18 — TRUE. [1] With there is no dissipation; energy shuttles between and at , the electrical analog of SHM. [1]
Q19 — TRUE. [1] gives magnitude = power per unit area and direction = propagation/energy-flow direction. [1]
[
{"claim":"Q6: energy from integral of q/C dq equals Q^2/(2C) = CV^2/2",
"code":"Q,C,V=symbols('Q C V',positive=True); q=symbols('q'); U=integrate(q/C,(q,0,Q)); result = simplify(U-Q**2/(2*C))==0 and simplify((Q**2/(2*C)).subs(Q,C*V)-C*V**2/2)==0"},
{"claim":"Q7: n equal R in parallel gives R/n (test n=3)",
"code":"R=symbols('R',positive=True); n=3; Req=1/(n*(1/R)); result = simplify(Req-R/n)==0"},
{"claim":"Q10: c=1/sqrt(eps0*mu0) numerically ~3e8 m/s",
"code":"eps0=8.854e-12; mu0=4*pi*1e-7; c=1/sqrt(eps0*mu0); result = abs(float(c)-2.998e8) < 2e6"},
{"claim":"Q11: RC has units of time; numeric tau for R=1000,C=1e-6 is 1e-3 s",
"code":"R=1000; C=1e-6; tau=R*C; result = abs(tau-1e-3) < 1e-9"}
]