Get a Kick on Induction Proof for n²<=n!

  • Thread starter Thread starter Kasperloeye
  • Start date Start date
  • Tags Tags
    Induction
Kasperloeye
Messages
2
Reaction score
0

Homework Statement



Hey I'm a little fuzzy on how the induction-proof really works.. and am therefore a little stuck.. I know some parts.. but I need a kick in the right direction.. you don't have to solve it.. just give me a hint or a kick as I said ^^ that would be nice

Homework Equations


Which nonnegative integers makes the following statement true.. a induction proof would be the best way of solving it i think.. but how do I get started.. and what would be the base theorem..?
n²<=n!


The Attempt at a Solution


I can logically see what values that is needed.. but help.. please..
 
Physics news on Phys.org
Generally, when you have some statement like "for all n, X is true", a proof by induction consists of two steps. First, you have to show that for some simple case (usually n = 0 or 1, depending on the question), X is true. Then you assume that X is true for all integers n up to some given value n0, and you prove that under that assumption, X is also true for n0 + 1.

The reasoning is then as follows: you have checked by hand that it is true for n = 1. You have proven that if it is true for n0 = 1 (which it is), then it is true for n = n0 + 1 = 2. So it is true for n = 2. Also, you have shown that if it is true for n = 2, it is true for n = 3. Since it is true for n = 2, it holds for n = 3. Similarly, it is true for n = 4, and for n = 5, and so on.

Note that proof by induction is a convenient way (once you are used to it) to prove such statements "for all n", but it doesn't help you to find the statement. So if instead of "prove that the nth derivative is ...formula..." you get "derive and prove a formula for the nth derivative", you will first need to come up with a hypothesis by some other way. Once you have the hypothesis, you can make it into a theorem and try to prove it by induction.

In your particular problem, you could consider a statement like "For all n >= 2, n2 <= (n!)".
 
CompuChip said:
In your particular problem, you could consider a statement like "For all n >= 2, n2 <= (n!)".

Hehe that's where it get's funny.. because n>= 2, n²<=n! is like 2²<=2! 4 <= 2 .. so it has to n /= 2


So Basis should be n=4 since

4²<=4!
16 <=24

SO: For n=k, k²<=k!

but if we take it with n= k+1 it's (k+1)² <=(k+1)!
(k+1)² <= (k+1)(k!)
(k+1) <= k!
but our hypothasis says k^2 <= k!, and because k+1 <= k^2 (for k>=4) then
k+1 <= k^2 <= k!.

right??
 
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