Quadratic Equation Solver
Solve ax² + bx + c = 0 and display both real and complex roots
Equation: ax² + bx + c = 0
Enter coefficients a, b, and c
Your Equation:
x² - 5x + 6 = 0
Step-by-Step Solution
Step 1: Identify coefficients
a = 1, b = -5, c = 6
Step 2: Calculate discriminant
Δ = b² - 4ac = (-5)² - 4(1)(6)
Δ = 1
Step 3: Determine root type
Δ > 0: Two distinct real roots
Step 4: Apply quadratic formula
x = (-b ± √Δ) / (2a)
Solutions
Two distinct real roots
Root 1 (x₁)
3
Root 2 (x₂)
2
Discriminant (Δ)
1
Vertex
(2.5, -0.25)
Parabola Graph
Visual representation of the quadratic function
RootsVertexParabola
You Might Also Like
Explore more tools in this category
Prime Number Generator
Generate prime numbers in any range using efficient algorithms
Factorial Calculator
Calculate factorials, permutations, and combinations with steps
Perfect Square Calculator
Check if a number is a perfect square and find square roots
Perfect Cube Calculator
Check if a number is a perfect cube and find cube roots
Cube Root Calculator
Calculate cube roots with simplification and step-by-step solutions
RMS Calculator
Calculate Root Mean Square for datasets, AC voltage and current
Acceleration Calculator
Calculate acceleration using velocity, force, distance, or gravity
Dew Point Calculator
Calculate dew point, heat index, humidex, and comfort levels
Earthquake Calculator
Calculate earthquake magnitude, energy, intensity, and compare seismic events
About Quadratic Equation Solver
Solve Quadratic Equations
This calculator solves quadratic equations of the form ax² + bx + c = 0 using the quadratic formula. It handles all types of roots: real distinct, real equal, and complex conjugate roots. Includes step-by-step solutions and visual graph representation.
Features
- Solve any quadratic equation
- Real and complex root support
- Step-by-step solution breakdown
- Discriminant calculation
- Vertex calculation
- Interactive parabola graph
- Visual root markers
- Equation preview
- High precision results
- Example equation included
Quadratic Formula
x = (-b ± √(b² - 4ac)) / (2a)
Discriminant (Δ)
Δ > 0: Two distinct real roots
Δ = 0: One repeated real root (vertex on x-axis)
Δ < 0: Two complex conjugate roots
How to Use
- Enter coefficient 'a' for x² term (must not be zero)
- Enter coefficient 'b' for x term
- Enter constant 'c'
- View the equation preview
- Check the calculated roots and discriminant
- Review the step-by-step solution
- Examine the parabola graph
Common Applications
- Algebra homework and assignments
- Physics projectile motion problems
- Engineering calculations
- Optimization problems
- Mathematical modeling