Find the condition If three distinct normals can be drawn from $(h,k)$ to Parabola whose equation is given by
$$2((x-1)^2+(y-1)^2)=(x+y)^2$$
My Try:
Since its a non standard parabola i rotated the axis by $45$ degress to get rid of $xy$ term. That is
$$x=\frac{X+Y}{\sqrt{2}}$$
$$y=\frac{Y-X}{\sqrt{2}}$$
The equation got converted to as
$$X^2=\frac{4}{\sqrt{2}}\left(Y-\frac{1}{\sqrt{2}}\right)$$
Any way to proceed from here?