Where $L$ is the curve $\frac{x^2}{4} + \frac{y^2}{9} = 1 $ for every $y \geq 0 $ and $x: 2 \rightarrow -2$. $\mathbf{A} = (y, -x)$.
My attempt at solution: I added the curve $L_1: y=0, x: -2 \rightarrow 2$ and noticed that $L + L_1$ is the boundary of the closed surface $S: \frac{x^2}{4} + \frac{y^2}{9} \leq 1 $ for every $y \geq 0$. $\mathbf{A}$ is continuously differentiable on $S$ so we can use Greens formula.
Am I right thus far? After doing the calculations I get $-\pi$ but the correct answer is $-6\pi$.

Using Green's theorem: $$A=(P, Q)= (y, -x)\Longrightarrow\int_L \mathbf{A} \cdot d\mathbf{r}=\displaystyle\int\int_{S}(Q_x-P_y)dA=-2\displaystyle\int\int_{S}dA,$$ where $ S:\, \frac{x^2}{4} + \frac{y^2}{9} \leq 1$. You can change the variables as $x=2u$ and $y=3v$ in which the Jacobian becomes $6$. Then it reduces to $$-2\displaystyle\int\int_{D}dA=-12\displaystyle\int\int_{D}dA,$$ where $D:\,u^2+v^2\leq 1$ is the upper semi unit circle in the $uv$-plane whose area is $\frac{\pi}{2}$. Thus the result is $-6\pi$.