I'm having trouble understanding the final example in the compound functions section of this chapter. Can you please help?
We are supposed to find x, when:
f(g(x)) = g(f(x))
given that
f(x) = X^3 + 1
g(x) = 2x
I am having trouble getting from this step:
f(2x) = g(x^3 + 1)
To this step:
(2x)^3 +1 = 2(x^3 + 1)
Can you please show the steps involved and common mistakes.Thanks!