Question: You are given that
n
∑ (ar + b) = n^2
r=1
for all n where a and b are constants. Determine the value of a and b.
So far I've done:
∑ar + ∑b = n^2
an/2 (n+1) + bn = n^2
n/2(an + a + 2b) = n^2
(an^2 + an) / 2 + bn = n^2
I know the values for a and b are 2 and -1 respectively, but can't prove it.
What should I do next?