Regular and singular points on smooth paths
Back to Curves and Surfaces homepage
Recall from the previous lecture that we defined the concept of a smooth path and studied some examples. In this lecture we will define and study regular and singular points on smooth paths.
First recall the definition of a smooth path from the last lecture.
Definition. (Smooth path)
Let \(I \subset \mathbb{R}\) be an interval of positive length. A smooth path in space is a smooth vector-valued function \(p : I \to \mathbb{R}^3\)
The tangent vector at the point \(p(t_0)\) is the vector \(p'(t_0) \in \mathbb{R}^3\).
If \(p'(t_0) \neq 0\) then we can define the tangent line at \(p(t_0)\) to the smooth path \(p : I \rightarrow \mathbb{R}^3\) as the line through the point \(p(t_0)\) which is parallel to the vector \(p'(t_0)\).
The tangent line at \(p(t_0)\) has equation \(\ell(t) = p(t_0) + t p'(t_0)\).
At some points the tangent line may not be well-defined. This can happen for two reasons.
- \(p'(t_0) = 0\) for some \(t_0 \in I\).
- There are two points \(t_0, t_1 \in I\) such that \(p(t_0) = p(t_1)\). (Intuitively, the track of \(p\) crosses over itself.)
These are illustrated in the following examples.
Example 1. (The tangent line to the track is not defined, because the tangent vector is zero)
Let \(p : \mathbb{R} \rightarrow \mathbb{R}^3\) be a smooth path given by \(p(t) = (t^3, t^2, 0)\). The diagram below shows the track of this path, together with the tangent vector at each point.
The tangent vector is \(p'(t) = (3t^2, 2t, 0)\), and when \(t=0\) we have \(p'(0) = (0,0,0)\). Therefore the tangent vector is zero at the origin. Note also that the track forms a cusp at the origin, and therefore there is no unique tangent line.
Therefore, we have seen in this example that if the tangent vector is zero, then there is no guarantee that the tangent line exists
In the diagram below, you can click and drag to move the point on the curve. The tangent vector is coloured in blue, and you can see how this vanishes at the point \((x, y) = (0,0)\), corresponding to the parameter value \(t = 0\).
Example 2. (The curve crosses over itself, but the tangent vector is non-zero)
Let \(p : \mathbb{R} \rightarrow \mathbb{R}^3\) be a smooth path given by \(p(t) = (t^3-t, t^2, 0)\). The diagram below shows the track of this path, together with the tangent vector at each point.
We can see from the diagram that the curve crosses over itself (this is called a node of the curve), and we can verify this mathematically by noting that \(p(-1) = (0, 1, 0) = p(1)\).
The tangent vector at an arbitrary point on the curve is \(p'(t) = (3t^2-1, 2t, 0)\). In particular, at the two values \(t = \pm 1\) corresponding to the crossing point, we see that \(p'(-1) = (0, -2, 0)\) and \(p'(1) = (0,2,0)\), therefore we have two distinct tangent vectors, which are distinguished by the different values of \(t\).
You can also see this in the picture below by clicking and dragging the slider to move the point around the curve. Note that the tangent vector does not vanish for any value of \(t\) and we have a uniquely defined tangent line for each value of \(t\).
When studying properties of curves, we want to exclude examples where \(p'(t_0) = 0\) (such as the first example above).
Examples such as the second example are OK, since the curve has a non-zero tangent vector for each value of \(t\) in the domain, even though the track of the curve is singular (due to the nodal point). The key idea here is that we determine the tangent line via the parameter \(t\), which comes from the domain of the parametrisation \(p : I \rightarrow \mathbb{R}^3\).
Definition. (Regular and singular values)
Let \(p : I \rightarrow \mathbb{R}^3\) be a smooth path. A parameter value \(t_0 \in I\) is
- singular or critical if \(p'(t_0) = 0\). In this case we say that the point on the curve \(p(t_0) \in \mathbb{R}^3\) is singular or critical.
- A parameter value \(t_0 \in I\) is regular if \(p'(t_0) \neq 0\) (i.e. it is not singular), in which case \(p(t_0)\) is a regular point.
A smooth path \(p : I \rightarrow \mathbb{R}^3\) is regular if all its points are regular.
Remark. Example 1 above has a singular point at \(t=0\). Example 2 above is a regular path, since the tangent vector is never zero.
Example. (The track looks smooth, although the path has a singular point)
Define \(p : \mathbb{R} \rightarrow \mathbb{R}^3\) by \(p(t) = (t^3, t^6, 0)\). Then \(p'(t) = (3t^2, 6t^5, 0)\), and so \(p'(0) = (0,0,0)\), therefore the path has a singular point.
Note that the track is the parabola \(y = x^2\) in the \(xy\) plane, which is the same track as the smooth regular path \(p:\mathbb{R}\rightarrow \mathbb{R}\) given by \(q(u) = (t, t^2, 0)\).
Remark. This example shows that you cannot tell whether a path has a singular point just by observing its track. You must differentiate the parametrisation to check whether \(p'(t_0) = 0\) has a solution.
Next time
We will define what it means to reparametrise a smooth path.