I want to represent a polynomial such as $x^5$ with a sum of weighted polynomials so that
$$x^5 - (ax^4 + bx^3 + cx^2 + dx + e) = \epsilon$$
My aim is to pick these weights $(a,b,c,d)$ assuming that the function is somewhere near the origin.
I recall seeing something like this before, what is it called?

