PHYSICS 2 • ELECTROSTATICS

Superposition: Electric Force — Use superposition to compute net electric force

How individual Coulomb interactions combine vectorially to determine the total force on any charge.

Historical Context & Motivation

The question of how charged bodies interact with one another has occupied natural philosophers and physicists for centuries. Early investigators noticed that rubbed amber could attract lightweight objects, but a quantitative framework for describing electric interactions did not materialize until the late eighteenth century. The challenge intensified when researchers realized that real physical systems rarely involve just two charges — instead, multiple charges exert forces simultaneously on every other charge in their vicinity. Resolving the net effect of these simultaneous interactions required a powerful conceptual tool: the principle of superposition. This principle, which asserts that each pair-wise force acts independently and the total force is the vector sum of all individual contributions, became foundational to classical electrostatics and, ultimately, to the broader framework of electrodynamics.

1600
Gilbert's De Magnete
William Gilbert distinguished electric attraction from magnetism and coined the Latin term electricus, laying the groundwork for studying charge phenomena systematically.
1785
Coulomb's Torsion-Balance Experiments
Charles-Augustin de Coulomb used a precision torsion balance to show that the force between two point charges varies as the inverse square of their separation and is proportional to the product of their charges — establishing Coulomb's law.
1813
Poisson's Mathematical Treatment
Siméon Denis Poisson formalized the mathematics of electrostatics using potential theory, implicitly relying on superposition when summing contributions from distributed charge.
1873
Maxwell's Treatise on Electricity and Magnetism
James Clerk Maxwell published his unifying theory of electromagnetic phenomena. Because Maxwell's equations are linear, the superposition principle applies rigorously to both electric and magnetic fields.

The central question this lesson addresses is deceptively simple: given N point charges distributed in space, how do we determine the net electrostatic force on any one of them? While Coulomb's law handles the two-body problem elegantly, extending it to three or more charges requires us to appreciate that forces are vectors and must therefore be added component by component. Superposition is the bridge from the simple two-charge interaction to the rich complexity of real charge distributions.

Core Principles & Definitions

Before applying superposition in practice, it is essential to internalize several foundational ideas. Coulomb's law provides the magnitude and direction of the force between any isolated pair of point charges, and superposition tells us that this pair-wise force is completely unaffected by the presence of other charges in the system. In other words, the force that charge q1 exerts on charge q3 is exactly the same whether q2 is present or not. This independence of individual interactions is the mathematical content of linearity.

1

Coulomb's Law

The electrostatic force between two point charges has magnitude F = k|q1q2|/r2, directed along the line joining them. Like charges repel; unlike charges attract.
2

Superposition Principle

The net force on any charge equals the vector sum of the individual Coulomb forces from every other charge. Each pair-wise force is independent of all other charges.
3

Vector Decomposition

Because forces are vectors, each Coulomb force must be decomposed into x- and y-components (and z in 3D). The components are summed independently before reconstructing magnitude and direction.
4

Linearity

Superposition holds because Coulomb's law is linear in charge. Doubling a source charge doubles the force. This linearity is ultimately a consequence of the linearity of Maxwell's equations in vacuum.
KEY TAKEAWAY
Think of superposition like calculating the net gravitational pull on a planet in a multi-star system. Each star tugs independently on the planet, and the planet's actual trajectory is determined by the combined pull. Crucially, adding a fourth star to the system does not change the force that the original three stars exert — it merely adds one more vector to the sum. In electrostatics, each charge plays the role of a star, and the net force on a target charge is the resultant of all the individual Coulomb pulls and pushes acting on it.

Visual Explanation — Force Vectors on a Target Charge

Three point charges are arranged in a triangular configuration. The target charge q3 (gold) experiences a repulsive force F13 (cyan) directed away from the positive q1, and an attractive force F23 (pink) directed toward the negative q2. The dashed green arrow represents the net force obtained by vector addition.

