Cal11 calculator

Roots of Quadratic Equation Without Calculator

Reviewed by Calculator Editorial Team

A quadratic equation is a second-degree polynomial equation in the form ax² + bx + c = 0. Finding its roots (solutions) is a fundamental algebra skill. While calculators make this easy, understanding how to solve it manually is valuable for building mathematical confidence and problem-solving skills.

What is a Quadratic Equation?

A quadratic equation is any equation that can be written in the standard 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. These roots can be real and distinct, real and equal, or complex conjugates depending on the discriminant (b² - 4ac).

The Quadratic Formula

The quadratic formula provides a direct method to find the roots of any quadratic equation. The formula is:

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

Where:

  • a is the coefficient of x²
  • b is the coefficient of x
  • c is the constant term

The ± symbol indicates there are two possible solutions. The term under the square root (b² - 4ac) is called the discriminant, which determines the nature of the roots:

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

How to Find Roots Without a Calculator

To find the roots of a quadratic equation manually, follow these steps:

  1. Identify the coefficients a, b, and c from the equation
  2. Calculate the discriminant (b² - 4ac)
  3. If the discriminant is negative, the roots are complex and require imaginary numbers
  4. If the discriminant is zero or positive, proceed with the quadratic formula
  5. Simplify the square root of the discriminant if possible
  6. Calculate the two possible solutions using the ± sign
  7. Simplify the fractions if needed

Tip: When working with fractions, it's often easier to keep the denominator as 2a until the final step to avoid complex fractions.

Worked Examples

Example 1: Simple Quadratic Equation

Find the roots of x² - 5x + 6 = 0

  1. Identify coefficients: a=1, b=-5, c=6
  2. Calculate discriminant: (-5)² - 4(1)(6) = 25 - 24 = 1
  3. Apply quadratic formula: x = [5 ± √1]/2
  4. Calculate roots: x = (5+1)/2 = 3 and x = (5-1)/2 = 2

Example 2: Quadratic with Fractional Roots

Find the roots of 2x² - 4x - 6 = 0

  1. Identify coefficients: a=2, b=-4, c=-6
  2. Calculate discriminant: (-4)² - 4(2)(-6) = 16 + 48 = 64
  3. Apply quadratic formula: x = [4 ± √64]/4
  4. Simplify: x = (4 ± 8)/4
  5. Calculate roots: x = (4+8)/4 = 3 and x = (4-8)/4 = -1

Example 3: Complex Roots

Find the roots of x² + 2x + 5 = 0

  1. Identify coefficients: a=1, b=2, c=5
  2. Calculate discriminant: (2)² - 4(1)(5) = 4 - 20 = -16
  3. Apply quadratic formula: x = [-2 ± √(-16)]/2
  4. Simplify: x = (-2 ± 4i)/2
  5. Calculate roots: x = -1 + 2i and x = -1 - 2i

Frequently Asked Questions

What is the difference between roots and solutions?

In the context of quadratic equations, "roots" and "solutions" refer to the same thing - the values of x that satisfy the equation. The term "root" comes from the fact that these values make the equation equal to zero (the root of the equation).

How do I know if a quadratic equation has real roots?

A quadratic equation has real roots if the discriminant (b² - 4ac) is zero or positive. If the discriminant is negative, the roots are complex numbers involving the imaginary unit i.

Can I use the quadratic formula for any quadratic equation?

Yes, the quadratic formula works for any quadratic equation in the standard form ax² + bx + c = 0, as long as a ≠ 0. It's a universal method for finding roots without needing to complete the square.