PHYSICS 2 • ELECTROSTATICS

Electric Field from Point Charges — Compute electric field due to point charges using superposition

Master how multiple point charges collectively shape the electric field at any location in space.

Historical Context & Motivation

The notion that electric charges exert influence across empty space fascinated natural philosophers for centuries before a rigorous mathematical description emerged. The ancient Greeks knew that rubbed amber could attract light objects, but it was not until the eighteenth century that scientists began quantifying these interactions. The critical conceptual leap—treating the electric field as a physical entity that permeates space rather than merely a mathematical convenience—transformed our understanding of electromagnetism and paved the way for Maxwell's unification of electricity and magnetism. Understanding how the fields from individual point charges combine through the principle of superposition is the foundational skill upon which all more advanced electrostatic calculations rest.

1785
Coulomb's Torsion Balance
Charles-Augustin de Coulomb published precise measurements showing that the force between two charged spheres varies as the inverse square of their separation and is proportional to the product of their charges, establishing Coulomb's law.
1831
Faraday's Field Concept
Michael Faraday introduced the idea of lines of force, proposing that charges create a physical condition in the surrounding space—what we now call the electric field—rather than acting instantaneously at a distance.
1865
Maxwell's Equations
James Clerk Maxwell synthesized the work of Coulomb, Faraday, Ampère, and others into a set of four differential equations, giving the electric field a precise mathematical framework that remains the backbone of classical electrodynamics.
1909
Millikan's Oil-Drop Experiment
Robert Millikan measured the elementary charge e to high precision by balancing gravitational and electric forces on tiny oil droplets, confirming that charge is quantized and grounding the point-charge model in experimental reality.

The central question that the superposition principle answers is deceptively simple: given a collection of charged particles at known positions, what is the net electric field at an arbitrary point in space? While Coulomb's law tells us the force between two charges, real-world configurations—capacitor plates, molecular dipoles, crystal lattices—involve many charges simultaneously. Superposition provides the recipe for building up the total field from its individual contributions, turning a seemingly intractable many-body problem into a structured, computable procedure.

Core Principles & Definitions

Before computing fields from multiple charges, it is essential to formalize three foundational ideas. The electric field is defined as the force per unit positive test charge at a given point, providing a description of the electrostatic environment that is independent of whatever test charge you might place there. This definition, combined with Coulomb's law and the linearity of Maxwell's equations, yields the superposition principle. These concepts form the triad upon which every electrostatic field calculation is built.

1

Electric Field Definition

The electric field E at a point is defined as the electrostatic force F experienced by a positive test charge q₀ placed at that point, divided by q₀. Because the field is a vector, it has both magnitude and direction at every location in space.
2

Coulomb's Law for Point Charges

The force between two point charges q₁ and q₂ separated by distance r is F = kq₁q₂/r², where k = 8.99 × 10⁹ N·m²/C². The corresponding electric field due to a single point charge Q at distance r is E = kQ/r², directed radially away from Q if Q is positive.
3

Superposition Principle

The net electric field at any point equals the vector sum of the individual fields produced by each charge. Because Maxwell's equations are linear, each charge contributes independently: the presence of one charge does not alter the field produced by another.
4

Vector Nature of E

Electric fields are vectors. When superposing contributions from multiple charges, you must decompose each field into components (typically x and y), sum the components separately, and then reconstruct the resultant vector using the Pythagorean theorem and inverse tangent.
KEY TAKEAWAY
Think of superposition like audio mixing: each instrument (charge) produces its own sound wave (field), and the microphone (test point) records the sum of all waves simultaneously. The waves do not interfere with each other's sources—they simply add. In exactly the same way, each charge radiates its own electric field outward, and at any location you simply add all the field vectors together to get the total.

Visualizing the Electric Field from Point Charges

A well-constructed diagram is indispensable when applying superposition. The figure below illustrates a classic two-charge configuration: a positive charge q₁ = +Q and a negative charge q₂ = −Q placed symmetrically on the x-axis. At an arbitrary field point P above the midpoint, each charge contributes a field vector. Notice that E₁ (from q₁) points away from q₁ because q₁ is positive, while E₂ (from q₂) points toward q₂ because q₂ is negative. The net field E is the vector sum of these two contributions.

Superposition at point P for an electric dipole. The cyan vector E₁ points away from the positive charge q₁, the pink vector E₂ points toward the negative charge q₂, and the green vector E_net is their vector sum. Because of the symmetry of the dipole, the y-components cancel at this midpoint location and the net field is purely in the +x direction.

