Given that $x, y, a$ are real numbers that satisfy
$$(\log_ax)^2+(\log_ay)^2 - \log_a(xy)^2 \leq 2 \text{ and } \log_ay\geq1$$
Find the range of $\log_ax^2y$
My try: Let $b= \log_ax, c= \log_yx, 2b+c = \log_ax^2y$
$$b^2 + c^2 - 2b - 2c -2 \leq0$$
$$1- \sqrt{-c^2+2c+3}\leq b\leq 1+ \sqrt{-c^2+2c+3}$$
$$2(1- \sqrt{-c^2+2c+3})+c\leq 2b+c\leq 2(1+ \sqrt{-c^2+2c+3})+c$$
substituting $c = 1$
$$-1\leq 2b+c\leq7$$
but my teacher said that the answer is $3+2\sqrt{5}$ instead of $7$