learn.howToCalculate
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 계산기를 사용해 보세요
직접 시도해 보세요 →