Understanding the Inequality for Solving Limits with Exponential Terms

  • Context:
  • Thread starter Thread starter Vali
  • Start date Start date
  • Tags Tags
    Inequality
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 2K views
Vali
Messages
48
Reaction score
0
Hello!

$$\lim_{n\rightarrow \infty }\frac{1}{n}ln(a^{\frac{n}{1}}+a^{\frac{n}{2}}+...+a^{\frac{n}{n}} ), \ a>1$$
I solved the limit by using the following inequality:
$$a^{n}\leq a^{\frac{n}{1}}+a^{\frac{n}{2}}+...+a^{\frac{n}{n}}\leq n\cdot a^{n}$$
After I applied a $ln$ and $1/n$ I got $lna$
My question is about that inequality.Where does this come from ?How can I prove it ?Should I notice something about the exercise to know I've to use this inequality?
Thanks!
 
Physics news on Phys.org
Isn't this inequality obvious?
 
$$a^{n}\leq a^{\frac{n}{1}}+a^{\frac{n}{2}}+...+a^{\frac{n}{n}}$$ this I can see is true, it's obvious
$$a^{n}\leq n\cdot a^{n}$$ like the first one, I can see it's true
$$a^{\frac{n}{1}}+a^{\frac{n}{2}}+...+a^{\frac{n}{n}}\leq n\cdot a^{n}$$ this one,I can't see "how it's true", it's not so clear for me why this is true.
 
There are $n$ terms in the sum, and each does not exceed $a^n$.
 
I understood!
Thank you for your help! :)