A(z) Quadratic Formula kiszámítása
Mi az a Quadratic Formula?
The quadratic formula solves any equation of the form ax² + bx + c = 0 for x. It works for all quadratics — even ones that cannot be factored — making it the most universal solving method. The formula was known to Babylonian mathematicians as early as 2000 BC.
Útmutató lépésről lépésre
- 1Arrange the equation in standard form: ax² + bx + c = 0
- 2Identify a (coefficient of x²), b (coefficient of x), c (constant)
- 3Calculate the discriminant: Δ = b² − 4ac
- 4If Δ ≥ 0: substitute into x = (−b ± √Δ) / 2a for two real roots
- 5If Δ < 0: the equation has two complex (non-real) roots
Worked Examples
Bemenet
x² − 5x + 6 = 0
Eredmény
x = 3 or x = 2
Δ = 25−24 = 1 > 0. Roots: (5±1)/2
Bemenet
x² − 2x + 1 = 0
Eredmény
x = 1 (repeated)
Δ = 4−4 = 0. One repeated root.
Bemenet
x² + x + 1 = 0
Eredmény
Complex roots
Δ = 1−4 = −3 < 0. No real solutions.
Bemenet
2x² + 3x − 2 = 0
Eredmény
x = 0.5 or x = −2
Δ = 9+16 = 25. Roots: (−3±5)/4
Készen állsz a számításra? Próbálja ki az ingyenes Quadratic Formula számológépet
Próbáld ki te is →