Highest element of the expression n^(1/n)

  • Context: Graduate 
  • Thread starter Thread starter rahl__
  • Start date Start date
  • Tags Tags
    Element Expression
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 2K views
rahl__
Messages
10
Reaction score
0
how can I find the highest element of such set:
A={[tex]\sqrt[n]{n}:n\in{N}[/tex]} ?
 
Last edited:
Physics news on Phys.org
Hint:
Find out where the maximum value is for real number arguments.
Since the function is increasing prior to the maximizing number, and decreasing afterwards, you only need to compare the function values of the integer just prior to the maximizing number and of the integer just after the maximizing number.
 
can i find where the maximum value is without using derivatives?
 
Try compering (n+1)^n and n^(n+1). The inequality canges after a certian number.