202210201553 Solution to 1977-CE-AMATH-I-XX

In the figure below, the complex numbers z_0, z_1, z_2, z_3, and z_4 are represented in the Argand diagram by the vertices of a regular pentagon with centre at the origin O. If z_0=2, write z_2 in polar form and calculate the value of (z_2)^5.


Recall.

A complex number z in Cartesian form z=a+\mathrm{i}b can also be expressed in the polar form

z=re^{\mathrm{i}\varphi}=r(\cos\varphi +\mathrm{i}\sin\varphi )

where r=\sqrt{a^2+b^2} is called the modulus |z|, and \varphi the argument \textrm{arg}(z), of z.

Roughwork.

Observe that

|z_0|=|z_1|=|z_2|=|z_3|=|z_4|=2.

and

\displaystyle{\textrm{arg}(z_2)=2\pi\cdot\frac{2}{5}=\frac{4\pi}{5}}.

Hence

z_2=2e^{\mathrm{i}\frac{4\pi}{5}}.

The remaining are left the reader as an exercise.

202210201121 Solution to 1977-CE-AMATH-I-XX

Prove, by mathematical induction, that 23^n-1 is divisible by 11.


Roughwork.

Let proposition P(n) be that

P(n):\enspace 11|23^n-1.

First, note

\begin{aligned} & \quad\enspace P(1):\enspace 11|23^{1}-1 \\ & \Leftrightarrow P(1):\enspace 11|23-1 \\ & \Leftrightarrow P(1):\enspace 11|22 \\ & \Leftrightarrow P(1)\textrm{ is true} \\ \end{aligned}

that P(n) is true for n=1.

Next, assumed be to P(n) true.

\begin{aligned} &\quad\enspace P(n+1):\enspace 11|23^{(n+1)}-1 \\ & \Leftrightarrow P(n+1):\enspace 11|23^{n}\cdot 23-1 \\ & \Leftrightarrow P(n+1):\enspace 11|23^n-1+23^n\cdot 22\\ & \dots\textrm{ by assumption }11|23^n-1\textrm{ and for }11|22 \\ & \Leftrightarrow P(n+1)\textrm{ is true} \\ \end{aligned}

Thus, P(n) is true implies P(n+1) true.

From P(1)\textrm{ true}\,\vee\, P(n)\Longrightarrow P(n+1)\textrm{ true} follows P(n) the proposition is true for all positive integers n\geqslant 1. By the principle of mathematical induction proven is that 11 divides 23^n-1.

202210181552 Solution to 1971-CE-AMATH-I-XX

Show that the straight line x+2y+4=0 touches the curve y^2=4x.


Roughwork.

If there exists some point (a,b) of intersection of the straight line and the curve, we have

\begin{cases} a+2b+4 = 0 \\ b^2 = 4a \\ \end{cases}

Substituting -2b-4 for a in the second equation, we have

\begin{aligned} & b^2 = 4(-2b-4) \\ \Leftrightarrow\quad & b^2 + 8b +16 = 0 \\ \Leftrightarrow\quad & (b+4)^2 = 0 \\ \Leftrightarrow\quad & b = -4\quad\textrm{(rep.)} \\ \Rightarrow\quad & a = -2(-4)-4= 4 \\ \end{aligned}

\begin{cases} a = 4 \\ b = -4 \\ \end{cases}

Such point as (4,-4) exists.

\because The intersection of \begin{cases} L: x+2y+4=0 \\ C: y^2 = 4x \\ \end{cases} is non-empty.

\therefore The straight line touches the curve.