Cal11 calculator

Roots of Second Order Equation Calculator

Reviewed by Calculator Editorial Team

A second order equation, also known as a quadratic equation, is a polynomial equation of degree 2. The general form is ax² + bx + c = 0, where a, b, and c are constants, and a ≠ 0. This calculator helps you find the roots of such equations using the quadratic formula.

What is a Second Order Equation?

A second order equation is a type of polynomial equation where the highest power of the variable is 2. These equations are fundamental in algebra and have wide applications in physics, engineering, and economics. The standard form is:

ax² + bx + c = 0

Where:

  • a, b, and c are constants
  • a ≠ 0 (if a = 0, the equation is no longer quadratic)
  • x is the variable

The solutions to this equation are called roots or zeros. Finding these roots is essential for solving many real-world problems.

How to Find the Roots

There are several methods to find the roots of a quadratic equation:

  1. Factoring: Express the quadratic as a product of two binomials.
  2. Quadratic Formula: Use the formula that works for any quadratic equation.
  3. Completing the Square: Rewrite the equation in vertex form.

The quadratic formula is the most general method and is used by this calculator. The formula is:

x = [-b ± √(b² - 4ac)] / (2a)

Where the discriminant (D) is calculated as:

D = b² - 4ac

The discriminant tells us about the nature of the roots:

  • If D > 0: Two distinct real roots
  • If D = 0: One real root (repeated)
  • If D < 0: Two complex conjugate roots

Discriminant Explained

The discriminant is a part of the quadratic formula that provides important information about the roots of the equation. It is calculated as:

D = b² - 4ac

The discriminant determines the nature of the roots:

Discriminant (D) Nature of Roots Number of Roots
D > 0 Real and distinct 2
D = 0 Real and equal 1
D < 0 Complex conjugate 2

Understanding the discriminant helps in predicting the behavior of the quadratic equation without actually solving it.

Worked Example

Let's solve the quadratic equation 2x² - 4x - 6 = 0 using the quadratic formula.

  1. Identify the coefficients: a = 2, b = -4, c = -6
  2. Calculate the discriminant: D = b² - 4ac = (-4)² - 4(2)(-6) = 16 + 48 = 64
  3. Since D > 0, there are two distinct real roots
  4. Apply the quadratic formula:

    x = [4 ± √64] / 4 = [4 ± 8] / 4

  5. Calculate the two roots:
    • x₁ = (4 + 8)/4 = 12/4 = 3
    • x₂ = (4 - 8)/4 = -4/4 = -1

The roots of the equation are x = 3 and x = -1.

Frequently Asked Questions

What is the difference between a linear and quadratic equation?
A linear equation has a degree of 1 (highest power of x is 1), while a quadratic equation has a degree of 2 (highest power of x is 2). Linear equations have one root, while quadratic equations can have two roots.
How do I know if a quadratic equation has real roots?
A quadratic equation has real roots if the discriminant (b² - 4ac) is greater than or equal to zero. If the discriminant is negative, the roots are complex.
Can a quadratic equation have only one root?
Yes, a quadratic equation can have exactly one real root when the discriminant is zero. This occurs when the parabola touches the x-axis at its vertex.
What is the vertex of a quadratic equation?
The vertex of a quadratic equation is the point where the parabola represented by the equation changes direction. It can be found using the formula x = -b/(2a).
How can I use quadratic equations in real life?
Quadratic equations are used in various real-life scenarios such as calculating projectile motion, optimizing profit in business, determining the height of a thrown object, and analyzing growth patterns in biology.