Let $f:\mathbb R \to \mathbb R$ be a function, such as :
$$3f(x+1)-2f(2-x) = x^2 + 14x - 5$$
Find f(x)
Attempt :
Let $x+1 := y \Leftrightarrow x = y-1$. Then, we get :
$$3f(y) - 2f(3-y) = (y-1)^2 + 14(y-1) - 5$$
so I got $f(y)$ in the expression but still have to simplify it further.
I also observed that the two arguments of the functions $f$ become equal at :
$$y = 3-y \Leftrightarrow y = \frac{1}{2}$$
It should be an easy one since I found it across an Elementary Leaflet but my head has been stuck for now.
Any help would be appreciated !
Let $z=1-x$ & we have \begin{eqnarray*} 3f(2-z)-2f(1+z)=z^2-16z+10. \end{eqnarray*} Now let $z=x$ in the equation above & multiply this by $3$ and add $2$ times the first equation and we have \begin{eqnarray*} 5f(2-x)=5x^2-20x+20. \end{eqnarray*} So $\color{blue}{f(x)=x^2}$.