Skip to main content
DigiCalcs

learn.howToCalculate

learn.whatIsHeading

The geometric mean is the nth root of the product of n numbers. It's used for rates of change, growth rates, and situations where multiplicative processes occur.

公式

GM = ⁿ√(x₁ × x₂ × ... × xₙ)

ステップバイステップガイド

  1. 1Multiply all n numbers together
  2. 2Take the nth root of the product
  3. 3Use logarithms to avoid overflow with large numbers

解いた例

入力
Numbers: 2, 8, 4
結果
GM = 4
∛(2×8×4) = ∛64 = 4

避けるべきよくある間違い

  • Using arithmetic mean instead
  • Root degree not matching number of values

計算する準備はできましたか?無料の Geometric Mean 計算機をお試しください

自分で試してみる→

設定