Proof Using General principle of math induction

kolley
Messages
16
Reaction score
0

Homework Statement



prove that 1+1/4+1/9+...+1/n^2< or = 2-1/n for every positive integer n

Homework Equations





The Attempt at a Solution



proved it was correct for n=1, then replaced the n with k, changed it to k+1 to get:

1/(k+1)^2 < or = 2-1/(k+1)

don't know how to proceed
 
Physics news on Phys.org
kolley said:

Homework Statement



prove that 1+1/4+1/9+...+1/n^2< or = 2-1/n for every positive integer n

Homework Equations





The Attempt at a Solution



proved it was correct for n=1, then replaced the n with k, changed it to k+1 to get:

1/(k+1)^2 < or = 2-1/(k+1)

don't know how to proceed
Note: <= means "less than or equal to." You don't need to write < or =.
You're not supposed to show that 1/(k+1)^2 <= 2-1/(k+1). You need to show that 1+1/4+1/9+...+1/(k + 1)^2 <= 2 - 1/(k + 1).

Your induction hypothesis is 1+1/4+1/9+...+1/k^2 <= 2 - 1/k. How can you get from this statement to the one you want to prove?
 
Sorry, I left out part of mine. I had 49/36 +1/(k+1)^2 <= 2-1/(k+1)

since 1+1/4+1/9 is equal to 49/36, is this correct or am I still on the wrong track?
 
Your part where u show the base case is correct but u can't just replace k with k+1. otherwise it would be a tautology not a proof. you have to show you can get it into the form where 1+1/4+1/9+...+1/k+1/(k+1) <= 2 - 1/(k+1)

Here is a simple proof: Show by induction that

<br /> 1+2+3+...+n = \frac{n*(n+1)}{2}<br /> for n = 1 1*(1+1) = \frac{2}{2} = 1. so this is true for the base case.<br />

now using rules of algebra if we add to one side, we add to the other, so

<br /> 1+2+3+..+n+(n+1) = \frac{n*(n+1)}{2} + (n+1) = \frac{n^2+3n+2}{2} = \frac{(n+1)*(n+2)}{2}= \frac{(n+1)*((n+1)+1)}{2}<br />

So by induction, we are done.
 
Last edited:
kolley said:
Sorry, I left out part of mine. I had 49/36 +1/(k+1)^2 <= 2-1/(k+1)

since 1+1/4+1/9 is equal to 49/36, is this correct or am I still on the wrong track?
You're still on the wrong track.

1+1/4+1/9+...+1/n^2 does not mean 1 + 1/4 + 1/9 + 1/n^2. The ellipsis - the three dots -- means "continuing in the same fashion." IOW, it means 1 + 1/4 + 1/9 + 1/16 + 1/25 + ... and so on, up to 1/n^2 for whatever value n happens to be.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top