The focus of the parabola
$x^2+y^2+2xy-6x-2y+3=0$ is
what i try: Let $S(h,k)$ be focus and $P(x,y)$ be variable point on parabola and $y=mx+c$ be directrix of parabola and Let $M$ be any point on directrix
Then using definition of parabola $PS=PM$
$$\sqrt{(x-h)^2+(y-k)^2}=\bigg|\frac{mx-y+c}{\sqrt{1+m^2}}\bigg|$$
$(1+m^2)\cdot \bigg[(x-h)^2+(y-k)^2\bigg]=(mx-y+c)^2$
after simplifying
$x^2+m^2y^2+2mxy-2xh(1+m^2)+mc-2y(k(1+m^2)-c+9h^2+k^2)(1+m^2-c^2)=0$
camparing with original equation
$m^2=1$ and $2m=2$ and $2h(1+m^2+2c=6)\Rightarrow 2h+c=3\cdots (1)$
and $2k(1+m^2)-2c=2\Rightarrow 2(h^2+k^2)-c^2=3\Rightarrow 2k-c=1\cdots (2)$
and $2(h^2+k^2)-c^2=3\cdots (3)$ from $(1)$ and $(2)$ and $(3)$
we get $c=1$ and $h=1$ and $k=1$
can i solve it without heavy calculation
please explain me
and that the axis is parallel to $x+y$ since $x^2+2xy+y^2=(x+y)^2$ and the directrix is parallel to $-x+y$. This means we can take $l^2+m^2=2$: $$2((x-h)^2+(y-k)^2)=(-x+y+n)^2$$ or $$x^2+2xy+y^2+(-4h+2n)x+(-4k-2n)y+2h^2+2k^2-n^2,$$ now $-4h+2n=-6, -4k-2n=-2, 2h^2+2k^2-n^2=3$ so $h=1,k=1,n=-1,$ giving $$2((x-1)^2+(y-1)^2)=(-x+y-1)^2$$
– Jan-Magnus Økland Mar 02 '20 at 09:56