1

Which one is bigger $\sqrt[1023]{1024}$ or $\sqrt[1024]{1023}$

I am really stuck with this one.My friend says that it can be solved by $AM-GM$ but I didn't succes.Any hints?

Taha Akbari
  • 3,559

2 Answers2

19

Raise both numbers to the power of $1023\cdot 1024$ to get $1024^{1024}$ and $1023^{1023}$. Which one looks bigger now?

Alternatively, pick your fravourite from among the two numbers $\sqrt[1023]{1023}$ or $\sqrt[1024]{1024}$, and compare each of the original two numbers to the one you picked.

Arthur
  • 199,419
  • @Roby5 Can you compare $\color{red}{\sqrt[1023]{1024}}$ and $\color{blue}{\sqrt[1023]{1023}}$? Can you compare $\color{blue}{\sqrt[1023]{1023}}$ and $\color{red}{\sqrt[1024]{1023}}$? The two blue numbers are the same. What do the two comparisons made say about the two red numbers? – Arthur Jul 11 '16 at 09:45
2

Note that functions $x\mapsto x^n$ and $x\mapsto n^x$ are increasing functions ($x\in\mathbb R_{>0},\ n\in\mathbb N$). Now we have that $$m< n\implies m^m<n^m<n^n\implies (m^m)^{\frac 1 {mn}}<(n^n)^{\frac 1 {mn}}\implies \sqrt[n]m<\sqrt[m]n.$$ Letting $m=2013,\ n=2014$ answers your question.

Ennar
  • 23,082