Question about Induction Hypothesis

  • Thread starter Thread starter flyingpig
  • Start date Start date
  • Tags Tags
    Proof
flyingpig
Messages
2,574
Reaction score
1

Homework Statement

Prove that for all integers n \geq 1, one has

1 + 2 + ... + n = \frac{n(n+1)}{2}

(1) S(1) = 1, true

(2) Let n = k + 1

1 + 2 + ... + k + (k + 1) = \frac{(k+`1)(k + 2)}{2}

The Attempt at a Solution



Why is the last series

1 + 2 + ... + k + (k +1) instead of 1 + 2 +...+ (k + 1)?
 
Physics news on Phys.org
Because the (k+1)th term to each side of the equation, which happens to be 'k+1'. The right side simplifies to (k+1)(k+2)/2
 
flyingpig said:

Homework Statement




Prove that for all integers n \geq 1, one has

1 + 2 + ... + n = \frac{n(n+1)}{2}

(1) S(1) = 1, true

(2) Let n = k + 1
You're skipping a step here, again. There are three things you have to establish in an induction proof:
1) Base case (typically for n = 1)
2) The induction hypothesis - you assume that the statement is true for n = k
3) The induction step (I think that's what it's called) - you use the statement for n = k to show that the statement is also true for n = k + 1.
flyingpig said:
1 + 2 + ... + k + (k + 1) = \frac{(k+`1)(k + 2)}{2}





The Attempt at a Solution



Why is the last series

1 + 2 + ... + k + (k +1) instead of 1 + 2 +...+ (k + 1)?

These two are exactly the same. Each one represents the sum of the integers from 1 through k + 1. The first expression explicitly shows k, and the other one doesn't, but we can infer that the second expression doesn't skip from k - 1 to k + 1 in the sum.
 
Is it bad that I don't show it?
 
If your professor is a stickler, or if he/she isn't convinced that you know what it should be, it is.

In an induction proof, you should ALWAYS write down your induction hypothesis.
 
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