20 problems found
Solution:
Let \(\omega=\mathrm{e}^{2\pi\mathrm{i}/3}.\) Show that \(1+\omega+\omega^{2}=0\) and calculate the modulus and argument of \(1+\omega^{2}.\) Let \(n\) be a positive integer. By evaluating \((1+\omega^{r})^{n}\) in two ways, taking \(r=1,2\) and \(3\), or otherwise, prove that \[ \binom{n}{0}+\binom{n}{3}+\binom{n}{6}+\cdots+\binom{n}{k}=\frac{1}{3}\left(2^{n}+2\cos\left(\frac{n\pi}{3}\right)\right), \] where \(k\) is the largest multiple of \(3\) less than or equal to \(n\). Without using a calculator, evaluate \[ \binom{25}{0}+\binom{25}{3}+\cdots+\binom{25}{24} \] and \[ \binom{24}{2}+\binom{24}{5}+\cdots+\binom{24}{23}\,. \] {[}\(2^{25}=33554432.\){]}
Solution: Since \(\omega^3 = 1\) and \(\omega \neq 1\) we must have that \((\omega-1)(1 + \omega + \omega^2) = 0\) but by dividing by \(\omega - 1\) we obtain the desired result. \(1+\omega^2 = -\omega\) so \(|1 + \omega^2| = |-\omega| = 1\) and \(\arg ( 1 + \omega^2) = \arg(-\omega) = \pi - \frac{2\pi}{3} = \frac{\pi}{3}\) \begin{align*} && (1 + 1)^n &= \sum_{k=0}^n \binom{n}{k}\\ && (1+ \omega)^n &= \sum_{k=0}^n \binom{n}{k} \omega^{k} \\ && (1+ \omega^2)^n &= \sum_{k=0}^n \binom{n}{k} \omega^{2k} \\ \Rightarrow && 2^n+(-\omega^2)^n + (-\omega)^n &= \sum_{k=0, k \equiv 0 \pmod{3}}^n (1+1+1)\binom{n}{k} + \sum_{k=0, k \equiv 1 \pmod{3}}^n (1 + \omega + \omega^2) \binom{n}{k} + \sum_{k=0, k \equiv 2 \pmod{3}}^n (1 + \omega^2 + \omega) \binom{n}{k} \\ \Rightarrow && 2^n +((-\omega)^n)^{-1}+(-\omega)^n &= \sum_{k=0, k \equiv 0 \pmod{3}}^n \binom{n}{k} \end{align*} \(2^n +((-\omega)^n)^{-1}+(-\omega)^n = 2^n + 2 \textrm{Re}(-\omega^n) = 2^n + 2 \cos \frac{n\pi}{3}\) Therefore our answer follows. \begin{align*} \binom{25}{0}+\binom{25}{3}+\cdots+\binom{25}{24} &= \frac13 \l 2^{25} + 2\cos (\frac{25 \pi}{3}) \r \\ &= \frac13 \l 2^{25} + 2 \cos \frac{\pi}{3} \r \\ &= \frac13 \l 2^{25} + 1 \r \\ &= \frac13 \l (4096 \cdot 4096 \cdot 2) + 1 \r \\ &= 11\,184\,811 \end{align*} Notice that \(S_2 = \binom{24}{2} + \cdots +\binom{24}{23} = \binom{24}{1} + \cdots + \binom{24}{22} = S_1\) and \(S_0 = \binom{24}0 + \cdots + \binom{24}{21} = \frac13 \l 2^{24} + 2 \r\) Therefore since \(S_0 + 2 \cdot S_2 = 2^{24}\) we must have \begin{align*} S_2 &= \frac12 \l 2^{24} - \frac13 \l 2^{24} + 2 \r \r \\ &= \frac13 \l 2^{24} - 1 \r \\ &= \frac13 \l 16777216- 1 \r \\ &= \frac13 \cdot 16777215 \\ &= 5\,592\,405 \end{align*}
Prove that, for any integers \(n\) and \(r\), with \(1\leqslant r\leqslant n,\) \[ \binom{n}{r}+\binom{n}{r-1}=\binom{n+1}{r}. \] Hence or otherwise, prove that \[ (uv)^{(n)}=u^{(n)}v+\binom{n}{1}u^{(n-1)}v^{(1)}+\binom{n}{2}u^{(n-2)}v^{(2)}+\cdots+uv^{(n)}, \] where \(u\) and \(v\) are functions of \(x\) and \(z^{(r)}\) means \(\dfrac{\mathrm{d}^{r}z}{\mathrm{d}x^{r}}\). Prove that, if \(y=\sin^{-1}x,\) then \((1-x^{2})y^{(n+2)}-(2n+1)xy^{(n+1)}-n^{2}y^{(n)}=0.\)
Solution: \begin{align*} \binom{n}{r} + \binom{n}{r-1} &= \frac{n!}{r!(n-r)!} + \frac{n!}{(r-1)!(n-r+1)!} \\ &= \frac{n!}{(r-1)!(n-r)!} \left ( \frac{1}{r} + \frac{1}{n-r+1} \right) \\ &= \frac{n!}{(r-1)!(n-r)!} \frac{(n-r+1)+r}{r(n-r+1)} \\ &= \frac{n! (n+1)}{r! (n-r+1)!} \\ &= \frac{(n+1)!}{r!(n+1-r)!} \\ &= \binom{n+1}{r} \end{align*} Claim: \(\displaystyle (uv)^{(n)} = \sum_{r=0}^n \binom{n}{r} u^{(n-r)} v^{(r)}\) Proof: (By induction on \(n\)). Base case: \(n = 0\) is clear. Inductive step: Suppose it is true for \(n = k\), then consider \begin{align*} (uv)^{(k+1)} &= \left ( (uv)^{(k)} \right)' \\ &= \left ( \sum_{r=0}^k \binom{k}{r} u^{(k-r)} v^{(r)} \right)' \tag{by assumption} \\ &=\sum_{r=0}^k \binom{k}{r} \left ( u^{(k-r)} v^{(r)}\right)' \tag{linearity} \\ &=\sum_{r=0}^k \binom{k}{r} \left ( u^{(k-r+1)} v^{(r)} + u^{(k-r)}v^{(r+1)}\right) \\ &= \sum_{r=0}^{k} \binom{k}{r} u^{(k-r+1)} v^{(r)} + \sum_{r=0}^{k} \binom{k}{r} u^{(k-r)}v^{(r+1)} \\ &= \sum_{r=0}^{k} \binom{k}{r} u^{(k-r+1)} v^{(r)} + \sum_{r=1}^{k+1} \binom{k}{r-1} u^{(k-r+1)}v^{(r)} \\ &= u^{(k+1)}v + \sum_{r=1}^k \left (\binom{k}{r} + \binom{k}{r-1} \right)u^{(k-r+1)}v^{(r)} + u v^{(k+1)}\\ &= u^{(k+1)}v + \sum_{r=1}^k \binom{k+1}{r} u^{(k-r+1)}v^{(r)} + u v^{(k+1)}\\ &= \sum_{r=0}^{k+1} \binom{k+1}{r} u^{(k-r+1)}v^{(r)}\\ \end{align*} Therefore if our statement is true for \(n = k\) it is true for \(n = k+1\). Since it is true for \(n = 0\) by the principle of mathematical induction it is true for all integer \(n \geq 0\) Suppose \( y = \sin^{-1} x\), then \(y' = \frac{1}{\sqrt{1-x^2}}\), \(y'' = \frac{x}{(1-x^2)^{3/2}}\). Not that this means that \((1-x^2)y'' - xy' = 0\) (which is our formula when \(n = 0\)). Now apply Leibniz's formula to this. \begin{align*} 0 &= \left ( (1-x^2)y'' - xy' \right)^{(n)} \\ &= \left ( (1-x^2)y'' \right)^{(n)} -\left ( xy' \right)^{(n)} \\ &= \left ( (1-x^2)y^{(n+2)} - n\cdot 2x \cdot y^{(n+1)}-\binom{n}{2} \cdot 2 \cdot y^{(n)} \right )- \left (xy^{(n+1)}+ny^{(n)} \right) \\ &= (1-x^2)y^{(n+2)} - (2n+1)y^{(n+1)} - \left ( n(n-1)+n \right)y^{(n)} \\ &= (1-x^2)y^{(n+2)} - (2n+1)y^{(n+1)} - n^2y^{(n)} \\ \end{align*} as required
Write down the binomial expansion of \((1+x)^{n}\), where \(n\) is a positive integer.
Solution: \[ (1+x)^n = \sum_{k=0}^n \binom{n}{k} x^k \]
Each of \(m\) distinct points on the positive \(y\)-axis is joined by a line segment to each of \(n\) distinct points on the positive \(x\)-axis. Except at the endpoints, no three of these segments meet in a single point. Derive formulae for \begin{questionparts} \item the number of such line segments; \item the number of points of intersections of the segments, ignoring intersections at the endpoints of the segments. \end{questionpart} If \(m=n\geqslant3,\) and the two segments with the greatest number of points of intersection, and the two segments with the least number of points of intersection, are excluded, prove that the average number of points of intersection per segment on the remaining segments is \[ \frac{n^{3}-7n+2}{4(n+2)}\,. \]
Solution: