Originally posted by ND
It really doesn't matter; you can just say:
"For it to be true for n=k+1, RHS=(k+1)^2(2k^2 + 4k + 1)=2k^4 + 8k^3 +11k^2 + 6k + 1"
Then start with LHS and proceed to prove it.
I was thinking that, wasnt too sure though. Like in circle geometry or trig. hehe, its the only way i could think of doing it.
Originally posted by KeypadSDM
I'm pretty sure it's the quickest method via induction. But is an alternate proof available due to the remainder theorem?:
Let f(x) = x^k - 1
:. f(1) = 1^k - 1
= 0
:. (x - 1) is a factor of (x^k - 1)
Is that valid?
o! No wonder you topped the state, I didnt even think about that.
But yeah, I can't see why it wouldnt be accepted, unless the question asked you to prove via induction.
And this is how i'd do it:
R.T.P (x - 1) factorises (x^n - 1)
For n = 1
(x^1 - 1) = 1 * (x - 1)
:. True for n = 1
Assume true for n = k
ie (x^k - 1) = M * ( x - 1 )
Prove true for n = k + 1
x^(k+1) - 1
= x.x^k - 1
= x(x^k - 1 ) + x - 1
= x(m(x-1)) + x - 1
= (x-1)(xm + 1)
I thought Keypad's method a bit too complicated cause i've never seen his way. He is on a higher plane of maths existence (
) than me, so I thought he just thinks a bit too complicated. Im prolly wrong, but thats cause i didnt quite get what the hell he was saying in his proof. hehe, my bad.