Several features of this diagram deserve attention. First, the distances r₁ and r₂ from the charges to the field point P determine the magnitudes of E₁ and E₂ via Coulomb's law; when the field point is on the perpendicular bisector of the dipole, r₁ = r₂, so the magnitudes are equal. Second, the directions are set by the sign convention: fields point away from positive charges and toward negative charges. Third, the vector addition is performed component-by-component: the vertical (y) components of E₁ and E₂ are equal in magnitude but opposite in sign, so they cancel exactly at the perpendicular bisector. The horizontal (x) components add constructively, producing a net field directed from the positive charge toward the negative charge—characteristic of a dipole field.

Mathematical Framework

The mathematical procedure for computing the electric field via superposition is systematic and generalizable. We begin with the field from a single point charge, then extend to N charges using vector summation. Every calculation reduces to three steps: (1) determine the magnitude of each individual field, (2) resolve each field vector into components, and (3) sum the components to obtain the resultant.

COULOMB'S LAW — FIELD FORM
E = k|Q| / r²
where E is the electric field magnitude (N/C), k = 1/(4πε₀) ≈ 8.99 × 10⁹ N·m²/C² is Coulomb's constant, Q is the source charge (C), and r is the distance from the source charge to the field point (m). The direction is radially outward from Q if Q > 0, and radially inward if Q < 0.
SUPERPOSITION PRINCIPLE — VECTOR FORM
E_net = Σᵢ Eᵢ = Σᵢ (kqᵢ / rᵢ²) r̂ᵢ
The net field at a point is the vector sum over all N source charges. Here r̂ᵢ is the unit vector pointing from source charge qᵢ to the field point. For positive qᵢ, the contribution points along +r̂ᵢ (away from the charge); for negative qᵢ, it points along −r̂ᵢ (toward the charge).
COMPONENT DECOMPOSITION
E_net,x = Σᵢ Eᵢ cos θᵢ E_net,y = Σᵢ Eᵢ sin θᵢ
Each field contribution is resolved along the x- and y-axes using the angle θᵢ that the vector makes with the positive x-axis. The sign of each component naturally encodes direction when the angle is measured consistently from a common reference.
RESULTANT FIELD
|E_net| = √(E_net,x² + E_net,y²) θ_net = arctan(E_net,y / E_net,x)
The magnitude and direction of the net field are recovered from the components using the Pythagorean theorem and the inverse tangent. Be attentive to the quadrant: use the full four-quadrant arctangent (atan2) to avoid sign ambiguities.
Sign Convention Tip
A common source of error is losing track of signs when decomposing vectors. A reliable strategy is to always compute the magnitude of each individual field using |q|, and then assign the direction of the vector based on the sign of the charge and the geometry. This separates the magnitude calculation (always positive) from the direction assignment (geometry-dependent).

Step-by-Step Superposition Procedure

Applying superposition in practice requires a disciplined, repeatable workflow. The diagram below codifies the process into five stages, from establishing a coordinate system through to interpreting the result. Following this procedure consistently prevents the most common errors—forgotten vector components, incorrect distance calculations, and sign mistakes.

Five-step superposition workflow. Steps 1–3 establish the geometry and magnitudes; Step 4 decomposes into components; Step 5 combines them into the net field. The lower panel highlights the most frequent errors encountered in practice.
  • Choose a smart coordinate system. Place the origin at a symmetry point when possible—this often causes components to cancel and simplifies the algebra.
  • Exploit symmetry. If the field point lies on a symmetry axis, certain components vanish by inspection. Identifying this before computing saves effort and reduces errors.
  • Use unit vectors or angles consistently. Whether you express direction via r̂ or trigonometric decomposition, commit to one approach throughout a single problem.

Worked Example — Three Charges in a Plane

Consider three point charges arranged in the xy-plane. Charge q₁ = +3.0 μC is at the origin (0, 0), charge q₂ = −5.0 μC is at (4.0 m, 0), and charge q₃ = +2.0 μC is at (0, 3.0 m). Find the net electric field at point P = (4.0 m, 3.0 m).

