I am trying to calculate the volume of some burial mounds, but I am embarrassingly poor at math.
The shape of an ideal burial mound is most similar to a hemisphere. I have read other people's work and they use this formula, but I can't really get it to work:
$$V = \pi H \left(\left(\frac{R^2}{2} + \frac{H^2}{6}\right) + \frac{H^2}{6}\right)$$
I only have the height and the diameter of the burial mounds, so the R is radius and H is height. For example, one burial mound is $30m$ in diameter and $6m$ high. The volume should be $2218m^3$ according to another author. How do I calculate this?