Before I show my method, I'll post an example question. (Also, this one is the start of my wonder.)
$x^2+y^2=1, z^2+w^2=1$. Then, find the minimum and maximum of $xw+yz$.
Of course, It can be easily solved with the Brahmagupta-Fibonacci Inequality, but I'll try to use my strategy.
\begin{align} & \alpha=\arcsin(x), \beta=\arcsin(z). \\ & \therefore \arccos(y)=\alpha, \arccos(w)=\beta. \\ & xw+yz=\sin\alpha\cos\beta+\cos\alpha\sin\beta=\sin(\alpha+\beta). \\ & \therefore \min(xw+yz)=-1, \max(xw+yz)=1. \end{align}
Like this, I found that if the variables satisfy $x^2+y^2=1$, we can use it as a trigonometric function. (Maybe a lot of people know about this.)
But, my question is:
Is this method always valid when the variables $x, y$ satisfies $x^2+y^2=1$, and the question is asking about the minimum, maximum, or the range of quadratic polynomials?
If not, please let me know the counterexample of this.