I am trying to evaluate the integral of $w = r^{-2}(x\mathrm{d}y-y\mathrm{d}x)$, where $r^2= (x^2+y^2)$ on a very nasty curve $C: x^{48} + y^{76} = 987654321^{123456789}$.
This is what I've attempted so far.
Let $987654321^{123456789} = \alpha$. Parametrize $C$ by $c(t) = \left( \alpha^{\frac1{48}} \cos^{\frac1{24}} t, \alpha^{\frac1{76}} \sin^{\frac1{38}} t \right), 0 \le t \le 2\pi$. Then \begin{align*} \int_C w &= \int_0^{2\pi} c^* w \\ &= \int_0^{2\pi} \frac{x}{r^2} \alpha^{\frac1{76}} \frac{1}{38} \sin^{-\frac{37}{38}} t \cos t dt + \frac{y}{r^2} \alpha^{\frac{1}{48}} \frac{1}{24} \cos^{-\frac{23}{24}} t \sin t dt \\ &= \frac{1}{38} \alpha^{\frac1{48} + \frac1{76}} \int_0^{2\pi} \frac{\sin^{-\frac{37}{38}} t \cos^{\frac{25}{24}} t}{ \alpha^{\frac1{24}} \cos^{\frac1{12}} t+ \alpha^{\frac1{38}} \sin^{\frac1{19}} t} dt \\ &+ \frac1{24} \alpha^{\frac1{48} + \frac1{76}} \int_0^{2\pi} \frac{ \sin^\frac{39}{38} t \cos^{-\frac{23}{24}} t}{ \alpha^{\frac1{24}} \cos^{\frac1{12}} t+ \alpha^{\frac1{38}} \sin^{\frac1{19}} t} dt \end{align*}
But at this point, I have no idea how to proceed. I think there must be some theorem that I can use so I don't avoid evaluating this nasty constant $\alpha$. I can only think of Stoke's theorem, but I don't think $C$ has boundaries. Can someone have me a hint? Is there a way to simplify my evaluation? Thanks in advance!
The point of this computation was not to parametrize directly, but to use Green's theorem (Stokes' theorem in the plane). Consider the region bounded on the outside by that monstrosity, and bounded on the inside by the unit circle $x^2+y^2=1$ - so the region looks like a donut. Then by Green's theorem we have that
$$\int_C w -\int_{x^2+y^2=1}w = \int dw = 0$$
because $w$ is a closed form. The reason the line integrals are subtracted is to preserve orientation (if the outer one is counter clockwise as viewed from above, the second one should be clockwise). Thus we have
$$\int_C w = \int_{x^2+y^2=1}w = 1^{-2}\int_0^{2\pi} \cos^2t+\sin^2 t\:dt = 2\pi $$