Grouping Symbols | | | |
() | parentheses | Used to group expressions and indicate order of operations | (b+c) |
[] | square brackets or brackets | Used for intervals, matrices, and function arguments | [0,1] |
[a,b) | interval from a to b | The interval from a to b, inclusive of a and exclusive of b | [0,1) |
{} | curly braces or braces | Used for sets, piecewise functions, and grouping multiple elements | {1,2,3} |
⟨⟩ | angle brackets | Used for inner products, expected values, and Dirac notation | ⟨x,y⟩ |
⌊ ⌋ | floor brackets | Floor function - rounds down to nearest integer | ⌊3.7⌋=3 |
⌈ ⌉ | ceiling brackets | Ceiling function - rounds up to nearest integer | ⌈3.2⌉=4 |
∣ ∣ | mod, modulo, absolute | Used for norms, determinants, and absolute values | ∣x∣ |
Powers and Roots | | | |
x2 | x squared | Square of a number (raised to the power of 2) | 32=9 |
x3 | x cubed | Cube of a number (raised to the power of 3) | 23=8 |
xn | x to the n or x to the nth power | Number raised to the power of n | 4n |
x | square root of x | Principal square root of a number | 16=4 |
3x | cube root of x | Root that when cubed gives the original number | 38=2 |
nx | nth root of x | Root that when raised to the nth power gives the original number | 416=2 |
Calculus Symbols | | | |
dxd | d over dx | First derivative | dxd(x2)=2x |
∫ | integral | Indefinite integral | ∫x2dx=3x3+C |
∫ab | integral from a to b | Definite integral | ∫01x2dx=31 |
∮ | contour integral | Closed path integral | ∮CF⋅dr |
∬ | double integral | Double integral | ∬Rf(x,y)dA |
lim | limit | Limit of a function | limx→0xsinx=1 |
limx→a | limit as x approaches a | Limit as x approaches a | limx→2(x2−4)/(x−2)=4 |
Δ | delta | Change in quantity | Δx=x2−x1 |
∞ | infinity | Infinite value | limx→∞1/x=0 |
∑i=1n | summation from 1 to n | Summation notation | ∑i=1ni=2n(n+1) |
∑n=1∞an | sum of a sub n from n equals 1 to infinity | Infinite series | ∑n=1∞n21=6π2 |
∑k=0n(kn) | sum from k equals zero to n of n choose k | Sum of binomial coefficients (equals 2n) | ∑k=0n(kn)=2n |
Algebra Symbols | | | |
≡ | identical to or congruent to | Mathematical congruence or identity | x2+2x+1≡(x+1)2 |
an | a sub n | Nth term of sequence | an=2n+1 |
(kn) | n choose k | Binomial coefficient | (2=105) |
! | factorial | Product of first n natural numbers | 5!=120 |
ⁿPr | n P r | Permutation | ⁵P2=20 |
ⁿCr | n C r | Combination | ⁵C2=10 |
logba | log base b of a | Logarithm | log28=3 |
lnx | natural log of x | Natural logarithm (base e) | lne=1 |
a:b | a to b | Ratio of a to b | a:b=2:3 |
a:b::c:d | a to b as c to d | Proportion | 2:4::3:6 |
Probability Symbols | | | |
P(A) | probability of A | Probability of event A occurring | P(heads)=0.5 |
P(A∣B) | probability of A given B | Conditional probability of A occurring given B has occurred | P(rain∣clouds)=0.8 |
P(A∪B) | probability of A union B or probability of A or B | Probability that either A or B (or both) occurs | P(A∪B)=P(A)+P(B)−P(A∩B) |
P(A∩B) | probability of A intersection B or probability of A and B | Probability that both A and B occur | P(A∩B)=0.2 |
P(A′) | probability of A complement | Probability that A does not occur | P(A′)=1−P(A) |
E[X] | expected value of X | Average value of random variable X | E[X]=∑xipi |
xˉ | x bar | The average of x (sample mean) | xˉ=n1∑i=1nxi |
f(x) | f of x | Probability density function | f(x)=2πσ21e−2σ2(x−μ)2 |
F(x) | F of x | Cumulative distribution function | F(x)=P(X≤x) |
∴ | therefore | Logical conclusion | x=2,∴x2=4 |
∵ | because | Reason or cause | x2=4∵x=2 |
⇒ | implies | Logical implication | x>0⇒x2>0 |
⇐ | implied by | Reverse implication | x2>0⇐x>0 |
⇔ | if and only if | Biconditional | x=1⇔x2=1 |
∂ | partial | Partial derivative | ∂x∂f |
Linear Algebra | | | |
v | vector v | A vector in a vector space | v=123 |
A⊙B | A Hadamard B or element-wise product | Hadamard (element-wise) product | [1324]⊙[5768]=[5211232] |
Set Theory Symbols | | | |
∀ | for all | Universal quantifier | ∀x∈R,x2≥0 |
∈ | belongs to or element of | Indicates membership of an element in a set | x∈A means x is an element of set A |
∈/ | does not belong to or not element of | Indicates non-membership of an element in a set | x∈/A means x is not an element of set A |
⊆ | subset of or contained in | Set A is a subset of set B (includes equality) | A⊆B means every element of A is in B |
⊂ | proper subset of | Set A is a proper subset of set B (strict inclusion) | A⊂B means A is subset of B but A ≠ B |
⊇ | superset of or contains | Set A is a superset of set B (includes equality) | A⊇B means every element of B is in A |
⊃ | proper superset of | Set A is a proper superset of set B (strict inclusion) | A⊃B means A is superset of B but A ≠ B |
∪ | union or cup | Set of elements in either set | A∪B={x∣x∈A∨x∈B} |
∩ | intersection or cap | Set of elements common to both sets | A∩B={x∣x∈A∧x∈B} |
∖ | set minus or without | Set difference (elements in first set but not second) | A∖B={x∣x∈A∧x∈/B} |
△ | symmetric difference | Set of elements in exactly one of the two sets | A△B=(A∖B)∪(B∖A) |
∅ | empty set or null set | Set with no elements | ∅={} |
∣A∣ | cardinality of A or size of A | Number of elements in set A | ∣A∣=n means A has n elements |
N | natural numbers | Set of non-negative integers | N={0,1,2,3,…} |
Z | integers | Set of all integers | Z={…,−2,−1,0,1,2,…} |
Q | rational numbers | Set of numbers that can be expressed as fractions | Q={qp∣p,q∈Z,q=0} |
R | real numbers | Set of all real numbers | R includes all rational and irrational numbers |
C | complex numbers | Set of numbers of the form a + bi | C={a+bi∣a,b∈R} |
A | algebraic numbers | Complex numbers that are roots of polynomials | 2,i∈A but π∈/A |
I | irrational numbers | Real numbers that are not rational | π,e,2∈I |