Quadratic Equations
Calculator for solving quadratic equations using the quadratic formula - the core of algebra
Quadratic Equation Calculator
What is calculated?
This function solves quadratic equations of the form ax² + bx + c = 0 using the quadratic formula. Quadratic equations are degree 2 polynomials and describe parabolas.
Quadratic Equations Info
Properties
Quadratic equations:
- Degree 2 polynomial
- At most 2 real solutions
- Graphically: parabola
- Quadratic formula applicable
Discriminant: The expression b² - 4ac determines the number of real solutions.
Solution types
Examples
x₁ = 2, x₂ = -2
x = 1 (double root)
Complex solutions: ±i
Related topics
Quadratic formula and variants
Standard form
Quadratic formula
Individual solutions
Discriminant
Vertex form
Factorized form
Vieta's formulas
Vertex
Detailed worked example
Example: -2x² + 3x + 5 = 0
Given:
- a = -2, b = 3, c = 5
Step 1 - Compute discriminant:
Step 2 - Apply quadratic formula
Step 3a - First solution:
Step 3b - Second solution:
Solutions: x₁ = -1, x₂ = 2.5
Check: -2(-1)² + 3(-1) + 5 = -2 - 3 + 5 = 0 ✓
Alternative solution methods
Different approaches to solve quadratic equations
Completing the square
Rewrite to vertex form
Factorization
Decompose into linear factors
p-q formula
For normalized form x² + px + q = 0
Graphical solution
Read off roots of the parabola
Geometric interpretation
Parabolas and their properties
D > 0: Two roots
Parabola intersects x-axis twice
D = 0: One root
Parabola is tangent to the x-axis
D < 0: No real roots
Parabola lies above the x-axis
Parabola properties
Opening:
- a > 0: Parabola opens upward
- a < 0: Parabola opens downward
- |a| large: narrow parabola
- |a| small: wide parabola
Special points:
- Vertex: (-b/2a, -D/4a)
- y-intercept: (0, c)
- Axis of symmetry: x = -b/2a
- Roots: quadratic formula
Practical applications
Physics
- Projectile motion
- Free fall
- Oscillations
- Optical devices
Economics
- Profit functions
- Cost optimization
- Demand curves
- Break-even analysis
Engineering
- Bridge construction
- Antenna engineering
- Computer graphics
- Control engineering
Historical context
Development of solution formulas
- Babylonians (~2000 BC): Geometric methods
- Al-Khwarizmi (~830): Systematic algebra
- Bombelli (1572): Complex numbers
- Quadratic formula: Modern standard form
Modern significance
- Optimization: Extremum problems
- Modeling: Parabolic processes
- Computers: Numerical methods
- AI/ML: Loss functions
Summary
Quadratic equations and the quadratic formula are central concepts in algebra with enormous practical importance. From ancient geometry to modern applications in AI and engineering they bridge theoretical mathematics and real-world problem solving.