Singular points, $x$ versus $x^2$

225 Views Asked by At

Consider $f=x$ and $g=x^2$ as elements of $\mathbb R[x,y]$, which define the same curve, namely the $y$-axis.

According to the usual definition of a singular point (vanishing partial derivatives), it then seems to depend on the given polynomial whether a point on that curve is singular, although we are dealing with the same object. For $f$, all points are non-singular whereas they are all singular for $g$. I've also seen a definition that requires to consider the generators of the ideal of the curve, in this case it would be the ideal $(x)$ and therefore the curve non-singular. For me, this definition seems to be "more" correct because our curve doesn't look singular at any point. How do you handle this "problem"?

2

There are 2 best solutions below

1
On BEST ANSWER

The difference here is whether you want to study the geometry of the zero locus of a polynomial, or the polynomial itself. The first case corresponds to "classical" algebraic geometry, which is the study of varieties and algebraic curves and so on, while the second belongs more to the theory of schemes.

Beginning with a set of points $S \subseteq \mathbb{R}^2$, we can ask various geometric questions about smoothness and dimension and so on. From the algebraic perspective, we want to represent $S = \{(0, y) \mid y \in \mathbb{R}\}$ as the zero locus of some collection of polynomials in $\mathbb{R}[x, y]$. As you've noticed, there are many ways of doing this, for example the polynomials $x$, $x^2$, $x(x^2 + 1)(y^2+1)$ all have the correct zero sets.

Here $(x)$ is the correct ideal to study for various reasons, which in this case basically boil down the the fact that $x$ cannot be factored. In general, you can define the ideal $$ I(S) = \{f \in \mathbb{R}[x, y] \mid f(s) = 0 \text{ for all } s \in S\}$$ and then find generators of the ideal. In our example, it can be shown that $I(S) = (x)$, and since the generator $x$ is irreducible, it will enjoy various nice properties, such as the fact that smoothness of $S$ will make sense in terms of the Jacobian of $f(x, y) = x$, and so on.

Classic algebraic geometry always puts sets of points through the $I$ function to get the "right" polynomials cutting out the set $S$, and then proves theorems about dimension and smoothness using the output of $I$. This stops silly equations like $x(x^2 + 1)(y^2 + 1)$ being used in place of the more simple $x$.

So that is one way of handling the "problem". The other is to use scheme theory, which regards the geometry cut out by $x = 0$ to be different to the geometry cut out by $x^2 = 0$. Schemes will notice that the difference between the intersection of two lines, and a line with a curve which is tangent at a point, since this is much like the difference between $x=0$ and $x^2 = 0$. However, the price you pay is that the theory is much more involved, and you need much more structure than a set of points sitting in a space.

1
On

I believe you are asking why two curves with the same image but different parametrizations have different singular points, when it seems like the singular points should depend only on the image (or on a natural parametrization such as arc length)?

The answer is that singularity is defined in terms of the image, not the parametrization: if $F(x,y)=0$ defines the image of the curve in two dimensional space, then a singular point is where the partial derivatives of $F$ are both zero.

For example, the $y$ axis is defined by the zeros of the function $F(x,y)=y$. It has no singular points because while $\partial_x F = 0$ everywhere, $\partial_y F = 1$ everywhere.

Using a function $F(x,y)=0$ to define the (image of a) curve in the plane is different from having a parametrization such as $\gamma_1(x) = \langle 0, x\rangle$, or $\gamma_2(x) = \langle 0, x^2\rangle$ which traces out that curve at various speeds.

These curves are related to the $y$ axis, because they both trace it at various speeds. If we define the set of points in the $y$-axis $Y \equiv \{\langle 0, y\rangle : y \in \mathbb{R}\}$, then the following relationships hold:

  1. $F(x,y) = 0$ if and only if $\langle x,y \rangle \in Y$.
  2. $\{\gamma_1(x) : x\in \mathbb{R}\} = Y$
  3. $\{\gamma_2(x) : x\in \mathbb{R}\} = Y$

That is, the zeros of $F$ and the images of both curves are just the $y$ axis.

On the other hand, the partial derivatives of these parametrizations $\gamma_1$, $\gamma_2$ are not guaranteed to tell you anything about the singular points of the image set $Y$. For that, you need the partial derivatives of $F$.