Classification of Curves

Classification of Curves

Before we look more in-depth into curves, we should first look at some different types of curves. Intuitively, these definitions should make sense and will be important to acknowledge when we look at computing arc lengths of curves.

Definition: If $\vec{r}(t)$ traces a curve $C$ for $a ≤ t ≤ b$, then $C$ is said to be a Closed Curve if $\vec{r}(a) = \vec{r}(b)$ and an Open Curve otherwise.
Screen%20Shot%202015-02-07%20at%209.19.54%20PM.png
Definition: If $\vec{r}(t)$ traces a curve $C$ for $a ≤ t ≤ b$, then $C$ is said to be Self-Intersecting if for $t_0, t_1 \in (a, b)$ and $t_0 \neq t_1$ we have that $\vec{r}(t_0) = \vec{r}(t_1)$. $C$ is said to be Non-Self-Intersecting if for $t_0, t_1 \in (a, b)$ and $t_0 \neq t_1$ then we have that $\vec{r}(t_0) \neq \vec{r}(t_1)$.
Screen%20Shot%202015-02-07%20at%209.28.28%20PM.png

Note that by our definition above, a closed curve is non-self-intersecting. Curves that are closed and is non-self-intersecting are called Simple Closed Curves.

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License