I am trying to find all the intersection points (over $\mathbb{C}$) with the corresponding intersection numbers between the curves:
$F: (X^2 + Y^2)Z + X^3 + Y^3$
and
$G: X^3 + Y^3 - 2XYZ$
Well, the way I am doing this is:
Let's consider the case $Z=0$ (points at infinity):
Then the two curves turn into $X^3 + Y^3=0$ and then we have three points $[1:-1:0]$,$[1:c:0]$,$[1:c^2:0]$, c a primitive 3rd root of unity.
The case $Z=1$:
We then get:
$F: (X^2 + Y^2) + X^3 + Y^3$
and
$G: X^3 + Y^3 - 2XY$
And it is easy to see that the only point in the intersection is $[0:0:1]$. Computing $I([0:0:1],F\cap G)$, which is the same as $I((0,0), f\cap g)$, where $g = G(x,y,1)$ and $f = F(x,y,1)$:
$I((0,0), f\cap g) = I((0,0), g\cap (f-g) ) = I((0,0), g \cap (X+Y)^2 ) = 2I((0,0), g\cap (X+Y))$, and since $g = X^3 + Y^3 - 2XY$, its tangent lines at $(0,0)$ are the $x$ and $y$ axis whereas $X+Y$ is its own tangent line at $(0,0)$, so since there is no tangent in common, $I((0,0), g\cap (X+Y)) = m_{(0,0)}(g)=2$, thus $I((0,0), f\cap g) = 4$.
Now how do I proceed to compute the intersection number of the remaining points? I tried to dehomogenize the polynomials with respect to $X$ because the points are of the form $[1:x:0]$, but I can't go further since the ways I see to find this number would give me the same number to all of the three remaining points, and this is impossible since the sum of the intersection points is 9 by Bezout, but the point $[0:0:1]$ count with 4 on this calculation, remaining 5 to ditribute between the three remaining points. Can anyone help me?