I am trying to verify Bezout's theorem for the two following curves :
C: $y^2=x^3-x^2$ and
D:$y=x^2+x$
I found the intersection points: (0,0), ($ \beta_{\pm}$,-2) where $\beta_\pm=\frac{-1 \pm \sqrt 7 i}{2}$.
1) How do I find the intersection at the infinity line? I need to "dehomogenize" but I'm not sure what this means or how to do it.
2) I Calculated $I( (0,0), C \cap D)= I(y^2-x^3+x^2, y-x^2-x)=2 + I(2+y,y-x^2-x)$. I have been told $I(2+y,y-x^2-x)=0, $but I dont know why.
thanks,