Projectile လှုပ်ရှားမှုဂဏန်းတွက်စက်
Range, အမြင့်ဆုံးအမြင့်, ပျံသန်းမှုအချိန်နှင့် launch ၏အပြည့်အဝလမ်းကြောင်း curve ကို။
သင်ရိုက်ထည့်သလိုရလဒ်များကို update လုပ်ပါ
ဤဂဏန်းတွက်စက်အကြောင်း
the projectile is launched from level ground, the maximum height is (v·sin θ)²/(2g), and the total flight time follows from the vertical motion. Standard gravity is g = 9.80665 m/s². The projectile is launched from level ground, and the maximum height is (v·sin θ)²/(2g). The maximum height is (v·sin θ)²/(2g). The maximum range is (v·sin θ)²/(2g). The maximum flight time is (v·sin θ)²/(
မေးလေ့ရှိသောမေးခွန်းများ
ဘယ် launch angle က အမြင့်ဆုံး range ကိုပေးသလဲ?
လေထုခုခံမှုမရှိဘဲအဆင့်မြေပေါ်တွင်, 45°sinကြောင့်အကြီးဆုံးအကွာအဝေးပေးသည် (2θ) θ = 45°တွင်အမြင့်ဆုံး. မြင့်မားသော launch ကိုအနည်းငယ်နိမ့်အကောင်းဆုံးပြောင်းရွှေ့.
ဒီ projectile တန်ဖိုးများကိုဘယ်လိုရှာတွေ့ကြသလဲ?
vertical လှုပ်ရှားမှု v · sinθ နှင့် gravity မှပျံသန်းမှုအချိန်ကို set; အဆိုပါ range ကို horizontal မြန်နှုန်း v · cosθ ထိုအချိန်က multiplied ဖြစ်ပါတယ်။ Max အမြင့်သည် (v · sinθ)² / (2g) ။
ဘာကြောင့် 30° နှင့် 60° တို့သည် တူညီသော အတိုင်းအတာ ပေးကြသနည်း။
အဆင့်မြေပေါ်မှာ range ကို sin (2θ) အပေါ်မူတည်, နှင့် sin (60 °) = sin (120 °), ထိုသို့ 90 °အလားတူအကွာအဝေးထုတ်လုပ်ရန်ပေါင်းစပ်သော angles ကြောင့်. အဆိုပါ 60 °ရိုက်ချက်ပိုမိုမြင့်မားသွားပြီးပိုကြာလေကြောင်းခရီးသွားနေသည်; အဆိုပါ 30 °ရိုက်ချက်ပိုမိုချောမွေ့နှင့်ပိုမြန်ဖြစ်ပါသည်.
ဒါဟာလေထုခုခံမှုအတွက်စာရင်းဖြစ်ပါသလား။
ဟုတ်ကဲ့ - ဒါဟာ vacuum ကိုယူဆ, ဒါကြောင့်ဆွဲအားသာသာအင်အားဖြစ်ပါသည်. drag မြန်နှုန်း off bleeds ကြောင့်အမှန်တကယ်အလင်းသို့မဟုတ်မြန်ဆန်ပစ္စည်းများတွက်ချက် range ၏အတိုဆုံးကျဆင်း. ပုံစံသည်အထူအတွက်အတိအကျဆုံးဖြစ်ပါသည်, အနှေး-သွားလာ projectiles.
မြင့်မားသောနေရာမှ လွှတ်တင်သောအခါ ဘာဖြစ်မည်နည်း။
Zero ထက် launching မြင့်မားသော setting ကိုနှင့်ပစ်မှတ်ကျဆင်းဖို့ပိုပြီးဝေးရှိပါတယ်, ဒါကြောင့်ပိုပြီးကြာမြင့်စွာနေထိုင်နှင့်ပိုမိုခရီးသွား, နှင့်အမြင့်ဆုံး range ကိုများအတွက်အကောင်းဆုံး Angle အောက်တွင်အနည်းငယ်ဒီဂရီကျဆင်း 45 °. အဆိုပါလမ်းကြောင်းတစ်ဦးအညီအမျှ parabola ဖြစ်လာ.
သက်ရောက်မှုအမြန်နှုန်းကိုဘယ်လိုရှာတွေ့သလဲ?
မြေပြင်အဆင့်ကနေစတင်, သက်ရောက်မှုနှုန်းစွမ်းအင်ထိန်းသိမ်းရေးအားဖြင့်စတင်မြန်နှုန်းတူညီ; မြင့်မားသောမှတဆင့်, ဒါဟာပိုမိုမြင့်မားဖြစ်ပါသည်.
API ကို — code ကိုမှဤဂဏန်းတွက်စက်ကိုအသုံးပြု
အခမဲ့ JSON endpoint အဖြစ်ဤဂဏန်းတွက်စက်ကိုခေါ် - လိုအပ်သော key ကိုမရှိ. query parameters တွေကိုသို့မဟုတ် JSON အဖြစ်အောက်ပါ Field Values ကိုပို့. ပြည့်စုံသော API ကိုစာရွက်စာတမ်းများကိုဖတ်ပါ →
အဆုံးသတ်ချက်
GET https://calculator.free/api/v1/projectile-motion/
curl
curl "https://calculator.free/api/v1/projectile-motion/?velocity=20&angle=45"
JavaScript fetch()
const r = await fetch(
"https://calculator.free/api/v1/projectile-motion/?" + new URLSearchParams({
"velocity": "20",
"angle": "45"
}));
const data = await r.json();
console.log(data.results);
ရလဒ်များသာယေဘုယျလမ်းညွှန်မှုများအတွက်ခန့်မှန်းချက်ဖြစ်ကြသည်, မငွေကြေး, ဆေးဘက်ဆိုင်ရာသို့မဟုတ်အခွန်အကြံပေးချက်.