Plane Curve Examples

187 Views Asked by At

teaching myself about plane curves, both affine and projective, and I was hoping to gain some exposition via some examples, if anyone can help me out.

First, I am thinking about irreducible plane curves and their tangent lines, and I was hoping to get an example of such a curve $C$ in complex affine 2-space $\mathbb{A}^2(\mathbb{C})$, say with two different tangent lines at the same point $(1,1)$.

Second, it would be great to get an example of a plane curve $C$ that is singular at the homogeneous coordinates $(1:0:0)$, $(0:1:0)$, and $(0:0:1)$ in complex projective 2-space $\mathbb{P}^2(\mathbb{C})$.

Thanks so much in advance. I have found that these concepts make a lot more sense when I have specific examples to look at, and sadly the material I am reading online is mostly text with few visual examples.

1

There are 1 best solutions below

3
On BEST ANSWER

Let $C=\{(x,y)\in\mathbb C:f(x,y)=0\}$ defines an irreducible plane curve in $\mathbb A^2_{\mathbb C}$, $(1,1)\in C$ implies that $f(x,y)=(x-1)p(x,y)+(y-1)q(x,y)$. $C$ is singular $(1,1)$ implies that both partial derivatives vanish, so we obtain $$\begin{align}f_x(x,y)&=p(x,y)+(x-1)p_x(x,y)+(y-1)q_x(x,y) \\ f_y(x,y)&=(x-1)p_y(x,y)+(y-1)q_y(x,y)+q(x,y) \end{align}$$ Evaluating at $(1,1)$ gives $p(1,1)=q(1,1)=0$, hence we can expand further $f(x,y)=a(x-1)^2+b(x-1)(y-1)+c(y-1)^2$ where $a,b,c\in\mathbb C[x,y]$. The simplest of such curve could be $f(x,y)=x(x-1)^2+(y-1)^2$, you could try to show that it is irreducible by contradiction.

About you second question, the idea is similar, suppose the curve is defined by $F(x,y,z)=0$, then you would need to solve $F_x(p_i)=F_y(p_i)=F_z(p_i)=0$ for $p_i$ the three points you specified. Now observe that if $F(x,y,z)=G(x,y)+H(y,z)+J(x,z)$ for homogeneous polynomials $G,H,J$ with same degree, then we can guarantee that $F$ vanishes at the three points if $H(0,1)=J(0,1)$, $G(1,0)=J(1,0)$, etc. This hinted that maybe we should look at polynomials like $F(x,y,z)=xy+yz+xz$. However this curve is not quite singular. The usual way of turning a curve singular is to raise the term of higher power, and turns out indeed $F(x,y,z)=x^2y^2+y^2z^2+x^2z^2$ works.

It is hard to visualize these curves because they live in at least $4$-(real) dimensional space, so sometimes it could be helpful to look at the real version of curves in hope of gaining some insights.