Suppose $a, b, c, d, e$ are real numbers such that:
$$ab + bc + cd + de + ea = 10$$ $$ac + bd + ce + da + eb = 11$$ Find the minimum value of $$a^2 + b^2 + c^2 + d^2 + e^2$$
I started this question with
$$\begin{align} a^2 + b^2 + c^2 + d^2 + e^2 &= (a + b + c + d + e)^2 \\ &- 2(ab + bc + cd + de + ea + ac + bd + ce + da + eb) \end{align}$$
And then, $$y = a + b + c + d + e$$ $$a^2 + b^2 + c^2 + d^2 + e^2 = y^2 - 42$$
To minimize it, I would have to minimize $y$, which is where I got stuck
I saw a sort-of similar question with 4 variates, but that method didn’t work (or idk how to apply it).
If you could continue upon how to solve it from where I got stuck, please do so. Also, any other methods are welcome too.
Edit 1: I think inequalities like Cauchy, Trivial etc. measure the lower bound, not minimum value (correct me if I am wrong) so using them does not give the desired result.