IB Mathematics: Number and Algebra Review

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/41

flashcard set

Earn XP

Description and Tags

These vocabulary flashcards provide key definitions, notations, and formulas for IB Mathematics Analysis and Approaches, covering number sets, sequences, financial math, logic, proofs, and complex numbers.

Last updated 9:18 AM on 6/28/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

42 Terms

1
New cards

Natural Numbers (NN)

The set of non-negative integers represented as {0,1,2,3,4,}\{0, 1, 2, 3, 4, \dots\}.

2
New cards

Integers (ZZ)

The set containing all whole numbers and their negatives: {0,±1,±2,±3,}\{0, \pm1, \pm2, \pm3, \dots\}.

3
New cards

Rational Numbers (QQ)

Numbers that can be expressed as a fraction ab\frac{a}{b} where a,bZa, b \in Z and b0b \neq 0.

4
New cards

Real Numbers (RR)

The complete set of numbers comprising both rational and irrational values.

5
New cards

Significant Figures (s.f.)

A rounding method where counting begins from the first non-zero digit of a number.

6
New cards

Scientific Form (a×10ka \times 10^k)

A way of writing numbers where 1a<101 \leq a < 10 and kk is an integer.

7
New cards

Sequence

An ordered list of numbers, often denoted as u1,u2,u3,u_1, u_2, u_3, \dots.

8
New cards

Series

The total sum of the terms in a sequence, which can be finite (SnS_n) or infinite (SS_{\infty}).

9
New cards

Sigma Notation (n=1kun\sum_{n=1}^{k} u_n)

A symbolic representation used to indicate the sum of terms unu_n from an initial index to a final index.

10
New cards

Recursive Relation

A method of defining a sequence by providing the first term(s) and a formula for un+1u_{n+1} based on preceding terms.

11
New cards

Arithmetic Sequence (A.S.)

A sequence in which the difference between any two consecutive terms is a constant value, dd.

12
New cards

Arithmetic General Formula

The formula used to find the nth term of an arithmetic sequence: un=u1+(n1)du_n = u_1 + (n - 1)d.

13
New cards

Arithmetic Sum Formula

Calculated as Sn=n2(u1+un)S_n = \frac{n}{2}(u_1 + u_n) or Sn=n2[2u1+(n1)d]S_n = \frac{n}{2}[2u_1 + (n - 1)d].

14
New cards

Geometric Sequence (G.S.)

A sequence where the ratio between any two consecutive terms remains constant, denoted as rr.

15
New cards

Geometric General Formula

The formula used to find the nth term of a geometric sequence: un=u1rn1u_n = u_1 r^{n-1}.

16
New cards

Geometric Sum Formula

The sum of the first nn terms is Sn=u1(rn1)r1S_n = \frac{u_1(r^n - 1)}{r - 1} or Sn=u1(1rn)1rS_n = \frac{u_1(1 - r^n)}{1 - r}, where r1r \neq 1.

17
New cards

Infinite Geometric Series

A series that converges when r<1|r| < 1, with a total sum given by S=u11rS_{\infty} = \frac{u_1}{1 - r}.

18
New cards

Future Value (FVFV)

The amount an investment grows to over nn periods at rate r%r\%, calculated as FV=PV(1+r100)nFV = PV(1 + \frac{r}{100})^n.

19
New cards

Compound Interest (k periods)

Interest calculated periodically within a year, using the formula FV=PV(1+r100k)knFV = PV(1 + \frac{r}{100k})^{kn}.

20
New cards

Real Value (RV)

The value of an investment adjusted for inflation (a%a\%), calculated as RV=FV(1+a100)nRV = \frac{FV}{(1 + \frac{a}{100})^n}.

21
New cards

Factorial (n!n!)

The product of all positive integers up to nn, where 1!=11! = 1 and 0!=10! = 1.

22
New cards

Binomial Coefficient (nCrnCr)

The number of ways to choose rr items from nn, calculated as (nr)=n!r!(nr)!\binom{n}{r} = \frac{n!}{r!(n - r)!}.

23
New cards

Binomial Theorem

The formal expansion of (a+b)n(a + b)^n into a sum of terms involving powers of aa and bb and coefficients from Pascal's triangle.

24
New cards

Identity (\equiv)

A mathematical statement that remains true for all possible values of the variables involved.

25
New cards

Converse

The statement formed by reversing the hypothesis and conclusion of an implication: if BB then AA.

26
New cards

Contrapositive

A statement equivalent to the original implication: if not BB then not AA.

27
New cards

Proof by Contradiction

A method where one assumes the negation of the statement to be proven and derives a logical inconsistency.

28
New cards

The Pigeonhole Principle

If n+1n+1 pigeons are placed in nn holes, at least one hole must contain at least 2 pigeons.

29
New cards

Mathematical Induction

A three-step proof technique: testing a base case (n=1n=1), assuming it true for n=kn=k, and proving it for n=k+1n=k+1.

30
New cards

Consistent System

A system of linear equations that possesses at least one solution.

31
New cards

Gaussian Elimination

A methodology using row operations on an augmented matrix to reduce it to a form where variables can be solved through back-substitution.

32
New cards

Complex Number (zz)

A number of the form x+yix + yi, where xx is the real part and yy is the imaginary part.

33
New cards

Imaginary Unit (ii)

A number defined such that i2=1i^2 = -1.

34
New cards

Complex Conjugate (zˉ\bar{z})

For a number z=x+yiz = x + yi, the conjugate is defined as zˉ=xyi\bar{z} = x - yi.

35
New cards

Modulus (z|z|)

The distance of a complex number from the origin in the complex plane: z=x2+y2|z| = \sqrt{x^2 + y^2}.

36
New cards

Fundamental Theorem of Algebra

States that every polynomial of degree n1n \geq 1 has exactly nn complex roots.

37
New cards

Conjugate Root Theorem

Asserts that if a polynomial with real coefficients has a complex root z=a+biz = a + bi, then its conjugate zˉ=abi\bar{z} = a - bi is also a root.

38
New cards

Polar Form (rcis(θ)r \text{cis}(\theta))

Representing a complex number using its modulus rr and argument θ\theta as r(cos(θ)+isin(θ))r(\cos(\theta) + i\sin(\theta)).

39
New cards

Euler's Form

Expressing a complex number as z=reiθz = re^{i\theta}, identifying eiθe^{i\theta} with cos(θ)+isin(θ)\cos(\theta) + i\sin(\theta).

40
New cards

De Moivre’s Theorem

States that for any integer nn, [r(cos(θ)+isin(θ))]n=rn(cos(nθ)+isin(nθ))[r(\cos(\theta) + i\sin(\theta))]^n = r^n(\cos(n\theta) + i\sin(n\theta)).

41
New cards

n-th Roots of Unity

The nn distinct solutions to the equation zn=1z^n = 1, which divide the unit circle into nn equal arcs.

42
New cards

Sum of n-th Roots of Unity

The property that the sum of all distinct solutions to zn=1z^n = 1 is always equal to 0.