jersiq1
- 7
- 0
Homework Statement
prove by induction that
\frac{1}{n^2} < \frac{1}{n(n-1)}
Homework Equations
n/a
The Attempt at a Solution
Let
P(n):\frac{1}{n^2} < \frac{1}{n(n-1)}
Since P(1) is undefined, the base case is P(2)
P(2) = \frac{1}{2^2} < \frac{1}{2(2-1)}
P(2) = \frac{1}{4} < \frac{1}{2}
Therfore P(n) is true for all n>1
Inductive Step
Assume P(k) is true.
P(k):\frac{1}{k^2} < \frac{1}{k(k-1)}
I know what I need my inequality to look like for k+1 I am just having problems getting there. my k+1 will look like:
P(k+1):\frac{1}{(k+1)^2} < \frac{1}{(k+1)[(k+1)-1]}
after simplification:
P(k+1):\frac{1}{(k+1)^2} < \frac{1}{(k+1)(k)}
So I know where I need to be. Consider this is just side work.
So for k+1 I can rewrite an expansion on the LHS as:
\frac{1}{k^2+2k+1}
And based on my inductive step the RHS of the inequality is:
\frac{1}{[k(k-1)]+2k+1}
And this is where I am hitting the block. Try as I might, I can't see any steps to take to make \frac{1}{[k(k-1)]+2k+1} equivalent to \frac{1}{(k+1)(k)}
I am worried that I may have set up my induction incorrectly though.
Last edited: