Find the continuous function that satisfies $$f(x+1) + 3x^2 + 5x = f(2x+1), \forall x \in \mathbb{R}$$ The only hint I have is that this can be solved by making both sides have a pattern, and turn it into a "iconic" function, and then calculate its derivative, and prove that it is monotonic. I kinda understand the hint, but the "iconic" function I found, $g(x)=f(x+1)-x^2-5x$, I can't find anything to do with it. Or maybe I should find the limit first?
Find the continuous function that satisfies $f(x+1) + 3x^2 + 5x = f(2x+1), \forall x \in \mathbb{R}$
Asked
Active
Viewed 67 times
0
-
How does the recursive formula for the "iconic" function look like? – LegNaiB Sep 16 '21 at 14:21
-
1Did you try to state that $f(x)$ is a second order polynomial function and see what happens? – Martigan Sep 16 '21 at 14:25
-
2hint: $g(2x) = g(x)$ for all $x$ implies $g(x) = g(x/2) = g(x/4) = \cdots = g(0)$ (why?) – achille hui Sep 16 '21 at 14:26
2 Answers
2
Let $f(x)=g(x)+x^{2}+3x$, putting this in the equation we get that $g(x+1)=g(2x+1)$. By putting repeatedly $x \to x/2$ gives $g(x/2+1)=g(x+1)$ ,$g(x/4+1)=g(x/2+1)$...By continuity we conclude $g(x+1)=g(1)=c$. So $f(x)=c+3x+x^{2}$.
Subhajit Ghosh
- 221