Coulomb's Law and Point Charges — Study Notes

  • Point-charge model and motivation

    • In practice, charges are treated as point charges to simplify spatial distribution: the charge is located at a single point in space, not as a blob.
    • This makes the math tractable: the force depends only on the separation distance r, not on the detailed shape of the charge distribution.
    • This model is valid when the physical size of the charges is small compared to the distances between them.
  • Coulomb's Law: magnitude and constant

    • The magnitude of the electrostatic force between two point charges is given by
      F = k\,\frac{|q1\,q2|}{r^2}
    • Here r is the distance between the charges, q1 and q2 are their charges.
    • The proportional constant k (the Coulomb constant) is
      k = \frac{1}{4\pi\varepsilon_0} \approx 8.988\times 10^{9}\ \mathrm{N\,m^2/C^2}.
    • In many problems you are first shown the formula, then you plug in numbers later to avoid algebraic mistakes.
  • Direction and the sign of the interaction

    • The force has a direction along the line joining the two charges.
    • If q1 and q2 have the same sign (both positive or both negative), the force is repulsive: each charge pushes away from the other.
    • If q1 and q2 have opposite signs, the force is attractive: each charge pulls toward the other.
    • For a vector expression, one can use the unit vector along the line from one charge to the other. A common convention for the force on charge 1 due to charge 2 is
      \mathbf{F}{1} = k\,\frac{q1 q2}{r^2}\,\hat{\mathbf{r}}{21},
      where (\hat{\mathbf{r}}_{21}) is the unit vector pointing from charge 2 toward charge 1. This ensures correct direction for both attraction and repulsion.
    • In scalar form, the magnitude is |F| = k|q1 q2|/r^2, with the sign/direction handled separately as repulsive (same sign) or attractive (opposite signs).
  • Dependence on charges and distance (scaling behavior)

    • The force scales with the product of the charges and inversely with the square of the separation:
      F \propto \frac{q1 q2}{r^2}.
    • Example from the classroom demonstration:
    • If q1 = 1 C and q2 = 2 C at a fixed separation r, the force magnitude is proportional to 2.
    • If you change to q1 = 1 C and q2 = 1 C at the same separation r, the force becomes half as large (since the product q1 q2 goes from 2 to 1).
    • Distance scaling example:
    • If the same two charges are separated by 2r (distance doubled), the force magnitude becomes one quarter of its original value (inverse-square law).
  • Worked examples and common numerical setup

    • A common teaching example given: the force magnitude is stated as
      F = 5.7\ \text{N}
    • This is an instance where the specific q1, q2, and r were used to yield that numeric result; in a problem you would compute F from the known q1, q2, and r using the formula above.
    • The instructor emphasizes first deriving the formula symbolically, then plugging numbers at the end to minimize arithmetic errors.
  • Putting the force into components (vector resolution)

    • Real-world problems often require resolving the force into x and y components.
    • Choose a coordinate system: for example, set the x-axis along the line joining the charges (for simplicity), or use a generic angle θ between the line joining the charges and a chosen axis.
    • If the line makes an angle θ with the x-axis, then the force components on charge 1 (due to charge 2) are
      Fx = F\cos\theta, \quad Fy = F\sin\theta,
      where F is the magnitude given by Coulomb's law.
    • You can then sum vector forces componentwise if multiple charges are present or when charges are moving in given directions.
  • Practical notes about the setup and problem-solving strategy

    • Always start by identifying q1, q2, and r (the separation between the charges).
    • Write the magnitude first: F = k\,\frac{|q1 q2|}{r^2}.
    • Determine the direction: repulsive if q1 q2 > 0; attractive if q1 q2 < 0.
    • If needed, resolve the vector into components using the angle θ between the line of action and your chosen axis.
    • If doing a quick check, compare scaling cases to sanity-check the result (e.g., doubling q2 doubles the force if r and q1 fixed; doubling r reduces force by a factor of 4).
    • Note on mass: the formula for the force does not involve mass. Mass matters for motion via Newton's second law, F = m a. A larger mass experiences the same force as a smaller mass but accelerates less, i.e., a = F/m.
  • Conceptual connections and real-world relevance

    • The inverse-square nature of Coulomb's law mirrors gravitational and many other force laws, underscoring a common mathematical structure in physics.
    • The point-charge idealization connects to broader themes in electrostatics: superposition, field concepts, and the idea that microscopic charge distributions can be treated as localized sources for macroscopic calculations.
    • Real-world relevance includes sensors, electrostatic actuators, and understanding static electricity phenomena (attraction/repulsion of charges) as seen in class demonstrations with an electroscope.
  • Quick reference formulas (LaTeX)

    • Magnitude of force between two point charges:
      F = k\,\frac{|q1 q2|}{r^2}.
    • Coulomb constant:
      k = \frac{1}{4\pi\varepsilon_0} \approx 8.988\times 10^{9}\ \mathrm{N\,m^2/C^2}.
    • Vector form (directional, along the line joining the charges):
      \mathbf{F}{1} = k\,\frac{q1 q2}{r^2}\,\hat{\mathbf{r}}{21}.
    • Components (if the line makes angle θ with the x-axis):
      Fx = F\cos\theta, \quad Fy = F\sin\theta.