I was trying to compute the area of the sphere using calculus and my knowledge of differential form as follow :
Consider the two form $\omega = dx \wedge dy$, we want to use this form to find out the area of a disk. We define a parametrization of the sphere as follows $F(r,\phi) \rightarrow (rcos\phi, rsin\phi)$ So we have :
\begin{align} \int_{\mathbb{S}^2} \omega = \int_{[0,R]}\int_{[0,2\pi]} F^* \omega = \\ \int_{[0,R]}\int_{[0,2\pi]}rdr \wedge d\phi = \\ \int_{[0,R]}\int_{[0,2\pi]} rdrd\phi = \pi R^2 \end{align}
I was hoping to apply the same principle to find the circumference of the circle but I think I ultimately miss some technicalities.
The circumference of the circle is a 1-dimensional manifold so I am trying to define a one-form on it.I do not know how to proceed from here. Do I have to find a 1-d parametrization of the circle ? Is the one form $dx$ the one to integrate ?
I'm trying to compute the circumference of the circle using pullback an forms. So I can understand the mechanics of integrating forms to find volumes ( and hopefully move to more exotic manifolds like the area or volume of a torus ).
EDIT : My reasoning is as follows. To find the circumference of a circle, let's define a mapping $F:\mathbb{R} \rightarrow \mathbb{R}$ that parametrize it. I was thinking of defining $F:[0,\frac{\pi}{2}] \rightarrow \mathbb{R}$ and multiply the result by 4 ( since the mapping parametrize a quarter of the circle ). Then proceed to integrate $\int_{[0,\frac{\pi}{2}]} F^*(dx)$ Unfortunately the few mapping I tried fail to provide me the right answer.
EDIT2 : Using stereo coordinates (attempt)
Let's consider the map $F:[0,\frac{\pi}{4}] \rightarrow \mathbb{R}$ the stereo projection of $\frac{1}{8}$ of the circumference of the circle, defined as $F(\alpha)=Rtan(\alpha)$ Now we have $\int_{\mathbb{\frac{S^1}{8}}} dx = \int_{[0,\frac{\pi}{4}]} F^*(d\alpha) = R\frac{\pi}{4}$ which when multiplied by 8 gives us the result $2\pi R$