The conic section k: $x^2+3y^2-2x+6y-8=0$. Find all points such that the normal vector of the conic section in these points is parallel to y-axis.
My approach: Find the gradient of the conic section:
$F(x,y) = x^2+3y^2-2x+6y$
$\nabla F(x,y) = <2x-2,6y+6>$
The y-axis vector is $(0,1)$. Find such constants that the gradient of the conic section is scalar multiple of y-axis:
$2x-2=0 \rightarrow x=1$
$6y+6=1 \rightarrow y=-5/6$
The point $[1,-5/6]$ however isn't the correct answer. If I consider the points separately, then for $x$ I get points $[1,1], [1,-3]$ which is a correct answer but I'm still left with $y=-5/6$ for which I get valid $x$'s but the points are not correct (in fact their are perpendicular to the y-axis and not parallel.
Where do I make mistake? Why am I getting the extra $y=-5/6$?
