Difference between Strong Induction and Mathematical Induction?

phillyolly
Messages
157
Reaction score
0

Homework Statement



Explain the difference between The principle of Mathematical Induction and The principle of Strong Induction. One is easier than the other. Why?


Homework Equations





The Attempt at a Solution



My book says that they are in fact identical. Proofs are almost the same...
 
Physics news on Phys.org
Is that true that Mathematical Induction is easier to use VS Complete (or Strong) Induction?
 
i've only really used the basic induction... but I suppose it would depend on the problem though
 
Depends on how you define "easy." If you read the section on the wiki article that lanedance posted, you'll see that Complete Induction actually makes many proofs (e.g. theorems based on Fibonacci numbers where recursion is necessary) much 'easier.' It makes sense since recursion falls back onto previous cases, and strong induction already assumes these to be true. I'd get comfortable with both types of induction if I were you.
 
With simple induction you use "if p(k) is true then p(k+1) is true" while in strong induction you use "if p(i) is true for all i less than or equal to k then p(k+1) is true", where p(k) is some statement depending on the positive integer k.

They are NOT "identical" but they are equivalent.

It is easy to see that if simple induction is true then strong induction is true: if you know that statement p(i) is true for all i less than or equal to k, then you know that it is true, in particular, for i= k and can use simple induction.

It is harder to prove, but still true, that if strong induction is true, then simple induction is true. That is what we mean by "equivalent".
 
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