I have been given
$$f(1) = 3\\ f(2) = 8\\ f(n) = 6f(n/2) - 8 f(n/4) \;,\;\; n > 0$$
How would I go about solving this? I've tried working so hard to get this to no avail. If someone can give hints on how to solve relations of this type with just one constant, e.g.
$$ f(0) = 2\\ f(n) = 6f(n-1) - 5\;,\;\; n > 0$$
I would be so grateful..
Hint: Don't cry! Better denote $g(n)=f(n/2)-2f(n/4)$ and solve the equation $g(2n)=4g(n)$.