While doing some math I came up with the following task and I don't know how to solve it and whether it's solvable at all. Maybe anybody knows how to solve it or at least shows me the right direction. Given a Gaussian integral $\int_{-\infty}^\infty e^{-x^2} dx$, you have to find the point $a$ such that $\int_a^\infty e^{-x^2} dx = a$. Seems like basic differentiation wrt $a$ doesn't work.
Let's assume that $a>0$ and the analytical solution is required.
$$\int_a^\infty e^{-x^2} dx = a \qquad \implies \qquad \frac{\sqrt{\pi } }{2}\, \text{erfc}(a)=a$$
Using series for $$f(a)=\frac{\sqrt{\pi } }{2}\, \text{erfc}(a)-a$$ $$f(a)=\frac{\sqrt{\pi } }{2}-2a+\sum_{n=1}^\infty (-1)^{n+1} \,\frac{a^{2n+1}}{(2n+1)\, n!}$$ Using power series reversion $$a=\sum_{n=0}^\infty \alpha_n\, x^{2n+1} \qquad \text{where}\quad x=\frac{1}{2} \left(\frac{\sqrt{\pi }}{2}-f(a)\right)$$ Since we want $f(a)=0$, then $$\color{red}{a=\sum_{n=0}^\infty \alpha_n\, \left(\frac{\pi}{16}\right)^{n+\frac{1}{2}}}$$ is the explicit solution.
All coefficients $\alpha_n$ can be computed using the explicit formula for the $n^\text{th}$ term as given by Morse and Feshbach.
The first $\alpha_n$ form the sequence $$\left\{1,\frac{1}{6},\frac{1}{30},\frac{1}{1260},-\frac{89}{22680}, -\frac{11233}{4989600},-\frac{103813}{194594400}\right\}$$ Using only the terms given above $a=\color{red}{0.45818353}70$ while the exact solution is $a=\color{red}{0.4581835381}$.