I'm not sure what you're saying. Can you please clarify?

  • Thread starter Thread starter John112
  • Start date Start date
  • Tags Tags
    Inequality Proof
John112
Messages
19
Reaction score
0
I need a bit of help proving the following statement
(n + 2)^n ≤ (n + 1)^n+1 where n is a positive integer. The (n+2) and (n+1) bases are making it hard for me solve this. I tried several time, I can't get the inductive step. Can someone lend me a little hand here?

The base case is real simple with n=1; But I can't make the leap from n=k to to n=K+1.
 
Physics news on Phys.org
you proved it for 1
suppose that (n + 2)^n ≤ (n + 1)^n+1
and prove that ((n+1)+2)^n+1≤ ((n+1)+1)^(n+1)+1
i remember when i first learned about induction these cases kinda confused me as well just go back to the lesson and re read it if you don't get it
 
John112 said:
I need a bit of help proving the following statement
(n + 2)^n ≤ (n + 1)^n+1 where n is a positive integer. The (n+2) and (n+1) bases are making it hard for me solve this. I tried several time, I can't get the inductive step. Can someone lend me a little hand here?

The base case is real simple with n=1; But I can't make the leap from n=k to to n=K+1.
Where's the template? PF rules require that you use the template when you post a problem.

Andrax said:
you proved it for 1
suppose that (n + 2)^n ≤ (n + 1)^n+1
and prove that ((n+1)+2)^n+1≤ ((n+1)+1)^(n+1)+1
i remember when i first learned about induction these cases kinda confused me as well just go back to the lesson and re read it if you don't get it

John112 and Andrax - use parentheses!

(n + 1)^n+1 means (n + 1)n + 1

If you intend this as (n + 1)n + 1 then use LaTeX or the SUP tags or at the least, write it as (n + 1)^(n + 1).
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top