Quadratic Equatrion Roots Calculator
A quadratic equation is a second-degree polynomial equation in a single variable x, with the general form ax² + bx + c = 0. The roots of the equation are the values of x that satisfy the equation. This calculator uses the quadratic formula to find the roots of any quadratic equation.
What is a Quadratic Equation?
A quadratic equation is a polynomial equation of degree 2. It has the general form:
ax² + bx + c = 0
where a, b, and c are constants, and a ≠ 0.
The graph of a quadratic equation is a parabola. The roots of the equation are the points where the parabola intersects the x-axis. A quadratic equation can have:
- Two distinct real roots
- One real root (a repeated root)
- No real roots (the roots are complex numbers)
The nature of the roots is determined by the discriminant, which is calculated as b² - 4ac.
How to Solve Quadratic Equations
The Quadratic Formula
The standard method for solving quadratic equations is the quadratic formula:
x = [-b ± √(b² - 4ac)] / (2a)
This formula provides the two possible solutions for x. The discriminant (b² - 4ac) determines the nature of the roots:
- If the discriminant is positive, there are two distinct real roots.
- If the discriminant is zero, there is exactly one real root.
- If the discriminant is negative, there are two complex conjugate roots.
Example Calculation
Let's solve the equation x² - 5x + 6 = 0:
- Identify the coefficients: a = 1, b = -5, c = 6
- Calculate the discriminant: (-5)² - 4(1)(6) = 25 - 24 = 1
- Apply the quadratic formula:
- x = [5 ± √1] / 2
- x = (5 + 1)/2 = 3
- x = (5 - 1)/2 = 2
The roots are x = 2 and x = 3.
Special Cases
When a = 0, the equation is linear, not quadratic. When b = 0, the equation is a pure quadratic. When c = 0, the equation has roots at x = 0 and x = -b/a.
Real-World Applications
Quadratic equations are used in various real-world scenarios, including:
- Projectile motion in physics
- Calculating areas and volumes in geometry
- Optimization problems in business and economics
- Modeling growth and decay in biology and chemistry
For example, in physics, the height of a projectile can be modeled using a quadratic equation where the roots represent the times when the projectile hits the ground.