# Lorentz Force Calculator

F = |q|·v·B·sinθ on a moving charge, with charge units down to elementary charges, speed and field selectors, and the v × B direction flipped for negative charges.

> Canonical page: https://elysiatools.com/en/tools/magnetic-force-charge

- **Category:** Science & Education

- **Keywords:** lorentz force, magnetic force charge, moving charge, cyclotron, v cross b, electromagnetism

## Overview

The Lorentz Force Calculator determines the magnetic force exerted on a moving electric charge using the formula F = |q|·v·B·sinθ. It supports charge inputs down to elementary charges (e), selectable velocity and magnetic field units (including Gauss and Tesla), and provides both force magnitude in Newtons and vector direction relative to the right-hand rule.

## Inputs

- **Charge q** (number): e.g. 1
- **Charge unit** (select)
- **Speed v** (number): e.g. 1
- **Speed unit** (select)
- **Magnetic field B** (number): e.g. 1
- **Field unit** (select)
- **Angle θ (degrees)** (number): e.g. 90

## When to use

- Determining the magnetic deflection force acting on charged particles such as electrons, protons, or ions.
- Analyzing beam trajectories and deflection parameters in cyclotrons, cathode-ray tubes, or mass spectrometers.
- Solving physics and electromagnetism problems requiring conversions between units like Gauss, microteslas, and elementary charges.

## How it works

- Enter the particle charge value and select the corresponding unit from Coulombs (C) down to elementary charges (e).
- Specify the particle speed and magnetic field strength with your preferred units (m/s, km/s, Tesla, Gauss, etc.).
- Set the angle θ in degrees between the particle velocity vector and the magnetic field lines.
- The tool evaluates F = |q|·v·B·sinθ to output the force magnitude in Newtons and indicates vector direction based on charge polarity.

## Use cases

- Beam physics calculations for bending ion trajectories in particle accelerators.
- Mass spectrometry calibration to predict ion deflection under known magnetic fields.
- Educational demonstrations illustrating the right-hand rule and angle-dependent force magnitude.

## Frequently asked questions

### What happens if a charged particle moves parallel to the magnetic field?

The magnetic force is zero because sin(0°) and sin(180°) equal zero.

### Why does a negative charge flip the force direction?

The vector force is defined as F = q(v × B); a negative sign inverts the resulting cross-product direction from the standard right-hand rule.

### Does the magnetic force change a particle's speed?

No. Because the magnetic force is always perpendicular to velocity, it does zero work and changes only trajectory direction, not speed.

### What is the relationship between Gauss and Tesla in this tool?

One Gauss (G) equals 10⁻⁴ Tesla (0.1 mT), which the calculator converts automatically.

### What value is used for one elementary charge (e)?

One elementary charge is evaluated as approximately 1.60218 × 10⁻¹⁹ Coulombs.

## Related tools

- [Length Contraction Calculator](https://elysiatools.com/en/tools/length-contraction-calculator): L = L₀/γ for any subluminal speed: contracted length, contraction percentage, and the transverse-invariance note — muon-atmosphere companion included.
- [Nernst Equation Calculator](https://elysiatools.com/en/tools/nernst-equation-calculator): E = E⁰ − (RT/nF)·lnQ at any temperature, with the thermal factor RT/F, per-decade step 2.303RT/nF, and ΔG = −nFE.
- [Time Dilation Calculator](https://elysiatools.com/en/tools/time-dilation-calculator): Δt = γ·Δτ with γ = 1/√(1−v²/c²): both clock views for any speed below c, from the 0.6c hand-check case to muon lifetimes at 0.998c.
- [Z-Score Standardizer](https://elysiatools.com/en/tools/data-zscore-normalizer): Standardize numerical data using Z-score (standard score) normalization to transform values with mean=0 and standard deviation=1. Perfect for statistical analysis, machine learning feature preprocessing, outlier detection, and data comparison across different scales. Features: - Z-score standardization (mean=0, std=1) - Robust Z-score option (using median and MAD) - Custom scaling to target range - Multiple column selection - Automatic data type detection - Handles missing values intelligently - Preserves non-numeric columns - Comprehensive statistical summary - Outlier detection and reporting Common Use Cases: - Machine learning feature preparation - Statistical hypothesis testing - Outlier detection and removal - Data comparison across different units - Principal Component Analysis (PCA) preprocessing
- [Header Remover](https://elysiatools.com/en/tools/header-remover): Remove headers from CSV data to create clean header-less files. Perfect for database imports, data processing pipelines, API integrations, and systems that require header-less CSV format. Features: - Remove first row (header) from CSV data - Remove multiple header rows - Skip empty lines before removing headers - Preserve data integrity - Support various CSV separators - Preview before removal - Data validation options - Batch processing capabilities Common Use Cases: - Prepare data for database imports - Clean up API response data - Remove metadata from exported files - Create header-less data for machine learning - Prepare data for systems that don't use headers - Extract pure data values from structured files
- [Multiline Merger](https://elysiatools.com/en/tools/multiline-merger): Merge multiple lines into a single line with customizable separators and formatting options
- [Audio Filler Word Removal Map](https://elysiatools.com/en/tools/audio-filler-word-removal-map): Combine a timestamped transcript with the audio to mark filler words (um, uh, 嗯, 那个…) and optionally mute or remove them.
- [CSV File Merger](https://elysiatools.com/en/tools/csv-merger): Merge multiple CSV files into a single file with options for header handling and deduplication

## Samples

- [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
- [Duplicate Line Samples](https://elysiatools.com/en/samples/text-duplicate-line-samples): Sample files with various types of duplicate lines for testing duplicate removal tools
- [Special Characters Samples](https://elysiatools.com/en/samples/text-special-characters-samples): Sample text files with various special characters, punctuation, and symbols for testing non-alphanumeric character removal
- [Code Comment Samples](https://elysiatools.com/en/samples/code-comment-samples): Sample code files with various comment styles for testing comment removal
