I started working through Silverman's Arithmetic of Elliptic Curves. For some reason it looks like the first problem in the first chapter is the hardest problem in the whole chapter or I'm completely missing something. The Problem statement is the following:
Characterize the values of $A,B$ for which the variety $Y^2Z+AXYZ+BYZ^2=X^3$ is singular over an algebraically closed field.
This should be a fairly trivial problem, but I can't seem to get a "nice" answer. First, I want to look for singular points in the set $Z\neq 0$. Dehomogenizing, we get
$$Y^2+AXY+BY=X^3$$
To compute singular points, we get the following system:
$$\left\{\begin{array}{l} Y^2+AXY+BY=X^3\\ AY=3X^2\\ 2Y+AX+B=0 \end{array} \right.$$
I can solve for $Y$ in the last equation, which gives
$$Y = -\frac{AX+B}{2}$$
Plugging this in to the rest of the system gives
$$\left\{\begin{array}{l} B^2+2ABX+X^2(A^2+4X)=0\\ 6X^2-A(B+AX)=0 \end{array} \right.$$
Now I'm not really sure what to do, since I would need to show that only for specific values of $A,B$ is this system consistent. For example if $B=0$, then $A$ can be anything, since we can choose $X=0$ However, if $B\neq 0$, I'm clueless. I've tried other approaches for eliminating variables, but for each method I seem to get stuck with something ugly.