why $x^2 = y^3$ is not smooth?

552 Views Asked by At

I read a definition of a smooth curve on the plane: A smooth curve is a map from $[a,b] \to \mathbb R^2: t\mapsto ( f(t),g(t) )$, where $f$ and $g$ are infinitely differentiable functions.

According to this definition, $x^2 = y^3$ can be parametrized by $t \mapsto (t^2, t^3)$, so it should be smooth? But it has a special point at $(0,0)$? Can anyone help me please?

2

There are 2 best solutions below

0
On BEST ANSWER

According to my Differential Geometry notes (had to look it up...), a curve is smooth if the partial derivatives (i.e. x' , y' , z' , ...) are not all zero for the same parameter t. In the given example, the curve is not smooth in the Origin, and such points are sometimes referred to as cusps. From a physical point of view: If a particle traces the curve, its speed should never become zero at a particular time.

0
On

Indirect answer: Let me invert the role of $x$ and $y$: if $y^2=x^3$ is smooth then it is an elliptic curve in short Weierstrass form: $$ y^2=x^3+ax+b, $$ with $a=b=0.$ Its discriminant is $\Delta=-16(4a^3+27b^2)=0$. As a consequence, it is a singular curve, i.e. it isn't smooth.