Is n! Less Than (n+1)^n Simplifiable?

  • Thread starter Thread starter brookey86
  • Start date Start date
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
5 replies · 2K views
brookey86
Messages
16
Reaction score
0

Homework Statement



n! < (n+1)n

I am not looking for a proof, just a way to simplify this equation mathematically.

Homework Equations





The Attempt at a Solution



As far as I can see, I cannot simplify this any further. Is there something I can divide out of both sides, for example?
 
Physics news on Phys.org
[tex]n! = \prod_i=1^n i[/tex]
[tex](n+1)^n =\prod_i=1^n (n+1)[/tex]

What can you say about the relation between i and n+1?
 
zcd said:
[tex]n! = \prod_i=1^n i[/tex]
[tex](n+1)^n =\prod_i=1^n (n+1)[/tex]

What can you say about the relation between i and n+1?

EDIT: bad latex
[tex]n! = \prod_{i=1}^n i[/tex]
[tex](n+1)^n =\prod_{i=1}^n (n+1)[/tex]
 
I can see that i will always be less than n+1. But is there a way to compare the two without using the product summation symbol?
 
You could confirm what you wrote:
[tex](\frac{1}{n+1})( \frac{2}{n+1} ) ...( \frac{n-1}{n+1} )( \frac{n}{n+1} )< 1 \Rightarrow n! < (n+1)^n[/tex]