Key Concepts to Memorise
- Binomial Theorem: \((a+b)^n = \sum_{r=0}^{n}\binom{n}{r}a^{n-r}b^r\)
- General term: \(T_{r+1} = \binom{n}{r}a^{n-r}b^r\)
- Complex number modulus: \(|a+bi| = \sqrt{a^2+b^2}\)
- De Moivre's Theorem: \((r\,\text{cis}\,\theta)^n = r^n\,\text{cis}(n\theta)\)
Find the term independent of \(x\) in \((x + \tfrac{1}{x})^6\).
Solution: \(T_{r+1} = \binom{6}{r}x^{6-r}\cdot x^{-r} = \binom{6}{r}x^{6-2r}\). Set \(6-2r=0 \Rightarrow r=3\). Term \(= \binom{6}{3} = 20\).
Constant term: \(6-2r=0 \Rightarrow r=2\).
\(T_3 = \binom{6}{2}\cdot 2^4\cdot(-1)^2 = 15\cdot 16\cdot 1 = \mathbf{240}\).
By De Moivre: \(z^6 = 2^6\,\text{cis}\!\left(6\cdot\tfrac{\pi}{3}\right) = 64\,\text{cis}(2\pi) = 64\cdot 1 = \mathbf{64}\).
Key Concepts to Memorise
- Inverse: swap \(x\) and \(y\), then solve for \(y\)
- Log laws: \(\log_a(mn)=\log_a m + \log_a n\); change of base: \(\log_a b = \dfrac{\ln b}{\ln a}\)
- Transformations: \(f(x-h)+k\) shifts right \(h\), up \(k\)
If \(f(x)=2x-3\), find \(f^{-1}(x)\).
Solution: Let \(y=2x-3\), swap: \(x=2y-3 \Rightarrow f^{-1}(x)=\dfrac{x+3}{2}\).
\(y(x-2)=3x+1 \Rightarrow f^{-1}(x) = \mathbf{\dfrac{3x+1}{x-2}}\).
\((x-4)(x+2)=0 \Rightarrow x=4\) or \(x=-2\).
Since \(\log_2 x\) requires \(x>0\) and \(x>2\), we reject \(x=-2\). Answer: \(\mathbf{x=4}\).
Key Concepts to Memorise
- Dot product: \(\mathbf{a}\cdot\mathbf{b}=|\mathbf{a}||\mathbf{b}|\cos\theta\)
- Compound angle: \(\sin(A\pm B)=\sin A\cos B\pm\cos A\sin B\)
- Double angle: \(\cos 2A = 1-2\sin^2 A = 2\cos^2 A-1\)
Angle between \(\mathbf{a}=(1,0,0)\) and \(\mathbf{b}=(1,1,0)\):
\(\cos\theta = \dfrac{1}{\sqrt{2}} \Rightarrow \theta = 45°\).
\(|\mathbf{a}|=\sqrt{1+4+1}=\sqrt{6},\quad|\mathbf{b}|=\sqrt{4+1+4}=3\).
\(\cos\theta = \dfrac{-2}{3\sqrt{6}} \Rightarrow \theta = \arccos\!\left(\dfrac{-2}{3\sqrt{6}}\right) \approx 105.8°\).
\(= \dfrac{\sqrt{2}}{2}\cdot\dfrac{\sqrt{3}}{2}+\dfrac{\sqrt{2}}{2}\cdot\dfrac{1}{2} = \dfrac{\sqrt{6}}{4}+\dfrac{\sqrt{2}}{4} = \mathbf{\dfrac{\sqrt{6}+\sqrt{2}}{4}}\).
Note: Option C simplifies to the same value — but B is the standard IB form.
Key Concepts to Memorise
- Binomial: \(P(X=k)=\binom{n}{k}p^k(1-p)^{n-k}\), mean \(\mu=np\)
- Normal: \(X\sim N(\mu,\sigma^2)\), standardise \(Z=\dfrac{X-\mu}{\sigma}\)
- Bayes' theorem: \(P(A|B)=\dfrac{P(B|A)P(A)}{P(B)}\)
- Conditional probability: \(P(A|B)=\dfrac{P(A\cap B)}{P(B)}\)
\(X\sim B(5,0.3)\). Find \(P(X=2)\).
\(= \binom{5}{2}(0.3)^2(0.7)^3 = 10\times0.09\times0.343 \approx 0.309\).
From standard normal tables: \(P(Z < 1.5) = \mathbf{0.9332}\).
\(= 56 \times 0.00497664 = \mathbf{0.2787}\) (4 s.f.).
Key Concepts to Memorise
- Product rule: \((uv)' = u'v + uv'\)
- Chain rule: \(\dfrac{d}{dx}f(g(x)) = f'(g(x))\cdot g'(x)\)
- Integration by parts: \(\displaystyle\int u\,dv = uv - \int v\,du\)
- Fundamental Theorem: \(\displaystyle\int_a^b f'(x)\,dx = f(b)-f(a)\)
Differentiate \(f(x)=x^3 e^x\).
\(f'(x) = 3x^2 e^x + x^3 e^x = x^2 e^x(3+x)\).
\(\dfrac{d}{dx}[x^2\ln x] = 2x\cdot\ln x + x^2\cdot\dfrac{1}{x} = 2x\ln x + x = \mathbf{x(2\ln x+1)}\).
\(\int xe^x\,dx = xe^x - \int e^x\,dx = xe^x - e^x + C = \mathbf{e^x(x-1)+C}\).
Alternatively: \(\dfrac{\sin 3x}{x} = 3\cdot\dfrac{\sin 3x}{3x} \to 3\times 1 = \mathbf{3}\).
At \(r=2\): \(32\pi = 4\pi(4)\dfrac{dr}{dt} = 16\pi\dfrac{dr}{dt}\).
\(\dfrac{dr}{dt} = \dfrac{32\pi}{16\pi} = \mathbf{2 \text{ cm/s}}\).
Maclaurin: \(e^x = \displaystyle\sum_{n=0}^{\infty}\dfrac{x^n}{n!} = \mathbf{1 + x + \dfrac{x^2}{2!}+\dfrac{x^3}{3!}+\cdots}\).
Note: \(2!=2\) and \(3!=6\), so the denominators are 2 and 6, not 2 and 3.
Integrate: \(\ln|y| = x^2 + C_1 \Rightarrow y = Ce^{x^2}\).
Apply \(y(0)=3\): \(3=Ce^0=C\). Therefore \(y = \mathbf{3e^{x^2}}\).
For \(2\times2\) matrix: swap diagonal, negate off-diagonal.
\(A^{-1} = \mathbf{\dfrac{1}{10}\begin{pmatrix}4&-1\\-2&3\end{pmatrix}}\).
Add \((m+1)\) to both sides: \(\dfrac{m(m+1)}{2}+(m+1) = \dfrac{m(m+1)+2(m+1)}{2} = \dfrac{(m+1)(m+2)}{2}\).
This matches the formula with \(n=m+1\). ✓ Option A is correct.
\(S_\infty = \dfrac{3}{1-\tfrac{1}{2}} = \dfrac{3}{\tfrac{1}{2}} = \mathbf{6}\).
Area \(= \displaystyle\int_0^2\!(4x-x^2-x^2)\,dx = \int_0^2(4x-2x^2)\,dx\)
\(= \Big[2x^2 - \tfrac{2x^3}{3}\Big]_0^2 = \left(8-\tfrac{16}{3}\right)-0 = \dfrac{24-16}{3} = \mathbf{\dfrac{8}{3}}\).
\(\dfrac{dy}{dx} = \dfrac{dy/dt}{dx/dt} = \dfrac{2}{2t} = \mathbf{\dfrac{1}{t}}\).
Key Formula
\(P(A|B) = \dfrac{P(A\cap B)}{P(B)}\) — the probability of \(A\) given that \(B\) has occurred.