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?
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?