LaTeX Plus Minus (±) - Complete Guide
The plus-minus symbol (±) represents both addition and subtraction simultaneously in mathematical expressions.
Symbol Preview
Plus Minus
LaTeX Code
No package required
\pmStandard plus-minus symbol
Table of Contents
What is the LaTeX Plus Minus?
The plus-minus symbol (±) is commonly used in mathematics to indicate that a value can be either positive or negative. It is frequently used in formulas involving quadratic equations, uncertainty ranges, and measurement tolerances.
How to Use Plus Minus in LaTeX
Method 1: Using \pm
✅No package required
Standard plus-minus symbol
Example: Using \pm
\documentclass{article}
\begin{document}
% Using the Plus Minus
Text with \pm
\end{document}Common Use Cases
The Plus Minus symbol is commonly used in the following contexts:
Quadratic Formula
Used in the quadratic formula solution.
Code
$x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}$Output
x = (-b ± √(b²-4ac)) / 2a
Measurement Uncertainty
Represents measurement error ranges.
Code
Length: $L = 10 \pm 0.5$ cmOutput
Length: L = 10 ± 0.5 cm
Complete Examples
Quadratic Equation Solution
Classic quadratic formula
\documentclass{article}
\begin{document}
The solutions to $ax^2 + bx + c = 0$ are:
$$x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}$$
\end{document}Frequently Asked Questions about Plus Minus (±)
Which LaTeX code should I use for Plus Minus?
For the Plus Minus symbol (±), we recommend using the method marked as "Recommended" above. However, the best method depends on your specific needs:
- \pm: Standard plus-minus symbol
Where can I use the Plus Minus symbol?
The Plus Minus symbol (±) is typically used:
- In mathematical equations (math mode)
- In regular text (if supported)
- In various LaTeX environments
Can I use the Plus Minus symbol in display mode?
Yes, the Plus Minus symbol (±) works in display mode (between $$ $$). This allows you to render the symbol on its own line with better visibility.
🔗 Related Symbols You May Need
View all symbols →🎯 Need to Convert PDF to LaTeX?
Our free PDF to LaTeX converter preserves all mathematical symbols and formatting.
✓ Fast & accurate
✓ Preserves symbols
✓ Free online
✓ No registration