Determine a fixed-point function $g$ in the interval $[0,1]$ that produces an approximation to a positive solution of $$3x^2-e^x=0$$
So I would rearrange and make $x=ln(3x$^2$)$ and then go on to do the fixed point iterations. Is this approach correct?
So I seem to converge to an $x$ value of $3.733$, and when I sub this back into the original equation I get a tiny number, so this means $3.733$ is a root. But I have not gotten an answer in the interval they wanted. I have attached a graph of the function and this confirms my solution is right, but it also shows there is definitely a root in the $[0,1]$ interval.

Try $$x=\sqrt{\frac{e^x}{3}}$$. In this case, we have $|f'(x)|<1$ in $[0,1]$, and the iteration converges.
Here the result , calculated with PARI/GP :