Finding a formula for the following summation

  • Thread starter Thread starter rxh140630
  • Start date Start date
  • Tags Tags
    Formula Summation
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
6 replies · 2K views
rxh140630
Messages
60
Reaction score
11
Homework Statement
[itex] n^2 + (n-2)^2 + (n-4)^2...[/itex]
where n is a natural number
Relevant Equations
none
Physics news on Phys.org
PeroK said:
When are you going to terminate the sum?

The sum terminating depends on n. I don't know how to come up with a general formula for all n though
 
PeroK said:
You mean you stop before the terms get negative.
Yes. I'm assuming you're hinting at induction but the trouble is I can't think of a proper hypothesis in the first place..
 
rxh140630 said:
Yes. I'm assuming you're hinting at induction but the trouble is I can't think of a proper hypothesis in the first place..
I haven't thought about it. From what you say, you want either:
$$1 + 9 + 25 + \dots + (2k+1)^2$$
Or
$$4 + 16 + \dots + (2k)^2$$
 
  • Like
Likes   Reactions: rxh140630
PeroK said:
You mean you stop before the terms get negative.
None of the terms will be negative, since they are squared quantities. I'm sure you meant something more like stopping before n - 2k gets negative.