Notations

Some reoccurring notations that IB assumes to be prior knowledge are listed below. Interpreting and using correct notations are assessed in all papers and in the internal assessment.

Contents

Interval notation

Interval notation is used only in HL papers, but it can be helpful to know in SL for more effective communication on the IA and exams.

x[0,1]x \in \left[0, 1\right] means 0x10 \leq x \leq 1

x]0,1]x \in \left]0, 1\right] means 0<x10 < x \leq 1

x[0,1[x \in \left[0, 1\right[ means 0x<10 \leq x < 1

x]0,1[x \in \left]0, 1\right[ means 0<x<10 < x < 1

Intervals using ±\pm \infty (positive or negative infinity) must use the exclusive notation, eg, [0,[\left[0, \infty\right[ or ],4[\left] -\infty, 4\right[.

[3,1][2,[\left[-3, -1\right] \cup \left[2, \infty\right[ is the way to specify two non-overlapping intervals.

Sets of numbers

Here are some common sets.

symbol name description examples
Z\mathbb{Z} integers multiples of 11 5,0,7-5, 0, 7
Z+\mathbb{Z}^+ positive integers integers greater than 00 10,45,10110, 45, 101
Z\mathbb{Z}^- negative integers integers less than 00 273,5-273, -5
N\mathbb{N} natural numbers 00 and positive integers 0,1010, 101
Q\mathbb{Q} rational numbers ratios of integers 7,457, \frac 45
R\mathbb{R} real numbers numbers on number line 3,π,2+23, \pi, -2+\sqrt 2

HL students should also recognize C\mathbb{C} for complex numbers.

It is worth pointing out that \infty and -\infty belong to none of the above sets. The real numbers is all numbers on the open interval, ie xR{x \in \mathbb R} means x],[{x \in \left]-\infty, \infty\right[}.

Where is that bracket?

Generally speaking, an operator takes the first term as its argument.

Examples

  • ddx2x+5=(ddx2x)+5\displaystyle \frac{\d}{\d x} 2x + 5 = \left(\frac{\d}{\d x} 2x\right) + 5
  • 1nxx2μ2=(1nx(x2))μ2\displaystyle \frac 1n \sum_{x} x^2 - \mu^2 = \left(\frac 1n \sum_{x} \left(x^2\right)\right) - \mu^2, formula for variance (HL)
  • lnsinx+5=(ln(sinx))+5\ln \sin x + 5 = (\ln (\sin x)) + 5, this is super rare, but similar notations have appeared on exams.

If you want to apply an operator to an expression with addition or subtraction at the top level, be sure to use parentheses.

iff

iff,     \iff, means if and only if. A iff BA \text{ iff } B means both if AA then BB, but also if BB then AA. So A    BA \iff B means they are both true or both false.

In contrast, A    BA \implies B means if AA is true then BB is also true, but it does not necessarily mean BB is true means AA is true.