Roots of Second Degree Polynomial Calculator
What is a Second Degree Polynomial?
A second degree polynomial, also known as a quadratic equation, is a polynomial equation of the form:
ax² + bx + c = 0
where a, b, and c are constants, and a ≠ 0. The roots of the polynomial are the values of x that satisfy the equation. These roots can be real or complex numbers, depending on the discriminant.
Second degree polynomials are fundamental in algebra and have applications in physics, engineering, and economics.
Formula for Roots
The roots of a quadratic equation can be found using the quadratic formula:
x = [-b ± √(b² - 4ac)] / (2a)
The discriminant (D) is the part under the square root:
D = b² - 4ac
The nature of the roots depends on the discriminant:
- If D > 0: Two distinct real roots
- If D = 0: One real root (repeated)
- If D < 0: Two complex conjugate roots
How to Use the Calculator
To use the calculator:
- Enter the coefficients a, b, and c of your quadratic equation
- Click "Calculate Roots"
- View the results including the roots and discriminant
- Interpret the results based on the discriminant value
Note: The calculator will show complex roots if the discriminant is negative. For complex roots, the calculator displays them in the form a ± bi.
Worked Examples
Example 1: Two Distinct Real Roots
Find the roots of x² - 5x + 6 = 0.
Using the quadratic formula:
x = [5 ± √(25 - 24)] / 2 = [5 ± 1] / 2
Roots: x = 3 and x = 2
Example 2: One Real Root
Find the roots of x² - 6x + 9 = 0.
Using the quadratic formula:
x = [6 ± √(36 - 36)] / 2 = 6 / 2 = 3
Root: x = 3 (repeated)
Example 3: Complex Roots
Find the roots of x² + 2x + 5 = 0.
Using the quadratic formula:
x = [-2 ± √(-16)] / 2 = [-2 ± 4i] / 2 = -1 ± 2i
Roots: x = -1 + 2i and x = -1 - 2i
Interpreting Results
The calculator provides several key pieces of information:
- Roots: The solutions to the quadratic equation
- Discriminant: Indicates the nature of the roots
- Graph: Visual representation of the quadratic function
Understanding the discriminant helps determine the behavior of the quadratic function:
- Positive discriminant: The parabola intersects the x-axis at two points
- Zero discriminant: The parabola touches the x-axis at one point
- Negative discriminant: The parabola does not intersect the x-axis (no real roots)
Frequently Asked Questions
What is the difference between a linear and quadratic equation?
A linear equation has a single variable with the highest power of 1 (e.g., y = mx + b), while a quadratic equation has a variable squared (e.g., ax² + bx + c = 0).
Can a quadratic equation have no real roots?
Yes, if the discriminant is negative, the quadratic equation has two complex conjugate roots.
How do I know if my quadratic equation is correct?
Check that the equation is in the standard form ax² + bx + c = 0 and that a, b, and c are real numbers with a ≠ 0.
What are the applications of quadratic equations?
Quadratic equations are used in physics to model projectile motion, in engineering to design structures, and in economics to model cost and revenue functions.