კვადრატული ფორმულების კალკულატორიName
ნებისმიერი კვადრატული გამოსახულების გადაჭრა ax² + bx + c = 0, მათ შორის რთული ფესვები.
[Translation temporarily unavailable. Please try again.]
ამ კალკულატორის შესახებ
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 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. If a is 0 the equation is linear, and the formula does not apply. If a is 0 the equation is quadratic. 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. This calculator is free of charge.QuadraticsQuadraticsQuadraticsQuadraticsQuadraticsQuadraticsQuadraticsQuadraticsQuadraticsQuadraticsQuadraticsQuadraticsQuadraticsQuadraticsQuadraticsQuadraticsQuadraticsQuadraticsQuadraticsQuadraticsQuadraticsQuadraticsQuadraticsQuadraticsQuadraticsQuadraticsQuadraticsQuadraticsQuadraticsQuadratics
ხშირად დასმული კითხვები
კაკგჲ მთ კაჱგა ეთჟკპთმთნარჲპყრ?
4 აპრილი : აშშ-ის კონგრესი იღებს გადაწყვეტილებას, რომ აშშ-ს ტერიტორიაზე 2000 წლის შემდეგ არ უნდა იყოს 2 ათასი აშშ დოლარის ოდენობის სავაჭრო ბალანსი.
თ კაკგჲ აკჲ ვ ნსლა?
მაშინ გამოსახულება ლინიურია, არა კვადრატული და კვადრატული ფორმულა არ მოქმედებს. მიუთითეთ a- ს ნულს არ მოკლებული მნიშვნელობა.
კაკგჲ ვ ოაპაბჲლჲრჲ?
ეს არის გადახრის წერტილი (h, k), სადაც მართკუთხა წერტილი მიაღწევს მაქსიმუმს ან მინიმუმს. ეს ხელსაწყო აჩვენებს მას სიმეტრიის ღერძთან ერთად, ხაზი x = h.
კაკგჲ ოჲკაჱგა ჟრპანნთწრ ჟრპანნთკ?
როდესაც ფესვები რეალურია, გამოსახულება გადაწერილია როგორც a( x − r₁)( x − r₂). x² − 5x + 6 = 0, ეს არის (x − 3)( x − 2).
კაკგჲ ჟა კჲმოლვკჟნთრვ კჲპვნთ?
2002 წელს, როდესაც ფილმი აშშ-ში გამოვიდა, ფილმი ნომინირებული იყო ოსკარზე, როგორც საუკეთესო ფილმი, ხოლო 2003 წელს კი ოსკარზე საუკეთესო დრამა.
5 იანვარი : ლუი XVI — საფრანგეთის მეფე (გ.
1999 წელს გამოვიდა მისი მეორე ალბომი, სახელწოდებით „The X Factor“, რომელიც შეიცავს 2 სიმღერას: „X Factor“ და „The X Factor“.
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);
ჲრდჲგჲპთრვ ჟა ოპჲგთჱთთ ჟამჲ ჱა ჲბღვ ოჲმჲღ, ნვ ჱა ტთნანჟთალნთ, მვეთუთნჟკთ თლთ ეანყფნთ ჟყგვრთ.