جهاز حساب الطاقة الحركية
حدد KE = ½mv² للطاقة أو الكتلة أو السرعة، مع الزخم ومنحنى.
النتائج تحديث كما تكتب.
عن هذه الحاسبة
the calculator, the kinetic energy of an object is equal to the energy of the object’s mass. The kinetic energy of an object is equal to the energy of the object’s mass. The kinetic energy of an object is equal to the energy of the object’s mass. The kinetic energy of an object is equal to the energy of the object’s mass. The kinetic energy of an object is equal to the energy of the object’s mass. The kinetic energy of an object is equal to the kinetic energy of the object’s mass. The kinetic energyThe squared-speed relationshipThe 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 relationshipThe squared-speed relationship explains a lot of the real world.The squared-speed relationship explains a lot of the real world.The squared-speed relationshipThe squared-speed relationshipThe squared-speed relationshipThe squared-speed relationshipThe squared-speed relationshipThe squared-speed relationshipThe squared-speed relationshipThe squared-speed relationshipThe squared-speed relationshipThe squared-speed relationshipThe squared-speed relationshipThe squared-speed relationshipThe squared-speed relationshipThe squared-speed relationshipThe squared-speed relationshipThe squared-speed relationshipThe squared-speed relationshipThe squared-speed relationshipThe squared-speed relationshipThe squared-speed relationshipThe squared-speed relationshipThe squared-speed relationshipThe squared-speed relationshipThe squared-speed relationshipThe squared-speed relationshipThe squared-speed relationshipThe squared-speed relationshipThe squared-speed relationshipThe squared-speed relationshipThe squared-speed relationshipThe squared-speed relationshipThe squared-speed relationshipThe squared-speed relationshipThe squared-speed relationshipThe squared-speed relationshipThe squared-speed relationshipThe squared-speed relationshipThe squared-speed relationshipThe squared-speed relationshipThe squared-speed relationshipThe squared-speed relationshipThe squared-speed relationshipThe squared-speed relationshipThe squared-speed relationshipThe
الأسئلة المتكررة
ما هي معادلة الطاقة الحركية؟
والطاقة الحركية هي KE = ½ × m × v²، حيث m هي الكتلة بالكيلوغرامات وv هي السرعة بالأمتار في الثانية. ولدى جسم يزن 2 كغم ويسرع 3 أمتار في الثانية طاقة قدرها ½ × 2 × 9 = 9 جول.
لماذا السرعة أهم من الكتلة؟
الطاقة الحركية تتراوح مع مربع السرعة ولكن فقط خطيا مع الكتلة، وبالتالي مضاعفة السرعة تضاعف الطاقة بأربعة بينما مضاعفة الكتلة تضاعف فقط.
ما هو الفرق بين الطاقة الحركية والزخم؟
الزخم هو p = m × v ويتراوح خطيا مع السرعة، في حين أن الطاقة الحركية هي ½ m v² ويتراوح مع تربيع السرعة. كتلة 2 كغم عند 3 م/ث لديها 6 كغم م/ث من الزخم ولكن 9 جول من الطاقة؛ عند ضعف السرعة يتضاعف الزخم ولكن الطاقة تتضاعف أربع مرات.
كيف أجد السرعة من طاقة حركية معروفة؟
أعيد ترتيبها إلى v = √(2·KE / m). وضع "حل" إلى السرعة، وأدخل الطاقة والكتلة، والحاسبة تفعل ذلك - على سبيل المثال، 9 J في 2 كيلو غرام من الكتلة يعطي √ (18 / 2) = 3 م / ثانية.
لماذا المسافات التوقفية تزداد بسرعة مع السرعة؟
إن المكابح تزيل الطاقة الحركية بمعدل ثابت تقريبا، وترتفع هذه الطاقة مع تربيع السرعة. ومضاعفة السرعة تضاعف الطاقة التي يجب إزالتها إلى أربعة أمثالها، وبالتالي تضاعف مسافة التوقف إلى أربعة أمثالها تقريبا.
ما هي الوحدات التي يجب أن أستخدمها؟
استخدم وحدات نظام الوحدات الدولية - الكتلة بالكيلوغرامات والسرعة بالأمتار في الثانية - للحصول على الطاقة بالجول. إذا كان لديك كم/ساعة، قسم على 3.6 لتحويلها إلى أمتار/ثانية قبل إدخالها.
API - استخدام هذا الحاسب من الشفرة
استدعاء هذه الحاسبة كنقطة نهاية JSON مجانية - لا مفتاح مطلوب. إرسال قيم الحقل أدناه كبارامترات الاستفسار أو JSON. أي شيء تحذفه يستخدم نفس الافتراض الذي تم ملء هذه الصفحة مسبقاً به؛ البارامترات غير المعروفة هي 400، لا صفر صامت أبداً. اقرأ كامل وثائق 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);
النتائج هي تقديرات للتوجيه العام فقط، وليس المشورة المالية أو الطبية أو الضريبية.