Can you find the geometric mean of a continuous variable, in a similar why to find the mean of a continuous variable.
To find the regular mean of between to points on a function you do $\frac{\int_{a}^{b} f(x) \,dx}{b-a} $
If there is 1 point that lands in $0$ it would all become all zero so it might not make any sense to take a geometric mean of a continuous variable.
Mean $$\frac{\sum_{n=1}^{k} a_k}{n}$$ Geometric Mean $$(\prod_{n=1}^{k} a_k)^{\frac{1}{n}}$$