Prove by induction that r(r-1)(r+1) is an even integer

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
11 replies · 2K views
sooyong94
Messages
173
Reaction score
2

Homework Statement


Prove by induction, that when r(r-1)(r+1) is an even integer when r=2,3,4...

Homework Equations


Prove by induction

The Attempt at a Solution


I began with the base case r=2, leading 6.
Then I proceed with r=3, leading 24.

Now if r=k is true, then k(k-1)(k+1) is also true.
If r=k+1, then (k+1)(k)(k+2)
But now I'm stuck at this point - how do I proceed with this?
 
Physics news on Phys.org
k(k-1)(k+1) = 2F
k^3 - k=2F

k(k+1)(k+2) = k^3 +3k^2 +2k
= k^3 - k +3k^2 +3k
=2F+3k(k+1)
 
Ah I see already - since 2F= 2F+6F/(k-1), when k is not equal to 1, it is divisible by 2.
 
sooyong94 said:
2F= 2F+6F/(k-1),
I don't know if that's a typo or on purpose, but the LHS and RHS cannot be equal. Moreover, apart from being divisible by two you should also be convinced that 2F+6F/(k-1) is indeed an integer.
 
Ah sorry about that.
 
Looks like I managed to work them out. Please mark this thread as solved. ;)