A parametric curve, as well as the region it encloses can be categorised into different types of curves based on their topology.
Curve
Simple
Simple Curve
A parametric curve, , is simple if it does not intersect itself between any of its endpoints. Mathematically, this means no point on the curve has multiple values. In terms of the parametric equation , this means is a injective, except possibly at its endpoints (when the curve is a loop).
%%🖋 Edit in Excalidraw, and the dark exported image%%
#todo https://en.wikipedia.org/wiki/Jordan_curve_theorem
Closed/Open Curve
Closed/Open Curve
A parametric curve is closed if it is a loop. Mathematically, it means that the parametric equation defining the curve, for has (the first and last point is the same). A curve that is not closed is an open curve
%%🖋 Edit in Excalidraw, and the dark exported image%%
Positive Orientation
Positively Oriented Curve
A simple, closed curve is positively oriented if the region enclosed by the curve stays on the left as you follow the curve (move along ).
%%🖋 Edit in Excalidraw, and the dark exported image%%
- Note, is the boundary of , this is denoted as
Note that all positively oriented curves that live on the XY plane (that is, all contours) choose their tangent vector such that they are parallel to the Z-axis.
%%🖋 Edit in Excalidraw, and the dark exported image%%
Region
Connected
Connected Region
A region on a plane is considered connected if any two points and in can be joined together by a smooth (possibly piecewise) parametric curve such that the curve is entirely in . More formally, for every pair of points there exists a parametric equation with such that:
- and
%%🖋 Edit in Excalidraw, and the dark exported image%%
Simply Connected
Simply Connected Region
A connected region is simply connected if every simple, closed curve that is entirely in has its own enclosed region, as a subset of ,
%%🖋 Edit in Excalidraw, and the dark exported image%%
Solid
Solid Region
A region, is solid if it is bound by a closed surface , that is, ‘wraps’ around .
%%🖋 Edit in Excalidraw, and the dark exported image%%
Surface
Boundary Curve
Boundary Curve
#todo Learn about manifolds. The boundary curve, of a parametric surface is the curve that is the ‘edge’ of the surface. I currently don’t actually know what it means, but hopefully I can update this later. This is notated as
%%🖋 Edit in Excalidraw, and the dark exported image%%
Open/Closed Surface
Open/Closed Surface
A parametric surface, is closed if it has no boundary curve. Else, it is open.
%%🖋 Edit in Excalidraw, and the dark exported image%%
Induced Positive Orientation
Induced Positive Orientation
Let be an oriented surface, oriented with unit normal vector field , and be its boundary curve. Then, induces a positive orientation on if:
- As you traverse along (using orientation ) and use the right hand rule such that your index finger is tangential to and your middle finger ‘up’ or ‘down’ towards the surface, your thumb is always parallel to .
- As you ‘stand’ on the ‘outside’ of (body parallel to ), very near to , and walk along a path parallel to , the surface stays on your left while the curve stays on your right.
%%🖋 Edit in Excalidraw, and the dark exported image%%
See https://mathinsight.org/definition/positively_oriented_boundary for an alternate definition