The Student Room Group
Reply 1
I wouldn't think so. You have simply shown that IF Un is divisible by 2 then so also is Un+1.

Hint:try splitting the n^2 + 3n into two factors
The induction step is correct. One may write it slightly shorter without introducing m: n^2+5n+4 = (n^2+3n) + 2(n + 2), and the first number is even by IH. Don't forget the base case.
You don't need to equate anything to 2m... just state that it's divisible by two and follow on from there

un=n2+3nu_n = n^2+3n

unu_n is divisible by 2. Assume true for n=kn=k so uk=k2+3ku_k=k^2+3k is divisible by 2

uk+1=(k+1)2+3(k+1)=k2+5k+4=(k2+3k)+(2k+4)u_{k+1} = (k+1)^2+3(k+1) = k^2+5k+4 = (k^2+3k)+(2k+4)

since by our assumption, (k2+3k)(k^2+3k) is divisible by 2, and clearly (2k+4)(2k+4) is divisible by 2, we can deduct that if uku_k is divisible by 2, then so is uk+1u_{k+1}.

So we just need to show the first case.

u1=4u_1 = 4 which is divisible by 2, so the statement is true for all n greater than or equal to 1.

Do something similar for n = k-1
Reply 4
simpler.

Un = n^2 + 3n = n(n+3)

if n is odd, (n+3) is even and product is even
if n is even, then (n+3) is odd and product is even

Hence Un is even.
steve10
simpler.

Un = n^2 + 3n = n(n+3)

if n is odd, (n+3) is even and product is even
if n is even, then (n+3) is odd and product is even

Hence Un is even.

That is a good proof, but it's not proof by induction, so although it's correct it would attract no marks in an exam question about inductive proofs
Reply 6
Wicked, thanks guys.

Latest