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.
learn.ctaText
इसे स्वयं आज़माएँ →