← Number & Algebra
Mathematics Β· Topic Cheatsheet

Number & Algebra

110 key results accumulated across 5 chapters.

Sequence
Ch 1
An ordered list of numbers u1,u2,u3,…u_1, u_2, u_3, \dots following a rule. Can be finite or infinite.
Series
Ch 1
The sum of a sequence: u1+u2+β‹―+unu_1 + u_2 + \dots + u_n. Finite (sum to unu_n) or infinite (sum forever).
General term
Ch 1
unu_n is the nn-th term, expressed as a formula in nn. Two sequences differ iff their general terms do.
Arithmetic β€” definition
Ch 1
un+1βˆ’un=du_{n+1} - u_n = d
Common difference dd is constant across consecutive terms.
Arithmetic β€” $n$-th term
Ch 1
un=u1+(nβˆ’1)du_n = u_1 + (n-1)d
Arithmetic β€” sum
Ch 1
Sn=n2(u1+un)=n2(2u1+(nβˆ’1)d)S_n = \tfrac{n}{2}(u_1 + u_n) = \tfrac{n}{2}\bigl(2u_1 + (n-1)d\bigr)
Two terms gap
Ch 1
upβˆ’uq=(pβˆ’q)du_p - u_q = (p - q)d β€” the gap is exactly (pβˆ’q)(p-q) common differences.
Geometric β€” definition
Ch 1
un+1un=r\tfrac{u_{n+1}}{u_n} = r
Common ratio rr is constant. un≠0u_n \neq 0 required.
Geometric β€” $n$-th term
Ch 1
un=u1 r nβˆ’1u_n = u_1\,r^{\,n-1}
Geometric β€” finite sum
Ch 1
Sn=u1(1βˆ’rn)1βˆ’r=u1(rnβˆ’1)rβˆ’1β€…β€Š(rβ‰ 1)S_n = \frac{u_1(1 - r^n)}{1 - r} = \frac{u_1(r^n - 1)}{r - 1}\;(r\neq1)
Geometric β€” sum to infinity
Ch 1
S∞=u11βˆ’rβ€…β€Šβ€…β€ŠonlyΒ ifβ€…β€Šβˆ£r∣<1S_\infty = \frac{u_1}{1-r}\;\;\text{only if}\;|r|<1
Convergent if ∣r∣<1|r|<1, divergent otherwise. Always check before applying.
Sigma notation
Ch 1
βˆ‘r=1nf(r)=f(1)+f(2)+β‹―+f(n)\sum_{r=1}^{n} f(r) = f(1)+f(2)+\dots+f(n)
Sigma properties
Ch 1
βˆ‘(arΒ±br)=βˆ‘arΒ±βˆ‘br,β€…β€Šβ€…β€Šβˆ‘c ar=cβˆ‘ar,β€…β€Šβ€…β€Šβˆ‘r=1nc=cn\sum(a_r\pm b_r) = \sum a_r \pm \sum b_r,\;\;\sum c\,a_r = c\sum a_r,\;\;\sum_{r=1}^{n} c = cn
Standard sums
Ch 1
βˆ‘r=1nr=n(n+1)2,β€…β€Šβ€…β€Šβˆ‘r=1nr2=n(n+1)(2n+1)6,β€…β€Šβ€…β€Šβˆ‘r=1nr3=[n(n+1)2]2\sum_{r=1}^{n} r = \tfrac{n(n+1)}{2},\;\;\sum_{r=1}^{n} r^2 = \tfrac{n(n+1)(2n+1)}{6},\;\;\sum_{r=1}^{n} r^3 = \Bigl[\tfrac{n(n+1)}{2}\Bigr]^2
Term from $S_n$
Ch 1
un=Snβˆ’Snβˆ’1β€…β€Š(nβ‰₯2),β€…β€Šβ€…β€Šu1=S1u_n = S_n - S_{n-1}\;(n\ge 2),\;\;u_1 = S_1
Use when given SnS_n as a formula in nn.
Simple interest
Ch 1
FV=PV(1+rn100)FV = PV\Bigl(1 + \tfrac{rn}{100}\Bigr)
r%r\% per year, nn years; interest stays linear.
Compound interest
Ch 1
FV=PV(1+r100k)knFV = PV\Bigl(1 + \tfrac{r}{100k}\Bigr)^{kn}
kk = compounding periods per year. Per-period rate = r/(100k)r/(100k); periods = knkn.
Depreciation
Ch 1
FV=PV(1+r100)nFV = PV\Bigl(1 + \tfrac{r}{100}\Bigr)^n
Same shape; r<0r < 0 for depreciation.
Gauss's trick
Ch 1
Pair the 1st and last term, 2nd and 2nd-last, … each pair sums to u1+unu_1+u_n. With nn terms there are n/2n/2 pairs β†’ derives Sn=n2(u1+un)S_n = \tfrac{n}{2}(u_1+u_n).
Find $d$ from two given terms
Ch 1
Use upβˆ’uq=(pβˆ’q)du_p - u_q = (p-q)d to solve for dd in ONE step.
Find $r$ from two given geometric terms
Ch 1
Divide them: up/uq=rpβˆ’qu_p/u_q = r^{p-q}. Take the appropriate root.
Common trap (sum to infinity)
Ch 1
∣r∣=1|r| = 1 does NOT converge (Grandi's series 1βˆ’1+1βˆ’1+…1-1+1-1+\dots is the classic warning). Always check ∣r∣<1|r| < 1 strictly.
Common trap (compound interest)
Ch 1
If interest compounds kk times per year, the EXPONENT is knkn (not nn); the per-period rate is r/(100k)r/(100k), not r/100r/100.
Proof
Ch 2
A valid step-by-step argument that establishes the truth of a mathematical statement. Examples DON'T constitute proof β€” they merely suggest.
Why prove?
Ch 2
Cautionary: f(n)=n2+n+41f(n)=n^2+n+41 gives primes for n=0,…,39n = 0, \dots, 39 β€” then fails at n=40n=40 where f(40)=412f(40)=41^2. Patterns that hold for many cases can still be false.
Direct proof β€” method
Ch 2
Start from what's given; use algebra + known facts; reach the conclusion in steps with no leaps. Mark the end with β– \blacksquare.
Direct proof β€” even sum
Ch 2
2m+2n=2(m+n)2m + 2n = 2(m+n)
Sum of two evens is even. Template: 'Let m,n∈Zm, n \in \mathbb{Z}. Then 2m,2n2m, 2n are even. Their sum is 2(m+n)∈2Z2(m+n) \in 2\mathbb{Z}. β– \blacksquare'
Algebraic forms
Ch 2
even:2k,β€…β€Šodd:2k+1,β€…β€ŠmultΒ ofΒ 3:3k,β€…β€Š3Β consec:n,n+1,n+2\text{even}: 2k,\;\text{odd}: 2k+1,\;\text{mult of 3}: 3k,\;\text{3 consec}: n, n+1, n+2
Building blocks for nearly every algebraic direct proof.
Even/odd squares
Ch 2
p2Β evenβ€…β€ŠβŸΊβ€…β€ŠpΒ evenp^2 \text{ even} \iff p \text{ even}
Used constantly in number-theory proofs.
Counterexample β€” when to use
Ch 2
To disprove a 'for all' statement. ONE failing case is enough; no need to find more.
Counterexample β€” example
Ch 2
'Every prime is odd' β€” counterexample: n=2n=2 is prime AND even. Claim disproved.
Limitation
Ch 2
Counterexamples DISPROVE universal claims only. They can't disprove existence claims like 'there exists xx with …'.
Contradiction β€” method
Ch 2
(1) Assume the negation of the statement. (2) Derive a logical impossibility or contradiction with known fact. (3) Conclude the original must be true. β– \blacksquare
$\sqrt 2$ irrational (template)
Ch 2
Assume 2=p/q\sqrt 2 = p/q in lowest terms. Square: p2=2q2β‡’pp^2 = 2q^2 \Rightarrow p even. Then 4k2=2q2β‡’q4k^2 = 2q^2 \Rightarrow q also even. But p,qp, q share factor 2 β€” contradicts 'lowest terms'.
Infinitely many primes (Euclid)
Ch 2
Assume primes finite: p1,…,pnp_1, \dots, p_n. Let N=p1p2β‹―pn+1N = p_1 p_2 \cdots p_n + 1. Then NN has a prime divisor distinct from all pip_i β€” contradiction.
Induction β€” structure
Ch 2
(1) Base case: show P(1)P(1) (or P(n0)P(n_0) where the claim starts). (2) Inductive step: assume P(k)P(k), prove P(k+1)P(k+1). Conclude P(n)P(n) for all nβ‰₯n0n \ge n_0. β– \blacksquare
Induction β€” domino picture
Ch 2
Base case knocks the first domino. Inductive step says each falling domino knocks the next. Conclude: all fall. Both parts essential β€” omit either and the chain breaks.
Inductive hypothesis (IH)
Ch 2
The assumed statement P(k)P(k). To bridge to P(k+1)P(k+1): add the (k+1)(k+1)-th term to both sides (for sums), or multiply both sides by the relevant factor.
Induction β€” sum example
Ch 2
P(n):β€…β€Šβˆ‘r=1nr=n(n+1)2P(n):\;\sum_{r=1}^{n} r = \tfrac{n(n+1)}{2}
Base: 1=1β‹…2/21 = 1\cdot2/2 βœ“. Step: add (k+1)(k+1) to IH β‡’ k(k+1)2+(k+1)=(k+1)(k+2)2\tfrac{k(k+1)}{2} + (k+1) = \tfrac{(k+1)(k+2)}{2} βœ“.
Induction β€” inequality example
Ch 2
Prove 2n>n22^n > n^2 for nβ‰₯5n \ge 5. Base n=5n=5: 32>2532 > 25 βœ“. Step: 2k+1=2β‹…2k>2k2β‰₯(k+1)22^{k+1} = 2\cdot 2^k > 2k^2 \ge (k+1)^2 since 2k2βˆ’(k+1)2=k2βˆ’2kβˆ’1>02k^2-(k+1)^2 = k^2-2k-1 > 0 for kβ‰₯5k \ge 5.
Choosing a method β€” quick guide
Ch 2
'For all n∈Z+n \in \mathbb{Z}^+' β†’ induction. 'For all x∈Rx \in \mathbb{R}, PP' β†’ direct proof. 'For all …' suspected false β†’ counterexample. 'No such xx' or 'xx is irrational' β†’ contradiction.
Pitfall (induction)
Ch 2
You MUST use the inductive hypothesis P(k)P(k) inside the proof of P(k+1)P(k+1). If the hypothesis is never invoked, your 'proof' isn't induction β€” it's just direct.
Pitfall (contradiction)
Ch 2
Make sure the negation is fully derived to a CONTRADICTION (e.g. 'aa both even and odd', '0=10 = 1'). Just 'this doesn't look right' is not enough.
Pitfall (counterexample)
Ch 2
A single example does NOT prove a 'for all' claim β€” it only suggests. Don't try to 'prove' by finding one positive case.
Multiplication principle (AND)
Ch 3
If task A has aa outcomes and task B has bb outcomes, doing both in sequence gives aΓ—ba \times b outcomes. Generalises to any number of independent stages.
Addition principle (OR)
Ch 3
If task A has aa outcomes and task B has bb outcomes and they are mutually exclusive alternatives, choosing one or the other gives a+ba + b outcomes.
Factorial
Ch 3
n!=n(nβˆ’1)(nβˆ’2)β‹―2β‹…1,0!=1n! = n(n-1)(n-2)\cdots 2\cdot 1,\quad 0! = 1
Factorial β€” quick facts
Ch 3
1!=1,β€…β€Š2!=2,β€…β€Š3!=6,β€…β€Š4!=24,β€…β€Š5!=120,β€…β€Š6!=720,β€…β€Š7!=50401!=1,\;2!=2,\;3!=6,\;4!=24,\;5!=120,\;6!=720,\;7!=5040. Grows extremely fast β€” by 10!10! you are past 3.6 million.
Arrange all $n$ distinct objects in a row
Ch 3
n!n!
Number of orderings of nn different items along a line.
Permutation of $r$ from $n$ (order matters)
Ch 3
nPr=n!(nβˆ’r)!{}^{n}P_r = \frac{n!}{(n-r)!}
Pick rr items from nn AND arrange them. Example: 3-letter codes from 5 letters with no repeats =5P3=60= {}^5P_3 = 60.
Identical-objects formula
Ch 3
n!n1! n2!β‹―nk!\frac{n!}{n_1!\,n_2!\cdots n_k!}
Arrange nn items where n1,n2,…n_1, n_2, \dots are repeats of each kind. Example: arrangements of MISSISSIPPI =11!1! 4! 4! 2!=34,650= \tfrac{11!}{1!\,4!\,4!\,2!} = 34{,}650.
Circular arrangement
Ch 3
(nβˆ’1)!(n-1)!
Round table: fix one person to remove rotational symmetry, then arrange the remaining nβˆ’1n-1 linearly.
Combination (order does not matter)
Ch 3
nCr=(nr)=n!r! (nβˆ’r)!{}^{n}C_r = \binom{n}{r} = \frac{n!}{r!\,(n-r)!}
Pick rr items from nn when order is irrelevant. Equal to nPrr!\tfrac{{}^nP_r}{r!} β€” divide out the r!r! orderings of each chosen group.
Symmetry of $\binom{n}{r}$
Ch 3
(nr)=(nnβˆ’r)\binom{n}{r} = \binom{n}{n-r}
Choosing rr to include = choosing nβˆ’rn-r to leave out.
Quick values
Ch 3
(n0)=(nn)=1,β€…β€Š(n1)=(nnβˆ’1)=n,β€…β€Š(n2)=n(nβˆ’1)2\binom{n}{0}=\binom{n}{n}=1,\;\binom{n}{1}=\binom{n}{n-1}=n,\;\binom{n}{2}=\tfrac{n(n-1)}{2}
Pascal's rule
Ch 3
(nr)=(nβˆ’1rβˆ’1)+(nβˆ’1r)\binom{n}{r} = \binom{n-1}{r-1} + \binom{n-1}{r}
Each entry of Pascal's triangle is the sum of the two above it. Useful for shortcuts and proofs.
Binomial theorem
Ch 3
(a+b)n=βˆ‘r=0n(nr)anβˆ’rbr(a+b)^n = \sum_{r=0}^{n}\binom{n}{r}a^{n-r}b^{r}
Expands (a+b)n(a+b)^n into n+1n+1 terms: powers of aa fall from nn to 00, powers of bb rise from 00 to nn, coefficients come from row nn of Pascal's triangle.
General term
Ch 3
Tr+1=(nr)anβˆ’rbrT_{r+1} = \binom{n}{r}a^{n-r}b^{r}
The (r+1)(r+1)-th term, indexed from r=0r=0. Use this to extract a specific term (e.g. the x5x^5 term) without expanding the whole thing.
Coefficient extraction β€” recipe
Ch 3
To find the coefficient of xkx^k in (Ξ±+Ξ²x)n(\alpha + \beta x)^n: write Tr+1=(nr)Ξ±nβˆ’r(Ξ²x)rT_{r+1} = \binom{n}{r}\alpha^{n-r}(\beta x)^{r}, set the power of xx to kk, solve for rr, evaluate.
Pascal's triangle (first rows)
Ch 3
Row 0: 1 β€” Row 1: 1 1 β€” Row 2: 1 2 1 β€” Row 3: 1 3 3 1 β€” Row 4: 1 4 6 4 1 β€” Row 5: 1 5 10 10 5 1 β€” Row 6: 1 6 15 20 15 6 1.
Decision tree: P or C?
Ch 3
Ask: does the order of the chosen items change the outcome? YES β‡’ permutation (nPr)({}^nP_r). NO β‡’ combination (nCr)({}^nC_r). Seating, codes, ordered podiums β‡’ P. Committees, hands of cards, picking a team β‡’ C.
Decision tree: multiply or add?
Ch 3
AND between independent stages β‡’ multiply. OR between mutually exclusive cases β‡’ add. Split a mixed problem into disjoint cases first (add), then count each case (multiply).
Pitfall β€” double-counting
Ch 3
If swapping two identical items gives the same arrangement, you have over-counted. Divide by the symmetries (use the identical-objects formula or factor out the equivalent orderings).
Pitfall β€” wrong power in binomial
Ch 3
In (a+bx)n(a + bx)^n, every term carries an extra power of bb as well as xx. Do not drop the brb^r. In (aβˆ’bx)n(a - bx)^n, term rr carries (βˆ’1)r(-1)^r.
Pitfall β€” calculator
Ch 3
nPr{}^nP_r and nCr{}^nC_r have dedicated GDC buttons (often under MATH β†’ PRB). Do not compute n!/(nβˆ’r)!n!/(n-r)! for large nn β€” overflow risk. Use the built-in function.
Coverage
Ch 4
Mixed practice over sequences/series, proof, counting & binomial.
Format
Ch 4
18 questions across 4 sections (A: 6, B: 3, C: 5, D: 4 multi-part). Designed for ~60 min in one sitting; pause and resume any time.
Arithmetic β€” $n$th term
Ch 4
un=u1+(nβˆ’1)du_n = u_1 + (n-1)d
Arithmetic β€” sum to $n$
Ch 4
Sn=n2 ⁣(2u1+(nβˆ’1)d)=n2(u1+un)S_n = \tfrac{n}{2}\!\bigl(2u_1 + (n-1)d\bigr) = \tfrac{n}{2}(u_1+u_n)
Two-terms gap (arithmetic)
Ch 4
uqβˆ’up=(qβˆ’p) du_q - u_p = (q-p)\,d
Use this to recover dd when two non-consecutive terms are given.
Geometric β€” $n$th term
Ch 4
un=u1 r nβˆ’1u_n = u_1\, r^{\,n-1}
Geometric β€” finite sum
Ch 4
Sn=u1(1βˆ’rn)1βˆ’r,rβ‰ 1S_n = \dfrac{u_1(1 - r^n)}{1 - r},\quad r\ne 1
Geometric β€” sum to infinity
Ch 4
S∞=u11βˆ’r,∣r∣<1β€…β€ŠstrictlyS_{\infty} = \dfrac{u_1}{1 - r},\quad |r| < 1\;\text{strictly}
Recover term from sum
Ch 4
un=Snβˆ’Snβˆ’1β€…β€Š(nβ‰₯2),u1=S1u_n = S_n - S_{n-1}\;(n\ge 2),\quad u_1 = S_1
Sigma notation
Ch 4
βˆ‘r=1nar=a1+a2+β‹―+an\sum_{r=1}^{n} a_r = a_1 + a_2 + \cdots + a_n
Sigma properties
Ch 4
βˆ‘(Ξ±ar+Ξ²br)=Ξ±β€‰β£βˆ‘ar+Ξ²β€‰β£βˆ‘br,β€…β€Šβ€…β€Šβˆ‘r=1nc=nc\sum(\alpha a_r + \beta b_r) = \alpha\!\sum a_r + \beta\!\sum b_r,\;\;\sum_{r=1}^{n} c = nc
Standard sums
Ch 4
βˆ‘r=1nr=n(n+1)2,β€…β€Šβ€…β€Šβˆ‘r=1nr2=n(n+1)(2n+1)6\sum_{r=1}^{n} r = \tfrac{n(n+1)}{2},\;\;\sum_{r=1}^{n} r^{2} = \tfrac{n(n+1)(2n+1)}{6}
Compound interest
Ch 4
FV=PV (1+i)nFV = PV\,(1 + i)^{n}
ii = period rate (annual rate Γ·\div compounds per year). nn = total periods. Depreciation: same formula with 1βˆ’i1 - i.
Simple interest
Ch 4
I=PVβ‹…iβ‹…nI = PV \cdot i \cdot n
Even / odd algebra
Ch 4
even=2k,β€…β€Šβ€…β€Šodd=2k+1β€…β€Šβ€…β€Š(k∈Z)\text{even} = 2k,\;\;\text{odd} = 2k+1\;\;(k\in\mathbb{Z})
Express assumed even/odd integers this way, then manipulate.
Direct proof β€” sum of two evens
Ch 4
2a+2b=2(a+b)2a + 2b = 2(a+b)
Template: write each as 2k2k, factor 2 out, conclude.
Counter-example β€” usage
Ch 4
ONE concrete instance is enough to disprove a 'for all' claim. Example: n2+n+41n^{2}+n+41 is prime for n=0,1,…,39n=0,1,\dots,39 but n=40n=40 gives 41241^{2} β€” not prime.
Contradiction β€” template
Ch 4
Assume the OPPOSITE of what you want, derive a logical impossibility (e.g. an integer that is both even and odd), conclude the original must hold.
Contradiction β€” $\sqrt{2}$ irrational
Ch 4
Assume 2=p/q\sqrt{2}=p/q in lowest terms β‡’ p2=2q2p^{2}=2q^{2} β‡’ pp even β‡’ qq even β‡’ contradicts 'lowest terms'.
Induction β€” structure
Ch 4
P(1)β€…β€Štrue;β€…β€Šβ€…β€ŠP(k)β‡’P(k+1)β€…β€Šβ‡’β€…β€ŠP(n)β€…β€Šβˆ€β€‰nβ‰₯1P(1)\;\text{true};\;\;P(k)\Rightarrow P(k+1)\;\Rightarrow\;P(n)\;\forall\,n\ge 1
Base case, inductive hypothesis (IH), inductive step, conclusion. The IH must appear in the step.
Induction β€” sum example
Ch 4
P(n):βˆ‘r=1nr=n(n+1)2P(n): \sum_{r=1}^{n} r = \tfrac{n(n+1)}{2}
Step: add (k+1)(k+1) to IH β‡’ k(k+1)2+(k+1)=(k+1)(k+2)2\tfrac{k(k+1)}{2}+(k+1) = \tfrac{(k+1)(k+2)}{2}.
Method-choice quick guide
Ch 4
'For all n∈Z+n\in\mathbb{Z}^{+}' β†’ induction. 'For all x∈Rx\in\mathbb{R}, PP' β†’ direct. suspected false β†’ counter-example. 'xx irrational' or 'no such xx' β†’ contradiction.
Multiplication principle (AND)
Ch 4
Independent stages with aa, bb outcomes give aΓ—ba \times b total.
Addition principle (OR)
Ch 4
Mutually exclusive alternatives with aa, bb outcomes give a+ba + b total.
Factorial
Ch 4
n!=n(nβˆ’1)(nβˆ’2)β‹―2β‹…1,β€…β€Šβ€…β€Š0!=1n! = n(n-1)(n-2)\cdots 2\cdot 1,\;\; 0! = 1
Arrange $n$ distinct in a row
Ch 4
n!n!
Permutations (order matters)
Ch 4
nPr=n!(nβˆ’r)!{}^{n}P_{r} = \dfrac{n!}{(n-r)!}
Combinations (order doesn't)
Ch 4
nCr=(nr)=n!r! (nβˆ’r)!{}^{n}C_{r} = \binom{n}{r} = \dfrac{n!}{r!\,(n-r)!}
Identical-objects arrangement
Ch 4
n!n1! n2!β‹―nk!\dfrac{n!}{n_{1}!\,n_{2}!\cdots n_{k}!}
Circular arrangement
Ch 4
(nβˆ’1)!(n-1)!
Fix one seat to kill rotational symmetry.
Symmetry of $\binom{n}{r}$
Ch 4
(nr)=(nnβˆ’r)\binom{n}{r} = \binom{n}{n-r}
Pascal's rule
Ch 4
(nr)=(nβˆ’1rβˆ’1)+(nβˆ’1r)\binom{n}{r} = \binom{n-1}{r-1} + \binom{n-1}{r}
Binomial theorem
Ch 4
(a+b)n=βˆ‘r=0n(nr)anβˆ’rbr(a+b)^{n} = \sum_{r=0}^{n} \binom{n}{r} a^{n-r} b^{r}
General term
Ch 4
Tr+1=(nr) anβˆ’r brT_{r+1} = \binom{n}{r}\, a^{n-r}\, b^{r}
Indexed from r=0r=0. Use to pick out a specific term (xkx^{k}, constant term, …).
Coefficient recipe
Ch 4
For (Ξ±+Ξ²x)n(\alpha + \beta x)^{n}: write Tr+1=(nr)Ξ±nβˆ’r(Ξ²x)rT_{r+1}=\binom{n}{r}\alpha^{n-r}(\beta x)^{r}, set the power of xx equal to the target, solve for rr, evaluate.
Sign care
Ch 4
(aβˆ’bx)nβ€…β€Šβ‡’β€…β€ŠTr+1=(nr)anβˆ’r(βˆ’b)rxr(a-bx)^{n}\;\Rightarrow\;T_{r+1}=\binom{n}{r}a^{n-r}(-b)^{r}x^{r}
Pick up (βˆ’1)r(-1)^{r} in each term.
Trap β€” geometric infinite
Ch 4
S∞S_{\infty} exists ONLY for ∣r∣<1|r|<1 strict. r=±1r=\pm 1 does NOT converge (Grandi's series).
Trap β€” compound exponent
Ch 4
If interest is compounded mm times/year for tt years, n=m tn = m\,t and the periodic rate is annualm\tfrac{\text{annual}}{m}.
Trap β€” binomial power
Ch 4
In (a+bx)n(a+bx)^{n}, each term carries an extra brb^{r} as well as xrx^{r} β€” don't drop the bb.
Trap β€” induction
Ch 4
You MUST use the IH inside the step. If the hypothesis P(k)P(k) is never invoked, it's not induction β€” it's just a direct proof for n=k+1n=k+1.
Paper 3 format
Ch 5
HL only. 2 investigations, ~55 marks total, 1 hour. Each problem builds 8-12 parts from compute β†’ conjecture β†’ prove. Calculator allowed.
Pacing
Ch 5
~30 min per investigation. Don't get stuck on one part β€” move to the next; later parts may give you clues for earlier ones.
Mark scheme rhythm
Ch 5
Almost every part: M1 (method shown) + A1 (correct value/expression) + R1 (justification or conclusion). The R1 marks compound β€” losing them kills your top band.
Reverse triangle inequality
Ch 5
∣∣aβˆ£βˆ’βˆ£bβˆ£βˆ£β‰€βˆ£a+b∣\big||a| - |b|\big| \le |a + b|
Iteration / fixed point
Ch 5
zn+1=f(zn)z_{n+1} = f(z_n) β€” fixed points satisfy z=f(z)z = f(z); long-term behaviour β‡’ attracting (sequence converges to it) or repelling.