Two real roots
- Input
- a=1, b=−5, c=6
- Expected output
- x₁=3, x₂=2
Δ=1>0; roots 3 and 2.
Bhaskara quadratic formula
The quadratic formula solves any ax²+bx+c=0 (a≠0): x = (−b ± √(b²−4ac)) / (2a). The discriminant Δ determines how many real roots exist.
Δ=1>0; roots 3 and 2.
Δ=0; double root 2.
The discriminant Δ = b²−4ac determines the nature of roots: Δ>0 → two distinct real roots; Δ=0 → double root; Δ<0 → no real roots.
Yes. "Bhaskara" is the popular name in Brazil for the general quadratic formula.
No. It helps explain the scenario and use the tool more safely, but real decisions should consider official sources, full context and qualified guidance when needed.
ax² + bx + c = 0All calculations stay in your browser. No data is sent to any server.