# Charge and Electric Force

> AP Physics C: Electricity and Magnetism · Electrostatics
> Source: https://www.owlsprep.com/study/ap-physics-c-em-u1-charge-and-electric-force/

This sub-topic covers fundamental properties of electric charge (quantization, conservation), Coulomb's Law for point charges, the superposition principle, and static equilibrium problems for charged systems for AP Physics C: E&M.

**Prerequisites:** Vector addition and component resolution; Newton's laws for static equilibrium; SI unit conventions for charge and distance

## Learning objectives

- Explain the fundamental properties of electric charge (quantization and conservation)
- Apply Coulomb's Law to calculate electrostatic force between two point charges
- Use the superposition principle to find the net electric force on a charge from multiple other charges
- Solve static equilibrium problems for systems of point charges

## Fundamental Properties of Electric Charge

Charge is the fundamental property of matter that causes electrostatic interactions, one of the four fundamental forces of nature. Charge can be positive (deficit of electrons) or negative (excess of electrons), with SI unit the coulomb ($\text{C}$). Electric force can be attractive (opposite charges) or repulsive (like charges), unlike gravity which is only attractive.

**Quantization of Charge** — All free net charge in nature exists as an integer multiple of the elementary charge $e$, where $e = 1.602 \times 10^{-19}\ \text{C}$. Electrons have charge $-e$, protons have charge $+e$.

*Notation:* q = ne

*Example:* Where $n$ is any positive or negative integer, representing net excess or missing electrons.

**Conservation of Charge** — Total net charge in an isolated system never changes. Charge can transfer between objects, but cannot be created or destroyed.

*Example:* When identical conducting spheres touch, total charge splits equally between them after separation.

**Worked example:** Three identical conducting spheres initially have charges $q_A = +6\ \mu\text{C}$, $q_B = -8\ \mu\text{C}$, and $q_C = 0\ \mu\text{C}$. First A touches B, then they separate. Next A touches C, then separate. What is the final charge on C, and how many electrons are transferred to C?

1. When identical conductors touch, total charge is conserved and splits equally. Total charge after A and B touch:
2. $$q_{A,B,\text{total}} = +6\ \mu\text{C} - 8\ \mu\text{C} = -2\ \mu\text{C}$$
3. After separation, $q_A = q_B = -1\ \mu\text{C}$.
4. Next, A ($-1\ \mu\text{C}$) touches neutral C. Total charge is $-1\ \mu\text{C}$, which splits equally:
5. $$q_C = -0.5\ \mu\text{C} = -5 \times 10^{-7}\ \text{C}$$
6. Number of electrons transferred is $n = |\Delta q_C| / e$:
7. $$n = \frac{5 \times 10^{-7}\ \text{C}}{1.602 \times 10^{-19}\ \text{C/electron}} \approx 3.1 \times 10^{12}\ \text{electrons}$$

> **Exam tip:** Only assume equal charge division after contact for identical conducting spheres. If spheres are non-identical or insulating, never assume equal division without explicit problem statement.

## Coulomb's Law

Coulomb's Law describes the electrostatic force between two stationary point charges. A point charge is any charged object much smaller than the distance between it and other charges, so it can be treated as a single point in space.

**Coulomb's Law** — Gives the force between two stationary point charges. Magnitude depends on the product of charges and inverse square of distance between them.

*Notation:* F = k \frac{|q_1 q_2|}{r^2}

*Example:* Where $k \approx 9 \times 10^9\ \text{N·m}^2/\text{C}^2$ for most AP calculations.

$$\vec{F}_{12} = k \frac{q_1 q_2}{r_{12}^2} \hat{r}_{12}$$

Where $\hat{r}_{12}$ is the unit vector pointing from charge 1 to charge 2. Direction is attractive for opposite charges, repulsive for like charges.

**Worked example:** Two point charges are placed on the x-axis: $q_1 = +2\ \text{nC}$ at $x=0$, and $q_2 = -8\ \text{nC}$ at $x=3\ \text{m}$. What is the magnitude and direction of the force that $q_1$ exerts on $q_2$?

