Exercises – Long Day#

Exercise 1: The complex exponential function#

Question a#

Use Euler’s formula (Equation (4.7) in the textbook) to write the following complex numbers in rectangular form, and draw the numbers in the complex plane:

  1. \(\mathrm e^{i \frac{-\pi}{4}}\)

  2. \(\mathrm e^{i\frac{\pi}{2}}\)

  3. \(\mathrm e^{\pi i}\)

  4. \(\mathrm e^{i \frac{5\pi}{4}}\)

What are the principal arguments of the numbers?

Question b#

Use Definition 4.1.1 from the textbook to write the following complex numbers in rectangular form:

  1. \(\mathrm e^{i\frac{\pi}{2}}\)

  2. \(3\mathrm e^{1+\pi i}\)

Exercise 2: Modulus and argument#

We are given the complex number \(w=1-i\).

  1. Determine \(|\,w\,|\) and state an argument \(\arg(w)\).

  2. Determine \(|\,\mathrm e^w\,|\) and state an argument \(\arg(\mathrm e^w)\).

Exercise 3: Polar form#

This exercise builds on Exercise 5a from Short Day in Week 3. The numbers \(z_1=1+i\sqrt{3}\), \(z_2=-1+i\sqrt{3}\), \(z_3=-1-i\sqrt{3}\) and \(z_4=1-i\sqrt{3}\) are given.

Question a#

State the four numbers in polar form.

Question b#

Use the polar forms to compute \(z_1^{3}\), \(z_2^{3}\), \(z_3^{3}\) and \(z_4^{3}\).

Question c#

Show that \(z_2\) and \(z_3\) are roots of the polynomial \(Z^3-8\).

Question d#

Determine a polynomial \(p(Z)\) in \(\mathbb{C}[Z]\) of degree three that has \(z_1\) and \(z_4\) as roots.

Exercise 4: First-degree polynomials#

A polynomial \(p(Z) \in \mathbb{C}[Z]\) is given by \(p(Z)=(2-i)Z+i\).

Question a#

Find the root of the polynomial \(p(Z)\).

Question b#

Solve the polynomial equations \(p(z)=2\) and \(p(z)=-2+2i\).

Exercise 5: Second-degree polynomials#

Question a#

Find all roots of the polynomial \(Z^2+2Z+5\).

Question b#

Find all roots of the polynomial \((Z^2+2Z+5)\cdot (Z^2-4)\).

Exercise 6: Polynomial arithmetic#

The following three polynomials in \(\mathbb{C}[Z]\) are given:

\[p_1(Z)=2Z^3-Z-1,\]
\[p_2(Z)=2+Z,\]
\[p_3(Z)=-1+0Z^{10}+(1+i)Z^5.\]

Question a#

Determine the degrees and leading coefficients of the three given polynomials.

Question b#

Compute \(p_1(Z)+p_2(Z)+p_3(Z)\), \(ip_3(Z)\) and \(p_1(Z)p_2(Z)\).

Exercise 7: Equations with the exponential function#

Question a#

We are given the numbers \(w_1=1\), \(w_2=\mathrm e\) and \(w_3=2i\). For \(n=1,2,3\), determine the solution set in \(\mathbb C\) to the equation

\[\mathrm e^z=w_n.\]

Question b#

Determine the solution set of the equation

\[(\mathrm e^z-1)(\mathrm e^z-2i)=0\,.\]

Question c#

Prove the first claim in Theorem 4.4.2, namely that \(\mathrm e^z \neq 0\) for all \(z\in\mathbb C\).

Exercise 8: Complex conjugation and roots of polynomials#

Question a#

  1. Determine \(\overline{2-3i}\) and \(\overline{10+12i}\). State the answers in rectangular form.

  2. Determine \(\overline{5 \mathrm e^{i\pi/3}}\). State the answer in polar form.

Question b#

We are informed that the complex number \(1+i\) is a root of the polynomial \(Z^3+(2+3i)Z+3-7i\). Show that \(1-i\) is a root of the polynomial \(Z^3+(2-3i)Z+3+7i\) using the properties of the complex conjugate as described in Lemma 5.3.1 in the textbook.

Question c#

We are now being informed that the complex number \(1+i\) is a root of the polynomial \(Z^4+Z^2-2Z+6\). Show that \(1-i\) is also a root of this polynomial.

Exercise 9: Integer powers and polar form#

In Exercise 3 you wrote the complex number \(-1+\sqrt{3}i\) in polar form. Now, show that

\[(-1+\sqrt{3}i)^{10}=2^{9}(-1+\sqrt{3}i).\]

Have you finished all the exercises?#

If it went too quickly and you are eager for more, then click here for some challenging optional extra exercises.