In the diagram above, the geometry immediately dictates the algorithm. First, compute the magnitude of each pair-wise Coulomb force independently using F = kqiqj/rij2. Second, determine the direction of each force — away from the source for like-sign pairs, toward the source for opposite-sign pairs. Third, resolve each force into x- and y-components using trigonometry. Fourth, sum all x-components and all y-components separately. Finally, compute the magnitude and direction of the resultant vector. This process generalizes to any number of source charges, which is precisely the power of superposition.

Mathematical Framework

The mathematical backbone of this topic rests on two pillars: Coulomb's law for the force between a single pair of charges, and vector addition for combining multiple pair-wise forces. We develop each equation below and then show how they interlock in the general superposition formula.

COULOMB'S LAW (MAGNITUDE)
F₁₂ = k |q₁ q₂| / r₁₂²
where k = 8.99 × 10⁹ N·m²/C² is the Coulomb constant, q1 and q2 are the charges (in coulombs), and r12 is the center-to-center distance between them (in meters).
COULOMB'S LAW (VECTOR FORM)
F⃗₁₂ = k q₁ q₂ r̂₁₂ / r₁₂²
Here r̂₁₂ is the unit vector pointing from q1 to q2. The sign of the product q1q2 automatically encodes attraction (negative product → force opposite to r̂₁₂) or repulsion (positive product → force along r̂₁₂).
SUPERPOSITION — NET FORCE
F⃗_net on qᵢ = Σⱼ≠ᵢ k qᵢ qⱼ r̂ᵢⱼ / rᵢⱼ²
The summation runs over all charges j in the system except the target charge i. Each term is an independent Coulomb force vector.
COMPONENT-WISE ADDITION
F_net,x = ΣFⱼₓ , F_net,y = ΣFⱼᵧ ⟹ |F⃗_net| = √(F_net,x² + F_net,y²), θ = arctan(F_net,y / F_net,x)
Each individual force Fj is decomposed as Fjx = Fj cos θj and Fjy = Fj sin θj where θj is the angle of the force measured from the positive x-axis.
SIGN CONVENTION TIP
When using the vector form of Coulomb's law, include the algebraic signs of both charges in the product qiqj. A positive product yields repulsion (force along ); a negative product yields attraction (force opposite to ). Alternatively, if you prefer the magnitude-only form, take absolute values and then assign direction by physical reasoning (like repels like).

Step-by-Step Procedure & Geometric Considerations

While the algebra of superposition is straightforward, many errors arise from sloppy geometry or sign mistakes. A disciplined approach to setting up the problem eliminates most common pitfalls. The flowchart below illustrates the recommended procedure, followed by detailed commentary on each stage.

The seven-step procedure for computing net electric force via superposition. Following this sequence systematically prevents sign and direction errors that commonly occur when students try to skip steps.
  1. Step 1 — Identify target and sources. Clearly label which charge you are computing the net force on. All other charges are 'source' charges. You never include a charge's force on itself.
  2. Step 2 — Choose coordinates. Place the origin at a convenient point (often the target charge or a point of symmetry). Align one axis along a line joining two charges whenever possible to minimize the number of nonzero angle terms.
  3. Step 3 — Compute distances. Use the distance formula r = √((x₂−x₁)² + (y₂−y₁)²) for each source–target pair. Always convert to SI units (meters).
  4. Step 4 — Coulomb magnitude. Plug into |F| = k|q₁q₂|/r². Use absolute values here; direction comes next.
  5. Step 5 — Direction and components. Determine whether the force is attractive or repulsive. Find the angle θ from the positive x-axis, then compute Fₓ = F cos θ and Fᵧ = F sin θ, attaching the correct sign.
  6. Step 6 — Sum components. Add all x-components to get F_net,x and all y-components to get F_net,y. This is the step where superposition manifests mathematically.
  7. Step 7 — Resultant. Combine: |F_net| = √(F_net,x² + F_net,y²), θ_net = arctan(F_net,y / F_net,x). Adjust the quadrant as needed using the signs of F_net,x and F_net,y.

