Re: HSC 2015 4U Marathon
Simplify/sum the following 1+2^2+3^2+4^2+5^2.....n^2.
Last edited:
Simplify/sum the following 1+2^2+3^2+4^2+5^2.....n^2.
do you mean (k-1)^3 - k^3? But yeah, this works.
do you mean (k-1)^3 - k^3? But yeah, this works.
I was thinking of a way using complex numbers to generalize for k^n then solving. But that was probably just complicating things.
I can't be bothered typing it out now, but it's the proof given here: https://proofwiki.org/wiki/Sum_of_Sequence_of_Squares/Proof_5can you show
Alternative to proof given by InteGrandSimplify/sum the following 1+2^2+3^2+4^2+5^2.....n^2.
I'd add that one way to prove this is by proving the sum is a polynomial (by induction, since if S_n is a polynomial, then S_(n+1) = S_n + (n+1)^2 is a polynomial), and that it's a cubic since the sum is less than:Alternatively, recognise that the sum of quadratic terms must have cubic form.
What would we do for the base case for this?I'd add that one way to prove this is by proving the sum is a polynomial (by induction, since if S_n is a polynomial, then S_(n+1) = S_n + (n+1)^2 is a polynomial)
I 'came up with it' when I was trying to find a way to get 2U students to prove the AM-GM for n=2, but then I realized it could be generalized quite easily haha (with the aid of induction)wth, proofwiki ahahha
interesting method to approach the amgm proof, was that in previous exams or did u come up with it sy :O
good point (idk)What would we do for the base case for this?
I don't think this works, we need a fixed polynomial that evaluates the n-th partial sum.I'd add that one way to prove this is by proving the sum is a polynomial (by induction, since if S_n is a polynomial, then S_(n+1) = S_n + (n+1)^2 is a polynomial)
I might as well just prove the inductive step of your extension question, as the same method is how we answer the earlier parts of the question.
Just seems like an average 2U question unless I'm misreading something
That's assuming , what happens when ?