Proving divisibility by induction

Click For Summary

Homework Help Overview

The discussion revolves around proving that the expression n(n^2 + 5) is divisible by 6 for positive integers n, utilizing mathematical induction as the method of proof.

Discussion Character

  • Exploratory, Mathematical reasoning, Problem interpretation

Approaches and Questions Raised

  • The original poster attempts to establish the base case and the inductive step but faces challenges in correctly formulating the induction hypothesis and subsequent expressions. Some participants question the validity of the steps taken and suggest clarifying the definitions used in the induction process.

Discussion Status

Participants are actively engaging with the original poster's attempts, providing feedback on the formulation of the induction hypothesis and the algebra involved. There is a focus on ensuring clarity in notation and the logical flow of the proof, with suggestions for how to approach the inductive step more effectively.

Contextual Notes

There are concerns about the proper use of variables and the need for consistent notation throughout the proof. Additionally, participants note that some algebraic statements are true regardless of the induction hypothesis, which may lead to confusion in the proof structure.

leduc
Messages
1
Reaction score
0
Hello, I'm struggling with the question on induction.
I was wondering if you could help me?

Prove that n(n^2 +5) is divisible by 6 for n belonging to Z^+

P_1 is (1(1^2 + 5))/6=1 hence P_1 is true

If P_k is true then (k(K^2 +5))/6=r and if and only if (k(k^2 +5))=6r
then P_(k+1) is

(k+1)((K+1)^2 +5))=6r

We're looking for something with 6 as a factor.
 
Physics news on Phys.org
What have you done so far?
 
leduc said:
If P_k is true then (k(K^2 +5))/6=r and if and only if (k(k^2 +5))=6r
Yes, that's true.
then P_(k+1) is
(k+1)((K+1)^2 +5))=6r
No, of course not. you just said 6r was equal to K(K^2+ 1). (K+1)^2= K^2+ 2k+ 1 so (K+1)((K+1)^2+ 5)= (K+1)(K^2+ 1+ 2k+ 5)= K(K^2+ 1)+ what?
 
leduc said:
Hello, I'm struggling with the question on induction.
I was wondering if you could help me?

Prove that n(n^2 +5) is divisible by 6 for n belonging to Z^+

P_1 is (1(1^2 + 5))/6=1 hence P_1 is true

If P_k is true then (k(K^2 +5))/6=r and if and only if (k(k^2 +5))=6r
then P_(k+1) is

(k+1)((K+1)^2 +5))=6r
No- you want (k+1)((k+1)^2 +5))=6s for some s. You've already used r in P_k, you can't use it again to mean something different in P_(k+1). Also be careful about capital letters--if you define k as lowercase it should be lowercase throughout.

Also, "If P_k is true then (k(K^2 +5))/6=r and if and only if (k(k^2 +5))=6r" is true whether or not P_k is true--it's just algebra and doesn't help the induction. You want to start with P_k and then derive P_(k+1).
Start with assuming
(k(k^2 +5)) = 6r
and then SHOW that
(k+1)((k+1)^2 + 5) = 6s
for some integer s. One way to try it is to add something to both sides of your assumption--what is (k+1)((k+1)^2 + 5) - (k(k^2 +5))?
 

Similar threads

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