Without explicitly calculating, find out which is bigger: eπ or πe?
One method would be to expand ex, another would be to observe the derivative of a special function
eπ
Initial Misstep
eπ≈23.14;πe≈22.46, hence eπ is bigger.
But this is not a valid method. We need to compare the two numbers without calculating them.
Method 1
Since ex=1+x+2!x2+…, we have ex>1+x.
Let x=(eπ−1) and solve:
⟹eπ/e−1>1+eπ−1
⟹eeπ/e>eπ
⟹eπ/e > π
⟹eπ > πe (raised to power e on both sides)
Hence eπ is bigger.
Method 2
Suppose ∼ denotes the relation between the two terms.
eπ∼πe⟺e1/e∼π1/π (raised to power 1/eπ on both sides)
Note the function f(x)=x1/x
To investigate how this function behaves, we need to take its derivative. But that's difficult.
Consider g(x)=ln(f(x))=xln(x)
Differentiate using product rule:
(u⋅v)′=u′⋅v+u⋅v′
where u=ln(x),v=1/x,u′=1/x,v′=−1/x2
g′(x)=x1⋅x1+ln(x)⋅x2−1
g′(x)=x21−ln(x)
The derivative g′ is negative if ln(x)>1
⟹g is decreasing for x>e
⟹f is decreasing for x>e because ln is a monotonic transformation.
⟹f(e)>f(π) because e<π
⟹e1/e>π1/π
⟹eπ>πe
Thus eπ is bigger.
Notes:
This puzzle is usually considered easy because it is easy to ask and verify (using a calculator). But when solving, it is a more difficult than many of the hard puzzles here.
Here's a plot of f(x)=x1/x
This is a common question in placement tests. It would be a good idea to memorize that f(x)=x1/x is decreasing in the range x>e. Using this, we can prove other variants.