# Coulomb Force Calculator

Coulomb's law F = k·|q₁q₂|/r² with signed charges and unit selectors, reporting the force magnitude and whether the pair attracts or repels.

> Canonical page: https://elysiatools.com/en/tools/coulomb-force-calculator

- **Category:** Science & Education

- **Keywords:** coulombs law, electrostatic force, point charges, attraction repulsion, coulomb constant, electromagnetism

## Overview

The Coulomb Force Calculator computes the electrostatic interaction force between two point charges using Coulomb's law: F = k·|q₁q₂|/r². By supporting positive or negative values across multiple charge units (C, mC, µC, nC) and distance scales (m, cm, mm, µm, nm), it quickly provides the exact force magnitude in newtons alongside the interaction type (attractive or repulsive).

## Inputs

- **Charge q₁** (number): e.g. 1
- **Charge q₂** (number): e.g. 1
- **Charge unit** (select)
- **Separation r** (number): e.g. 1
- **Distance unit** (select)

## When to use

- Solving physics problem sets involving point charges, electrostatic fields, and force vectors.
- Analyzing atomic or molecular models, such as finding the electrostatic attraction between a nucleus and orbiting electrons.
- Evaluating electrostatic forces in laboratory setups, such as charged spheres, sensors, or electrostatic precipitators.

## How it works

- Enter the numerical values and signs for charge q₁ and charge q₂, then select the charge unit (C, mC, µC, or nC).
- Specify the separation distance r between the two charges and choose the appropriate distance unit (m, cm, mm, µm, or nm).
- The tool applies Coulomb's constant (k ≈ 8.98755 × 10⁹ N·m²/C²) to evaluate F = k·|q₁q₂|/r².
- Review the resulting electrostatic force magnitude in newtons and the determined interaction state (repulsion for like charges, attraction for opposite charges).

## Use cases

- Physics education: Verifying manual calculations for homework and electrostatics exam preparation.
- Atomic physics demonstrations: Calculating the binding force between an electron and proton at the Bohr radius.
- Engineering prototyping: Estimating electrostatic forces between micro-scale electrodes in MEMS devices.

## Frequently asked questions

### What value of Coulomb's constant (k) is used in calculations?

The calculator uses standard vacuum permittivity to apply Coulomb's constant k ≈ 8.98755 × 10⁹ N·m²/C².

### How does the tool determine attraction versus repulsion?

Charges with identical signs (both positive or both negative) repel, while charges with opposite signs attract.

### Can I input negative charge values?

Yes, you can enter signed numbers to indicate polarity, which determines whether the resulting force attracts or repels.

### Which units of distance and charge are supported?

Charges can be set in C, mC, µC, or nC, and distances can be set in m, cm, mm, µm, or nm.

### Does this tool account for dielectric medium constants?

The calculator computes forces in a vacuum (or air) using the standard electrostatic constant k without additional dielectric medium scaling.

## Related tools

- [Ampère Force Calculator](https://elysiatools.com/en/tools/ampere-force-calculator): F = B·I·L·sinθ for a current-carrying wire, with unit selectors, the force magnitude, the 90° reference, and the right-hand-rule direction.
- [Electric Potential Calculator](https://elysiatools.com/en/tools/electric-potential-calculator): V = k·Q/r with the sign preserved, plus the electron potential energy U = −e·V in eV — at the Bohr radius this reproduces 27.2114 V, twice hydrogen's ionization energy.
- [Faraday Induction EMF Calculator](https://elysiatools.com/en/tools/faraday-induction-emf): Faraday's law |ε| = N·ΔΦ/Δt with turns, flux, and time selectors, plus the Lenz's-law sign explained — one turn and one weber per second induce exactly one volt.
- [Optical Magnification Calculator](https://elysiatools.com/en/tools/magnification-power): M = 250/f for magnifiers, (L/f_o)·(250/f_e) factorized for microscopes, f_o/f_e for telescopes.
- [Malus's Law Polarization Calculator](https://elysiatools.com/en/tools/polarization-malus-law): I = I₀·cos²θ: transmitted intensity and percentage for any polarizer angle, with the 0°/45°/90° landmarks.
- [Raoult's Law Calculator](https://elysiatools.com/en/tools/raoult-law-calculator): p_i = x_i·p_i* for ideal solutions, with total pressure and vapour-phase composition for binary mixtures.
- [Relativistic Momentum Calculator](https://elysiatools.com/en/tools/relativistic-momentum): p = γmv with p·c in eV-scale units, the Lorentz factor, and the classical mv comparison for electron, proton, or custom mass.
- [Rest Mass Energy Calculator](https://elysiatools.com/en/tools/rest-mass-energy): E₀ = mc² for electron, proton, neutron, or custom mass: energy in J and eV-scale units, mass in kg and u — the collider mass table.

## Samples

- [Android Image Processing Java Samples](https://elysiatools.com/en/samples/android-image-processing-java): Android Java image processing examples including reading/saving images, scaling, and format conversion
- [Android Image Processing Kotlin Samples](https://elysiatools.com/en/samples/android-image-processing-kotlin): Android Kotlin image processing examples including reading/saving images, scaling, and format conversion
- [Web Image Processing Python Samples](https://elysiatools.com/en/samples/web-image-processing-python): Web Python image processing examples using PIL/Pillow including reading, saving, resizing, and format conversion
- [Web Image Processing Rust Samples](https://elysiatools.com/en/samples/web-image-processing-rust): Web Rust image processing examples including image read/save, scaling, and format conversion
