I've been working on the following example:
Is the following even, odd or neither: $f_{0}(x^2)$, where $f_{0}(x)$ can be any unknown function
I've tried the following:
1) for example I assume $$f_{0}(x^2)=x^3$$ Then: $$f_{0}(x^2)=x^2 \cdot x$$ $$f_{0}(x^2)=x^2 \sqrt{x^2}$$ $$f_{0}(x)=x \sqrt{x}$$
Now I take $f_{0}(-x)$ which is: $$f_{0}(-x)=-x^{1.5}$$
This is neither $f_{0}(x)$(would be even) nor $-f_{0}(x)$(would be odd) so it is neither even nor odd. Is this true?
2) My second attempt is:
$f_{0}((-x)^2)=f_{0}(x^2)$ which shows that it is even.
I got 2 opposite results. Which of my attempts is true?