Net Electric Field at P from Three Charges
1
Step 1 — Set Up and Compute DistancesPlace the coordinate system as given. The distances from each charge to P are: r₁ = distance from (0,0) to (4,3) = √(4² + 3²) = √25 = 5.0 m; r₂ = distance from (4,0) to (4,3) = 3.0 m; r₃ = distance from (0,3) to (4,3) = 4.0 m.
r₁ = 5.0 m, r₂ = 3.0 m, r₃ = 4.0 m
2
Step 2 — Compute Individual Field MagnitudesUsing E = k|q|/r² with k = 8.99 × 10⁹ N·m²/C²: E₁ = (8.99 × 10⁹)(3.0 × 10⁻⁶)/(5.0)² = 26,970/25 = 1.079 × 10³ N/C. E₂ = (8.99 × 10⁹)(5.0 × 10⁻⁶)/(3.0)² = 44,950/9 = 4.994 × 10³ N/C. E₃ = (8.99 × 10⁹)(2.0 × 10⁻⁶)/(4.0)² = 17,980/16 = 1.124 × 10³ N/C.
E₁ ≈ 1.08 × 10³ N/C, E₂ ≈ 4.99 × 10³ N/C, E₃ ≈ 1.12 × 10³ N/C
3
Step 3 — Determine Directions and AnglesE₁ points from q₁ (positive) toward P, i.e., along the direction from (0,0) to (4,3). The angle with the x-axis is θ₁ = arctan(3/4) = 36.87°. E₂ is due to the negative charge q₂, so it points from P toward q₂, i.e., in the −y direction (θ₂ = 270° or equivalently −90°). E₃ points from q₃ (positive) toward P, along the direction from (0,3) to (4,3), which is purely in the +x direction (θ₃ = 0°).
θ₁ = 36.87°, θ₂ = 270° (−y), θ₃ = 0° (+x)
4
Step 4 — Resolve into Componentsx-components: E₁ₓ = 1.079 × 10³ cos 36.87° = 1.079 × 10³ × 0.800 = 863 N/C. E₂ₓ = 4.994 × 10³ cos 270° = 0 N/C. E₃ₓ = 1.124 × 10³ cos 0° = 1,124 N/C. Total x: Eₓ = 863 + 0 + 1,124 = 1,987 N/C. y-components: E₁ᵧ = 1.079 × 10³ sin 36.87° = 1.079 × 10³ × 0.600 = 647 N/C. E₂ᵧ = 4.994 × 10³ sin 270° = −4,994 N/C. E₃ᵧ = 1.124 × 10³ sin 0° = 0 N/C. Total y: Eᵧ = 647 − 4,994 + 0 = −4,347 N/C.
Eₓ ≈ 1,987 N/C, Eᵧ ≈ −4,347 N/C
5
Step 5 — Find Resultant Magnitude and Direction|E_net| = √(1,987² + 4,347²) = √(3,948,169 + 18,896,409) = √22,844,578 ≈ 4.78 × 10³ N/C. The direction is θ = arctan(−4,347/1,987) = arctan(−2.188) ≈ −65.4° from the +x axis, i.e., 65.4° below the +x axis (in the fourth quadrant). This makes physical sense: the large negative charge q₂ directly below P dominates the y-component, pulling the field downward.
E_net ≈ 4.78 × 10³ N/C at 65.4° below the +x axis

Strengths, Limitations & Comparisons

The superposition method for computing electric fields from point charges is both powerful and limited. Understanding where it excels and where alternative approaches become preferable is essential for building physical intuition and choosing efficient problem-solving strategies. The table below contrasts superposition with two other common techniques for computing electric fields.

Comparison of three standard techniques for computing electric fields.
FeatureSuperposition (Coulomb)Gauss's LawElectric Potential Method
ApplicabilityAny charge distribution—no symmetry requiredRequires high symmetry (spherical, cylindrical, planar)Any distribution; useful when V is easier to compute than E
OutputFull vector field at a specific pointOnly the component of E perpendicular to the Gaussian surfaceScalar potential V; must take −∇V to get E
Computational EffortGrows linearly with number of charges; vector algebra requiredSingle algebraic equation when symmetry appliesScalar sums are simpler, but differentiation is an extra step
Main LimitationImpractical for continuous distributions without integrationUseless without sufficient symmetryRequires knowledge of calculus (gradient)
Best ForSmall numbers of discrete point chargesInfinite planes, long wires, spherical shellsConfigurations where symmetry partially simplifies V
🔀 WHEN TO USE WHICH
Think of these methods as tools in a toolbox. Superposition via Coulomb's law is your general-purpose wrench—it always works, but it can be laborious for many charges. Gauss's law is a specialized power tool—incredibly efficient when the geometry fits, but useless otherwise. The electric potential method is a hybrid screwdriver-drill—it simplifies the intermediate step (scalar sums) at the cost of an additional operation (taking the gradient). Choosing the right tool for the job is itself a critical physics skill.

