Given the ellipse $x^2-xy+y^2=\frac{3}{4}$ I want to determine the points that their tangent is perpendicular to the $x'x$ axis and parallel to the $x'x$ axis.
Solution
The points that their tangent is perpendicular to the $x'x$ axis are:
$$A(-1, -1/2), \;\; B=(1, 1/2)$$
However how do we prove this? I set at the ellipse where $x$ the $-y$. Hence $3y^2=\frac{1}{4}$ and we get that $y=\pm 1/2$. However I don't think that this is a rigorous proof. Similarly I know that the points $A'(1/2, 1), \;\; B'(-1/2, 1)$ the tangent is parallel to the $x'x$ axis, but how do I justify this?
Let us consider the function $f(x,y) = x^2-xy+y^2-3/4 $. Then $$\nabla f(x,y)= \left(f_x(x,y), f_y(x,y)\right) = (2x -y, -x +2y).$$
Recall that $f_x(x,y), f_y(x,y)$ give the rate of change of $f$ in the direction of $x$ and $y$, respectively. Since we want the tangent to be perpendicular to the $x-$ axis, it is clear (?) that $$f_y(x_0,y_0) =0 \implies x_0 = 2y_0,$$ where $(x_0,y_0)$ is the point of intersection (ellipse and tangent). Since $(x_0,y_0)$ belongs to the ellipse, as well, we may solve the system: $$\left\{ \begin{array}{l} x_0 = 2y_0\\ f(x_0,y_0) = 0 \end{array} \right. $$ which yields the $2$ points $A(-1,-1/2)$ and $B(1,1/2)$.
The concept is the same when the tangent is parallel to the $x-$ axis (which means that the tangent is perpendicular to the $y-$ axis).