Question 1 (25 marks) — Vector Analysis and Boundary Conditions
(a) (5 marks) Describe the concepts of flux and divergence of a vector field. State the mathematical definition of each and explain their physical relationship.
(b) (5 marks) Describe the concepts of circulation and curl of a vector field. State the mathematical definition of each and explain their physical relationship.
(c) (5 marks) Given the scalar field φ=2x2y+y3−z2, find the gradient ∇φ at the point P(1,2,3) in Cartesian coordinates.
(d) (10 marks) Two dielectric media meet at the XOZ plane (y=0). Medium 1 (y>0): ε1=3ε0; Medium 2 (y<0): ε2=9ε0. There is no free charge on the interface. The electric field in Medium 1 is E1=ex⋅3+ey⋅12+ez⋅6 (V/m). Find E2 in Medium 2.
Question 2 (25 marks) — Electrostatic Field Fundamentals
(a) (12 marks) The electric potential in a region is φ=3x2y−y3+2z (SI units). Find:
The electric field E at the point (1,2,3);
The volume charge density ρv at the point (1,2,3).
Use ε0=8.854×10−12 F/m.
(b) (8 marks) Prove that for a linear, homogeneous, isotropic dielectric with permittivity ε, the polarization volume charge density is:
ρp=−(1−εε0)ρf
where ρf is the free volume charge density. State the key assumptions used in the proof.
(c) (5 marks) Given four electrostatic field line diagrams (labeled 1–4), identify the type of source near the centre for each:
Field lines radiate radially outward in all directions from a point, with equal spacing at equal distances.
Field lines form closed curves emerging from one point and returning to a nearby point, resembling a “figure-eight” pattern in the plane.
Field lines radiate outward uniformly in all radial directions from a central axis (cylindrical symmetry).
Field lines converge radially inward toward a point from all directions.
Question 3 (25 marks) — Method of Images
(a) (8 marks) A point charge q is placed at distance d from the centre of a grounded conducting sphere of radius a (d>a). Determine the image charge q′ and its position b. Using these results, derive the induced surface charge density σ(θ) on the sphere, where θ is the polar angle measured from the line connecting the sphere centre to q.
(b) (8 marks) Two semi-infinite grounded conducting planes meet at an angle of 60° (π/3) along the z-axis. A point charge +q is placed at position (x0,y0)=(3,1) in the xy-plane (inside the wedge). Determine the number of image charges required, and give the positions and magnitudes of all image charges.
(c) (5 marks) A grounded conducting plane (z=0) has a conducting hemispherical boss of radius a on it (hemisphere in z>0, centred at the origin). A point charge q is placed at (0,0,d) on the z-axis (d>a). Find all image charges needed to solve for the potential in the region z>0, r>a.
(d) (4 marks) Describe one practical engineering application of the method of images. Explain how the technique is applied and what it simplifies.
Question 4 (25 marks) — Steady Current in Lossy Dielectrics
A parallel-plate capacitor has two flat electrodes of area S separated by distance d. The space between the electrodes is filled with two lossy dielectric layers, each of thickness d/2, stacked vertically (series configuration):
The top electrode (y=0) is at potential V0; the bottom electrode (y=d) is grounded (φ=0). Assume steady-state DC conditions.
(a) (6 marks) State the boundary conditions at the dielectric–dielectric interface (y=d/2) and at the electrode–dielectric surfaces.
(b) (8 marks) Find the electric field E in each layer.
(c) (5 marks) Calculate the leakage resistance R of this structure.
(d) (6 marks) Determine if there is free charge on the dielectric interface at y=d/2. If yes, calculate the surface charge density ρs.
Reference Solutions
Question 1 — Solutions
(a) Flux and Divergence
Flux is the net flow of a vector field through a surface, defined as Φ=∮SF⋅dS. For a closed surface, positive net flux indicates a net source enclosed (more field lines exit than enter); negative net flux indicates a net sink.
Divergence is a scalar quantity at each point measuring the local outward flow per unit volume: divF=∇⋅F. Positive divergence means the point acts as a source; negative means a sink; zero means the field is solenoidal (divergence-free).
The divergence theorem connects them:
∮SF⋅dS=∫V(∇⋅F)dV
The total flux through any closed surface equals the volume integral of divergence inside. In electrostatics, ∇⋅D=ρf (Gauss’s law) — electric flux originates from free charges.
(b) Circulation and Curl
Circulation is the line integral of a vector field around a closed contour: C=∮CF⋅dl. Nonzero circulation indicates the field has a rotational component along that path.
Curl is a vector quantity at each point measuring the local tendency to rotate: curlF=∇×F. Its direction gives the axis of maximum rotation (right-hand rule), and its magnitude gives the maximum circulation per unit area.
Stokes’ theorem connects them:
∮CF⋅dl=∫S(∇×F)⋅dS
The circulation around any closed contour equals the flux of the curl through any surface bounded by that contour. In electrostatics, ∇×E=0 (conservative field) — the circulation around any closed loop is zero, which is why we can define a scalar potential φ via E=−∇φ.
(c) Gradient
The gradient in Cartesian coordinates:
∇φ=ex∂x∂φ+ey∂y∂φ+ez∂z∂φ
Computing each partial derivative of φ=2x2y+y3−z2:
∂x∂φ=4xy,∂y∂φ=2x2+3y2,∂z∂φ=−2z
At P(1,2,3):
∇φP=ex(4⋅1⋅2)+ey(2⋅12+3⋅22)+ez(−2⋅3)
∇φP=8ex+14ey−6ez
(d) Boundary Conditions at Dielectric Interface
The interface is the plane y=0, so the unit normal is n=ey.
Tangential components (x and z directions): From E1t=E2t (tangential E is continuous):
E2x=E1x=3 V/m,E2z=E1z=6 V/m
Normal component (y direction): With ρs=0, D1n=D2n, i.e. ε1E1y=ε2E2y:
E2y=ε2ε1E1y=9ε03ε0⋅12=4 V/m
E2=3ex+4ey+6ez (V/m)
Discussion: The normal component of E decreased (from 12 to 4 V/m) because D is continuous but ε2>ε1. Going from a low-ε to a high-ε medium, the normal E component is reduced (the field “refracts” away from the normal).
Question 2 — Solutions
(a) Electric Field and Volume Charge Density
Electric field from E=−∇φ:
Ex=−∂x∂φ=−6xy
Ey=−∂y∂φ=−(3x2−3y2)=−3x2+3y2
Ez=−∂z∂φ=−2
At (1,2,3):
E=(−6⋅1⋅2)ex+(−3⋅1+3⋅4)ey+(−2)ez
E=−12ex+9ey−2ez (V/m)
Volume charge density from Poisson’s equation ∇2φ=−ρv/ε0:
∂x2∂2φ=6y,∂y2∂2φ=−6y,∂z2∂2φ=0
∇2φ=6y+(−6y)+0=0
The y-dependent terms cancel exactly: ∇2φ=0 everywhere. The potential satisfies Laplace’s equation, so the region is source-free. However, note that this only holds inside the charge-free region — charges must exist on the boundaries to maintain this potential distribution.
ρv=0 everywhere (charge-free region)
Remark: If the potential had been φ=3x2y+y3+2z (note the sign change on y3), then ∇2φ=6y+6y+0=12y, giving ρv=−12yε0, and at (1,2,3): ρv=−24ε0≈−2.13×10−10 C/m3. Always check whether the Laplacian actually vanishes.
(b) Proof: Polarization Volume Charge Density
In a linear, homogeneous, isotropic dielectric:
Constitutive relation: D=εE
Polarization: P=D−ε0E=(ε−ε0)E
From Gauss’s law: ∇⋅D=ρf
The polarization charge density is: ρp=−∇⋅P
ρp=−∇⋅[(ε−ε0)E]=−(ε−ε0)∇⋅E
Here ε is pulled out because the dielectric is homogeneous (spatially uniform), so it is not affected by the divergence operator.
Since ∇⋅E=∇⋅(D/ε)=ρf/ε:
ρp=−(ε−ε0)ερf
ρp=−(1−εε0)ρf
Key assumptions: (1) linear (P proportional to E); (2) homogeneous (ε independent of position); (3) isotropic (ε is a scalar, not a tensor).
(c) Field Line Identification
Diverging radial lines from a point → Positive point charge (source). Field lines originate from the charge and extend radially outward; field decays as 1/r2.
Closed curved lines emerging from one point and returning to a nearby point → Electric dipole. Field lines start at the positive charge and end at the negative charge; far-field decays as 1/r3.
Radially outward lines from a central axis, uniform along the axis → Infinite line of charge. Cylindrical symmetry; field decays as 1/ρ (cylindrical coordinate).
Converging radial lines toward a point from all directions → Negative point charge (sink). Field lines come from infinity and terminate on the charge; field decays as 1/r2.
Identification criteria: Symmetry (spherical/cylindrical/axial), direction (outward = positive source, inward = negative sink), and density decay rate (1/r2, 1/r, or 1/r3) reveal the source type.
Question 3 — Solutions
(a) Point Charge + Grounded Conducting Sphere
Image charge: To make the sphere surface an equipotential (φ=0), place a single image charge inside the sphere:
q′=−daq,b=da2
The image q′ is on the line from the centre to q, at distance b from the centre (b<a since d>a).
Derivation of surface charge density: At a point on the sphere with polar angle θ, the distances to q (at distance d) and q′ (at distance b) are:
R1=a2+d2−2adcosθ,R2=a2+b2−2abcosθ
Substituting b=a2/d:
R2=a2+d2a4−d2a3cosθ=dad2+a2−2adcosθ=daR1
The surface charge density is σ=−ε0∂r∂φr=a. For two point charges, the radial derivative at r=a gives:
σ(θ)=4πq[R13a−dcosθ]+4πq′[R23a−bcosθ]
Substituting q′=−aq/d and R2=(a/d)R1:
R23q′=(a/d)3R13−aq/d=a2R13−qd2
σ(θ)=4πR13q[(a−dcosθ)−a2d2(a−da2cosθ))]
=4πR13q[(a−dcosθ)−ad2+dcosθ]
=4πR13q[a−ad2]=4πaR13q(a2−d2)
σ(θ)=−4πa(a2+d2−2adcosθ)3/2q(d2−a2)
The induced charge is negative (opposite sign to q), as expected. The total induced charge equals q′=−aq/d.
(b) Two Semi-Infinite Grounded Conducting Planes at π/3
Number of image charges: The general rule for two planes meeting at angle α=π/n (n integer) requires 2n−1 image charges.
For α=60°=π/3: n=3, so we need 5 image charges.
Setup: The charge q0 at (3,1) has polar coordinates (r,ϕ)=(2,30°).
Plane 1: ϕ=0° (positive x-axis, y=0, x>0)
Plane 2: ϕ=60° (y=xtan60°=x3)
All 6 charges (original + 5 images) lie on a circle of radius 2, arranged as a regular hexagon with alternating signs:
Charge
Polar coords
Cartesian coords
Magnitude
How obtained
q0 (original)
(2,30°)
(3,1)
+q
Original charge
q1
(2,−30°)
(3,−1)
−q
Reflection of q0 across Plane 1
q2
(2,90°)
(0,2)
−q
Reflection of q0 across Plane 2
q3
(2,150°)
(−3,1)
+q
Reflection of q1 across Plane 2
q4
(2,−90°)
(0,−2)
+q
Reflection of q2 across Plane 1
q5
(2,210°)
(−3,−1)
−q
Cross-reflection (same point reached from either plane)
Sign pattern: Alternating +q,−q around the hexagon.
Verification: On Plane 1 (y=0): every charge at (r,ϕ) with magnitude Q has a mirror at (r,−ϕ) with magnitude −Q; these cancel on the plane. On Plane 2 (ϕ=60°): every charge at (r,60°+δ) has a mirror at (r,60°−δ) with magnitude −Q; these also cancel. Both boundary conditions (φ=0) are satisfied simultaneously.
(c) Hemisphere on Grounded Plane
Two boundary conditions must be satisfied simultaneously:
Plane (z=0): φ=0
Hemisphere (r=a, z>0): φ=0
Three image charges are needed:
Image
Charge
Position
Purpose
q1
−q
(0,0,−d)
Image of q w.r.t. plane z=0
q2
−daq
(0,0,a2/d)
Image of q w.r.t. sphere r=a
q3
+daq
(0,0,−a2/d)
Image of q2 w.r.t. plane z=0
Verification:
Plane condition (z=0): (q,q1) are a mirror pair with equal and opposite charges; (q2,q3) likewise. Each pair creates zero potential on the plane. Check.
Hemisphere condition (r=a): (q,q2) form a standard grounded sphere image pair — their combined potential is zero on r=a. (q1,q3): since q1=−q at distance d and q3=+(a/d)q at distance a2/d, we have q3=−(a/d)q1 at distance a2/d — also a valid sphere image pair for q1. Check.
Valid region:z>0 and r>a (outside the hemisphere, above the plane).
(d) Practical Application
Overhead power transmission line capacitance calculation.
An overhead transmission line (conductor at height h above ground) forms a capacitor with the earth. The earth, being a reasonably good conductor, can be approximated as a grounded infinite conducting plane. By the method of images, the effect of the earth is replaced by an imaginary conductor carrying line charge density −ρl at depth h below the surface.
This transforms the problem into calculating the capacitance between two parallel line charges separated by distance 2h, which has the analytical solution:
Cunit length=ln(2h/a)πε0
where a is the conductor radius. Without the method of images, one would need to solve Laplace’s equation with the irregular boundary of the ground surface — far more complex.
Other applications: (1) EMC/shielding analysis — modeling ground plane effects on electromagnetic interference; (2) IC interconnect parasitic capacitance — computing wire-to-substrate capacitance; (3) Lightning protection — estimating field enhancement near a lightning rod above ground.
Question 4 — Solutions
(a) Boundary Conditions
At the dielectric–dielectric interface (y=d/2):
The interface normal is n=ey (pointing from Layer 2 toward Layer 1).
Normal J continuous: From ∇⋅J=0 in steady state (pillbox across the interface):
J1y=J2y⟹σ1E1=σ2E2
Tangential E continuous: From ∇×E=0 (rectangular contour across the interface):
E1t=E2t
For this parallel-plate geometry, E is purely in the y-direction, so there are no tangential components — this condition is automatically satisfied.
Normal D discontinuity:D1y−D2y=ρs (free surface charge exists at the interface):
ε1E1−ε2E2=ρs
At the electrode surfaces:
Top electrode (y=0, φ=V0): surface charge ρs(0)=ε1E1
Discussion: The field is stronger in the layer with lower conductivity (higher resistivity). This is analogous to resistive voltage division: the higher-resistance layer drops more voltage per unit thickness.
(c) Leakage Resistance
The current density in steady state:
J=σ1E1=d2V0⋅σ1+σ2σ1σ2
Total leakage current: I=J⋅S
R=IV0=2Sd⋅σ1σ2σ1+σ2=2Sd(σ11+σ21)
R=2Sσ1d+2Sσ2d
This is the series combination of two resistors: R1=(d/2)/(σ1S) and R2=(d/2)/(σ2S), as expected for a series geometry.
(d) Free Surface Charge Density at the Interface
From the normal D boundary condition:
ρs=D1y−D2y=ε1E1−ε2E2
Substituting the electric fields from part (b):
ρs=ε1⋅d2V0⋅σ1+σ2σ2−ε2⋅d2V0⋅σ1+σ2σ1
ρs=d(σ1+σ2)2V0(ε1σ2−ε2σ1)
Discussion:
ρs=0 when ε1/σ1=ε2/σ2 (both materials have the same relaxation time τ=ε/σ).
ρs>0 when ε1/σ1>ε2/σ2 (Layer 1 has a longer relaxation time).
Physically, even in DC steady state, free charge accumulates at the dielectric interface because the different ε/σ ratios cause unequal charge flux into the interface region. This is a key distinction from the purely electrostatic (no conduction) case, where interface charge is zero when there is no externally applied surface charge.