6

We have Comparing $\pi^e$ and $e^\pi$ without calculating them but it doesn't give an approximation of the actual difference. Is there a way without calcualting an approximation of them to prove $e^\pi - \pi^e < 1$ ?

chx
  • 1,807

1 Answers1

0

If that can help:

Let $f(x):=e^x-x^e$. This function has a minimum at $x=e$ (double root), and the second order Taylor development is

$$y\approx g(x):=e^{e-1}(x-e)^2.$$

This approximation exceeds $f$, but we still have $g(\pi)<1$.

In blue, $f$, in black, $g$.

enter image description here

  • Hard to see definitely that the black curve is less than $1$ at $x=\pi$ from this plot. – mjw Feb 24 '20 at 21:54
  • Oh, you want the blue plot less than 1. That is pretty clear, but then you wouldn't need the Taylor series. – mjw Feb 24 '20 at 21:55