Connection to Advanced Theory

The superposition principle for point charges is not merely a calculational convenience—it is a direct consequence of the linearity of Maxwell's equations in vacuum. This linearity has profound implications that extend well beyond electrostatics. When charges are distributed continuously along lines, over surfaces, or throughout volumes, the discrete sum in the superposition formula generalizes to an integral: the electric field becomes E(r) = (1/4πε₀) ∫ [ρ(r′)/|r − r′|²] r̂ dV′, where ρ is the volume charge density and the integral is taken over the entire charge distribution. This integral form is the bridge between the discrete point-charge problems of introductory electrostatics and the continuum methods of advanced electrodynamics.

Bridging introductory superposition to advanced electrodynamics.
ConceptIntroductory (This Lesson)Advanced Extension
SourceDiscrete point charges qᵢContinuous charge distributions ρ(r), σ(r), λ(r)
SummationFinite vector sum Σᵢ EᵢVolume, surface, or line integral ∫ dE
LinearityAssumed as a principleDerived from Maxwell's equations; breaks down in nonlinear media
Key EquationE = Σ kqᵢ r̂ᵢ / rᵢ²∇ · E = ρ/ε₀ (Gauss's law in differential form)
ApplicationsMolecular dipoles, small charge arraysCapacitors, conductors, electromagnetic waves, plasmas

Looking ahead, the superposition skill you develop with point charges transfers directly to computing fields from continuous distributions by replacing sums with integrals. In electrostatics, you will use this approach to derive the fields of uniformly charged rods, rings, disks, and spheres. Beyond electrostatics, the same linear superposition framework underpins wave interference, quantum mechanical state superposition, and Fourier analysis. Mastery of the vector addition procedure here lays the groundwork for all of these advanced topics.

Practice Problems

PROBLEM 1CONCEPTUAL
Two positive point charges of equal magnitude are placed on the x-axis, symmetrically about the origin. Describe the direction of the net electric field at a point on the positive y-axis. Explain why the x-components of the individual fields cancel at this location.
PROBLEM 2BASIC CALCULATION
A charge q₁ = +4.0 μC is at the origin and a charge q₂ = +9.0 μC is at x = 3.0 m. Find the point on the x-axis (between the two charges) where the net electric field is zero.
PROBLEM 3INTERMEDIATE
Three charges are arranged at the vertices of a right triangle: q₁ = +6.0 μC at the origin, q₂ = −4.0 μC at (0.30 m, 0), and q₃ = +5.0 μC at (0, 0.40 m). Calculate the magnitude and direction of the net electric field at the point (0.30 m, 0.40 m).
PROBLEM 4APPLIED
In a molecular dynamics simulation, a water molecule is modeled with partial charges: oxygen carries q_O = −0.82e at the origin, and the two hydrogens carry q_H = +0.41e at positions (75.8 pm, 58.7 pm) and (−75.8 pm, 58.7 pm), where e = 1.602 × 10⁻¹⁹ C. Estimate the magnitude and direction of the electric field at a point (0, 300 pm) directly above the oxygen.
PROBLEM 5CRITICAL THINKING
Four identical charges +Q are placed at the corners of a square of side length a. (a) Show that the electric field at the center of the square is zero. (b) If one charge is removed, derive an expression for the magnitude and direction of the net field at the center. (c) Explain physically why removing a charge is equivalent to adding a charge of opposite sign.

Lesson Summary

The electric field at any point in space is defined as the force per unit positive test charge, E = F/q₀. For a single point charge Q, the field magnitude is given by Coulomb's law: E = k|Q|/r², directed radially away from positive charges and toward negative charges. When multiple charges are present, the principle of superposition states that the net field is the vector sum of the individual contributions: E_net = Σ Eᵢ. This works because Maxwell's equations are linear—each charge's field is independent of the others.

The practical procedure involves five steps: (1) establish a coordinate system, (2) compute distances from each charge to the field point, (3) find each field magnitude using Coulomb's law, (4) decompose into x- and y-components using trigonometry, and (5) sum the components and reconstruct the resultant. Exploiting symmetry can dramatically simplify this process. This discrete superposition technique is the foundation for all advanced field calculations, including those involving continuous charge distributions treated via integration.

Varsity Tutors • Physics 2 • Electric Field from Point Charges — Compute electric field due to point charges using superposition