If we are given a function
$g(x) = x - 1/x$
And another one given in terms of composition
$f(g(x)) = x^3 - 1/x^3$
By which general method does one find $f(x)$ ?
Can it be found for arbitrary $g(x)$ and $f(g(x)$?
If we are given a function
$g(x) = x - 1/x$
And another one given in terms of composition
$f(g(x)) = x^3 - 1/x^3$
By which general method does one find $f(x)$ ?
Can it be found for arbitrary $g(x)$ and $f(g(x)$?
$(g(x))^3=(x-1/x)^3= x^3 - 1/x^3 - 3( x - 1/x)= f(g(x))-3g(x)$
which gives
$(g(x))^3+-3g(x) = f(g(x))$ and thus $x^3-3x = f(x)$
I was wondering if there is any mathematical theory or method already existing for these kind of problems in the general case, since the problem feels unintuitive and such trick may not always exist.
– vallev Jul 21 '23 at 03:41