I am trying to find a function with a domain $D = \mathbb{R}_+$, that is behaving like $1-x^2$ for small $x$ and like $e^{-x}$ for large $x$.
Edit: And is monotonically decreasing.
I thought about using $\chi^2$-distribution or a combination of logistic functions with adding a symmetric "normal density function like".
I would be glad if someone could help me. Or is there a general method how one approach such problems.


Another way: let
$$f(x)= e^{-g(x)}$$
for some $g(x)$ such that $g(x) \sim x $ as $x\to \infty$ and $g(x) \sim x^2$ as $x \to 0$. For example we can take
$$g(x)=\frac{x^2}{x+1}$$
or, perhaps more elegant (and even), $g(x)= \sqrt{x^2+1/4}-1/2$, which gives:
$$ f(x) = \exp\left( \frac{1-\sqrt{4{{x}^{2}}+1}}{2}\right) $$
with $f(x) = 1 - x^2 + O(x^4)$ around $x=0$