Quadratic Equation Solver
Solve ax² + bx + c = 0.
Input Values
Adjust parameters below
Step-by-Step Solution
How this result was calculated
Identify coefficients: a=1, b=-3, c=2
Calculate Discriminant (Δ) = b² - 4ac
Δ = (-3)² - 4(1)(2) = 1
Apply Quadratic Formula: x = (-b ± √Δ) / 2a
x = (3 ± √1) / 2
x₁ = (3 + 1.0000) / 2 = 2.0000
x₂ = (3 - 1.0000) / 2 = 1.0000
How It Works
Guide and Formula
Quadratic Formula Solver
This calculator solves equations of the form ax² + bx + c = 0.
The Quadratic Formula:
Understanding the Discriminant (Δ = b² - 4ac)
How it Works
1. Identify coefficients: Extract a, b, and c from your equation
2. Calculate discriminant: Compute Δ = b² - 4ac
3. Apply formula: Use the quadratic formula to find x values
4. Interpret results: Based on the discriminant value
?FAQs
What is a quadratic equation?
A quadratic equation is a second-degree polynomial equation in the form ax² + bx + c = 0, where a ≠ 0.
What happens if the discriminant is negative?
If the discriminant is negative, the equation has no real solutions—only complex roots involving imaginary numbers.
Can the coefficient 'a' be zero?
No, if 'a' is zero, it's not a quadratic equation—it becomes a linear equation (bx + c = 0).
What is the sum and product of roots?
For roots x₁ and x₂: Sum = -b/a and Product = c/a.