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

AI Thread Summary
The discussion focuses on proving by induction that the expression r(r-1)(r+1) is an even integer for r = 2, 3, 4, and so on. The base case was established with r = 2, resulting in 6, and r = 3 yielding 24. The conversation progressed to the induction step, where it was noted that if k(k-1)(k+1) is even, then (k+1)(k)(k+2) must also be even. A participant pointed out that induction may not be necessary since either r or r+1 is always even, confirming that the product is even. The thread concluded with the problem being solved, emphasizing the simplicity of the proof.
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
Write k(k-1)(k+1)=2F where F is an integer.
 
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)
 
sooyong94 said:
2F+3k(k+1)
You can still substitute k(k+1) using k(k-1)(k+1)=2F.
 
2F+3(2F/(k-1) ?
 
sooyong94 said:
2F+3(2F/(k-1) ?
Yes. Now you should see why it is an even integer.
 
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.
 
  • #10
Somewhat OT, but in fact, (r - 1)r(r + 1) is divisible by 6, for r = 1, 2, 3, ...
 
  • #11
Looks like I managed to work them out. Please mark this thread as solved. ;)
 
  • #12
You know, induction isn't really needed here. For any ##r##, either ##r## or ##r+1## is even. Multiplying any integer by an even number yields an even number.
 
Back
Top