3

If $M$ is a piece-with-boundary of a k-manifold in $\mathbb{R}^{n}$ where $n\geq k$. I want to show that the k-volume $V_{k}(M)$ of $M$ is given by $$V_{k}(M)=\dfrac{1}{k} \int_{\partial M} \Phi$$

The first step from the solution manual of the textbook "Calculus: A Complete Course by Robert A. Adams, 8th Edition": \begin{aligned} \Phi &=\sum_{i=1}^{k}(-1)^{i-1} x_{i} d x_{1} \wedge \cdots \wedge \widehat{d x_{i}} \wedge \cdots \wedge d x_{k} \\ d \Phi &=\sum_{i=1}^{k}(-1)^{i-1} d x_{i} \wedge d x_{1} \wedge \cdots \wedge \widehat{d x_{i}} \wedge \cdots \wedge d x_{k} \\ &=\sum_{i=1}^{k} d x_{1} \wedge \cdots \wedge d x_{k}=k d x_{1} \wedge \cdots \wedge d x_{k} \end{aligned}

can someone explain to me where did the term $(-1)^{i-1}$ and $dx_{i}$ in the third line went? And where did the term $k$ come form? I just need to figure out this step.. I can go from there and do the proof.

Dewton
  • 299
  • 1
  • 9

1 Answers1

4

The $(-1)^{i-1}$ is there precisely to move the $dx_i$ over $i-1$ slots so that it's sitting in the standard position. (Remember that $\omega\wedge\eta = (-1)^{k\ell}\eta\wedge\omega$ when $\omega$ is a $k$-form and $\eta$ is an $\ell$-form.) On the third line, they're writing $dx_1\wedge\dots\wedge dx_k$ for the wedge product of all the $dx_j$, including $dx_i$, in the correct order. The $k$ is there because you're adding up the same thing $k$ times! Right?

Ted Shifrin
  • 115,160
  • Thank you so much! That cleared all my doubts. – Dewton Jan 31 '20 at 01:36
  • 1
    Most welcome. If you're not completely fluent with differential forms and Stokes's Theorem stuff, you might find some of my YouTube lectures (linked in my profile) helpful or interesting. – Ted Shifrin Jan 31 '20 at 01:37
  • Oh my God! I actually did watch one of your lectures few days ago on proving the properties of exterior derivatives, the book that I was using did not provide a good proof on the product rule, so I watched your lecture and it helped me a lot! And it was the only thing that actually helped me after going through A LOT of videos and some materials on the internet. This is such an awesome coincidence! I will definitely go through these lectures. – Dewton Jan 31 '20 at 11:04