Let $a$, $b$, $c$, $d$, $e$ be real numbers such that $$ab+bc+cd+de+ea=20,\\ac+bd+ce+da+eb=22.$$ Find, as the root of a polynomial, the minimum value of $a^2+b^2+c^2+d^2+e^2$.
The numeric value of this minimum seems to be about $23.2359$.
I also tried Lagrange Multipliers but it didn't work.
Perhaps we could use some substitutions to eliminate the condition.
Update. I have proven that the problem is equivalent to (but no having the same answer as) the problem of minimizing $$\frac{(a-b)^2+(b-c)^2+(c-d)^2+(d-e)^2+(e-a)^2}{ac+bd+ce+da+eb-ab-bc-cd-de-ea}.$$
Update River Li finding the answer "$21+\sqrt5$" enabled me to produce the following natural solution that explores the essence of this problem (at least I think it does)
Here is the full process of my thinking.
We are to prove that $\sum\limits_{\rm cyc}a^2\ge21+\sqrt5$, or (by the first condition) $$(a-b)^2+(b-c)^2+(c-d)^2+(d-e)^2+(e-a)^2\ge2+2\sqrt5.\tag1$$ This, perceptually, means that the variables $a\dots$, $e$ must not stick too close to each other. So we will observe their differences by subtracting the conditions: $$a(b-c)+b(c-d)+c(d-e)+d(e-a)+e(a-b)=2.\tag2$$ Notice that if we increase each variable by $t\in\Bbb R$, then $(1)$ and $(2)$ are not affected. This means that given arbitrary numbers $A$, $B$, $C$, $D$, $E$ such that $$A(B-C)+B(C-D)+C(D-E)+D(E-A)+E(A-B)=2,$$ we are likely to be able to add $t\in\Bbb R$ to each of them so that the result $A'=A+t$ and similar satisfy $$A'B'+B'C'+C'D"+D'E'+E'A'=20.$$ Then we must also have $A'C'+\cdots+E'B'=22$. Moreover, as we just said, the addition doesn't affect $(1)$. Therefore: the numbers $22$ and $20$ are inessential. What's vital is that $22-20=\bf\color{red}2$. So the problem becomes:
Given real numbers $a$, $b$, $c$, $d$, $e$ such that $$a(b-c)+b(c-d)+c(d-e)+d(e-a)+e(a-b)=2,$$ prove that $\sum\limits_{\rm cyc}(a-b)^2\ge2+2\sqrt5$.
The proof is straightforward. It suffices to show that $$\sum_{\rm cyc}(a-b)^2\ge\left(1+\sqrt5\right)\sum_{\rm cyc}a(b-c),\tag3$$ which is easily true by Lagrangian SOS method.
Now we expand $(3)$, and the result is equivalent to River Li's identity!