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

  • Thread starter Thread starter brookey86
  • Start date Start date
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
n! = \prod_i=1^n i
(n+1)^n =\prod_i=1^n (n+1)

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

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

EDIT: bad latex
n! = \prod_{i=1}^n i
(n+1)^n =\prod_{i=1}^n (n+1)
 
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:
(\frac{1}{n+1})( \frac{2}{n+1} ) ...( \frac{n-1}{n+1} )( \frac{n}{n+1} )&lt; 1 \Rightarrow n! &lt; (n+1)^n
 
Since that formula depends upon the postive integer n, you might consider proof by induction.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top