Worked Example — Three Collinear Charges

Consider a classic configuration: three point charges are arranged along the x-axis. Charge qA = +4.0 μC is at the origin, qB = −3.0 μC is at x = 0.20 m, and qC = +5.0 μC is at x = 0.50 m. We seek the net force on qB.

Net Force on qB from qA and qC
1
Step 1 — Identify Given ValuesTarget charge: qB = −3.0 × 10⁻⁶ C at x = 0.20 m. Source charges: qA = +4.0 × 10⁻⁶ C at x = 0, qC = +5.0 × 10⁻⁶ C at x = 0.50 m. Distances: r_{AB} = 0.20 m, r_{CB} = 0.30 m.
2
Step 2 — Force of qA on qBF_{AB} = k|q_A q_B|/r_{AB}² = (8.99 × 10⁹)(4.0 × 10⁻⁶)(3.0 × 10⁻⁶)/(0.20)² = (8.99 × 10⁹)(12.0 × 10⁻¹²)/(0.04).
F_{AB} = 2.70 N. Since q_A is positive and q_B is negative, q_B is attracted toward q_A, i.e., in the −x direction.
3
Step 3 — Force of qC on qBF_{CB} = k|q_C q_B|/r_{CB}² = (8.99 × 10⁹)(5.0 × 10⁻⁶)(3.0 × 10⁻⁶)/(0.30)² = (8.99 × 10⁹)(15.0 × 10⁻¹²)/(0.09).
F_{CB} = 1.50 N. Since q_C is positive and q_B is negative, q_B is attracted toward q_C, i.e., in the +x direction.
4
Step 4 — Superpose (Vector Sum)Both forces lie along the x-axis. Taking +x as positive: F_{AB,x} = −2.70 N (toward origin) and F_{CB,x} = +1.50 N (toward q_C). Therefore F_net,x = −2.70 + 1.50 = −1.20 N.
F⃗_net on q_B = 1.20 N in the −x direction (toward q_A).
5
Step 5 — InterpretThe negative charge q_B experiences a net pull toward the origin. Although both q_A and q_C attract q_B, q_A exerts the stronger pull because it is closer (the inverse-square law heavily favors proximity). If released, q_B would accelerate in the −x direction.

Common Pitfalls & Problem-Solving Tips

Superposition problems are algorithmically straightforward but error-prone. The table below catalogues the most frequent mistakes students make and the strategies to avoid them.

Common errors in superposition problems and their remedies
Common PitfallWhy It HappensHow to Avoid It
Adding magnitudes instead of vectorsStudents forget that forces in different directions do not simply add arithmetically.Always decompose into x- and y-components before summing. Only reconstruct the magnitude at the end.
Wrong direction for attraction vs. repulsionConfusing which way the force points when charges have mixed signs.Draw a sketch. Like charges repel (force away from source); unlike charges attract (force toward source).
Unit errors (μC vs. C)Forgetting to convert microcoulombs (10⁻⁶) or nanocoulombs (10⁻⁹) to coulombs.Convert all charges to coulombs and all distances to meters before substituting into Coulomb's law.
Incorrect angle identificationUsing the wrong reference angle when charges are not collinear.Use the geometry of the triangle formed by the charges. Compute angles with arctan(Δy/Δx) from the target to the source.
Including self-forceAttempting to compute the force of a charge on itself.A charge never exerts a force on itself in classical electrostatics. The sum explicitly excludes j = i.
KEY TAKEAWAY
Superposition problems are essentially a bookkeeping exercise in vector addition. The physics is contained entirely in Coulomb's law for each pair; the rest is disciplined geometry and algebra. If you are comfortable resolving vectors into components and summing them — skills you developed in mechanics — then you already possess the mathematical toolkit for electrostatic superposition. The new content is recognizing when forces attract or repel and applying the inverse-square dependence on distance.

Connection to Continuous Charge Distributions & Fields

