Inspired by the kind of argument discussed in this answer, I begin by considering the following quadratic:
$$ax^2 + bx +c=0$$
And I want a functions $ \zeta(a,b,c)$ which maps from the coefficients to the root, there must be two such functions via the fundamental theorem of algebra. Now, I make a few observations.
- $\zeta(\lambda a , \lambda b , \lambda c) = \zeta(a,b,c)$
- $\zeta(0,b,c) = - \frac{b}{c}$
I'm not very sure how to construct a polynomial after this but after considering the first property and taking derivative with $\lambda$ we get:
$$ \frac{\partial \zeta}{\partial (\lambda a)} a+ \frac{\partial \zeta}{\partial (\lambda b)} b+ \frac{\partial \zeta}{\partial (\lambda c)} c=0$$
Not sure what to do after this..
Attempt 2.0
Consider a quadratic:
$$ x^2 + Bx + C=0$$
This is equivalent to the original one as we can divide through by $a$, now we have the following properties for the root function $ \zeta(B,C)$:
- $\zeta(0,0) = 0$
And I can spot no other significant properties, the problem with this way is that we no longer have the $\lambda$ trick in the previous one.
Any help is appreciated!