In this exercise, we are supposed to firstly find a path that parametrizes the following ellipse: $\frac{x^2}{a^2}+\frac{y^2}{b^2}=1$ for $a,b \in \mathbb{R}$
$\textit{I have found the following path: } \gamma:\left[0,2\pi\right] \rightarrow \mathbb{C}, t \mapsto a\cos(t)+ib\sin(t)$.
Then, we are asked to calculate the winding number of $\gamma$ at $0$.
I've found that the winding number is equal to zero.This, however, goes against my idea of what the winding number is, I'm almost sure that it should be 1. What I've done is the following:
$\omega(\gamma,0)=\frac{1}{2i\pi}\oint_{\gamma}\frac{1}{z}dz=\frac{1}{2i\pi}\int_{0}^{2\pi}\frac{\gamma'(t)}{\gamma(t)}dt=\frac{1}{2i\pi}\ln(\left|a\cos(t)+ib\sin(t) \right| )|_{0}^{2\pi}=0$
Is my parametrization incorrect? Or is how I calculate the integral the problem? Or is the winding number really $0$ (what would mean I didn't correctly understanding what the winding number is)?