I have the following question:
$$\begin{cases} f(0) &= 3\\ f(n) &= 9f(n-1)-14,\quad n>0 \end{cases}$$ I tackle this inhomogeneous equation by defining a new function with following relationship:
$$\begin{cases} f(n) = 9^n \times g(n) \end{cases}$$
However, I am struggling with the negative constant term and keep ending with a solution which seems illogical to me. Could someone show me the necessary steps?