လေးပုံတစ်ပုံ Formula Calculator
ဖြေရှင်းမည်သည့်နှစ်ထပ်ကိန်းညီမျှခြင်း ax² + bx + c =0, ပင်လယ်ဓားပြများအပါအဝင်။
သင်ရိုက်ထည့်သလိုရလဒ်များကို update လုပ်ပါ
ဤဂဏန်းတွက်စက်အကြောင်း
the coefficients a, b and c and it returns both roots, the discriminant, the nature of the roots, the parabola's vertex and axis of symmetry, and the factored form, along withaplot of the curve. If ais 0 the equation is linear, not quadratic, and the formula does not apply. If x² − 5x + 6 = 0 (the defaults, a = 1, b = −5, c = 6): the discriminant is 25 − 24 = 0The discriminant b² − 4ac decides everything:apositive value gives two distinct real roots, zero gives one repeated real root, andanegative value givesapaar of complex conjugate roots written with i. Take x² − 5x + 6 = 0 (the defaults, a = 1, b = −5, c = 6). If ais 0 the equation is linear, not quadratic, and the formula does not apply. If x² − 5x + 6 = 0 (the defaults, a = 1, b = −5, c = 6) and the discriminant is 25 − 24 = 0, then the equation is linear, and the formula does not apply. If x² − 5x + 6 = 0 (the defaults, a = 1, b = −5, c = 6), the discriminant is 25 − 24 = 0. If x² − 5x + 6 = 0, the formula does not apply. If x² − 5x + 6 = 0, the formula does not apply. If x² − 5x + 6 = 0, the discriminant is 25 − 24 = 0, then the formula does not apply. If x² − 5x + 6 = 0, the formula does not apply. If x² − 5x + 6 = 0, the formula does not apply. If x² − 5x + 6 = 0, the formula does not apply. If x
မေးလေ့ရှိသောမေးခွန်းများ
ခွဲခြားဆက်ဆံသူသည် ကျွန်ုပ်အား ဘာပြောသနည်း။
discriminant b² − 4ac သည် အခြေခံများကို ဆုံးဖြတ်သည်: positive means two real solutions, zero means one repeated solution, and negative means two complex solutions.
aသည် Zero ဖြစ်လျှင် ဘာဖြစ်မည်နည်း။
ထိုအခါညီမျှခြင်း linear ဖြစ်ပါသည်, quadratic မဟုတ်, နှင့် quadratic ဖော်မြူလာကိုမဆိုမ
parabola ၏အမြင့်ဆုံးအဆင့်မှာဘာလဲ?
ဒါဟာ turnpoint ဖြစ်ပါတယ် (H, K) curve ၏အမြင့်ဆုံးသို့မဟုတ်အနည်းဆုံးရောက်ရှိရာနေရာတွင်. ဤ tool ကို symmetries ၏ axis နှင့်အတူအတူတကွသတင်းပို့, လိုင်း x = H ကို.
factorized ပုံစံပြသသည်ဘာလဲ?
အခြေခံအုတ်မြစ်များအမှန်တကယ်ဖြစ်ကြသည်အခါ, समीकरणကိုအဖြစ်ပြန်ရေးသားသည် (x - r₁)(x - r₂). x² အတွက် - 5x +6=0ဒါဟာ (x -3)(x -2) ဖြစ်ပါတယ်။
ပင်ရင်းများ ဆိုတာ ဘာလဲ?
When the discriminant is negative the roots are a conjugate pair a ± bi involving the imaginary unit i, and the tool writes them out in that form.
x2-5x +6=0ဖြေရှင်း
အဆိုပါ discriminant 1, နှစ်ခုအစစ်အမှန်အမြစ်ပေး, x =3နှင့် x =2- ဒီဂဏန်းတွက်စက်ကပြသ default ကိုဥပမာဖြစ်ပါတယ်။
API ကို — code ကိုမှဤဂဏန်းတွက်စက်ကိုအသုံးပြု
အခမဲ့ JSON endpoint အဖြစ်ဤဂဏန်းတွက်စက်ကိုခေါ် - လိုအပ်သော key ကိုမရှိ. query parameters တွေကိုသို့မဟုတ် JSON အဖြစ်အောက်ပါ Field Values ကိုပို့. ပြည့်စုံသော API ကိုစာရွက်စာတမ်းများကိုဖတ်ပါ →
အဆုံးသတ်ချက်
GET https://calculator.free/api/v1/quadratic-formula/
curl
curl "https://calculator.free/api/v1/quadratic-formula/?a=1&b=-5&c=6"
JavaScript fetch()
const r = await fetch(
"https://calculator.free/api/v1/quadratic-formula/?" + new URLSearchParams({
"a": "1",
"b": "-5",
"c": "6"
}));
const data = await r.json();
console.log(data.results);
ရလဒ်များသာယေဘုယျလမ်းညွှန်မှုများအတွက်ခန့်မှန်းချက်ဖြစ်ကြသည်, မငွေကြေး, ဆေးဘက်ဆိုင်ရာသို့မဟုတ်အခွန်အကြံပေးချက်.