Plane Curves

Consider the equation of a circle $$ x^2+y^2=R^2, $$ where $R$ is its radius. How do we parametrize it?

Recall that a function $f(t)$ can be parametrized an infinite number of ways. Moreover, the standard parametrization is $$ r(t)=t\partial_x+f(t)\partial_y. $$ However, the most common way to parametrize our circle is as follows: $$ r(t)=R(\sin t\partial_x+\cos t\partial_y), $$ where $t\in[0,2\pi).$

Note: this is not its standard parametrization.

If we want to find its perimeter, then we compute the following integral: $$\begin{align} P&=\int_{0}^{2\pi}|r'(t)|\,dt\\ &=\int_{0}^{2\pi}\sqrt{R^2\cos^2t+R^2\sin^2t}\,dt\\ &=2\pi R, \end{align}$$ which should be familiar to you if you have some basic knowledge in geometry.

Finally, we can use the indefinite form of the above integral to express our parametric equation in terms of its arc length $s$, as follows: $$ r(s)=R\left(\sin\frac{s}{R}\partial_x+\cos\frac{s}{R}\partial_y\right). $$ If we wish to compute the curvature $\varkappa$ of the circle, then we can use the above natural parametrization as follows: $$\begin{align} T&=\dot r\\ &=\cos\frac{s}{R}\partial_x-\sin\frac{s}{R}\partial_y,\\ \varkappa&=|\dot T|\\ &=\left|\frac{1}{R}\left(-\sin\frac{s}{R}\partial_x-\cos\frac{s}{R}\partial_y\right)\right|\\ &=\frac{1}{R}. \end{align}$$ This makes sense since the circle is the only plane curve with constant curvature.

0 comments:

Post a Comment