位相エネルギー計算器
重力PE = mgh — 任意の惑星におけるエネルギー、質量、高さを解く。
結果はタイプすると更新されます。
この計算機の情報
the free-fall impact speed is 2gh, the weight of the object is 200 kg, and the weight of the object is 100 kg. The weight of the object is 100 kg, and the weight of the object is 100 kg. The weight of the object is 100 kg, and the weight of the object is 100 kg. The weight of the object is 100 kg, and the weight of the object is 100 kg. The weight of the object is 100 kg, and the weight of the object is 100 kg. The weight of the object is 100 kg, and the weight of the object is 100 kg. The weight of the object is 100 kg, and the weight of the object is 100 kg.
よくある質問
重力ポテンシャルエネルギーとは何か。
重力に対して物体が上昇すると得られるエネルギーで,PE=m×g×hである。
位置エネルギーは基準高さに依存するか。
はい。PEは地面となるゼロレベルに関して測定されます。物理的に意味のあるのは二点間の高さの差だけです。
他の惑星の重力は どう結果を変えた?
PEはgに比例するので,同じ揚力が木星ではかなり多く貯蔵される(g≈24.8),月ではかなり少ない(g≈1.62)2kgの質量を10m上昇させると地球では約196J貯蔵されるが,月では約32Jである。
自由落下衝突速度はどのように計算されるか。
地球上の10mからは14m/sで,計算機はエネルギーと共にこれを表示する。
位相エネルギーと運動エネルギーはどのように関係するのか。
物体が落下すると,ポテンシャルエネルギーは運動エネルギーに変換されるが,全エネルギーは一定である。
ここで質量と重量の違いは何ですか。
重量(重力)は m × g であり,g 項を通して既に PE = mgh 表式に焼き付けられており,質量ではなく重量を入力する。
API — コードからこの計算機を使う
この計算機を自由な JSON エンドポイントとして呼び出します。鍵は必要ありません。下のフィールド値をクエリパラメータまたは JSON として送信します。 API ドキュメントを読む →
エンドポイント
GET https://calculator.free/api/v1/potential-energy/
curl
curl "https://calculator.free/api/v1/potential-energy/?solve=energy&mass=2&height=10"
JavaScript fetch()
const r = await fetch(
"https://calculator.free/api/v1/potential-energy/?" + new URLSearchParams({
"solve": "energy",
"mass": "2",
"height": "10"
}));
const data = await r.json();
console.log(data.results);
結果は一般的な指導のための推定であり,財務的,医療的または税務的なアドバイスではない。