محاسبهگر انرژی جنبشی
حل کنید KE = ½mv² برای انرژی، جرم یا سرعت، با تکانه و یک منحنی.
نتایج در حال تایپ به روز میشود.
در مورد این ماشین حساب
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 ، آن را بر ۳٫ ۶ تقسیم کنید.
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);
نتایج تخمینها فقط برای راهنمایی عمومی است، نه مشاوره مالی، پزشکی یا مالیاتی.