Quadratic Equation Solver
Solve ax² + bx + c = 0 using Bhaskara's formula. See discriminant, roots (real or complex), vertex, step-by-step solution, and parabola graph.
Step-by-Step Solution (Bhaskara's Formula)
Step 1: Identify the equation: ax² + bx + c = 0
→ 1x² - 5x + 6 = 0
Step 2: Calculate the discriminant: Δ = b² - 4ac
→ Δ = (-5)² - 4·(1)·(6)
→ Δ = 25 - 24
→ Δ = 1
Step 3: Apply Bhaskara's formula: x = (-b ± √Δ) / 2a
→ x = (-(-5) ± √1) / (2·1)
→ x = (5 ± 1) / 2
→ x₁ = 3
→ x₂ = 2
Parabola Graph
Related Calculators
Scientific Calculator
Full scientific calculator with trigonometry, logarithms, exponents, factorials, and keyboard support.
Try NowPercentage Calculator
Calculate percentages: find X% of Y, what percent X is of Y, or the percentage change between two values.
Try NowRandom Number Generator
Generate random numbers within a custom range. Options for integers or decimals, unique or duplicate values, and sorted results.
Try Now