Quadratic Formula Calculator
Solutions
How to Use the Quadratic Formula Calculator
This calculator solves quadratic equations of the form ax² + bx + c = 0 where a ≠ 0. Follow these simple steps:
- Enter coefficient a: The number in front of x² (cannot be zero)
- Enter coefficient b: The number in front of x (can be zero, positive, or negative)
- Enter constant c: The constant term (can be zero, positive, or negative)
- Click Calculate: The calculator will provide detailed solutions and analysis
What is a Quadratic Equation?
A quadratic equation is a second-degree polynomial equation in a single variable x, with the general form ax² + bx + c = 0, where:
- a, b, and c are constants (with a ≠ 0)
- x represents the unknown variable
- a is called the quadratic coefficient
- b is called the linear coefficient
- c is called the constant term
The highest power of the variable is 2, which gives the equation its characteristic parabolic shape when graphed.
The Discriminant Explained
The discriminant (Δ = b² – 4ac) is the expression under the square root in the quadratic formula. It determines the nature of the roots:
Discriminant > 0 (Positive)
Two distinct real roots exist. The parabola crosses the x-axis at two points.
Discriminant = 0 (Zero)
One repeated real root exists. The parabola touches the x-axis at exactly one point (vertex).
Discriminant < 0 (Negative)
Two complex (imaginary) roots exist. The parabola does not intersect the x-axis.
Worked Examples
Example 1: Two Real Solutions
Equation: x² – 5x + 6 = 0
Coefficients: a = 1, b = -5, c = 6
Discriminant: (-5)² – 4(1)(6) = 25 – 24 = 1
Solutions: x = (5 ± 1) / 2 = 3 or 2
Since the discriminant is positive, we have two distinct real roots.
Example 2: One Repeated Solution
Equation: x² – 4x + 4 = 0
Coefficients: a = 1, b = -4, c = 4
Discriminant: (-4)² – 4(1)(4) = 16 – 16 = 0
Solution: x = 4 / 2 = 2
Since the discriminant equals zero, we have one repeated real root.
Example 3: Complex Solutions
Equation: x² + x + 1 = 0
Coefficients: a = 1, b = 1, c = 1
Discriminant: 1² – 4(1)(1) = 1 – 4 = -3
Solutions: x = (-1 ± i√3) / 2
Since the discriminant is negative, we have two complex conjugate roots.
Methods for Solving Quadratic Equations
There are several methods to solve quadratic equations:
1. Quadratic Formula
The most reliable method that works for all quadratic equations. Uses the formula x = (-b ± √(b² – 4ac)) / 2a.
2. Factoring
Works when the quadratic can be factored into two binomials. Quick but not always possible.
3. Completing the Square
Transforms the equation into perfect square form. Useful for deriving the quadratic formula.
4. Graphing
Visual method that shows where the parabola intersects the x-axis. Less precise but provides insight.
Real-World Applications
Quadratic equations appear frequently in various fields:
- Physics: Projectile motion, acceleration, and energy calculations
- Engineering: Structural design, optimisation problems, and signal processing
- Economics: Profit maximisation, cost analysis, and market equilibrium
- Architecture: Arch designs, bridge construction, and load distribution
- Sports: Trajectory analysis for ball games and athletic performance
- Technology: Computer graphics, antenna design, and satellite orbits
Frequently Asked Questions
If a = 0, the equation becomes bx + c = 0, which is linear, not quadratic. The quadratic formula requires a ≠ 0.
No, quadratic equations can have at most two solutions. This follows from the fundamental theorem of algebra.
The ± symbol indicates that we calculate both the positive and negative square root values, giving us both possible solutions.
When the discriminant is negative, the square root of a negative number produces imaginary numbers, resulting in complex solutions.
The quadratic formula is mathematically exact. Any inaccuracy typically comes from rounding during calculation or measurement errors in the coefficients.
Tips for Success
- Always arrange your equation in standard form (ax² + bx + c = 0) before applying the formula
- Pay careful attention to positive and negative signs when identifying coefficients
- Calculate the discriminant first to determine the nature of solutions
- Simplify fractions and radicals in your final answer when possible
- Check your solutions by substituting back into the original equation
- Practice with different types of quadratic equations to build confidence