1. Convert all values to SI units: $q_1 = 2 \times 10^{-9}\ \text{C}$, $q_2 = -8 \times 10^{-9}\ \text{C}$, $r = 3\ \text{m}$.
2. Calculate magnitude using Coulomb's Law:
3. $$F = k \frac{|q_1 q_2|}{r^2} = \frac{(9 \times 10^9)(2 \times 10^{-9})(8 \times 10^{-9})}{3^2} = 1.6 \times 10^{-8}\ \text{N}$$
4. $q_1$ and $q_2$ have opposite signs, so force is attractive. $q_1$ pulls $q_2$ toward itself, in the negative x-direction.
5. Vector form confirms direction: $\hat{r}_{12}$ points in +x direction, $q_1 q_2$ is negative so $\vec{F}_{12}$ points opposite to $\hat{r}_{12}$.

> **Exam tip:** Always use absolute values to calculate force magnitude, then assign direction separately based on charge signs. This avoids sign errors from unit vector misinterpretation.

## Superposition of Electric Forces

When more than two charges are present, the total force on any single charge is the vector sum of the forces exerted on it by each other individual charge. Pairwise interactions are independent of the presence of other charges, so we calculate each force separately with Coulomb's Law then add them as vectors.

$$\vec{F}_{\text{total}} = \sum_{i=1}^n \vec{F}_{i0}$$

The most common student error is adding force magnitudes directly instead of breaking into x and y components first. Always use vector component addition for forces acting at different angles.

**Worked example:** Three charges are at the vertices of a right triangle: $q_1 = +1\ \mu\text{C}$ at $(0,0)$, $q_2 = +1\ \mu\text{C}$ at $(3\ \text{m}, 0)$, $q_3 = +2\ \mu\text{C}$ at $(0, 4\ \text{m})$. What is the total force on $q_1$?

1. Calculate force from $q_2$ on $q_1$: repulsive, pushes $q_1$ in negative x-direction. Magnitude:
2. $$F_{21} = \frac{k q_1 q_2}{r_{21}^2} = \frac{(9 \times 10^9)(1 \times 10^{-6})(1 \times 10^{-6})}{3^2} = 1 \times 10^{-3}\ \text{N}$$
3. Components: $\vec{F}_{21} = (-1 \times 10^{-3}\ \text{N})\hat{i} + 0\hat{j}$
4. Calculate force from $q_3$ on $q_1$: repulsive, pushes $q_1$ in negative y-direction. Magnitude:
5. $$F_{31} = \frac{(9 \times 10^9)(1 \times 10^{-6})(2 \times 10^{-6})}{4^2} = 1.125 \times 10^{-3}\ \text{N}$$
6. Components: $\vec{F}_{31} = 0\hat{i} + (-1.125 \times 10^{-3}\ \text{N})\hat{j}$
7. Add components, then calculate total magnitude:
8. $$|\vec{F}_{\text{total}}| = \sqrt{(-1 \times 10^{-3})^2 + (-1.125 \times 10^{-3})^2} \approx 1.5 \times 10^{-3}\ \text{N}$$

> **Exam tip:** Always draw a free-body diagram for the charge of interest before adding forces, to confirm force directions before calculating components.

## Equilibrium of Charged Systems

Equilibrium occurs when the net force on a charge is zero. A common AP exam problem asks you to find the position where a third charge experiences zero net force from two fixed charges, and classify the equilibrium as stable or unstable.

**Worked example:** Two identical positive point charges $+Q$ are fixed at $x = -a$ and $x = +a$. A third charge $+q$ is placed at the origin, free to move along the x-axis. What is the net force on $+q$, and is the equilibrium stable or unstable?

1. By superposition: left $+Q$ exerts a repulsive force of magnitude $kQq/a^2$ pushing $+q$ right. Right $+Q$ exerts an equal force pushing $+q$ left. Forces cancel, so net force is zero.
2. To check stability: displace $+q$ a small distance right. The force from the right $+Q$ becomes larger than the force from the left $+Q$, pushing $+q$ further right.
3. Any displacement away from the origin results in a net force pushing further away, so equilibrium is unstable.

