The problem is: Consider the differential form $a=p_1dq_1+p_2dq_2-p_1p_2dt$ in the space of $R^5$ with coordinates $(p_1,p_2,q_1,q_2,t)$.
(a) compute $da$ and $da\wedge da$
(b) Evaluate the integral $\int_S t da\wedge da$ where $S$ is the 4-dim surface(with boundary) in $R^5$ defined by the relations: $p_1^2+p_2^2\le1, q_1^2+q_2^2\le2$ and $t=3$.
I just learn differential forms, and I have difficulty in this problem. I know it is a problem on Stokes theorem but I do not know how to use it.
For part (a), I don't know my calculation is right or wrong, since this is the first time I do such a long differentiation. My work is
$$da=d(p_1dq_1+p_2dq_2-p_1p_2dt)$$ $$=dp_1\wedge dq_1+dp_2\wedge dq_2-d(p_1p_2)\wedge dt$$ $$=dp_1\wedge dq_1+dp_2\wedge dq_2+p_2dp_1\wedge dt-p_1dp_2\wedge dt$$
$$da\wedge da=-2dp_1\wedge dp_2\wedge dq_1\wedge dq_2-2p_1\wedge dp_1\wedge dp_2\wedge dq_1\wedge dt+2p_2\wedge dp_1\wedge dp_2\wedge dq_2\wedge dt$$
My question is
(1) Is there any quick way(or some known result) to calculate $da\wedge da$, or the only way is to expand it one by one, just like expanding the product of polynomials? Since this is the first time for me to do this kind of calculation, I am not sure I am doing it in the right or usual way.
(2) For part (b), I know I need to use the $\int_{\partial\Omega}\Phi=\int_{\Omega}\partial\Phi$ kind of formula. But I am kind of confuse of the higher dimension "surface". Should we set $S$ in the problem to be $\Omega$ or $\partial\Omega$? And if it is $\Omega$, what is $\Phi$ and what is $\partial\Omega$?
I saw most of the books only gave a abstract form of stokes theorem and then it is over. Could you please help me with this concrete example? Is there any book that contains this kind of worked problems?
Thank you very much!