Proving divisibility by induction

AI Thread Summary
The discussion centers on proving that n(n^2 + 5) is divisible by 6 for positive integers n using mathematical induction. The initial step, P_1, is established as true, but confusion arises in the transition from P_k to P_(k+1). Participants emphasize the importance of correctly defining variables and maintaining consistency in notation throughout the proof. They suggest starting from the assumption that P_k is true and deriving P_(k+1) by manipulating the expressions appropriately. The conversation highlights the need for clarity in the induction process to successfully demonstrate the divisibility claim.
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))?
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...
Back
Top