ચોરસ સમીકરણ ગણકયંત્ર

કોઇપણ ચોરસ સમીકરણ ax² + bx + c =0ઉકેલો, જટિલ મૂળો સમાવતા.

પ્રથમ મૂળ (x₁)
ચોથા રુટ (x₂)
વિશિષ્ટ (b² - 4ac)
રુટની પ્રકૃતિ
વર્ટેક્સ
સમીકરણ અક્ષ
ઘટક ફોર્મ

તમે લખતા હોવ તેમ પરિણામો સુધારો.

આ ગણકયંત્ર વિશે

the equation is linear, the discriminant is 25 − 24 = 0 (the defaults, a = 1, b = −5, c = 2). If the equation is linear, the discriminant is 25 − 24 = 0 (the defaults, a = 1, b = −5, c = 2). If the equation is quadratic, the discriminant is 25 − 24 = 0 (the defaults, a = 1, b = −5, c = 2). If the equation is non-linear, the discriminant is 25 − 24 = 0 (the defaults, a = 1, b = −5, c = 2). If the equation is quadratic, the discriminant is 25 − 24 = 0 (the defaults, a = 1, b = −5, c = 2). If the equation is linear, the formula does not apply.The discriminant b² − 4ac is the discriminant of the parabola, and the roots are where it crosses the x-axis.Quadratics calculator is the best solution for the equation ax² + bx + c = 0 using the quadratic formula x = (−b ± √(b² − 4ac)) / 2a. If the equation is linear, the discriminant is 25 − 24 = 0 (the defaults, a = 1, b = −5, c = 2). If the equation is non-quadratic, the discriminant is 25 − 24 = 0 (the defaults, a = 1, b = −5, c = 2).The discriminant b² − 4ac is the discriminant of the parabola.Quadratics calculator is the best solution for the equation ax² + bx + c = 0. The discriminant b² − 4ac is the discriminant of the parabola.The discriminant b² − 4ac is the discriminant of the parabola.

વારંવાર પૂછાતા પ્રશ્નો

વિશિષ્ટકરણ મને શું કહે છે?

વિશિષ્ટક b² − 4ac મૂળને નક્કી કરે છે: ધનનો અર્થ બે વાસ્તવિક ઉકેલો, શૂન્યનો અર્થ એક પુનરાવર્તિત ઉકેલ અને નકારાત્મકનો અર્થ બે જટિલ ઉકેલો થાય છે.

શું જોaશૂન્ય હોય?

પછી સમીકરણ રેખીય છે, ચોરસ નથી, અને ચોરસ સૂત્ર લાગુ પડતું નથી.aમાટે શૂન્ય નહિં હોય તેવી કિંમત દાખલ કરો.

પૅરાબોલાનું કેન્દ્ર કયું છે?

તે ફેરવવાના બિંદુ (h, k) છે જ્યાં વળાંક તેની મહત્તમ અથવા ન્યૂનતમ સુધી પહોંચે છે. આ સાધન તેને સમતુલાની અક્ષીસ સાથે, લીટી x = h સાથે અહેવાલ આપે છે.

ઘટક ફોર્મ શું બતાવે છે?

જ્યારે મૂળ વાસ્તવિક હોય, ત્યારે સમીકરણ (x − r₁)(x − r₂) તરીકે ફરી લખાય છે. x² − 5x +6=0માટે તે (x −3)(x − 2) છે.

જટિલ મૂળ શું છે?

જ્યારે વિશિષ્ટક ઋણ હોય ત્યારે મૂળ કલ્પનાત્મક એકમ i ને આવરી લેતા સંયુક્ત જોડીa± bi છે, અને સાધન તેમને તે સ્વરૂપમાં લખે છે.

x² - 5x +6=0ઉકેલો.

વિશિષ્ટક ૧ છે, જે બે વાસ્તવિક મૂળ આપે છે, x =3અને x =2- આ ગણકયંત્ર દ્વારા બતાવેલ મૂળભૂત ઉદાહરણ.

❤️ પ્રેમ Calculator.Free? તેને વહેંચો

𝕏  X Facebook Reddit
API — કોડમાંથી આ ગણકયંત્ર વાપરો

આ ગણકયંત્રને મુક્ત JSON અંતિમબિંદુ તરીકે બોલાવો - કોઈ કી જરૂરી નથી. નીચેના ક્ષેત્ર કિંમતોને પ્રશ્ન પરિમાણો અથવા JSON તરીકે મોકલો. સંપૂર્ણ 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);

પરિણામો સામાન્ય માર્ગદર્શન માટે જ અંદાજિત છે, નાણાકીય, તબીબી અથવા કરવેરા સલાહ માટે નહીં.