Let us assume two curves $y=a^{x}$ and $y=x^2$. Let us assume that a>0. Values range of a for which curves have one solution, two solution and three solution.
Is there a way to check the values. I can draw both the curves but how to check the number of points of intersection
Fix $a > 1$ (for $0 < a < 1$, we can set $x = -x$). For $x < 0$, one function is increasing and another is decreasing, thus there is exactly one root. For $x > 0$, $$a^x = x^2 \Leftrightarrow x \ln a = 2 \ln x \Leftrightarrow \frac {\ln x} x = \frac {\ln a} 2.$$ $\ln(x)/x = b$ with $b > 0$ has no roots when $b > b_0 = 1/e$, one root when $b = b_0$ and two roots when $b < b_0$.