[example: Vector Calculus Dictionary In R3]
Let $U\subset \mathbb R^3$ be open, write $x=(x_1,x_2,x_3)$, and let $F=(P,Q,R):U\to\mathbb R^3$ be smooth. The same coordinate functions give different forms according to the dimension of the object being integrated:
\begin{align*}
\omega_1 &= P\,dx_1 + Q\,dx_2 + R\,dx_3,\\
\omega_2 &= P\,dx_2\wedge dx_3 + Q\,dx_3\wedge dx_1 + R\,dx_1\wedge dx_2,\\
\omega_3 &= P\,dx_1\wedge dx_2\wedge dx_3.
\end{align*}
For an oriented curve $\gamma:[a,b]\to U$, write $\gamma(t)=(\gamma_1(t),\gamma_2(t),\gamma_3(t))$. Since $\gamma^*dx_i=d(\gamma_i)=\dot\gamma_i(t)\,dt$, we get
\begin{align*}
\gamma^*\omega_1
&= P(\gamma(t))\,\gamma^*dx_1
+ Q(\gamma(t))\,\gamma^*dx_2
+ R(\gamma(t))\,\gamma^*dx_3\\
&= P(\gamma(t))\dot\gamma_1(t)\,dt
+ Q(\gamma(t))\dot\gamma_2(t)\,dt
+ R(\gamma(t))\dot\gamma_3(t)\,dt\\
&= \bigl(P(\gamma(t))\dot\gamma_1(t)
+ Q(\gamma(t))\dot\gamma_2(t)
+ R(\gamma(t))\dot\gamma_3(t)\bigr)\,dt\\
&= F(\gamma(t))\cdot \dot\gamma(t)\,dt.
\end{align*}
Thus
\begin{align*}
\int_\gamma \omega_1
= \int_a^b F(\gamma(t))\cdot \dot\gamma(t)\,dt,
\end{align*}
so $\omega_1$ is the form corresponding to the usual work integral of $F$ along an oriented curve.
For an oriented parametrised surface $\Phi:W\subset\mathbb R^2\to U$, write $\Phi(u,v)=(X(u,v),Y(u,v),Z(u,v))$. Then
\begin{align*}
\Phi^*dx_1 &= X_u\,du+X_v\,dv,\\
\Phi^*dx_2 &= Y_u\,du+Y_v\,dv,\\
\Phi^*dx_3 &= Z_u\,du+Z_v\,dv.
\end{align*}
Using $du\wedge du=0$, $dv\wedge dv=0$, and $dv\wedge du=-du\wedge dv$,
\begin{align*}
\Phi^*(dx_2\wedge dx_3)
&= (Y_u\,du+Y_v\,dv)\wedge (Z_u\,du+Z_v\,dv)\\
&= Y_uZ_u\,du\wedge du+Y_uZ_v\,du\wedge dv
+Y_vZ_u\,dv\wedge du+Y_vZ_v\,dv\wedge dv\\
&= (Y_uZ_v-Y_vZ_u)\,du\wedge dv,\\
\Phi^*(dx_3\wedge dx_1)
&= (Z_u\,du+Z_v\,dv)\wedge (X_u\,du+X_v\,dv)\\
&= (Z_uX_v-Z_vX_u)\,du\wedge dv,\\
\Phi^*(dx_1\wedge dx_2)
&= (X_u\,du+X_v\,dv)\wedge (Y_u\,du+Y_v\,dv)\\
&= (X_uY_v-X_vY_u)\,du\wedge dv.
\end{align*}
Therefore
\begin{align*}
\Phi^*\omega_2
&= \Bigl[
P(\Phi)(Y_uZ_v-Y_vZ_u)
+Q(\Phi)(Z_uX_v-Z_vX_u)
+R(\Phi)(X_uY_v-X_vY_u)
\Bigr]\,du\wedge dv\\
&= F(\Phi(u,v))\cdot
\bigl(Y_uZ_v-Y_vZ_u,\; Z_uX_v-Z_vX_u,\; X_uY_v-X_vY_u\bigr)\,du\wedge dv\\
&= F(\Phi(u,v))\cdot(\partial_u\Phi\times \partial_v\Phi)\,du\wedge dv.
\end{align*}
Thus $\omega_2$ is the form corresponding to the flux of $F$ through the oriented tangent parallelogram spanned in order by $\partial_u\Phi$ and $\partial_v\Phi$.
Finally, if a volume parametrisation $\Psi:A\subset\mathbb R^3\to U$ is written $\Psi(s,t,r)=(X,Y,Z)$, then
\begin{align*}
\Psi^*\omega_3
&= P(\Psi)\,\Psi^*(dx_1\wedge dx_2\wedge dx_3)\\
&= P(\Psi)\,dX\wedge dY\wedge dZ\\
&= P(\Psi)\,\det D\Psi\,ds\wedge dt\wedge dr.
\end{align*}
So $\omega_3$ is the top-degree form corresponding to an oriented volume integral with scalar density $P$.
[/example]