How can I evaluate $$\int\limits_C(1+x^2y)\ ds$$ where $C$ is the first quarter of the ellipse $\frac{x^2}9+\frac{y^2}4=1$
I tried parameterizing the curve but I couldn't get rid of the square root $$\sqrt{9\sin^2t +4\cos^2t}$$ The last integral I have reached is $$\int_0^{\pi/2}(1+18\cos^2t\sin t)\sqrt{9\sin^2t +4\cos^2t} \ dt$$
Not an answer, but merely a hint
You might want to try substituting $u = \sin t$, so that $u^2 = \sin^2 t$, and $1-u^2 = \cos^2 t$. Of course, you have $du= \cos t dt$, but you can write this as $$du = \sqrt{1 - u^2} dt$$ i.e. $$ dt = \frac{1}{\sqrt{1-u^2}} du $$ and then you'll end up with an expression involving polynomials and square roots of a polynomial. But the polynomial will be a function of $u^2$ rather than $u$, which gives some small hope for further progress. I suspect an arctan will enter in somewhere. But who knows?