เครื่องคิดเลขสมการสองค่า

แก้ไขสมการสองค่า ax² + bx + c =0รวมถึงรากสมการ

รากตัวแรก (x₁)
รากคูณ (x2)
ค่าแยกแยะ (b² - 4ac)
ธรรมชาติของราก
จุดสูงสุด
แกนสมมาตร
รูปแบบที่แยกเป็นส่วน

ผลลัพธ์จะปรับปรุงเมื่อคุณพิมพ์

เกี่ยวกับเครื่องคิดเลขนี้

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 withaplot of the curve. If a is 0 the equation is linear, not quadratic, and the formula does not apply. This calculator solvesaquadratic 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 withaplot of the curve. If ais 0 the equation is linear, not quadratic, and the formula does not apply. If ais 0 the equation is linear, not quadratic, and the formula does not apply. If ais 0 the equation is linear, not quadratic, and the formula does not apply. If ais 0 the equation is quadratic, the formula does not apply. If ais 0 the equation is quadratic, the formula does not apply. If ais 0 the equation is linear, the formula does not apply. If ais 0 the equation is quadratic, the formula does not apply. If ais 0 the equation is linear, the formula does not apply. If ais 0 the equation is quadratic, the formula does not apply. If ais 0 the equation is quadratic, the formula does not apply. If ais 0 the equation is linear, the formula does not apply. If ais 0 the equation is quadratic, the formula does not apply. If ais 0 the equation is linear, the formula does not apply. If ais 0 the equation is quadratic, the formula does not apply. If ais 0 the equation is linear, the formula does not apply. If ais 0 the equation is quadratic, the formula does not apply. If ais 0 the equation is

คำถามที่ถามบ่อย

อะไรที่ผู้พิพากษาบอกฉัน

ตัวแยก b² − 4ac ใช้ในการตัดสินใจรังสี: ลบหมายถึงผลลัพธ์จริงสองตัว, ศูนย์หมายถึงผลลัพธ์ซ้ำๆ 1 ตัว และลบหมายถึงผลลัพธ์ซับซ้อนสองตัว

ถ้า A เท่ากับศูนย์ล่ะ

ถ้าสมการเป็นสมการตรง ไม่ใช่สมการสองเหลี่ยม และสมการสองเหลี่ยมไม่ใช้ได้ โปรดป้อนค่าที่ไม่ใช่ศูนย์สำหรับ a

จุดสูงสุดของพาราโบลาคืออะไร

มันคือจุดเปลี่ยน (h, k) ที่โค้งจะไปถึงจุดสูงสุดหรือต่ำสุดของมัน เครื่องมือนี้จะรายงานจุดนี้พร้อมกับแกนสมมาตร เส้น x = h

รูปแบบของการคำนวณแสดงอะไร

เมื่อรากเป็นตัวเลขจริง สมการจะถูกเขียนใหม่เป็น a( x − r₁)( x − r₂) สำหรับ x² − 5x + 6=0 หมายถึง (x − 3)( x − 2)

รากสมบูรณ์คืออะไร

เมื่อตัวแยกเป็นลบ รากเป็นคู่ที่ผสมกัน a ± bi ที่มีหน่วยจินตนาการ i และเครื่องมือเขียนออกมาในรูปแบบนั้น

แก้ไข x2 - 5x +6=0

ตัวแยกคือ 1, ทำให้ได้รากของตัวเลขจริงสองตัว 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);

ผลลัพธ์เป็นเพียงการประมาณการ สำหรับคำแนะนำทั่วไปเท่านั้น ไม่ใช่การเงิน การรักษา หรือคำแนะนำเกี่ยวกับภาษี