I am studying differential geometry and I came across this example in the lecture notes. Which is said to be a good exercise.
Let $\omega=xdx+ydy \in \Omega^1(\mathbb{R}^2)$, and $S^1 \subset \mathbb{R}^2$. then $\forall v \in T_pS^1$, $\omega(v)=0.$
My attempt: On $S^1$, we have: $x^2+y^2=1$, thus $d(x^2+y^2)=d(1) \Rightarrow d(x^2)+d(y^2)=0 \Rightarrow2xdx+2ydy=0$, hence $xdx+ydy=0$.
I don't think this argument is correct since I have not used the $v \in T_pS^1$.
Your argument is actually correct, but the reason why it is correct is hidden in the simple words "On $S^1$, we have $x^2+y^2=1$...".
If you want to write this argument more formally, here's how we'd do it. $x,y$ are the coordinate functions on $\Bbb{R}^2$, so $x:\Bbb{R}^2\to\Bbb{R}$ is the function $(a,b)\mapsto a$, and $y:\Bbb{R}^2\to\Bbb{R}$ is the function $(a,b)\mapsto b$. Hence, $\omega=x\,dx+y\,dy$ is a $1$-form on $\Bbb{R}^2$. You're asked to show that for every $p\in S^1$ and every $v\in T_pS^1$, $\omega_p(v)=0$. In other words, if $\iota:S^1\to \Bbb{R}^2$ denotes the canonical inclusion, then you're supposed to show that the pullback differential form $\iota^*\omega=0$, where this is now an equality of differential $1$-forms on $S^1$.
The nice thing about pullback is that it plays very nicely with all the operations (addition, multiplication, exterior derivatives, wedge products etc). So, \begin{align} \iota^*\omega&=\iota^*(x\,dx+y\,dy)\\ &=(\iota^*x)\cdot (\iota^*dx)+(\iota^*y)\cdot (\iota^*dy)\\ &=(\iota^*x)\cdot (d(\iota^*x)) + (\iota^*y)\cdot (d(\iota^*y))\\ &=\frac{1}{2}d\left[[\iota^*x]^2+[\iota^*y]^2\right]\\ &=\frac{1}{2}d\left[(x\circ \iota)^2+(y\circ \iota)^2\right]\\ &=\frac{1}{2}d\left[1\right]\\ &=0 \end{align} Here, $\iota^*x$ means $x\circ \iota:S^1\to\Bbb{R}$, i.e it is simply the restriction $x|_{S^1}:S^1\to\Bbb{R}$. So, this is a function on $S^1$, and when you said "On $S^1$, we have $x^2+y^2=1$", what is meant is that $(x\circ \iota)^2+(y\circ \iota)^2=1$. In each and every single equal sign above, we're dealing with differential $1$-forms on the manifold $S^1$.
(because otherwise, if you take the symbols literally, you'll see that on the one hand, $\omega=x\,dx+y\,dy$, which is clearly not the zero differential form on $\Bbb{R}^2$, yet later on we're suddenly claiming $x\,dx+y\,dy=0$). So, long story short, it is this pullback via the inclusion which is enforcing the fact that we're only looking at points $p\in S^1$ and vectors $v\in T_pS^1$. With some practice, the role played by the inclusion map becomes "obvious", which is why almost no one explicitly writes it out.