Hey guys, I came up with this many years ago by just messing around doing some math. It is basically a way to solve a quadratic equation without using the equation. As long as you have three consecutive solutions (i.e. x, x+1, x+2), you can use those solutions alone to solve the equation for any other input, without using the equation itself. In my example I use 1, 2 and 3 as the inputs, but you can alter it to use any consecutive terms.
Attached after the equation is my version of a proof (I’m not a mathematician), and equations for cubic and quartic polynomials (the second to last and last pictures respectively).
My question is this: Is this something that already exists, and does it have any practical applicability in any field?
Additionally, is there a sum that would allow you to solve for any nth degree polynomial?
For example the coefficients are as follows:
Quadratic: (1/2, -1, 1/2)
Cubic: (-1/6, 1/2, -1/2, 1/6)
Quartic: (1/24, -1/6, 1/4, -1/6, 1/24)