- #1
Bashyboy
- 1,421
- 5
Homework Statement
I am interested in working on this problem: https://www.physicsforums.com/threads/unknown-composite-function.902469/
From I gather, it seems this problem has been solved already. I was considering joining the thread, but I didn't want to flood songoku's inbox; so I started a new one. I hope it is okay of me to start this thread. The problem reads:
Find ##f(x)## given that ##f(f(x) - x^2) = x^2 - 5x + 3##
Homework Equations
The Attempt at a Solution
Following some of the suggestions there, I assumed that ##f(x) - x^2 = ax + b## or that ##f(x) = x^2 + ax + b##. Hence, the condition becomes ##f(ax+b) = x^2 - 5x + 3##. Then, taking ##f(x) = x^2 + ax + b## and substituting in ##ax+b##, it seems we need to require that
##f(ax+b) = x^2 - 5x + 3##
or
##(ax+b)^2 + a(ax+b) + b = x^2 - 5x + 3##
to hold for all ##x##.
However, this doesn't have the appearance of an elegant solution...
My next question is, are polynomials the only functions that satisfy the condition? How do I know whether there exists some intricate combination of trig functions, exponentials, etc that satisfy the condition?