محاسبه‌گر انرژی جنبشی

حل کنید KE = ½mv² برای انرژی، جرم یا سرعت، با تکانه و یک منحنی.

kg
m/s
J
انرژی جنبشی) ژول (
تکانه (kg·m/s)
جرم (کیلوگرم)
سرعت (متر بر ثانیه)

نتایج در حال تایپ به روز می‌شود.

در مورد این ماشین حساب

the calculator, the kinetic energy is the energy an object has because it is moving, KE = ½ × 2 × 3² = 9 joules and momentum p = 2 × 3 × 3² = 6 kg·m/s. Speed it up to 6 m/s and the kinetic energy jumps to ½ × 2 × 3 = 36 J — four times as much for twice the speed — while the momentum only doubles to 12 kg·m/s. Solving in reverse, the energy is the energy that the object has, KE = ½ × 2 × 3² = 9 joules and momentum p = 2 × 3 × 3² = 6 kg·m/s. The kinetic energy is the energy an object has because it is moving, KE = ½ × 2 × 3² = 9 joules and momentum p = 2 × 3 × 3² = 6 kg·m/s.The squared-speed relationship explains a lot of the real world.The squared-speed relationship explains a lot of the real world.The squared-speed relationship explains a lot of the real world.The squared-speed relationship explains a lot of the real world.The squared-speed relationship explains a lot of the real world.The squared-speed relationship explains a lot of the real world.The squared-speed relationship explains a lot of the real world.The squared-speed relationship explains a lot of the real world.The squared-speed relationship explains a lot of the real world.The squared-speed relationship explains a lot of the real world.The squared-speed relationship explains a lot of the real world.The squared-speed relationship explains a lot of the real world.The squared-speed relationship explains a lot of the real world.The squared-speed relationship explains a lot of the real world.The squared-speed relationship explains a lot of the real world.The squared-speed relationship explains a lot of the real world.The squared-speed relationship explains a lot of the real world.The squared-speed relationship explains a lot of the real world.The squared-

پرسش‌های متداول

فرمول انرژی جنبشی چیست؟

انرژی جنبشی برابر است با KE = ½ × m × v²، که m جرم در کیلوگرم و v سرعت در متر بر ثانیه است. یک جسم ۲ کیلوگرمی در سرعت ۳ متر بر ثانیه دارای ½ × ۲ × ۹ = ۹ ژول است.

چرا سرعت از جرم مهمتره؟

انرژی جنبشی با مربع سرعت اندازه‌گیری می‌شود اما تنها خطی با جرم، بنابراین دو برابر کردن سرعت انرژی را چهار برابر می‌کند در حالی که دو برابر کردن جرم فقط دو برابر آن را می‌کند.

تفاوت بین انرژی جنبشی و تکانه چیست؟

تکانه p = m × v است و با سرعت خطی اندازه‌گیری می‌شود، در حالی که انرژی جنبشی ½ m v² است و با سرعت مربع اندازه‌گیری می‌شود. یک جرم ۲ کیلوگرمی در ۳ متر بر ثانیه دارای ۶ کیلوگرم تکانه و ۹ ژول انرژی است؛ در سرعت دو برابر تکانه دو برابر می‌شود اما انرژی چهار برابر می‌شود.

چطور سرعت رو از يه انرژي جنبشي معلوم پيدا کنم؟

به v = √(2·KE / m) تغییر دهید. "solve for" را برای سرعت تنظیم کنید، انرژی و جرم را وارد کنید، و محاسبه‌گر آن را انجام می‌دهد - برای مثال ۹ ژول در جرم ۲ کیلوگرم √(18 / 2) = ۳ متر بر ثانیه می‌دهد.

چرا فاصله توقف با سرعت اينقدر سريع رشد ميکنه؟

ترمزها انرژی جنبشی را با نرخی تقریباً ثابت از بین می برند و این انرژی با مربع سرعت افزایش می یابد دو برابر کردن سرعت انرژی را چهار برابر می کند، بنابراین فاصله ترمز نیز تقریباً چهار برابر می شود.

از چه واحدي بايد استفاده کنم؟

از واحدهای SI — جرم به کیلوگرم و سرعت به متر بر ثانیه — برای بدست آوردن انرژی به ژول استفاده کنید. اگر km/ h دارید ، قبل از وارد کردن آن ، برای تبدیل به m/ s ، آن را بر ۳٫ ۶ تقسیم کنید.

❤️ عشق Calculator.Free? به اشتراک بذار

𝕏  X Facebook Reddit
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);

نتایج تخمین‌ها فقط برای راهنمایی عمومی است، نه مشاوره مالی، پزشکی یا مالیاتی.