Proving (1+n)^n≥ 5/2* n^n- 1/2* n^(n-1) for n≥2 using Binomial Theorem

rohan03
Messages
56
Reaction score
0

Homework Statement



(1+n)^n≥ 5/2* n^n- 1/2* n^(n-1) for n≥2

Homework Equations


i know I have to use this formula
(1+x)^n=1+nx/1!+(n(n-1) x^2)/2!+⋯

The Attempt at a Solution



And you take x=n from my original inequality but after that I have no clue
(1+n)^n=1+n/1! n+(n(n-1) n^2)/2!+⋯
but it seems very complicated !
 
Physics news on Phys.org
rohan03 said:

Homework Statement



(1+n)^n≥ 5/2* n^n- 1/2* n^(n-1) for n≥2

Homework Equations


i know I have to use this formula
(1+x)^n=1+nx/1!+(n(n-1) x^2)/2!+⋯

The Attempt at a Solution



And you take x=n from my original inequality but after that I have no clue
(1+n)^n=1+n/1! n+(n(n-1) n^2)/2!+⋯
but it seems very complicated !

Since n is a positive integer, that binomial expansion has finitely many terms. And since ##n\ge 2## the expansion has at least 3 terms. Try keeping just the last three terms (which you didn't write down) because they are the ones with the higher powers of n.
 
Will do that and write my results here. What I don't know is how to get last terms power to n-1 ?
 
I'll be doing this tomorrow so please check ur post.
 
(1+n)^n=1+n/1 n+(n(n-1) n^2)/2!+(n(n-1) 〖(n-2)n〗^3)/3!…
 
Last edited:
rohan03 said:
(1+n)^n=1+n/1 n+(n(n-1) n^2)/2!+(n(n-1) 〖(n-2)n〗^3)/3!…

Do you know the binomial expansion for ##(a+b)^n##? It doesn't end with a "...". You need to look at the last three terms, not the first terms.
 
if I use just the last three term I do get the result- so is it ok for me to just use last three terms ignoring first few terms- if yes than I have resolved so simple problem- which looked very complicated in the first place- Thank you
 
rohan03 said:
if I use just the last three term I do get the result- so is it ok for me to just use last three terms ignoring first few terms- if yes than I have resolved so simple problem- which looked very complicated in the first place- Thank you

Yes. That is why there is a ##\ge## sign in the statement of the problem. Leaving out the other terms makes it smaller.
 
thank you- this forum is blessing to someone relatively new to pure maths.
 
  • #10
I'm confused.

Which binomial expansion should I be using for this question and why?

Is it binomial expansion for (a+b)^n or (1+x)^n
 
  • #11
what do you mean last 3 terms? if its infinite it wouldn't have any last term?
 
  • #12
fireychariot said:
what do you mean last 3 terms? if its infinite it wouldn't have any last term?

##n## is a positive integer so the binomial expansion is finite:$$
(1+n)^n =\sum_{k=0}^n \binom n k 1^{n-k} n^k$$The last three terms are for ##k=n,n-1,n-2##.
 
  • #13
Thanks for that. I'm having a blonde moment though when working out the coefficients. I know you use n!/k!(n-k)! However I am little confused when I input for say k = n-1 I get n!/(n-1)!(n-n-1)! How do I expand on this? Many thanks.
 
  • #14
twinplums said:
Is it binomial expansion for (a+b)^n or (1+x)^n
They're from the same formula. Set a=1, b=x.
 
  • #15
fireychariot said:
Thanks for that. I'm having a blonde moment though when working out the coefficients. I know you use n!/k!(n-k)! However I am little confused when I input for say k = n-1 I get n!/(n-1)!(n-n-1)! How do I expand on this? Many thanks.

A factorial for natural numbers is the product of all consecutive integers from 1 upto n. That is,

n! = n\cdot (n-1) \cdot (n-2) ... 2\cdot 1

Use this definition in both the numerator and denominator of the expression. What do you get?
twinplums said:
I'm confused.

Which binomial expansion should I be using for this question and why?

Is it binomial expansion for (a+b)^n or (1+x)^n

https://www.physicsforums.com/library.php?do=view_item&itemid=869
 
  • #16
so say i was doing k = n-1

n(n-1)/n(n-1)(0)! = n(n-1)/0! = n(n-1)? have I don't that correct??
 
  • #17
fireychariot said:
so say i was doing k = n-1

n(n-1)/n(n-1)(0)! = n(n-1)/0! = n(n-1)? have I don't that correct??

No.$$
\binom n {n-1}=\frac {n!}{(n-1)!(n-(n-1))!}=\frac {n!}{(n-1)!(n-n+1)!}
=n$$
 
  • #18
thank you for your help so far.

I want to see if i have expanded this right then. Definetly need more practice on this.

(1+n)^n = 1^n + 1^n + n^n-1 + 1/2n^n-2 + \cdots
 
  • #19
fireychariot said:
thank you for your help so far.

I want to see if i have expanded this right then. Definetly need more practice on this.

(1+n)^n = 1^n + 1^n + n^n-1 + 1/2n^n-2 + \cdots

Use parenthesis! I can't figure out the equation completely, but it is surely incorrect as you won't get 1n twice. The binomial expansion is given as,

(a+b)^n = \binom{n}{0} a^{n}b^0 + \binom{n}{1}a^{n-1}b^1 + \binom{n}{2}a^{n-2}b^2 + ...

Keeping in mind what LCKurtz said, what do you get if you put a=1, b=n, and n=n in the above equation?

Also, did you check out the link in my previous post??
 
  • #20
\frac{n!}{0!(n-0)!}1^{n} + \frac{n!}{(n!)(n-n)!}n^{n} + \frac{n!}{(n-1)!(n-(n-1))}n^{n-1}+\frac{n!}{(n-2)!(n-(n-2))}n^{n-2} + \cdots

= 1 + n^{n} + and this is where I get stuck

Am I on the right path by the way in solving the orginal problem?
 
  • #21
fireychariot said:
\frac{n!}{0!(n-0)!}1^{n} + \frac{n!}{(n!)(n-n)!}n^{n} + \frac{n!}{(n-1)!(n-(n-1))}n^{n-1}+\frac{n!}{(n-2)!(n-(n-2))}n^{n-2} + \cdots

= (1 + n)^{n} + and this is where I get stuck

Am I on the right path by the way in solving the orginal problem?

Yes, that's correct, and probably what you are looking for.
 
  • #22
fireychariot said:
\frac{n!}{0!(n-0)!}1^{n} + \frac{n!}{(n!)(n-n)!}n^{n} + \frac{n!}{(n-1)!(n-(n-1))}n^{n-1}+\frac{n!}{(n-2)!(n-(n-2))}n^{n-2} + \cdots

= 1 + n^{n} + and this is where I get stuck

Am I on the right path by the way in solving the orginal problem?

What would the coefficients of n-1 and n-2 be then?
 
  • #23
fireychariot said:
What would the coefficients of n-1 and n-2 be then?

You mean the coefficients of nn-1?

From your previous post..

\frac{n!}{(n-1)!(n-(n-1))!}n^{n-1}
 
  • #24
Yes that's correct many thanks
 
Back
Top