Given that F(x,y)=xy(x+y-1). Determine whether S={(x,y) | F(x,y)=0} is a smooth curve.
Now, F(x,y)=x2y + xy2 - xy
Let gradient F = (2xy + y2 - y, x2 + 2xy - x) = 0
So 2xy + y2 - y = 0 and x2 + 2xy - x = 0
In order to determine where S is smooth, I have to solve these 2 equations for x and...