We are given vector space of polynomials over $\mathbb R$ of two variables with powers not higher than 2013.
Let's consider subspace $V$ which contains such polynomials $f$, so following holds for them:
$$\oint_{C} f(x,y)ds =0$$
Where $C = \{x^2+y^2 = R^2\}$.
Task is to find dim $V$.
First I must note that I felt undereducated for that problem when I first approached it, so I went through some books and materials and came up with solution.
Solution
I moved to polar coords and with use of the following formula I was able to write the required equation
$$R\int_0^{2\pi}\sum_{k_1=0; k_2=0}^{2013}{a_{k_1 k_2}R^{k_1k_2}cos^{k_1}t \cdot sin^{k_2} t\space dt} = 0$$
By the way, I have doubts that this formula applies there. But if it is,
$$cos^{p}(0)=cos^p(0);\space sin^{p}(2\pi)=sin^p(2\pi)$$
Hence, it's a trivial subspace and any polynomial fits.
Than, power spans from $0$ to $2013$ for both variables and basis should have all of them, than $dim V = 2013^2$
I have doubts about it's correctness, but my main concern is understanding. So I would appreciate hints and corrections.