Prove by Induction: \frac{1}{n^2} < \frac{1}{n(n-1)}

  • Thread starter Thread starter jersiq1
  • Start date Start date
  • Tags Tags
    Induction Proof
Click For Summary

Homework Help Overview

The discussion revolves around proving the inequality \(\frac{1}{n^2} < \frac{1}{n(n-1)}\) using mathematical induction. The problem is situated within the context of inequalities and induction principles.

Discussion Character

  • Exploratory, Assumption checking, Mathematical reasoning

Approaches and Questions Raised

  • Participants discuss the base case for \(n=2\) and the inductive step involving \(P(k)\) and \(P(k+1)\). There are attempts to manipulate the expressions to establish the inequality for \(k+1\). Some participants express uncertainty about the setup of the induction and the equivalence of the inequalities. Others suggest an alternative approach by proving a related inequality \(k^2 > k(k-1)\) instead.

Discussion Status

The discussion is ongoing, with participants sharing their attempts and expressing concerns about the induction setup. Some guidance has been offered regarding the assumptions necessary for the inequalities, particularly concerning the positivity of the terms involved.

Contextual Notes

There is a recognition that the inequality is undefined for \(n=1\), and the discussion assumes \(n > 1\) to avoid division by zero. Participants are also considering the implications of working within the natural numbers.

jersiq1
Messages
7
Reaction score
0

Homework Statement



prove by induction that
[tex]\frac{1}{n^2} < \frac{1}{n(n-1)}[/tex]

Homework Equations



n/a

The Attempt at a Solution



Let
[tex]P(n):\frac{1}{n^2} < \frac{1}{n(n-1)}[/tex]

Since P(1) is undefined, the base case is P(2)
[tex]P(2) = \frac{1}{2^2} < \frac{1}{2(2-1)}[/tex]
[tex]P(2) = \frac{1}{4} < \frac{1}{2}[/tex]

Therfore P(n) is true for all n>1

Inductive Step
Assume [tex]P(k)[/tex] is true.

[tex]P(k):\frac{1}{k^2} < \frac{1}{k(k-1)}[/tex]

I know what I need my inequality to look like for [tex]k+1[/tex] I am just having problems getting there. my [tex]k+1[/tex] will look like:
[tex]P(k+1):\frac{1}{(k+1)^2} < \frac{1}{(k+1)[(k+1)-1]}[/tex]
after simplification:
[tex]P(k+1):\frac{1}{(k+1)^2} < \frac{1}{(k+1)(k)}[/tex]
So I know where I need to be. Consider this is just side work.

So for [tex]k+1[/tex] I can rewrite an expansion on the LHS as:
[tex]\frac{1}{k^2+2k+1}[/tex]
And based on my inductive step the RHS of the inequality is:
[tex]\frac{1}{[k(k-1)]+2k+1}[/tex]

And this is where I am hitting the block. Try as I might, I can't see any steps to take to make [tex]\frac{1}{[k(k-1)]+2k+1}[/tex] equivalent to [tex]\frac{1}{(k+1)(k)}[/tex]

I am worried that I may have set up my induction incorrectly though.
 
Last edited:
Physics news on Phys.org
jersiq1 said:

Homework Statement



prove by induction that
[tex]\frac{1}{n^2} < \frac{1}{n(n-1)}[/tex]

Homework Equations



n/a

The Attempt at a Solution



Let
[tex]P(n):\frac{1}{n^2} < \frac{1}{n(n-1)}[/tex]

Since P(1) is undefined, the base case is P(2)
[tex]P(2) = \frac{1}{2^2} < \frac{1}{2(2-1)}[/tex]
[tex]P(2) = \frac{1}{4} < \frac{1}{2}[/tex]

Therfore P(n) is true for all n>1
The line above isn't true. All you have done is establish that the proposition is true for your base case.
jersiq1 said:
Inductive Step
Assume [tex]P(k)[/tex] is true.

[tex]P(k):\frac{1}{k^2} < \frac{1}{k(k-1)}[/tex]

Now here, I know where I need to go, so I am not going to write my final result out. I know what I need my inequality to look like for [tex]k+1[/tex] I am just having problems getting there. my [tex]k+1[/tex] will look like:
[tex]P(k+1):\frac{1}{(k+1)^2} < \frac{1}{(k+1)[(k+1)-1]}[/tex]
after simplification:
[tex]P(k+1):\frac{1}{(k+1)^2} < \frac{1}{(k+1)(k)}[/tex]
So I know where I need to be. Consider this is just side work.

So for [tex]k+1[/tex] I can rewrite an expansion on the LHS as:
[tex]\frac{1}{k^2+2k+1}[/tex]
And based on my inductive step the RHS of the inequality is:
[tex]\frac{1}{[k(k-1)]+2k+1}[/tex]

And this is where I am hitting the block. Try as I might, I can't see any steps to take to make [tex]\frac{1}{[k(k-1)]+2k+1}[/tex] equivalent to [tex]\frac{1}{(k+1)(k)}[/tex]

I am worried that I may have set up my induction incorrectly though.

I would approach this in a different way. 1/k^2 < 1/((k -1)k) is equivalent to k^2 > k(k - 1). We can safely assume that all factors are nonnegative. If you can prove by induction that k^2 > k(k - 1), then you will have proved the equivalent statement, the one in your problem.
 
Thanks, that does make it rather easy.
Just so I am sure I can write this correctly, the justification for equating the two identical inequalities is that k(k-1) > 0 Is that because of the base case starting with n>1 or because induction is on [tex]\mathbb{N}[/tex]
 
If a < b, and both a and b are positive, then 1/a > 1/b. For your original inequality it's reasonable to assume that n > 1 (and hence positive); otherwise you would be dividing by 0 when n = 1. For your induction proof, you are proving it for all n >= 2.

Generally speaking (but with caveats) if a < b, then 1/a > 1/b. The caveat is that both a and b have to be the same sign. For example, 2 < 3 and 1/2 > 1/3. OTOH, -1 < 2, but 1/(-1) > 1/2 is not true.
 

Similar threads

  • · Replies 10 ·
Replies
10
Views
4K
  • · Replies 9 ·
Replies
9
Views
4K
  • · Replies 4 ·
Replies
4
Views
3K
Replies
6
Views
3K
  • · Replies 11 ·
Replies
11
Views
4K
  • · Replies 3 ·
Replies
3
Views
1K
  • · Replies 11 ·
Replies
11
Views
4K
  • · Replies 13 ·
Replies
13
Views
3K
Replies
1
Views
2K
  • · Replies 9 ·
Replies
9
Views
3K