0

What is maximum value among $1, 2^{1/2}, 3^{1/3}, 4^{1/4},....$ ?

My approach: let $f(x)=x^{1/x}$ then I found out the derivative of $f$. Since $f(x)$ is maximum where $f'(x)=0$ and $f''(x)<0$

But it's not working. Is there any other way?

Rudstar
  • 1,173

2 Answers2

2

Your approach is good but, may be, you have had problem with the derivatives. Even if it is easier using logarithms, let us use $$f(x)=x^{\frac{1}{x}}$$ Standard derivation leads, after factoring, to $$f'(x)=-x^{\frac{1}{x}-2} (\log (x)-1)$$ and $$f''(x)=-x^{\frac{1}{x}-4} (-3 x+\log (x) (2 x+\log (x)-2)+1)$$ The first derivative cancels if $\log (x)=1$, that is to say for $x=e$. For this value of $x$, the value of the second derivative is $-e^{\frac{1}{e}-3}$ which is negative. So $x=e$ is a maximum and $e$ is close to $3$.

This is the results for you discrete list of numbers since you can easily show that $2^{\frac{1}{2}}$ and $4^{\frac{1}{4}}$ are both equal to $\sqrt 2$

1

We have $f(x)=x^{1/x}$, so $\log(f(x))=\frac{\log(x)}{x}$. The derivative of this is, by the quotient rule:

$f'(x)=\frac{1-\log(x)}{x^2}=0 \iff \log(x)=1 \iff x=e.$

Therefore, the maximum of $f(x)$ is $e^{1/e}$. The closest number in your list to $e^{1/e}$ is $3^{1/3}$.

Fred
  • 369
  • The closest number is not necessary the greater. – Anixx Apr 18 '14 at 03:57
  • $e^{1/e}$ is not on the list. Since this is the maximum, the number on the list with the greatest absolute value from $e^{1/e}$ is therefore the maximum of the sequence above. – Fred Apr 18 '14 at 04:01
  • what do you mean by "greatest absolute value from"? – Anixx Apr 18 '14 at 04:06
  • "The closest number in your list to $e^{1/e}$ is $3^{1/3}$" needs justification. – eeeeeeeeee Apr 18 '14 at 04:10
  • Let $x$ be a number in the sequence $1,2^{1/2}, 3^{1/3},.. $ Since we know the maximum of $f(x)=x^{1/x}$ is $e^{1/e}$, then the maximum in the sequence is the number $x$ which minimises $|x-e^{1/e}|$. This is clearly $3^{1/3}$. – Fred Apr 18 '14 at 04:10
  • Why is it "clear" that $|n^{1/n}-e^{1/e}|$ is minimized when $n=3$? Again, it needs justification. – eeeeeeeeee Apr 18 '14 at 04:13
  • Graph it. {}{}{} – Fred Apr 18 '14 at 04:16
  • It might just be me, but this argument is not satisfactory. Yes, I can look at the graph and say 'it looks bigger at 3', but that is not at all rigorous! If I didn't care about rigor, I could get my calculator to give me decimal approximations to these numbers and call it a day. – eeeeeeeeee Apr 18 '14 at 04:21
  • 1
    Since the only maximum occurs at $e$, that means it's strictly decreasing from this point in either direction. That means the maximum can only be at either $n=2$ or $n=3$. Just evaluate both and find the bigger one. – zhuli Apr 18 '14 at 04:22