2
$\begingroup$

I saw a question on the internet the other day that asked which of two statements was larger. The numbers were 2^999 and 999^2. With the first being the greater number.

One way to test which was greater was to put them in to my calculator (casio fx-991ES) and see which was bigger.

Talking to my friend about it we wondered whether there was an algebraic expression to be able to deduce which is greater without the use of a calculator.

I set the expression up as p^q > q^p. and tired to manipulate it. Each time I manipulated it, I would end up with a binomial expanision to the the power of p, which I could not solve.

I was wondering if anyone could help, or if it is a problem alreay solved, or that it is already on the website, and I have not seen it.

$\endgroup$

1 Answer 1

3
$\begingroup$

For positive values of $q,p$, we have $$p^q>q^p$$ if and only if $$\ln p^q>\ln q^p$$ if and only if $$q \ln p > p \ln q$$ if and only if $$\frac{\ln p}{p}>\frac{\ln q}{q}$$ Hence we have a function we can look at to answer such questions, namely $f(x)=\frac{\ln x}{x}$. For particular cases of positive $p,q$, we simply evaluate $f(p)$ and $f(q)$. If $f(p)$ is larger than $f(q)$, then $p^q>q^p$; otherwise, $p^q<q^p$.


In the example in OP, $f(999)\approx 0.00591$, while $f(2)\approx 0.346$. Hence $999^2<2^{999}$.


The function $f(x)$ increases from $0$ to $e\approx 2.71828$, and then decreases after that. Hence, there are two nice rules we can use: If $p>q>e$, then $f(p)<f(q)$. If $e>p>q>0$, then $f(p)>f(q)$. However, if one of $p,q$ is less than $e$ and the other is greater, then all bets are off.

$\endgroup$
2
  • $\begingroup$ And this works because $\ln$ is strictly increasing. $\endgroup$
    – GFauxPas
    Commented Jun 3, 2016 at 13:46
  • $\begingroup$ Thanks! I had got to the same point as you had, but I failed to evaluate ln(x)/x to deduce your inequalities. $\endgroup$
    – george
    Commented Jun 3, 2016 at 13:54

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .