I'm trying to do exercise 3.1 from Polchinski, which should be a rather easy differential geometry problem. I have to calculate the euler number defined by $$\chi = \frac{1}{4\pi}\int_{M}d^{2}\sigma g^{1/2}R + \frac{1}{2\pi}\int_{\partial M}ds k$$ where the geodesic curvature $k$ is defined by $$k = \pm t^{a}n_{b}\nabla_{a}t^{b}$$ I have to calculate $\chi$ for the flat disk and the disk with the metric of a hemisphere. It is easy for me to do this using cellular homology, which easily gives the euler characteristic of $\chi = 1$, (since the closed disk is contractible, and the higher homology groups vanish).
However, I do not have that much experience doing calculations in differential geometry. I understand that the Ricci scalar vanishes for the case of the flat disk, but how would one calculate the scalar curvature in this case? In particular, how should the calculation be carried out for the disk with the metric of the hemisphere? If it's possible, please include the details in the calculation.
Thanks
Let's do this explicitly for both cases. For these examples, the classical formula for the geodesic curvature $k_g$ suffices. Let $\gamma(t)$ be a curve in a surface $S \subset \mathbb{R}^3$, and let $n(t)$ be the unit normal to $S$ at the point $\gamma(t)$. Then $$ k_g = \frac{\ddot{\gamma}(t) .(n(t) \times \dot{\gamma}(t))}{|\dot{\gamma}(t)|^3} $$
First the case where we take the disk with the flat metric and unit radius. Then $R = 0$ and we only have to worry about the geodesic curvature $k_g$. Here our surface is $\mathbb{R}^2$ and we parametrize the boundary of our disk as $\gamma(t) = (\text{cos}(t), \text{sin}(t),0)$, and $n = (0,0,1)$ throughout. Then a simple calculation shows that $k_g = 1$. Therefore $$\chi(\text{flat disk}) = \frac{1}{2\pi}\int_{0}^{2\pi} dt \,\,1 = 1$$
Now lets take the representation of the disk as a hemisphere with the round metric. In fact let's be more general: Let $S^2$ be the sphere of radius 1. The $z=a$ plane where $a \in (-1,1)$ splits $S^2$ into two parts. We can take our disk to be the upper part and call it $D_a$ (note that $D_0$ is the hemisphere). To compute $\chi(D_a)$ we note that in general both terms will be present, since $\partial D_a$ is only a geodesic (and thus $k_g = 0$) for $a=0$. Therefore both terms play a role and we compute them separately. The first term is easy: $R = 2$ still, (since as was mentioned by Jerry, the pullback operator to $D_a$ is trivial) so the first term reads $$\frac{1}{4\pi} \int_{D_a} d\theta \,d\phi\, \text{sin}(\theta) \,\, 2 = 1-a .$$
For $k_g$, note that since $\partial D_a$ is a circle of radius $(1-a^2)^{1/2}$ centered at $(0,0,a)$ (drawing a picture is helpful) it can be parametrized by $$\gamma(t) = ((1-a^2)^{1/2} \,\text{cos}(t), (1-a^2)^{1/2} \,\text{sin}(t), \,a)$$ and $$n(t) = ((1-a^2)^{1/2} \text{cos}(t), (1-a^2)^{1/2} \text{sin}(t), a).$$ You can then compute $$k_g = \frac{a}{(1-a^2)^{1/2}}.$$ The second term is then $$\frac{1}{2\pi} (\int_{\partial D_a})\frac{a}{(1-a^2)^{1/2}} = a .$$
Therefore $$\chi(D_a) = (1-a) + a = 1 = \chi(\text{flat disk})$$ as we expected.