Electrostatics in AP Physics 2: Forces, Fields, and Electric Potential
Electric charge and Coulomb’s law
What electric charge is (and what it isn’t)
Electric charge is a property of matter that determines how it participates in electric interactions. In everyday life you see its effects when clothes cling from a dryer or when a balloon rubbed on hair sticks to a wall. In physics, charge is treated as a fundamental property—like mass—except charge comes in two types.
There are two kinds of charge, traditionally labeled positive and negative. The most important qualitative rules are:
- Like charges repel (positive-positive and negative-negative).
- Opposite charges attract (positive-negative).
- Charge is conserved: in an isolated system, the net charge doesn’t change. You can move charge around, but you don’t “use it up.”
A key point that causes confusion: charge is not the same thing as “electricity” in the everyday sense. “Electricity” often refers to moving charge (current) in a circuit, which is a later topic. Here, you’re mostly dealing with electrostatics—charges at rest (or situations where any motion is caused by electric forces, not sustained currents).
How objects become charged
In typical AP Physics 2 problems, objects become charged by transferring electrons.
- If an object gains electrons, it becomes negatively charged.
- If an object loses electrons, it becomes positively charged.
Protons in the nucleus don’t move around in ordinary charging processes, so “positive charge transfer” is usually just electron removal.
Two charging mechanisms show up a lot:
- Charging by contact (conduction): charge is transferred by touching (or via a conducting path). If a charged conductor touches a neutral conductor, charge redistributes.
- Charging by induction: a nearby charge causes charge separation; with grounding, this can leave a net charge without direct contact (covered more in the conductors section).
Quantization of charge
Charge comes in discrete “chunks.” The smallest free chunk you typically talk about is the magnitude of the electron’s charge:
e = 1.60 \times 10^{-19} \text{ C}
So any net charge is an integer multiple of e:
q = ne
where n is an integer (positive, negative, or zero).
In most AP problems, you won’t need to use quantization unless the question explicitly mentions numbers of electrons or fundamental charges.
Coulomb’s law: the electric force between point charges
Coulomb’s law describes the magnitude of the electrostatic force between two point charges (or spherically symmetric charge distributions that can be treated as point charges from outside).
The magnitude of the force is:
F = k\frac{|q_1 q_2|}{r^2}
- F is the magnitude of the electric force (newtons).
- k is Coulomb’s constant:
k = 8.99 \times 10^9 \text{ N}\cdot\text{m}^2/\text{C}^2
- q_1 and q_2 are the charges (coulombs).
- r is the distance between the charges (meters).
The direction of the force lies along the line connecting the charges:
- If q_1 and q_2 have the same sign, the force is repulsive (each is pushed away from the other).
- If they have opposite signs, the force is attractive.
A common conceptual mistake is to treat Coulomb’s law like gravity but forget the sign behavior. Gravity is always attractive; electric force can attract or repel.
Newton’s third law still applies
If charge 1 exerts a force on charge 2, then charge 2 exerts an equal-magnitude, opposite-direction force on charge 1. Even if one charge is much larger than the other, the forces are equal in magnitude—what changes is the acceleration because a = F/m.
Example 1: comparing electric and gravitational force directions (conceptual)
Two identical small spheres have equal positive charges and are brought near each other.
- The electric force pushes them apart (repulsion).
- The gravitational force pulls them together (attraction).
In many electrostatics situations, the electric force is vastly stronger than gravity at small scales, which is why static cling is noticeable.
Example 2: Coulomb’s law calculation (magnitude)
Two point charges q_1 = +2.0 \times 10^{-6} \text{ C} and q_2 = -3.0 \times 10^{-6} \text{ C} are separated by r = 0.50 \text{ m}. Find the magnitude of the electric force.
Use Coulomb’s law:
F = k\frac{|q_1 q_2|}{r^2}
Compute the product:
|q_1 q_2| = |(2.0 \times 10^{-6})(3.0 \times 10^{-6})| = 6.0 \times 10^{-12}
Compute r^2:
r^2 = (0.50)^2 = 0.25
Now calculate:
F = (8.99 \times 10^9)\frac{6.0 \times 10^{-12}}{0.25}
F = (8.99 \times 10^9)(2.4 \times 10^{-11})
F \approx 0.216 \text{ N}
This is the magnitude. The force is attractive because the charges have opposite signs.
Exam Focus
- Typical question patterns:
- Compute force magnitude between charges; then infer attraction vs repulsion from charge signs.
- Compare how force changes when r doubles or when one charge triples (inverse-square and proportional reasoning).
- Conceptual ranking tasks: rank forces for different pairs of charges and separations.
- Common mistakes:
- Squaring the distance incorrectly (forgetting the inverse-square relationship).
- Treating negative charges as producing a “negative force magnitude” instead of using sign only for direction.
- Mixing up units (centimeters vs meters) before squaring r.
Superposition and vector reasoning with multiple charges
Why superposition matters
Realistic electric situations rarely involve just two charges. The key idea that makes multi-charge problems manageable is superposition:
The net electric force (or field) is the vector sum of the forces (or fields) produced by each charge independently.
This matters because electric forces add like pushes and pulls in different directions. You can’t just add magnitudes unless everything is collinear.
Vector addition of forces
If a charge q experiences forces \vec{F}_1 and \vec{F}_2 from two other charges, the net force is:
\vec{F}_{\text{net}} = \vec{F}_1 + \vec{F}_2
In algebra-based AP Physics 2, you’ll typically resolve vectors into perpendicular components (often x and y) and add components.
A practical workflow for 2D force problems
When multiple charges act on one “test” charge:
- Draw the geometry (positions and distances).
- For each source charge, draw a force vector on the test charge:
- Attractive: point toward the source charge.
- Repulsive: point away from the source charge.
- Compute each force magnitude with Coulomb’s law.
- Resolve each force into components.
- Add components to get F_x and F_y.
- Recombine to get magnitude and direction if needed.
A frequent error is to compute magnitudes correctly but draw one force in the wrong direction because the student forgets that the force direction depends on the signs of both charges.
Example: net force on a charge at a right angle
A charge q = +1.0 \times 10^{-6} \text{ C} is at the origin. A charge q_A = +2.0 \times 10^{-6} \text{ C} is on the positive x-axis at 0.30 \text{ m}. A charge q_B = -2.0 \times 10^{-6} \text{ C} is on the positive y-axis at 0.30 \text{ m}. Find the direction of the net force on q.
Reasoning before numbers:
- q_A is positive and q is positive, so q_A **repels** q along the negative x direction.
- q_B is negative and q is positive, so q_B **attracts** q along the positive y direction.
Magnitudes are equal because charges and distances are equal in magnitude:
F_A = k\frac{|q q_A|}{r^2}
F_B = k\frac{|q q_B|}{r^2}
Since |q_A| = |q_B| and r is the same, F_A = F_B.
So the net force has equal-magnitude components left (negative x) and up (positive y). That points 45° above the negative x-axis, or equivalently 135° counterclockwise from the positive x-axis.
Exam Focus
- Typical question patterns:
- Find the net force on a charge due to two or three other charges (often symmetric geometry).
- Ranking tasks: decide which configuration produces the largest net force.
- Identify when forces cancel by symmetry.
- Common mistakes:
- Adding force magnitudes instead of vectors.
- Using the wrong distance (especially diagonals) or forgetting to square it.
- Confusing which charge experiences the net force (force is on the test charge, not “in space”).
Electric field: meaning, calculation, and field-line models
What an electric field is
The electric field is a way to describe electric influence throughout space without having to talk about a specific interaction pair every time. Instead of saying, “charge A exerts a force on charge B,” you say:
- Charge A creates an electric field around it.
- If a charge B is placed in that field, the field exerts a force on B.
Formally, the electric field at a point is defined as the force per unit positive test charge:
\vec{E} = \frac{\vec{F}}{q}
where q is the (small) test charge placed at that location. The “test charge” is imagined small enough that it doesn’t significantly rearrange the charges that create the field.
This definition matters because it separates the “source” (charges that create the field) from the “effect” (force on whatever you place there). Once you know \vec{E} at a point, the force on any charge at that point is:
\vec{F} = q\vec{E}
A sign idea to keep straight: \vec{E} is defined using a **positive** test charge. So \vec{E} points in the direction a positive charge would accelerate.
- For a positive charge placed in the field: force is in the same direction as \vec{E}.
- For a negative charge: force is opposite \vec{E}.
Electric field due to a point charge
For a point charge Q, the magnitude of the field at distance r is:
E = k\frac{|Q|}{r^2}
Direction rules:
- If Q is positive, \vec{E} points **away** from Q.
- If Q is negative, \vec{E} points **toward** Q.
Notice the parallel with Coulomb’s law: field is essentially “force per charge,” so it also follows an inverse-square dependence.
Superposition for electric fields
Just like force, electric field obeys superposition:
\vec{E}_{\text{net}} = \vec{E}_1 + \vec{E}_2 + \cdots
A very useful strategy is to compute the field at a point from each source charge, then add vectors. Often, this is easier than computing forces on a specific charge, because you don’t have to carry the test charge value until the end (or at all, if the question asks only for the field).
Field lines: a picture model with rules
Electric field lines are a visual model. They do not physically exist, but they encode direction and relative strength.
Rules you must know:
- Field lines point in the direction of \vec{E} (direction a positive test charge would move).
- Field lines start on positive charge and end on negative charge (or at infinity if there’s a net charge).
- Field lines never cross. If they crossed, the field would have two directions at one point, which is impossible.
- Where field lines are closer together, the field magnitude is larger.
A common misunderstanding is to think a charge “moves along a field line” no matter what. Field lines show the instantaneous direction of the force at each point. A moving charge can have inertia and may not follow a curve exactly if it already has velocity in another direction.
Example 1: field at a point from one charge
A point charge Q = -4.0 \times 10^{-6} \text{ C} is fixed. Find the magnitude of the electric field at a point 0.20 \text{ m} away.
E = k\frac{|Q|}{r^2} = (8.99 \times 10^9)\frac{4.0 \times 10^{-6}}{(0.20)^2}
E = (8.99 \times 10^9)\frac{4.0 \times 10^{-6}}{0.040}
E = (8.99 \times 10^9)(1.0 \times 10^{-4})
E \approx 8.99 \times 10^5 \text{ N/C}
Direction: because Q is negative, the field points toward the charge.
Example 2: using \vec{F} = q\vec{E} with a negative charge
If a point in space has \vec{E} pointing to the right with magnitude 200 \text{ N/C}, and you place a charge q = -3.0 \times 10^{-6} \text{ C} there, the force magnitude is:
F = |q|E = (3.0 \times 10^{-6})(200) = 6.0 \times 10^{-4} \text{ N}
Direction: because q is negative, \vec{F} points opposite \vec{E}, so to the left.
Exam Focus
- Typical question patterns:
- Compute electric field at a point due to one or more charges; then compute force on a given charge using \vec{F} = q\vec{E}.
- Interpret or sketch field-line diagrams; infer relative magnitudes from line density.
- Conceptual questions about the direction of force on negative vs positive charges in a given field.
- Common mistakes:
- Forgetting that \vec{E} direction is defined for a positive test charge (so negative charges feel opposite force).
- Treating field as a scalar and adding magnitudes when vectors should cancel.
- Drawing field lines that cross or that start on negative charges.
Conductors, insulators, polarization, and electrostatic equilibrium
Conductors vs insulators: how charges move
A conductor is a material in which charge can move freely (typically because electrons are mobile). Metals are the standard example.
An insulator is a material in which charge is not free to move throughout the material. If you place extra charge on an insulator, it tends to remain localized near where it was deposited (though it can still redistribute slightly depending on the material).
This distinction matters because many electrostatics results—especially about fields inside materials—depend on whether charges can move to “fix” the electric field.
Polarization: induced charge separation without net charge
Polarization occurs when charges within a neutral object shift slightly so one side becomes more negative and the other more positive.
- In an insulator, polarization is typically a tiny shift of electrons relative to nuclei within atoms or molecules.
- In a conductor, free electrons can move more noticeably, causing a stronger separation.
Polarization explains why a charged object can attract a neutral object. For example, a negatively charged balloon near a neutral wall repels electrons in the wall slightly, leaving the near surface slightly positive; opposite charges are closer than like charges, so attraction wins.
A frequent misconception is: “Neutral means no electric forces.” Neutral means net charge is zero, but polarization allows forces to exist.
Electrostatic equilibrium in conductors
When charges in a conductor are no longer moving, the conductor is in electrostatic equilibrium. Three powerful results follow (and these are heavily tested conceptually):
- The electric field inside a conductor is zero in electrostatic equilibrium.
- Excess charge resides on the surface of a conductor.
- The electric potential is constant throughout the conductor (and on its surface).
Why the field inside must be zero: if there were a nonzero field inside, free charges would feel a force \vec{F} = q\vec{E} and would move, contradicting “equilibrium.” So charges rearrange until they cancel any internal field.
Surface charge distribution and sharp points
On conductors, excess charge spreads over the surface, but not necessarily uniformly. Where the surface is more sharply curved (points), charge density tends to be higher. That leads to larger local electric fields near sharp points.
This idea connects to real-world applications:
- Lightning rods are pointed to concentrate electric field at the tip, encouraging charge leakage into the air and reducing the chance of a damaging strike elsewhere.
AP questions often stay qualitative here (no calculus-based surface charge density), but you should be able to reason that “sharper” means “stronger field near the surface.”
Charging by induction (with grounding)
Induction is a multi-step reasoning process that can feel slippery until you focus on charge conservation and electron motion.
A common induction setup:
- Bring a charged rod near a neutral conductor (without touching). Charges in the conductor separate: opposite charge gathers on the near side; like charge is pushed to the far side.
- While the rod is still nearby, connect the conductor to ground. Ground is effectively an infinite reservoir of charge.
- If the rod is negative, electrons in the conductor are repelled and can flow into ground.
- If the rod is positive, electrons can flow from ground into the conductor.
- Disconnect the ground first (important!).
- Remove the rod.
Result: the conductor ends up with a net charge opposite the rod.
A classic mistake is to remove the rod before disconnecting ground; that allows charge to flow back and can leave you with no net charge.
Faraday shielding (qualitative)
Because the electric field inside a conductor in electrostatic equilibrium is zero, a closed conducting shell can shield its interior from external static electric fields. This is the basic idea behind a Faraday cage.
In AP Physics 2 electrostatics, you’re usually expected to understand this qualitatively: charges redistribute on the outer surface in response to external fields, canceling the field inside.
Example: reasoning about induced charge distribution
A positively charged rod is brought near (but not touching) a neutral metal sphere on an insulating stand.
- Electrons in the sphere are attracted toward the rod, so the near side becomes negatively charged and the far side becomes positively charged.
- The sphere is still neutral overall; it’s just polarized.
- If the sphere is grounded while the rod remains, electrons flow from ground into the sphere (attracted by the rod), leaving the sphere net negative after the ground is removed and then the rod is removed.
Exam Focus
- Typical question patterns:
- Predict charge distribution on conductors near charges (polarization) and after grounding (induction).
- Conceptual questions about why \vec{E} = 0 inside a conductor in electrostatic equilibrium.
- Interpret electroscope-style scenarios (leaves diverge, etc.) using charge motion and redistribution.
- Common mistakes:
- Claiming a neutral object can’t be attracted (ignores polarization).
- Confusing “charge is on the surface” with “charge is only at corners” (it’s distributed, but denser at sharper curvature).
- Getting the induction steps out of order (disconnect ground before removing the inducing charge).
Electric potential energy and electric potential (voltage)
Why we introduce potential
Forces are great for local interactions, but many electrostatics problems become easier when you think in terms of energy. Energy methods help you connect starting and ending positions without tracking the details of the path.
The electric force from stationary charges is conservative (in electrostatics). That means:
- Work done by the electric field depends only on initial and final positions.
- You can define an electric potential energy associated with position.
This is the same “conservative force” idea you learned with gravity.
Electric potential energy for two point charges
For two point charges, the electric potential energy of the system (taking zero at infinite separation) is:
U = k\frac{q_1 q_2}{r}
Important sign meaning:
- If q_1 q_2 > 0 (like charges), then U > 0. You must do positive work to push them together from far apart.
- If q_1 q_2 < 0 (opposite charges), then U < 0. The system releases energy as they come together.
A very common mistake is to use absolute values here. You should not: the sign of U carries physical meaning.
Work and potential energy
If only electrostatic forces do work (no friction, no external pushes), then mechanical energy is conserved:
\Delta K + \Delta U = 0
If an external agent moves a charge slowly (so kinetic energy doesn’t change), then the work done by the external agent equals the change in potential energy:
W_{\text{ext}} = \Delta U
The work done by the electric field is the negative of the potential energy change:
W_{\text{field}} = -\Delta U
These sign relationships show up constantly in AP questions.
Electric potential (voltage) as energy per charge
Electric potential V at a point is defined as electric potential energy per unit charge:
V = \frac{U}{q}
So a potential difference tells you the energy change per charge moved:
\Delta V = \frac{\Delta U}{q}
From this:
\Delta U = q\Delta V
Units:
- U is in joules.
- q is in coulombs.
- V is in volts, where:
1 \text{ V} = 1 \text{ J/C}
A key conceptual point: electric potential is a property of the location (set by source charges), not of the test charge. The potential energy U does depend on the test charge, because U = qV.
Potential of a point charge
For a point charge Q, taking V = 0 at infinity:
V = k\frac{Q}{r}
This is a scalar (it can be positive or negative). It’s not a vector.
- If Q is positive, V is positive.
- If Q is negative, V is negative.
Superposition for potential
Electric potential adds by simple algebraic addition (not vector addition):
V_{\text{net}} = V_1 + V_2 + \cdots
For multiple point charges:
V_{\text{net}} = k\left(\frac{Q_1}{r_1} + \frac{Q_2}{r_2} + \cdots\right)
This is often faster than computing electric fields because you don’t need components—just signs and distances.
Example 1: potential energy change using \Delta U = q\Delta V
A charge q = +2.0 \times 10^{-6} \text{ C} moves from a location at V_i = 30 \text{ V} to V_f = 10 \text{ V}.
Compute \Delta V:
\Delta V = V_f - V_i = 10 - 30 = -20 \text{ V}
Then:
\Delta U = q\Delta V = (2.0 \times 10^{-6})(-20) = -4.0 \times 10^{-5} \text{ J}
The potential energy decreases, meaning the electric field did positive work on the charge:
W_{\text{field}} = -\Delta U = 4.0 \times 10^{-5} \text{ J}
Example 2: potential from two charges (superposition)
Two charges lie on a line. At a point P, the distances are r_1 = 0.20 \text{ m} from Q_1 = +3.0 \times 10^{-6} \text{ C} and r_2 = 0.40 \text{ m} from Q_2 = -1.0 \times 10^{-6} \text{ C}. Find the net potential at P.
V_{\text{net}} = k\left(\frac{Q_1}{r_1} + \frac{Q_2}{r_2}\right)
V_{\text{net}} = (8.99 \times 10^9)\left(\frac{3.0 \times 10^{-6}}{0.20} + \frac{-1.0 \times 10^{-6}}{0.40}\right)
Compute inside parentheses:
\frac{3.0 \times 10^{-6}}{0.20} = 1.5 \times 10^{-5}
\frac{-1.0 \times 10^{-6}}{0.40} = -2.5 \times 10^{-6}
Sum:
1.5 \times 10^{-5} - 2.5 \times 10^{-6} = 1.25 \times 10^{-5}
Now multiply:
V_{\text{net}} = (8.99 \times 10^9)(1.25 \times 10^{-5}) \approx 1.12 \times 10^5 \text{ V}
The net potential is positive because the positive contribution dominates.
Exam Focus
- Typical question patterns:
- Use \Delta U = q\Delta V to connect potential difference to energy changes and work.
- Compute electric potential at a point due to one or more point charges (superposition of scalars).
- Conceptual sign questions: determine whether a charge speeds up or slows down moving to a region of higher/lower potential.
- Common mistakes:
- Confusing potential V (property of location) with potential energy U (depends on q).
- Dropping the sign in U = k\frac{q_1 q_2}{r} or in V = k\frac{Q}{r}.
- Using “higher potential means higher potential energy” without checking the sign of q in U = qV.
Connecting electric field and potential: equipotentials, uniform fields, and motion
Electric potential difference and the electric field
Electric potential is linked to the electric field because the field does work when a charge moves. In general, the potential difference between two points is related to the electric field along the path:
\Delta V = -\int \vec{E} \cdot d\vec{s}
In AP Physics 2 (algebra-based), you’ll most often use simplified versions where the field is uniform and motion is along a straight line parallel or perpendicular to the field.
For a uniform electric field and displacement d parallel to the field:
\Delta V = -Ed
More generally, for uniform field and straight displacement making angle \theta with the field:
\Delta V = -Ed\cos\theta
This equation is a compact way to encode two deep ideas:
- Potential decreases in the direction of the electric field.
- Only the component of displacement along the field changes the potential.
A common misunderstanding is to think “moving anywhere in an electric field changes potential.” If you move perpendicular to \vec{E}, then \cos\theta = 0 and \Delta V = 0.
Equipotential surfaces (and why they matter)
An equipotential surface is a set of points with the same electric potential V.
Key properties:
- Moving along an equipotential requires no change in potential energy:
\Delta V = 0
so:
\Delta U = q\Delta V = 0
- Equipotential surfaces are always perpendicular to electric field lines.
Why perpendicular? If the field had a component along the equipotential, it would do work moving a charge along that surface, changing potential—contradiction.
Real-world connection: maps often show gravitational potential height using contour lines. Equipotential lines in electrostatics play a similar “contour map” role.
Uniform field between parallel plates (qualitative + quantitative)
A common AP model is two large parallel conducting plates with opposite charges.
- The electric field between the plates is approximately uniform (constant magnitude and direction) away from edges.
- Field direction points from the positive plate toward the negative plate.
- Equipotential surfaces are planes parallel to the plates.
If plate separation is d and potential difference magnitude is |\Delta V|, then in the uniform region:
E = \frac{|\Delta V|}{d}
This is the same relationship as \Delta V = -Ed, expressed as a magnitude.
Motion of a charged particle in a uniform electric field
When a charge is in a uniform electric field, it experiences a constant force:
\vec{F} = q\vec{E}
So it has constant acceleration:
\vec{a} = \frac{\vec{F}}{m} = \frac{q\vec{E}}{m}
That means the kinematics look like projectile motion:
- If the particle’s initial velocity is perpendicular to the field, it travels in a parabolic path (constant acceleration in one direction, constant velocity component in the perpendicular direction).
- If initial velocity is along the field, it speeds up or slows down depending on the sign of the charge and direction of motion.
A frequent mistake is to forget the sign: a negative charge accelerates opposite the field.
Example 1: potential difference in a uniform field
A uniform field of magnitude E = 500 \text{ N/C} points to the right. What is the potential change moving 0.20 \text{ m} to the right?
Since displacement is parallel to the field, \theta = 0:
\Delta V = -Ed = -(500)(0.20) = -100 \text{ V}
Potential decreases in the direction of \vec{E}.
Example 2: speed from a potential drop (energy method)
A particle with charge q = +1.6 \times 10^{-19} \text{ C} (a proton’s charge magnitude) starts from rest and moves through a potential difference of \Delta V = -200 \text{ V} due to an electric field. Find its final speed in terms of its mass m.
Use energy conservation. The change in potential energy is:
\Delta U = q\Delta V
Since it starts from rest, \Delta K = K_f - 0 = K_f and:
\Delta K = -\Delta U
So:
K_f = -q\Delta V
Plug in K_f = \frac{1}{2}mv^2:
\frac{1}{2}mv^2 = -q\Delta V
Solve for v:
v = \sqrt{\frac{-2q\Delta V}{m}}
Because \Delta V is negative and q is positive, the quantity inside the square root is positive, meaning the proton gains kinetic energy.
Notice what this does for you: you didn’t need to know the path or time—only the potential difference.
Example 3: linking field, plates, and force
Two parallel plates have separation d = 0.010 \text{ m} and a potential difference magnitude |\Delta V| = 300 \text{ V}.
Field magnitude:
E = \frac{|\Delta V|}{d} = \frac{300}{0.010} = 3.0 \times 10^4 \text{ N/C}
Force magnitude on a charge q = 2.0 \times 10^{-6} \text{ C} placed between them:
F = |q|E = (2.0 \times 10^{-6})(3.0 \times 10^4) = 6.0 \times 10^{-2} \text{ N}
Direction depends on the sign of q relative to the field direction.
Exam Focus
- Typical question patterns:
- Use \Delta V = -Ed (uniform field) and interpret sign based on direction of motion.
- Energy problems: use \Delta U = q\Delta V with conservation of energy to find speed changes.
- Equipotential reasoning: determine whether work is done moving along certain paths; relate equipotential spacing to field strength.
- Common mistakes:
- Saying “higher potential means higher potential energy” without considering the sign of q.
- Mixing up field direction (from positive to negative plate) and potential change direction (potential decreases along the field).
- Using E = \frac{\Delta V}{d} without taking care about sign conventions (often safest to compute magnitudes, then assign direction separately).
Putting it together: multi-representation problem solving (force, field, potential, energy)
Choosing the best tool: force vs field vs potential
A hallmark of AP Physics 2 questions is that the same physical situation can be approached in multiple ways. Your job is to choose the method that’s simplest for what’s asked.
- Use Coulomb’s law when the question is directly about forces between a small number of point charges.
- Use electric field when you want a “map” of influence or when you’ll later place different test charges into the same region.
- Use electric potential when the question is about energy changes, speeds, or when adding contributions from multiple charges without vector components.
A useful comparison table:
| Quantity | What it describes | Type | Key equation | Adds by |
|---|---|---|---|---|
| Force \vec{F} | Push/pull on a specific charge | Vector | F = k\frac{|q_1 q_2|}{r^2} | Vector sum |
| Field \vec{E} | Force per unit positive charge at a point | Vector | E = k\frac{|Q|}{r^2} | Vector sum |
| Potential V | Potential energy per unit charge at a point | Scalar | V = k\frac{Q}{r} | Scalar sum |
Typical “translate between representations” tasks
- From field to force: given \vec{E}, find force on charge using \vec{F} = q\vec{E}.
- From potential to energy: given \Delta V, find energy change using \Delta U = q\Delta V.
- From potential to speed: combine \Delta U = q\Delta V with \Delta K = -\Delta U.
- From force/field to motion: use \vec{a} = \frac{q\vec{E}}{m} and kinematics in uniform fields.
Example 1: when potential is easier than field
Two charges are placed at corners of a square, and you want the potential at the center.
- Finding \vec{E} requires vector components because directions differ.
- Finding V is straightforward because potential is a scalar sum.
This is why AP often asks for potential at a point with symmetric geometry—students who recognize the scalar advantage save time and errors.
Example 2: sign reasoning with potential and kinetic energy (conceptual)
A negative charge is released from rest in a region where electric potential decreases in the direction of the electric field.
- The field points toward decreasing potential.
- A negative charge accelerates opposite the field.
- Because \Delta U = q\Delta V, if the charge moves toward **higher** potential (in this situation), then \Delta V > 0 but q < 0 so \Delta U < 0.
- Decreasing potential energy means increasing kinetic energy if no other forces do work.
This kind of question tests whether you can keep track of both the field direction and the sign of the charge.
Common misconceptions woven into one place
- “A charge moves from high potential to low potential.” That’s only guaranteed for a positive charge released from rest. For a negative charge, the direction is reversed.
- “If V = 0 then \vec{E} = 0.” Not necessarily. Potential can be zero at a point while the field is nonzero (for example, at a chosen reference point or due to cancellation of scalar potentials).
- “If \vec{E} = 0 then V = 0.” Not necessarily. \vec{E} = 0 means potential is locally constant, but that constant could be nonzero.
- “Potential is a vector because it has sign.” Sign does not make something a vector; dependence on direction does.
Exam Focus
- Typical question patterns:
- Mixed problems that give one representation (field lines, equipotentials, potential values) and ask for another (force direction, work, speed).
- Symmetry-based reasoning: identify cancellation in \vec{E} but not in V (or vice versa).
- Short free-response explanations: justify direction of motion or sign of work using \Delta U = q\Delta V and field direction.
- Common mistakes:
- Treating potential like a vector (adding components) or treating field like a scalar (adding magnitudes).
- Forgetting reference choices: potential is defined relative to a zero, but potential differences are physically meaningful.
- Losing track of negative signs in \Delta V = -Ed and W_{\text{field}} = -\Delta U.