Apprentissage des Mathématiques

Math Symbols

Comprehensive guide to mathematical symbols and notation

Here is a comprehensive and categorized list of mathematical symbols, ranging from basic arithmetic to advanced logic and calculus.

These are the fundamental symbols used in everyday calculation and basic equations.

SymbolNameMeaning / Usage
++Plus SignAddition (3+2=53 + 2 = 5).
-Minus SignSubtraction (32=13 - 2 = 1) or negative numbers (2-2).
×\times or \cdotTimes SignMultiplication (3×2=63 \times 2 = 6 or 32=63 \cdot 2 = 6).
÷\div or //Division SignDivision (6÷2=36 \div 2 = 3 or 6/2=36/2 = 3).
==EqualsEquality; values on both sides are the same (2+2=42 + 2 = 4).
\neqNot EqualThe values are not the same (232 \neq 3).
\approxApproximately EqualClose to, but not exactly (π3.14\pi \approx 3.14).
±\pmPlus-MinusBoth positive and negative operations (x=±5x = \pm 5).
x\sqrt{x}Square RootA number that produces xx when multiplied by itself (4=2\sqrt{4} = 2).
$x$
n!n!FactorialProduct of integer and all integers below it (5!=5×4×3×2×1=1205! = 5 \times 4 \times 3 \times 2 \times 1 = 120).
View Examples & Practice Problems →

Work through comprehensive examples and problems for each symbol category

Used to compare the size or value of two expressions.

SymbolNameMeaning / Usage
<<Less Than3<53 < 5 means 3 is less than 5.
>>Greater Than5>35 > 3 means 5 is greater than 3.
\leqLess Than or Equal Tox5x \leq 5 means xx is less than or equal to 5.
\geqGreater Than or Equal Tox3x \geq 3 means xx is greater than or equal to 3.
\llMuch Less ThanValues differ by orders of magnitude (110001 \ll 1000).
\ggMuch Greater ThanValues differ by orders of magnitude (100011000 \gg 1).
View Examples & Practice Problems →

Work through comprehensive examples and problems for each symbol category

Symbols used to describe shapes, angles, and spatial relationships.

SymbolNameMeaning / Usage
π\piPiThe ratio of a circle's circumference to its diameter (π3.14159\pi \approx 3.14159).
°°DegreeMeasure of angle (90°90°).
\angleAngleDenotes an angle (ABC\angle ABC).
\perpPerpendicularLines meeting at a 90°90° angle (ABCDAB \perp CD).
\parallelParallelLines that never intersect (ABCDAB \parallel CD).
\triangleTriangleRepresents a triangle shape (ABC\triangle ABC).
\congCongruentSame shape and size (geometric equality) (ABCDEF\triangle ABC \cong \triangle DEF).
\simSimilarSame shape but different size (ABCDEF\triangle ABC \sim \triangle DEF).
θ\thetaThetaCommon variable for an unknown angle (θ=45°\theta = 45°).
View Examples & Practice Problems →

Work through comprehensive examples and problems for each symbol category

Used in the study of change, limits, and summation.

SymbolNameMeaning / Usage
\inftyInfinityA quantity larger than any real number.
\sumSummation (Sigma)Sum of a sequence of numbers (i=1nai\sum_{i=1}^{n} a_i).
\intIntegralRepresents the area under a curve (f(x)dx\int f(x) \, dx).
\iintDouble IntegralIntegration over a 2D area (Df(x,y)dxdy\iint_D f(x,y) \, dx \, dy).
ddx\frac{d}{dx} or f(x)f'(x)DerivativeInstantaneous rate of change of ff with respect to xx (ddxf(x)\frac{d}{dx} f(x)).
x\frac{\partial}{\partial x}Partial DerivativeDerivative of a multi-variable function (e.g., fx\frac{\partial f}{\partial x}).
lim\limLimitValue a function approaches as the input approaches some value (limxf(x)\lim_{x \to \infty} f(x)).
Δ\DeltaDeltaRepresents a change or difference (Δx=x2x1\Delta x = x_2 - x_1).
\nablaNabla / DelVector differential operator (gradient) (f\nabla f).
f(x)f(x)Function of xMaps an input xx to an output (f(x)=x2f(x) = x^2).
View Examples & Practice Problems →

