Electric Force Calculator (Coulomb’s Law)
Calculate the electric force between two point charges with unit conversion, medium selection, and a force-vs-distance chart.
Results
Enter values and click calculate.
How to Calculate the Electric Force Between Two Charges: Complete Expert Guide
If you want to calculate the electric force between two charged objects, you are working with one of the most important equations in physics: Coulomb’s law. This law lets you determine how strongly two point charges attract or repel each other, based on charge size, sign, separation distance, and the surrounding medium. It is foundational to electrostatics, and it also supports practical engineering fields such as sensor design, high-voltage systems, semiconductor device physics, and materials science.
The main concept is straightforward. Bigger charges produce stronger forces. Larger separation distances weaken force rapidly. Opposite charges attract. Like charges repel. However, accurate calculation requires careful unit conversion and attention to medium effects. This guide explains each step with practical detail, so you can produce reliable answers in both classroom and technical contexts.
1) Core Equation: Coulomb’s Law
The magnitude of electric force between two point charges is:
F = (k / epsilon_r) * |q1 q2| / r^2
- F = electric force in newtons (N)
- k = Coulomb constant, approximately 8.9875517923 x 10^9 N m^2 C^-2
- epsilon_r = relative permittivity of the medium (1 in vacuum)
- q1, q2 = charges in coulombs (C)
- r = separation distance in meters (m)
Direction is determined by the sign of q1 x q2. If the product is positive, the force is repulsive. If negative, the force is attractive. Magnitude comes from absolute value, while interaction type comes from sign.
2) Why Distance Matters So Much: Inverse-Square Behavior
Coulomb’s law follows an inverse-square rule. If distance doubles, force becomes one-fourth. If distance triples, force becomes one-ninth. This steep drop explains why electrostatic effects can be dramatic at tiny distances and modest at larger separations.
- Double r -> force scales by 1/4
- Increase r by factor 10 -> force scales by 1/100
- Halve r -> force increases by factor 4
In real experiments, a small distance measurement error can produce a much larger force error. Always measure r carefully and in meters before substitution.
3) Unit Conversion Rules You Must Get Right
Most mistakes happen in conversion, not in algebra. Use these exact conversions:
- 1 mC = 10^-3 C
- 1 uC = 10^-6 C
- 1 nC = 10^-9 C
- 1 cm = 10^-2 m
- 1 mm = 10^-3 m
If you enter microcoulombs directly as if they were coulombs, your answer can be wrong by a factor of one trillion. Convert first, then calculate.
4) Step-by-Step Calculation Workflow
- Write given values with signs and units.
- Convert q1 and q2 into coulombs.
- Convert r into meters.
- Select medium and epsilon_r value.
- Apply F = (k / epsilon_r) * |q1 q2| / r^2.
- Determine attraction or repulsion from sign product q1 x q2.
- Round result according to input precision.
5) Worked Example (Practical)
Suppose q1 = +4 uC, q2 = -2 uC, r = 0.15 m, and medium is air (epsilon_r about 1.0006).
- q1 = +4 x 10^-6 C
- q2 = -2 x 10^-6 C
- q1 q2 = -8 x 10^-12 C^2
- |q1 q2| = 8 x 10^-12 C^2
F = (8.9875517923 x 10^9 / 1.0006) x (8 x 10^-12) / (0.15^2) ≈ 3.19 N.
Because signs are opposite, the force is attractive. This means each charge experiences a force toward the other charge along the line joining them.
6) Medium Effects: Why the Same Charges Can Produce Different Forces
The surrounding material affects electrostatic interaction through relative permittivity. Higher epsilon_r means weaker force for the same charges and distance. In vacuum, force is highest. In high-permittivity media such as water, force is much lower.
| Medium | Typical Relative Permittivity (epsilon_r) | Force Relative to Vacuum (1 / epsilon_r) | Engineering Note |
|---|---|---|---|
| Vacuum | 1.0000 | 1.0000x | Reference condition for Coulomb constant usage |
| Air (near room conditions) | 1.0006 | 0.9994x | Very close to vacuum for most calculations |
| Polyethylene | 2.3 | 0.4348x | Common insulation polymer in cables |
| Glass | 4.7 | 0.2128x | Force drops to about one-fifth of vacuum value |
| Water (20 C) | 80.1 | 0.0125x | Strong electrostatic screening in liquid phase |
7) Real-World Scale: How Big Is the Force?
Students often ask if electrostatic forces are “small” or “large.” The answer depends on scale. For microscopic charges at tiny distances, forces can be significant. For ordinary macroscopic objects with tiny net charge at centimeters of separation, measured force may be moderate. Compare sample values below at r = 1 cm in air:
| q1 | q2 | Distance | Computed Force Magnitude | Interpretation |
|---|---|---|---|---|
| 1 nC | 1 nC | 0.01 m | about 8.99 x 10^-5 N | Small but measurable with sensitive apparatus |
| 1 uC | 1 uC | 0.01 m | about 89.9 N | Large force for bench-scale electrostatic setup |
| 5 uC | 3 uC | 0.02 m | about 337 N | Very strong force if such isolated charges are maintained |
| 10 pC | 10 pC | 0.01 m | about 8.99 x 10^-9 N | Nanonewton range, common in precision instrumentation |
8) Common Errors and How to Prevent Them
- Forgetting to square distance r.
- Using cm directly in formula without conversion to m.
- Ignoring sign logic and reporting attraction as repulsion.
- Mixing microcoulomb and coulomb units.
- Neglecting medium effect in liquids or dielectric solids.
A reliable way to catch errors is dimensional checking. If units do not reduce to newtons, something is wrong. Another best practice is order-of-magnitude checking. If you input microcoulomb charges at centimeter distances and receive values near 10^-12 N, that result is usually too small and likely indicates conversion mistakes.
9) Connection to Electric Field and Potential
Coulomb force is closely tied to electric field and potential. A point charge creates electric field E = kq/r^2, and a second charge in that field experiences force F = qE. Electric potential follows V = kq/r. These three relationships are different views of the same electrostatic physics:
- Field E describes influence at each location.
- Potential V describes energy per unit charge.
- Force F describes interaction on a specific charge.
In engineering analysis, you often compute field first, then force on a test charge, especially in multi-charge systems where superposition is needed.
10) Superposition for More Than Two Charges
For systems with many charges, calculate each pairwise force vector on the target charge and add vectors component-wise. Magnitudes alone are not enough. You need x and y components (and z in 3D). Superposition is linear in electrostatics, making this method exact for point charges in static conditions.
- Choose one target charge.
- Compute each source-to-target force vector.
- Resolve vectors into components.
- Sum all components.
- Reconstruct net magnitude and direction.
11) Authoritative References for Constants and Deeper Study
For accurate constants and formal definitions, review these sources:
- NIST CODATA Fundamental Physical Constants (.gov)
- HyperPhysics Coulomb Law Overview (.edu)
- MIT OpenCourseWare Electricity and Magnetism (.edu)
12) Final Practical Checklist
Before publishing or using your result, verify:
- Charges converted to coulombs
- Distance converted to meters
- Distance squared correctly
- Medium epsilon_r included when required
- Attractive vs repulsive interpretation clearly stated
- Result reported in newtons with sensible significant digits
Mastering these steps gives you a strong foundation for electrostatics and helps you move confidently into electric fields, capacitors, dielectric behavior, and full electromagnetic modeling.