It is given that a function f(x) satisfy: $$f(x)=3f(x+1)-3f(x+2)\quad \text{ and } \quad f(3)=3^{1000}$$ then find value of $f(2019)$.
I further wanted to ask that is there some general method to solve such equation. The method that I know to solve such questions is to substitute $x$ with $x+1$ in equation and there by making new equation which is $$ f(x+1)=3f(x+2)-3f(x+3)$$ then again substitute $x$ with $x+2$ in original equation and make new equation $$f(x+2)=3f(x+3)-3f(x+4)$$ Do this for a couple of times and then on combining the equations, in most of the question we get some relation like f(x) = f(x+a) but that does not work here. Please share your ideas on how to solve such questions.