MedVision ad

Mathematical induction - divisibility - odd/even numbers (1 Viewer)

sasquatch

Member
Joined
Aug 15, 2005
Messages
384
Gender
Male
HSC
2006
Im having troubles with the step "n = k + 2" when proving results by mathematical induction, for all odd/even n. E.g.

For even n, proven n3 + 2n is divisible by 12. Heres an example of my working.

1. If n = 2,

expression = 23 + 2(2)
= 12, which is divisible by 12,

hence true for n = 2.

2. Assuming true for n = k, where k is an even integer.

k3 + 2k = 12m, where m is an integer

3. Hence prove true for n = k +2,

(k+2)3 + 2(k+2) is divisible by 12.

expression = (k2 + 4k + 4)(k+2) + 2k + 4
= k3 + 2k2 + 4k2 + 8k + 4k + 8 + 2k + 4
= (k3 + 2k) + 6k2 + 12k + 12
= 12m + 6k2 + 12k + 12
= 12(m + k + 1) + 6k2

Well yep thats all i can get up to... but i was thinking as |n| >= 2, would it be safe to say that,

k2 >= 4 for even n, and for any even number k, k2 is always even, hence 6k2 is divisible by 12.

Is that ok?
 

Riviet

.
Joined
Oct 11, 2005
Messages
5,593
Gender
Undisclosed
HSC
N/A
You've got the idea. What you could do is:

12(m + k + 1) + 6k2 = 12(m+k+1 + k2/2)

= 12A, where A is a positive integer, since k is even => k2/2 is an integer.
 

Users Who Are Viewing This Thread (Users: 0, Guests: 1)

Top