New Reply

Show 6 divides (n^2+5)n

 
Share Thread
Dec6-10, 05:24 PM   #1
 

Show 6 divides (n^2+5)n


I need to prove by mathematical induction that 6 divides (k^2+5)k for all k>=1. It works for 1 but I am having trouble obtaining the k+1'st term from the k'th term. Can anyone help? Thanks!!
PhysOrg.com science news on PhysOrg.com

>> New language discovery reveals linguistic insights
>> US official: Solar plane to help ground energy use (Update)
>> Four microphones, computer algorithm enough to produce 3-D model of simple, convex room
Dec6-10, 05:35 PM   #2
 
Blog Entries: 27
Recognitions:
Gold Membership Gold Member
Homework Helper Homework Help
Science Advisor Science Advisor
Hi Xyius!

(try using the X2 icon just above the Reply box )

show us what you've tried, and where you're stuck, and then we'll know how to help!
Dec6-10, 08:54 PM   #3
 
It might be helpful if you restate as k^3 + 5k. Immediately it will be apparent that 2 will divide all values. If 3 also divides all values, then you've got your divisibility by 6.
Dec18-10, 10:16 AM   #4
 

Show 6 divides (n^2+5)n


if k=0 mod 6, k^2+5 = 5 mod 6, (k^2+5)k = 0 mod 6
if k=1 mod 6, k^2+5 = 0 mod 6, (k^2+5)k = 0 mod 6
if k=2 mod 6, k^2+5 = 3 mod 6, (k^2+5)k = 0 mod 6
if k=3 mod 6, k^2+5 = 2 mod 6, (k^2+5)k = 0 mod 6
if k=4 mod 6, k^2+5 = 3 mod 6, (k^2+5)k = 0 mod 6
if k=5 mod 6, k^2+5 = 0 mod 6, (k^2+5)k = 0 mod 6
Jan14-11, 02:33 PM   #5
 
(k^2+5)k=k^3+5k
((k+1)^2+5)(k+1)=(k^2+2k+6)(k+1)=k^3+3k^2+8k+6=(k^2+5)k + 3(k^2+k)+6.
3(k^2+k) is a multiple of 6 since k^2+k is even.
Jan15-11, 10:06 AM   #6
 
Blog Entries: 9
Recognitions:
Homework Helper Homework Help
Science Advisor Science Advisor
You can prove it without mathematical induction, too

[tex] k\left(k^2 +5\right) =k\left[(k+1)(k+2)-3k+3\right]= k(k+1)(k+2)-3k(k-1) [/tex]

which is obviously divisible by 6.
Jan16-11, 09:11 AM   #7
 
Quote by alphachapmtl View Post
if k=0 mod 6, k^2+5 = 5 mod 6, (k^2+5)k = 0 mod 6
if k=1 mod 6, k^2+5 = 0 mod 6, (k^2+5)k = 0 mod 6
if k=2 mod 6, k^2+5 = 3 mod 6, (k^2+5)k = 0 mod 6
if k=3 mod 6, k^2+5 = 2 mod 6, (k^2+5)k = 0 mod 6
if k=4 mod 6, k^2+5 = 3 mod 6, (k^2+5)k = 0 mod 6
if k=5 mod 6, k^2+5 = 0 mod 6, (k^2+5)k = 0 mod 6
can this method be generalized for the POlynomial diophantine equation

[tex] f(x)=0mod(n) [/tex]

so you try the ansatz [tex] x=imod(n) [/tex] ehere 'i' runs over i=0,1,2,3,4,5,,....,n-1
Jan17-11, 02:35 PM   #8
 
Blog Entries: 2
Quote by Xyius View Post
I need to prove by mathematical induction that 6 divides (k^2+5)k for all k>=1. It works for 1 but I am having trouble obtaining the k+1'st term from the k'th term. Can anyone help? Thanks!!
See Cubzar's posr. The other proofs don't seem to be using induction. You showed it for k = 1. I think that to prove by induction you, you would have to write k+1 where ever k appears in the equation and expand the equation, then show that the fact that the new equation is divisible by 6 follows directly from the fact that the origional equation is divisible by 6. Maybe you might get something like

[tex]K(K^{2} + 5) = = K(K^{2} -1) + 6[/tex]
= [tex](K-1)*K*(K+1) + 6[/tex] from which you could deduce that if it is true for k = n then it is obviously true for k = n + 1.

or otherwise show as Cubzar did that F(K+1)-F(K) [ i.e. 3K^2 + 3K + 6] is always divisible by 6 regardless of the value of K mod 6.

[tex](K +1)^{3) +5(K+1) == K^3 + 3K^2 + 8K + 6
New Reply

Similar discussions for: Show 6 divides (n^2+5)n
Thread Forum Replies
If a divides bc, then a divides b or a divides c Calculus & Beyond Homework 3
Let p,q ∈ ℤ+ , p < q. Prove that if p - q divides p - 1, then q - p divides q - 1. Calculus & Beyond Homework 4
How do I prove that 5 divides x^5 - x?? Calculus & Beyond Homework 2
d divides n and u = v (mod d) then f(u) = f(v) (mod d) -> f is polynomial over Z_n Calculus & Beyond Homework 0