## Common pitfalls

- **Wrong:** Assuming charge divides equally between any two conducting spheres that touch
  - Why it fails: Students memorize equal division for identical spheres and incorrectly apply it to non-identical spheres
  - Correct: Only assume equal division if the problem explicitly states the spheres are identical. For non-identical spheres, use the ratio given in the problem.
- **Wrong:** Forgetting that $r$ is squared in Coulomb's Law, calculating $F \propto 1/r$ instead of $1/r^2$
  - Why it fails: Students confuse inverse-square behavior with inverse proportionality from other topics, or miss the exponent in rushed calculations
  - Correct: Circle the exponent 2 in Coulomb's Law as you write it down for every problem, to remind yourself it is squared.
- **Wrong:** Adding force magnitudes directly instead of using vector components when forces act at different angles
  - Why it fails: Superposition is described as "adding forces", so students add magnitudes without accounting for direction
  - Correct: Always break each force into x and y components before adding, regardless of how small the angle is.
- **Wrong:** Reversing attraction and repulsion when assigning force direction
  - Why it fails: Students rely on sign conventions instead of checking the physical interaction
  - Correct: After calculating magnitude, always explicitly ask "are these charges like (repel) or opposite (attract)?" to confirm direction.
- **Wrong:** Forgetting to convert micro/nanocoulombs to coulombs or centimeters to meters before plugging into Coulomb's Law
  - Why it fails: Unit prefixes are easy to miss in rushed work, and $k$ uses SI units for charge and distance
  - Correct: Write all values converted to SI units before substituting into the formula, and circle unit conversions for a final check.

## Cheatsheet

| Category | Formula | Notes |
| --- | --- | --- |
| Elementary Charge | $e = 1.602 \times 10^{-19}\ \text{C}$ | Electrons: $q=-e$, Protons: $q=+e$ |
| Charge Quantization | $q = ne$ | All free net charge is integer multiple of $e$; $n$ is positive/negative integer |
| Conservation of Charge | $Q_{\text{total, initial}} = Q_{\text{total, final}}$ | Holds for all isolated systems; charge transfer does not change total net charge |
| Coulomb's Law (Magnitude) | $F = k \frac{\|q_1 q_2\|}{r^2}$ | For stationary point charges; $k \approx 9 \times 10^9\ \text{N·m}^2/\text{C}^2$ |
| Coulomb's Law (Vector) | $\vec{F}_{12} = k \frac{q_1 q_2}{r_{12}^2} \hat{r}_{12}$ | $\hat{r}_{12}$ points from $q_1$ to $q_2$ |
| Superposition Principle | $\vec{F}_{\text{total}} = \sum_{i=1}^n \vec{F}_{i0}$ | Total force is vector sum of individual pairwise forces |
| Equal Charge Division | $q_1 = q_2 = \frac{q_{1i} + q_{2i}}{2}$ | Only applies to identical conducting spheres after contact |

## What's next

Charge and electric force is the foundation of all electrostatics, which makes up 25-30% of your total AP Physics C: E&M exam score. The concepts you learned here directly extend to electric fields, where we replace the force on a test charge with the field per unit charge, and all the same rules of quantization, conservation, and superposition apply. Next, you will use Coulomb's Law and superposition to calculate electric fields from continuous charge distributions, a core skill for free-response questions. Understanding vector addition of forces will also prepare you to solve Gauss's Law problems later in the unit.

- [Unit 1: Electrostatics Overview](https://www.owlsprep.com/study/ap-physics-c-em-u1-overview/)
- [Electric Field](https://www.owlsprep.com/study/ap-physics-c-em-u1-electric-field/)
- [Gauss's Law](https://www.owlsprep.com/study/ap-physics-c-em-u1-gauss-s-law/)

---

From [OwlsPrep](https://www.owlsprep.com) — free study guides for A-Level, IB, AP and IGCSE, written against the official syllabus. Canonical page: https://www.owlsprep.com/study/ap-physics-c-em-u1-charge-and-electric-force/
