Solve the equation $$x=1-5(1-5x^2)^2$$
###My work
Let $f(x)=1-5x^2$. Then we have tha equation $f(f(x))=x$. But in this case we don't use the equation $f(x)=x$ because $f(x)$ is not monotonic function
Solve the equation $$x=1-5(1-5x^2)^2$$
###My work
Let $f(x)=1-5x^2$. Then we have tha equation $f(f(x))=x$. But in this case we don't use the equation $f(x)=x$ because $f(x)$ is not monotonic function
You are on the right track; a modification of your approach will get you the rest of the way.
Let $y = f(x) = 1 - 5x^2$. Then $f(f(x)) = x$ implies $f(y) = x$, hence the solution to the simultaneous system $$\begin{align} y &= 1 - 5x^2, \\ x &= 1 - 5y^2, \end{align}$$ will yield the desired $x$-values. To this end, we take the difference to obtain $$y - x = 5(y^2 - x^2) = 5(y-x)(x+y),$$ hence $$(y-x)(5(x+y) - 1) = 0.$$ Then $x = y$ amounts to solving $x = 1 - 5x^2$, which are the "obvious" solutions. The other set corresponds to $x + y = \frac{1}{5}$, which are the "nontrivial" solutions, and require solving the quadratic $$5x^2 - x - \frac{4}{5} = 0.$$