Don't know if I got this right. Prove n^2>n+1

  • Thread starter Thread starter torquerotates
  • Start date Start date
torquerotates
Messages
207
Reaction score
0

Homework Statement


The principal of mathematical induction can be extended as follows. A list P(m),P(m+1)... of propositions is true provided 1)P(m) is true, 2) P(n+1) is true whenever P(n) is true and n>(or =) m

I have to use the above to prove that n^2>n+1 for n>(or equal to) 2


Homework Equations


n^2>n+1 for n>(or equal to) 2




The Attempt at a Solution



so I said m=n+1

Then since I assume that the original statement implies that I hold m constant and increase n by 1

Inductive step (n+1)^2>(n+1)
=> n+1>1 True b/c {1,2,3,...n}=N
 
Physics news on Phys.org
torquerotates said:

The Attempt at a Solution



so I said m=n+1

Then since I assume that the original statement implies that I hold m constant and increase n by 1

Inductive step (n+1)^2>(n+1)
=> n+1>1 True b/c {1,2,3,...n}=N

Assume true for n=k

k^2>k+1 for k \geq 2

+(2k+1)
k^2+2k+1>k+1+2k+1

and k^2+2k+1=(k+1)^2 which is what you need on the left side. Deal with the right side now.
 
Right side: (k+1+2k+1)=(2k+k+2)>(k+2)

Right?
 
torquerotates said:
Right side: (k+1+2k+1)=(2k+k+2)>(k+2)

Right?

2k+k+2>k+2 => 3k>k which is true so that 2k+k+2>k+2 is true

and now you have

(k+1)^2>2k+k+2>k+2
 
Why do you have to show that many steps?
 
Because that is to show how P(k) => P(k+1) instead of putting n=k+1 in the formula and showing it is true.
 
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