I'm trying to solve this extremal problem:
\begin{align} &xy + yz \rightarrow \max \\ &x^2 + y^2 = 2 \\ &y + z = 2 \end{align} So, using AM-GM inequality: \begin{align} (\sqrt{xy})^2 + (\sqrt{yz})^2 &\leq \Big(\dfrac{x + y}{2}\Big)^2+\Big(\dfrac{y + z}{2}\Big)^2 \\ &=\Big(\dfrac{x^2 + y^2 + 2xy}{4}\Big)+1 \\ &=\Big(\dfrac{1}{2} + \dfrac{xy}{2}\Big) + 1 \end{align}
So what am i do the next step? or it can be an answer?
I suppose i have smoothest solution to my problem(without using trigonometry etc.): $(x - y)^2 \ge 0 \Rightarrow x^2 + y^2 \ge 2xy \Rightarrow 2 \ge 2xy \Rightarrow xy \le 1$ and general maximum is $2$.