Квадрат формула калькуляторы

Бу квадратик тигезләмәне: ax2 + 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 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 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 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. 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 0 the equation is linear, not quadratic, and the formula does not apply. This calculator is free of charge.Quadratics calculatorQuadratics calculatorQuadratics calculatorQuadratics calculatorQuadratics calculatorQuadratics calculatorQuadratics calculatorQuadratics calculatorQuadratics calculatorQuadratics

Кайвакыт бирелә торган сораулар

Ничек минем әтием белән сөйләшәсең?

Дискриминант b² − 4ac тамырларны билгели: позитив ике реаль чишелешне аңлата, нуль бер кабатланган чишелешне аңлата, һәм негатив ике комплекс чишелешне аңлата.

Ничек инде ул 0 була ала?

Әгәр дә исәпләү квадратик түгел, ә туры сызыклы булса, квадратик формула кулланылмый. a өчен нульдән башка сан кертегез.

Параболаның вершинасы нәрсә?

Бу әйләнү ноктасының (h, k) эвалюциясе, curvature үзенең максимал яки минимал дәрәҗәсенә ирешә. Бу инструмент аны симметрия осе белән бергә x = h сызыгы белән хәбәр итә.

Ничек итеп тере организмнар формалаша?

Әгәр тамырлар чын булса, исәпләү a(x − r₁)(x − r₂) дип үзгәртелә. x² − 5x + 6 = 0 өчен бу (x − 3)(x − 2).

Ни өчен каты дисклар кирәк?

Әгәр дә берәр кеше үзенең иҗат җимешен сатуга куя икән, ул аны сатучыга тапшыра, ә әгәр ул аны сатып алучыга тапшырса, ул аны сатып алучыга тапшыра.

580 санның цифрлар суммасы — 16.

Дискриминант 1, ул ике чын тамыр бирә, x = 3 һәм x = 2 — бу калькулятор күрсәткән default мисал.

❤️ Сөйләшү 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);

Бу ысулның төп өстенлеге — ул финанс, медицина һәм сәүдә өлкәләрендә кулланыла.