Originally I was looking for some simpler more intuitive way to appreciate the value of squaring something. I looked for how much it was increasing by every time I add $+1$ to the size of what was being squared. so in other words $3$ squared is $+5$ more than $2$ squared, and $4$ squared is $+7$ more than $3$ squared, and $5$ squared is $9$ more than $4$ squared. You can see that whenever you increase the number being squared by $1$, the amount increased itself increases by $+2$ more than the previous increase. ie, the increase itself increases by a rate of $+ 2$.
So
$$- 1^2 - 0^2 = +1$$ $$- 2^2 - 1^2 = +3$$ $$- 3^2 - 2^2 = +5$$ $$- 4^2 - 3^2 = +7$$ $$- 5^2 - 4^2 = +9$$
and
- the difference between the $+3$ and $+1$ is $2$
- the difference between the $+5$ and $+3$ is $2$
- the difference between the $+7$ and $+5$ is $2$
- the difference between the $+9$ and $+7$ is $2$ etc...
So I say, it's "increase bonus" is at a rate of +2. That's definitely not a correct mathematical term, but in my ignorance that's what i'm calling it.
This struck me as very interesting, because I used to make little wc3 mods as a kid and they gave tools that made same pattern. What I became interested in, was what if I wanted it to increase by a pattern of say +1, +2, +3, +4, +5. (for an increase bonus of +1). Or what if I wanted it to be +1, +4, +7, +10, +13 (an increase bonus of +3)?
My main question is, is there a formula where I can easily change the "increase bonus" to whatever rate I want? While I can do this manually, I don't know how to represent it as a simple, calculable formula.
My side question is... what is this formula / branch of mathematics actually officially called?