$f: \mathbb{R} \to \mathbb{R},\space\space\space\space f(x)-2f(\frac{x}{2})+f(\frac{x}{4})=x^2,\space\space\space\space$ Find $f(3)$ in terms of $f(0)$.
My approach: $$f(x)-2f(\frac{x}{2})+f(\frac{x}{4})=x^2$$ $$\Rightarrow f(\frac{x}{2})-2f(\frac{x}{4})+f(\frac{x}{8})=\frac{x^2}{4}$$ $$\Rightarrow f(\frac{x}{4})-2f(\frac{x}{8})+f(\frac{x}{16})=\frac{x^2}{16}$$ $$\vdots$$ $$\Rightarrow f(\frac{x}{2^{n-1}})-2f(\frac{x}{2^n})+f(\frac{x}{2^{n+1}})=\frac{x^2}{4^{n-1}}$$
Summing up these when n $\rightarrow$ $\infty$ $$f(x)-f(\frac{x}{2})=x^2\cdot\frac{4}{3}$$
I am unable to proceed further.
I'll go ahead and assume that $f$ is continuous at $0$.
For any $x \in \mathbb{R}$, let $P(x)$ denote the property that $f(x) - 2f(\tfrac{x}{2}) + f(\tfrac{x}{4}) = x^2$. Then, for any $x$, we have the following:
\begin{align} P(x)&: \quad f(x) - 2f(\tfrac{x}{2}) + f(\tfrac{x}{4}) = x^2 \\ P(\tfrac{x}{2})&: \quad f(\tfrac{x}{2}) - 2f(\tfrac{x}{4}) + f(\tfrac{x}{8}) = \tfrac{1}{4}x^2 \\ & \vdots \\ P(\tfrac{x}{2^{n-1}})&: \quad f(\tfrac{x}{2^{n-1}}) - 2f(\tfrac{x}{2^n}) + f(\tfrac{x}{2^{n+1}}) = \tfrac{1}{4^{n-1}}x^2 \end{align}
Adding these up gives us $$f(x)-f(\tfrac{x}{2})-f(\tfrac{x}{2^n})+f(\tfrac{x}{2^{n+1}}) = \tfrac{4}{3}(1-\tfrac{1}{4^n})x^2$$
If we take the limit as $n \to \infty$ and use the assumption that $f$ is continuous at $0$, we get $$f(x)-f(\tfrac{x}{2})-f(0)+f(0) = \tfrac{4}{3}(1-0)x^2$$ i.e. $$f(x)-f(\tfrac{x}{2}) = \tfrac{4}{3}x^2.$$
Now, we can repeat the same trick. For any $x \in \mathbb{R}$, let $Q(x)$ denote the property that $f(x)-f(\tfrac{x}{2}) = \tfrac{4}{3}x^2$. Then, for any $x$, we have the following:
\begin{align} Q(x)&: \quad f(x) - f(\tfrac{x}{2}) = \tfrac{4}{3}x^2 \\ Q(\tfrac{x}{2})&: \quad f(\tfrac{x}{2}) - f(\tfrac{x}{4}) = \tfrac{1}{3}x^2 \\ & \vdots \\ Q(\tfrac{x}{2^{n-1}})&: \quad f(\tfrac{x}{2^{n-1}}) - f(\tfrac{x}{2^n}) = \tfrac{1}{3 \cdot 4^{n-2}}x^2 \end{align}
Adding these up gives us $$f(x)-f(\tfrac{x}{2^n}) = \tfrac{16}{9}(1-\tfrac{1}{4^n})x^2$$
If we take the limit as $n \to \infty$ and use the assumption that $f$ is continuous at $0$, we get $$f(x)-f(0) = \tfrac{16}{9}x^2.$$ Hence, $f(x) = \tfrac{16}{9}x^2+f(0)$. It is easy to check that any function in the form $f(x) = \tfrac{16}{9}x^2+C$ for some constant $C$ satisfies the given functional equation.