運動エネルギー計算器
エネルギー,質量,速度に対してKE=1/2mv2を運動量と曲線で解いた。
結果はタイプすると更新されます。
この計算機の情報
the 2 kg object moves at 3 m/s, the kinetic energy is equal to the momentum p = 2 × 2The squared-speed relationship explains a lot of the real world: why stopping distances grow so sharply with speed, why a small increase in a car’s velocity greatly raises power at high flow rates, and why wind and water carry so much power at high flow rates.The squared-speed relationship explains a lot of the real world: why stopping distances grow so sharply with speed, and why the momentum p = 2 ×
よくある質問
運動エネルギーの公式は何である?
運動エネルギーはKE=1/2×m×v2で,mは質量,vは速度である。
なぜ速度が質量より重要なのか?
運動エネルギーは速度の二乗でスケールするが質量とは直線的にしかスケールしない。
運動エネルギーと運動量の違いは何か。
3m/sで2kgの質量は6kgm/sの運動量を持つが,9Jのエネルギーを持つ。
知られた運動エネルギーから速度をどうやって求める?
v = √(2·KE/m) に変換します。速度に "solve for" を設定し、エネルギーと質量を入力します。計算機がそれを行います。例えば、2kgの質量に9 J があれば、√(18/2) = 3 m/s になります。
なぜ速度とともに停止距離が急速に増加するのか。
ブレーキは運動エネルギーを ほぼ一定の速度で消費します 速度の2乗に比例して エネルギーが増加します 速度を2倍にすると 消費エネルギーが4倍になります ブレーキ距離も4倍になります
どのユニットを使うべきですか。
SI 単位を使ってジュールでエネルギーを求めます。質量はキログラムで速度はメートル毎秒です。km/h の場合は、入力する前に 3.6 で割って m/s に変換します。
API — コードからこの計算機を使う
この計算機を自由な JSON エンドポイントとして呼び出します。鍵は必要ありません。下のフィールド値をクエリパラメータまたは JSON として送信します。 API ドキュメントを読む →
エンドポイント
GET https://calculator.free/api/v1/kinetic-energy/
curl
curl "https://calculator.free/api/v1/kinetic-energy/?solve=energy&mass=2&velocity=3"
JavaScript fetch()
const r = await fetch(
"https://calculator.free/api/v1/kinetic-energy/?" + new URLSearchParams({
"solve": "energy",
"mass": "2",
"velocity": "3"
}));
const data = await r.json();
console.log(data.results);
結果は一般的な指導のための推定であり,財務的,医療的または税務的なアドバイスではない。