Let $(c_1,c_2)$ be a fixed point in $\mathbb{R}^2$. How to maximize $|x_1x_2-c_1c_2|$ subject to the condition that $(x_1-c_1)^2+(x_2-c_2)^2<1$. i.e. $$\sup_{(x_1,x_2) \in \mathbb{R}^2:(x_1-c_1)^2+(x_2-c_2)^2<1} |x_1x_2-c_1c_2|=?$$
Note : This is a generalization of the problem of maximizing $|x_1x_2|$ subject to the condition $x_1^2+x_2^2<1$. I'm stuck with it. Any help would be much appreciated.