The superposition principle does not stop at discrete point charges. When charge is spread continuously along a line, over a surface, or throughout a volume, the summation becomes an integral. The conceptual foundation is identical: each infinitesimal charge element dq contributes an infinitesimal force dF⃗ given by Coulomb's law, and the total force is the integral of dF⃗ over the entire distribution. Furthermore, the concept of the electric field emerges naturally from superposition: the field E⃗ at a point is defined as the force per unit positive test charge, and superposition of fields follows immediately from superposition of forces.

Discrete vs. continuous superposition
AspectDiscrete Charges (This Lesson)Continuous Distributions (Next Steps)
Source descriptionN point charges with known positions and valuesCharge density λ (line), σ (surface), or ρ (volume)
Mathematical operationFinite vector sum ΣIntegral ∫ over the charge distribution
Symmetry exploitationUsed to simplify geometry; always possible analyticallyCritical for tractability; may require Gauss's law for high symmetry
Underlying principleSuperposition (linearity of Coulomb's law)Same — linearity is preserved in the continuum limit

Mastering discrete superposition with point charges provides the conceptual scaffolding for these more advanced treatments. The transition from a finite sum to an integral is a mathematical upgrade, not a conceptual one — the physics remains pair-wise Coulomb interactions added vectorially. Similarly, the concept of the electric field is simply superposition normalized by the test charge, making it a property of space rather than of a specific charge pair.

Practice Problems

PROBLEM 1CONCEPTUAL
Three positive point charges are placed at the vertices of an equilateral triangle. Without performing any calculation, describe the direction of the net force on each charge. Is there any charge for which the net force is zero?
PROBLEM 2BASIC CALCULATION
Two charges, q₁ = +6.0 μC and q₂ = −4.0 μC, are placed 0.30 m apart along the x-axis (q₁ at the origin, q₂ at x = 0.30 m). A third charge q₃ = +2.0 μC is placed at x = 0.60 m. Find the net force on q₃.
PROBLEM 3INTERMEDIATE
Charges q₁ = +3.0 μC and q₂ = +3.0 μC are at positions (0, 0) and (0.40 m, 0), respectively. A third charge q₃ = −2.0 μC is at (0.20 m, 0.20 m). Find the magnitude and direction of the net force on q₃.
PROBLEM 4APPLIED
In a simplified model of an ion trap, a negative ion (charge −e, where e = 1.60 × 10⁻¹⁹ C) is held midway between two fixed positive ions, each of charge +2e, separated by 1.0 × 10⁻¹⁰ m. Calculate the net electrostatic force on the negative ion at the midpoint. Then describe qualitatively what happens if the negative ion is displaced slightly along the line joining the positive ions.
PROBLEM 5CRITICAL THINKING
Four identical charges +Q are placed at the corners of a square of side length a. A fifth charge q is placed at the center of the square. (a) What is the net force on q? (b) Suppose one of the corner charges is removed. Now find the net force on q in terms of k, Q, q, and a. (c) Discuss whether the center is a stable or unstable equilibrium point in the four-charge (symmetric) case, considering displacements in the plane and perpendicular to the plane.

Lesson Summary

The principle of superposition states that the net electrostatic force on any charge equals the vector sum of the individual Coulomb forces from every other charge in the system. Each pair-wise force is computed independently using F = k|q₁q₂|/r², with direction determined by whether the interaction is attractive (opposite signs) or repulsive (same signs). The critical operational step is resolving each force into components, summing the components independently, and reconstructing the resultant magnitude and angle.

Superposition holds because Coulomb's law is linear in charge — the presence of additional charges does not alter the force between any existing pair. This linearity extends naturally from discrete point charges to continuous charge distributions (where sums become integrals) and underlies the concept of the electric field. Mastering the systematic seven-step procedure — identify charges, choose coordinates, compute distances, evaluate Coulomb magnitudes, determine directions, sum components, and reconstruct the resultant — provides a reliable framework for tackling arbitrarily complex charge configurations.

Varsity Tutors • Physics 2 • Superposition: Electric Force