0

How do you answer questions where a polynomial equation is set equal to an exponential? The question I found was:

How many solutions does $2^x = x^{12}$ have?

1 Answers1

1

To find all the solutions, you would need to employ the Lambert $W$ function. However, it is easier to find the real solutions. Let $x>0$, and then take logarithm on both sides $$\frac{x}{\ln x} = \frac{12}{\ln 2} \approx 17.3$$ Now define $f(x) := \frac{x}{\ln x}$. Note that $f(x)$ is continuous and differentiable on $\mathbb R^+ / \{1\}$. Take its derivative $f'(x) = \frac{\ln x -1}{\ln^2(x)}$. From the derivative, we can conclude that $f(x)$ is decreasing in $(0,1)\cup (1,e)$ and increasing on $(e, \infty)$. Now since $f(e)=e$, and $\lim_{x \to 1^+} f(x) = \infty$, it follows there is exactly one solution in $(1,e)$. Now since $f(x)$ also monotonically increases from $(e, \infty)$, there must also be exactly one more solution in $(e, \infty)$.

Finding if a negative solution exists is also pretty easy. We are essentially looking for number of positive solutions to $\frac{1}{2^y} = y^{12}$ and our negative solution will be the values of $-y$. Again taking the natural logarithm we get $$\frac{-y}{\ln y} = \frac{12}{\ln 2}$$ We see this means $f(y)=-\frac{12}{\ln 2}$. Now since $\lim_{x \to 1^-} f(x) = -\infty$, and $f(0)=0$, and $f(x)$ decreases on $(0,1)$, there must be exactly one solution $y \in (0,1)$. This means our third solution is in $(-1,0)$.

Sahaj
  • 2,516