Kalkulator Formula Quadratic
Persamaan kuadrat anu paling umum nyaéta: ax2 + bx + c = 0, dimana x, y, z,...
Hasilne bakal dioptimalake nalika sampeyan ngetik.
Ngenai kalkulator iki
the equation is linear, the discriminant is 25 − 24 = 0 (the defaults, a = 1, b = −5, c = 2). If a is 0 the equation is linear, not quadratic, and the factored form does not apply. This calculator solves a quadratic equation ax² + bx + c = 0 using the quadratic formula x = (−b ± √(b² − 4ac)) / 2a. Enter 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 linear, the discriminant is 25 − 24 = 0 (the defaults, a = 1, b = −5, c = 2). If a is 0 the equation is linear, not quadratic, and the formula does not apply. If a is 0 the equation is linear, and the factored form does not apply. If a is 0 the discriminant is 25 − 24 = 0 (the defaults, a = 1, b = −5, c = 2). If a is 0 the equation is linear, not quadratic, and the formula does not apply. If a is 0 the discriminant is 25 − 24 = 0 (the defaults, a = 1, b = −5, c = 2). If a is 0 the equation is linear, not quadratic, and the formula does not apply. If a is 0 the equation is linear, and the formula does not apply. If a is 0 the equation is linear, and the factored form does not apply. If a is 0 the discriminant is 25 − 24 = 0 (the defaults, a = 1, b = −5, c = 2). If a is 0 the equation is linear, the discriminant is 25 − 24 = 0 (the defaults
Takon-takon kang kerep diajukake
Apa sing diarani diskriminan?
Diskriminan b² − 4ac mutuskeun akar: positif hartosna dua solusi nyata, nol hartosna hiji solusi diulang, sarta negatif hartosna dua solusi kompleks.
Apa yen a nol?
Lamun persamaanna linear, henteu kuadrat, sareng rumus kuadrat henteu berlaku. Masukkan nilai non- nol pikeun a.
Apa titik paling dhuwur saka parabola?
Éta titik balik (h, k) dimana kurva ngahontal maksimum atawa minimumna. Alat ieu ngalaporkeun éta bareng jeung sumbu simetri, garis x = h.
Apa sing katon ing gambar iki?
Nalika akarna nyata, persamaanna ditulis deui minangka a(x − r₁)(x − r₂). Pikeun x² − 5x + 6 = 0, anu hartina (x − 3)(x − 2).
Apa tegese tembung kompleks?
Nalika diskriminan negatif, akarna nyaéta pasangan konjugasi a ± bi anu ngawengku unit imajiner i, sareng alatna nuliskeunana dina bentuk éta.
100
Diskritan nyaéta 1, anu ngahasilkeun dua akar nyata, x = 3 sareng x = 2 — conto default anu digambarkeun ku kalkulator ieu.
API — gunakake kalkulator iki saka kode
Ngadongékeun kalkulator ieu minangka titik akhir JSON bébas — teu peryogi kunci. Kirim nilai medan di handapeun minangka parameter pitakonan atawa JSON. Waca dokumen lengkap API →
Tampilan
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);
Hasilna nyaéta perkiraan pikeun pituduh umum, henteu saran finansial, médis atanapi pajak.