Given that $f(x)=\dfrac{x+6}{x+2}$, find $f^{n}(x)$ where $f^{n}(x)$ indicates the $n$th iteration of the function.
I first tried to find a pattern but there didn't seem to be an obvious one:
$$f(x) = \dfrac{x+6}{x+2}$$
$$f^2(x) = \dfrac{7x + 18}{3x + 10}$$
$$f^3(x) = \dfrac{25x + 78}{13x + 28}$$
$$\vdots$$
Then I tried to find a recurring sequence and find its closed form by induction:
I know that if $f^n(x)=\dfrac{ax+b}{cx+d}$, then substituting and expanding gives $$f^{n+1}(x) = \frac{(a+b)x + 6a + 2b}{(c+d)x + 6c + 2d}$$
How do I continue from here? Thanks.
If $A=\left(\begin{smallmatrix}1&6\\1&2\end{smallmatrix}\right)$ and if $A^n=\left(\begin{smallmatrix}a_n&b_n\\c_n&d_n\end{smallmatrix}\right)$, then$$f(z)=\frac{a_nz+b_n}{c_nz+d_n}.$$But$$A=\begin{pmatrix}2&1\\-3&1\end{pmatrix}\begin{pmatrix}4&0\\0&-1\end{pmatrix}\begin{pmatrix}\frac15&-\frac15\\\frac35&\frac25\end{pmatrix}$$and therefore\begin{align*}A^n&=\begin{pmatrix}2&1\\-3&1\end{pmatrix}\begin{pmatrix}4^n&0\\0&(-1)^n\end{pmatrix}\begin{pmatrix}\frac15&-\frac15\\\frac35&\frac25\end{pmatrix}\\&=\frac15\begin{pmatrix}3(-1)^n+2\times4^n&6\bigl((-1)^{n+1}+4^n\bigr)\\(-1)^{n+1}+4^n&2(-1)^n+3\times4^n\end{pmatrix}\end{align*}