Work through comprehensive examples and problems for each symbol category

Used in computer science, higher mathematics, and formal logic.

SymbolNameMeaning / Usage
\emptyset or {}\{\}Empty SetA set containing no elements.
\inElement OfBelongs to a set (aAa \in A).
\notinNot Element OfDoes not belong to a set (aAa \notin A).
\cupUnionElements in set A OR set B (ABA \cup B).
\capIntersectionElements in set A AND set B (ABA \cap B).
\subsetSubsetA is contained inside B (ABA \subset B).
\forallFor AllUniversal quantifier (true for every instance) (xR\forall x \in \mathbb{R}).
\existsThere ExistsExistential quantifier (true for at least one instance) (x\exists x).
\RightarrowImpliesIf A is true, then B is true (ABA \Rightarrow B).
\LeftrightarrowIf and Only IfA and B are logically equivalent (ABA \Leftrightarrow B).
\thereforeThereforeUsed to state a conclusion.
\becauseBecauseUsed to state a reason.
View Examples & Practice Problems →

Work through comprehensive examples and problems for each symbol category

Standard symbols representing specific groups of numbers.

SymbolNameDescription
N\mathbb{N}Natural NumbersCounting numbers {1,2,3,}\{1, 2, 3, \ldots\}
Z\mathbb{Z}IntegersWhole numbers and negatives {,2,1,0,1,2,}\{\ldots, -2, -1, 0, 1, 2, \ldots\}
Q\mathbb{Q}Rational NumbersNumbers that can be written as fractions (pq\frac{p}{q} where p,qZ,q0p, q \in \mathbb{Z}, q \neq 0).
R\mathbb{R}Real NumbersAll rational and irrational numbers (the number line).
C\mathbb{C}Complex NumbersNumbers in the form a+bia + bi where a,bRa, b \in \mathbb{R} and i=1i = \sqrt{-1}.
View Examples & Practice Problems →

Work through comprehensive examples and problems for each symbol category

Symbols used when analyzing data and chance.

SymbolNameMeaning / Usage
P(A)P(A)Probability of AThe chance that event A will occur (0P(A)10 \leq P(A) \leq 1).
μ\muMuPopulation Mean (average) (μ=1ni=1nxi\mu = \frac{1}{n}\sum_{i=1}^{n} x_i).
σ\sigmaSigma (lowercase)Standard Deviation (σ=1ni=1n(xiμ)2\sigma = \sqrt{\frac{1}{n}\sum_{i=1}^{n}(x_i - \mu)^2}).
xˉ\bar{x}x-barSample Mean (xˉ=1ni=1nxi\bar{x} = \frac{1}{n}\sum_{i=1}^{n} x_i).
χ2\chi^2Chi-SquaredDistribution used in hypothesis testing (χ2\chi^2 test).
View Examples & Practice Problems →

Work through comprehensive examples and problems for each symbol category

Common English phrases translated into symbolic notation.

English PhraseMathematical Notation
"The sum of a number xx and 5 is equal to 10."x+5=10x + 5 = 10
"For every number xx, if xx is greater than 2, then xx squared is greater than 4."x>2,x2>4\forall x > 2, x^2 > 4
"The limit of function ff as xx approaches infinity is zero."limxf(x)=0\lim_{x \to \infty} f(x) = 0
"A is a subset of B, but A is not equal to B."ABA \subset B and ABA \neq B
"The integral of f(x)f(x) from 0 to 5."05f(x)dx\int_0^5 f(x) \, dx
View Examples & Practice Problems →

Work through comprehensive examples and problems for each symbol category

Math Symbols | Maths Learning