I'm looking at $A = \{ \sqrt[n]{n} - {1 \over \sqrt[n]{n}}: n \in \mathbb{N} \}$. I find $inf \text{A} = 0$ and $sup \text{A} = \sqrt[3]{3} - {1 \over \sqrt[3]{3}}$. While the infimum is relatively easy to "see," the supremum is not. Is there a way to find it analytically rather than by inspection?
2026-03-31 21:51:59.1774993919
On
Supremum and infimum nth root of n
908 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
There are 3 best solutions below
0
On
Consider the function $$f: \mathbb{R}^+ \to \mathbb{R}^+: x \mapsto x^{\frac{1}{x}} - x^{-\frac{1}{x}}$$ This has derivative $$f'(x) = x^{-\frac{1}{x}-2}(1+x^{\frac{2}{x}})(1-\ln(x))$$ Hence the derivative is positive when $x<e$, is zero when $x = e$ and is negative when $x > e$. Since $2 < e < 3$, this tells you the supremum would be either at $n = 2$ or $n = 3$, which you can then find by calculating and comparing both values.
Hint: Use the derivative of $n^{1/n}=e^{\ln n / n}$. The second term is the same but with a minus sign in the power. The derivative has a zero at $n=e$, what happens for $n<e$ and $n>e$?