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

In summary, the conversation discusses using proof by induction to show that for an integer n > 1, the equation 1/1^2 + 1/2^2 + ... + 1/n^2 < 2 - 1/n holds true. The conversation includes discussing the base case of n = 2, adding 1/k^2 to both sides, and using summation notation to show the statement is still true. The conversation also includes a step-by-step explanation of the process and a request for clarification.
  • #1

Homework Statement



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


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
  • #2
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?
 
  • #3
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?
 
  • #4
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?
 
  • #5
Suppose it's true for a certain n>= 2 then:

[tex] \sum_{i=1}^{n+1} \frac{1}{i^2}} < 2-\frac{1}{n}+\frac{1}{(n+1)^2} < 2+\frac{1}{n+1}-\frac{1}{n}=2-\frac{1}{n(n+1)}<2-\frac{1}{n+1} [/tex]
 
  • #6
dirk_mec1 said:
Suppose it's true for a certain n>= 2 then:

[tex] \sum_{i=1}^{n+1} \frac{1}{i^2}} < 2-\frac{1}{n}+\frac{1}{(n+1)^2} < 2+\frac{1}{n+1}-\frac{1}{n}=2-\frac{1}{n(n+1)}<2-\frac{1}{n+1} [/tex]

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?
 

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

Replies
6
Views
586
Replies
15
Views
417
Replies
4
Views
601
Replies
1
Views
105
Replies
3
Views
1K
Replies
6
Views
765
Replies
7
Views
814
Back
Top