I am given that $$x^3 + bx^2y + cxy^2 + y^3 = 0$$ represents three straight lines if $b + c = -2$.
Is there a way to find the equations of the three lines separately?
I tried factorizing the equation but wasn't able to get anywhere. Is there a way to get the separate equations using partial differentiation?
If $b+c=-2$, you can write $b=-k$ and $c=k-2$, so
$$\begin{align}x^3+bx^2y+cxy^2+y^3&=x^3-kx^2y+(k-2)xy^2+y^3\\&=x^3-kx^2y+kxy^2-2xy^2+y^3\\&=(x^3-xy^2)-(kx^2y-kxy^2)-(xy^2-y^3)\\&=(x-y)(x(x+y)-kxy-y^2)\\&=(x-y)(x^2-(k-1)xy-y^2)\end{align}$$
You can factor the latter part by completing the square but the computation is a bit ugly.
The three lines will be:
$$x=y\\ x=y\left(\frac{k-1}2+\sqrt{1+\left(\frac{k-1}2\right)^2}\right)\\ x=y\left(\frac{k-1}2-\sqrt{1+\left(\frac{k-1}2\right)^2}\right)$$
where $k$ is just $-b$, a constant, so the entire expression in the brackets is a constant, the reciprocal of their slopes.