如何计算Quadratic Formula
learn.whatIsHeading
Quadratic formula solves ax² + bx + c = 0: x = (-b ± √(b²-4ac)) / 2a. Always finds roots (real or complex).
分步指南
- 1Input coefficients a, b, c
- 2Calculate discriminant b²-4ac
- 3Apply formula; show real or complex roots
例题解析
输入
x² - 5x + 6 = 0
结果
x = (5 ± 1)/2 → x=3 or x=2
常见错误注意事项
- ✕Sign errors in formula
- ✕Not simplifying radicals
常见问题
What does discriminant tell?
>0 two reals, =0 one repeated, <0 complex conjugate pair.
准备好计算了吗?尝试免费的 Quadratic Formula 计算器
自己尝试一下 →