If given the following affine maps, how do I go about proving the existence of a unique fixed point, if and only if $(\lambda + \mu) \cos( \theta) \ne 1+ \lambda \mu$?
$$\begin{bmatrix} x_1 \\ x_2 \\ \end{bmatrix} = \begin{bmatrix} \lambda \cos \theta & -\lambda \sin \theta \\ \mu \sin \theta & \mu \cos \theta \\ \end{bmatrix} \begin{bmatrix} x_1 \\ x_2 \\ \end{bmatrix} + \begin{bmatrix} b_1 \\ b_2 \\ \end{bmatrix}$$
I recall a fixed point being present if there exists an $a_0$ such that $f(a_0) = a_0$, and that $b=0$ only at the fixed point. I am having issues tying this knowledge together, and I have not yet touched on the concept of unique fixed points in my computer graphics course.