קװאַדראַטישע פֿאָרמאַטירונג
קלײַב אַלץ אױסselect-action
רעזולטאטן װי איר שרײַבט
װײַז די װײַז־פּראָגראַם
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 with a plot of the curve. If a is 0 the equation is linear, not quadratic, and the formula does not apply. If a is 0 the equation is linear, not quadratic, and the formula does not apply. If a is 0 the equation is linear, not quadratic, and the formula does not apply. If a is 0The discriminant b² − 4ac is the discriminant of the parabola, and the roots are where it crosses the x-axis. If a is 0 the equation is linear, not quadratic, and the formula does not apply.QuadraticsQuadraticsQuadraticsQuadraticsQuadraticsQuadraticsQuadraticsQuadraticsQuadraticsQuadraticsQuadraticsQuadraticsQuadraticsQuadraticsQuadraticsQuadraticsQuadraticsQuadraticsQuadraticsQuadraticsQuadraticsQuadraticsQuadraticsQuadraticsQuadraticsQuadraticsQuadraticsQuadraticsQuadraticsQuadraticsQuadraticsQuadraticsQuadraticsQuadraticsQuadraticsQuadraticsQuadraticsQuadraticsQuadraticsQuadraticsQuadraticsQuadraticsQuadraticsQuadraticsQuadraticsQuadraticsQuadraticsQuadraticsQuadraticsQuadraticsQuadraticsQuadraticsQuadraticsQuadraticsQuadraticsQuadraticsQuadraticsQuadraticsQuadraticsQuadraticsQuadraticsQuadraticsQuadraticsQuadraticsQuadraticsQuadraticsQuadraticsQuadraticsQuadraticsQuadraticsQuadraticsQuadraticsQuadraticsQuadraticsQuadraticsQuadraticsQuadraticsQuadraticsQuadraticsQuadraticsQuadraticsQu
פֿראַגעס
וואָס זאָגט מיר דער װײַזער?
די דיסקרימינאַנט b² − 4ac באַשטימט די רוץ: פּאָזיטיוו מיינט צוויי אמתע לייזונגען, נול מיינט איין װידערגעװײנטלעכע לייזונג, און נעגאַטיוו מיינט צוויי װידערגעװײנטלעכע װידערגעװײנטלעכע לייזונגען.
װאָס אויב אַ איז נוליקע?
טעקסט פֿאַרבgradient-editor-action
וואָס איז דער קאָפּ פֿון דער פּאַראַבאָלע?
דאָס איז דער װײַז־פֿאַרב (h, k) װוּ דער קערװיקל דערגרייכט זײַן מאַקסימום אָדער מינימום. דאָס מכשיר װײַזט דאָס צוזאַמען מיטן סיממעטריקן אַקס, דער ליניע x = h
וואָס װײַזט די צעטיילטע פֿאָרעם?
װען די װאָרטן זײַנען אמת, ווערט די צוגאָב איבערגעשריבן ווי (x − r₁)(x − r₂). פֿאַר x² − 5x + 6 = 0 איז דאָס (x − 3)(x − 2)
וואָס זענען קאָמפּליצירטע װאָרטן?
ווען די דיסקרימינאַנט איז נעגאַטיוו איז די רוץ אַ קאָנדזשוגאַטע פּאָר a ± bi וואָס אַנטהאַלט די ימאַגינעד יחיד i, און די מכשיר שרייבט זיי אויס אין דער פאָרעם.
קלײַב אַלץ אױס
די דיסקרימינאַנט איז 1, װאָס גיט צוויי אמתע װוּקסן, x = 3 און x = 2 — דאָס געװײנטלעכע װײַזונג פֿון דעם קלײַבער
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);
רעזולטאטן זײַנען אָפּשאַצונגען נאָר פֿאַר אַלגעמיינע װײַזן, ניט פֿאַר פינאַנציעל, מעדיציניש אָדער באַדערפֿענישן