Let $F,G$ be defined by: $$F(x)=\int_{0}^{x} e^{-t^2}\mathrm dt$$$$G(x)=\int_{0}^{1}\dfrac{e^{-x^2(t^2+1)}}{t^2+1}\mathrm dt$$ Prove that $F(x)^2+G(x)=\frac{\pi}{4}$
I can prove that $F(x),G(x)$ are derivable. And: $$F'(x)=e^{-x^2}$$$$G'(x)=\int_{0}^{1}-2x(t^2+1)e^{-x^2(t^2+1)}\mathrm dt=\int_{0}^{-2x^2}e^u\mathrm du=e^{-2x^2}-1$$, with $u=-x^2(t^2+1)$
And then I try to prove that $2F'(x)F(x)+G'(x)=0$
But I can't finish my proof.