Proving by Induction: P(n) for n>1

  • Thread starter Thread starter yankees26an
  • Start date Start date
  • Tags Tags
    Induction Proof
yankees26an
Messages
36
Reaction score
0

Homework Statement



Prove by induction that for an integer n where n>1 , http://img3.imageshack.us/img3/5642/prob1q.jpg


Homework Equations





The Attempt at a Solution



Prove P(2) is true
then prove P(x) = P(x+1) is true, then it's true for all x

That's all I really from proof by induction. It's just not very intuitive to me at all.
 
Last edited by a moderator:
Physics news on Phys.org
it's been a little while since I've done this, so take this with a grain of salt. you'll probably want someone to verify it, or pretty it up.
so you've shown your base case, i.e. the statement holds for n=2. but you don't want to show P(x) = P(x+1). these are two different situations.
consider that the problem is saying 1/1^2 + 1/2^2 +...+1/n^2 < 2 - 1/n. you've shown it's true for n=2. now consider k, where k>2. what is this term? 1/k^2. what happens when you add 1/k^2 to both sides? is the statement still true?
 
bennyska said:
what happens when you add 1/k^2 to both sides? is the statement still true?

I don't follow. Can you explain a bit or give an example?
 
well, you've shown that 1/1^2 + 1/2^2 +...+1/n^2 < 2 - 1/n, when n = 2, right? so let's call 1/1^2 + 1/n^2 =a, and 2 - 1/n=b. so now a < b. so if we add 1/k^2, where k > 2, to both sides, we have a+1/k^2 < b+1/k^2. is this true? why?
 
Suppose it's true for a certain n>= 2 then:

\sum_{i=1}^{n+1} \frac{1}{i^2}} &lt; 2-\frac{1}{n}+\frac{1}{(n+1)^2} &lt; 2+\frac{1}{n+1}-\frac{1}{n}=2-\frac{1}{n(n+1)}&lt;2-\frac{1}{n+1}
 
dirk_mec1 said:
Suppose it's true for a certain n>= 2 then:

\sum_{i=1}^{n+1} \frac{1}{i^2}} &lt; 2-\frac{1}{n}+\frac{1}{(n+1)^2} &lt; 2+\frac{1}{n+1}-\frac{1}{n}=2-\frac{1}{n(n+1)}&lt;2-\frac{1}{n+1}

Can you explain what you did?

Ok I'm still a bit confused

To show its true for n=2 I do

1/1^2+ 1/2^2 <(2 - 1/1) + (2- 1/2)

Is that how you prove it for n=2?
 
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