Finding singular points of a non-algebraic curve.

jdinatale
Messages
153
Reaction score
0
Let F : \mathbb{R}^2 \rightarrow \mathbb{R}^2 be the map given by F(x, y) := (x^3 - xy, y^3 - xy). What are some singular points?

Well, I know that for an algebraic curve, a point p_0 = (x_0, y_0) is a singular point if F_x(x_0, y_0) = 0 and F_y(x_0, y_0) = 0.

However, this curve is not algebraic, so I'm not sure if that still applies. If it does, then

F_x(x, y) = (3x^2 - y, -y) = (0, 0) and F_y(x, y) = (-x, 3y^2 - x) = (0, 0) at the point p_0 = (0, 0)

Is that the correct way of determining the singular points? Are there any others?

I graphed it in Mathematica.

Untitled_zps5e89a03b.png
 
Last edited:
Physics news on Phys.org
You don't really have a curve here, but rather something like an algebraic surface. Does your text say how singular points are defined in a surface?? There should probably be a determinant condition.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top