Exercises

1.6. Exercises#

You should try the following exercise questions first, then check with the answers.

For detailed solutions, you can download the full solutions for Chapter 2 Exercises.

Exercise 1.1

Simplify the following expressions used to calculate \(z\), and find the real and imaginary components of \(z\):

  1. \(\displaystyle z=\frac{4+3\i}{3-4\i}\),

  2. \(\displaystyle z=e^{\i\theta}-e^{-\i\theta}\),

  3. \(\displaystyle z=e^{\i 2\theta} \cdot e^{-\i\theta}\),

  4. \(\displaystyle z=\frac{2e^{\i\theta}(e^{\i\theta}-1)}{3e^{\i\theta}-1}\).

Exercise 1.2

For the following second-order homogeneous linear difference equation

\[y_{n+2} - 2 a y_{n+1}+ a^2 y_n =0, \quad a\in \R,~ a\ne0,\]

prove that

\[y_n = c_1 a^n + c_2 n a^n\]

is the solution to the equation.

Exercise 1.3

For each of the following difference equations, form the characteristic equation, and from its roots determine the corresponding general solution:

  1. \(y_{j+1}=y_{j-1}\)

  2. \(y_{j+1}=4y_j-3y_{j-1}\)

  3. \(y_{j+1}=2y_{j-1}-y_j\)

  4. \(y_{j+1}+9y_j - 9y_{j-1}-y_{j-2}=0\)

Exercise 1.4

For each of the following difference equations, form the characteristic equation, and from its roots determine the corresponding general solution:

  1. \(y_{n+2}-9y_{n+1}+20y_n=0\)

  2. \(y_{n+2}+y_{n}+y_{n-1}=0\)

  3. \(y_{n+2}=\dfrac{y_{n+1}+y_{n-1}}{2}\)

  4. \(y_{n+2}=-\dfrac{y_{n+1}+y_{n-1}}{2}\)

  5. \(y_{n+4}-16 y_n=0\)

  6. \(y_{n+4}+16 y_n=0\)

Exercise 1.5

Find the general solution to the difference equation

\[y_{n}=y_{n-1} + y_{n-2},\]

where \(y_0=0\) and \(y_1=1\).