This is self-learning, not homework.
Problem: Let $A, B \in \bar{\mathbb{K}}$. Characterize the values of $A, B$ for which each of the following varieties is singular. In particular, as $(A,B)$ ranges over $\mathbb{A}^2$, the "singular values" lie on a one-dimensional subset of $\mathbb{A}^2$, so "most" values of $(A,B)$ give a non-singular variety.
($\mathbb{K}$ is a field, $\mathbb{A}^2$ is affine 2-space, etc.)
$(a) V: Y^2Z + AXYZ + BYZ^2 = X^3$. $(b) V: Y^2Z = X^3 + AXZ^2 + BZ^3$ (char $\mathbb{K} \neq 2$).
My attempt:
We need to find $(A,B)$ so that the polies defining these varieties have derivatives (with respect to each variable) which have roots in $\mathbb{K}$, i.e. we need to solve the systems of equations
$(a) 2YZ + AXZ + BZ^2 = Y^2 + AXY + 2BYZ = 3 X^2 - AYZ = 0$ $(b) 2YZ = 3X^2 + AZ^2 = 2AXZ + 3BZ^2 - Y^2 = 0$
for $A$ and $B$.
Silverman gives the solutions $(a) B(A^3 - 27B) = 0$ and $(b) 4A^3 + 27B^2 = 0$. This is probably just embarrassingly basic highschool algebra but I'm not seeing it.