Cal11 calculator

How to Solve A Quadratic Equation Without Calculator

Reviewed by Calculator Editorial Team

Quadratic equations are fundamental in algebra and appear in various real-world applications. This guide explains how to solve quadratic equations without a calculator using three primary methods: factoring, quadratic formula, and completing the square.

What is a Quadratic Equation?

A quadratic equation is a second-degree polynomial equation in a single variable x with the general form:

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 solutions to the equation are the x-intercepts of the parabola. Quadratic equations can have two real solutions, one real solution (a repeated root), or no real solutions (complex roots).

Standard Form of a Quadratic Equation

The standard form of a quadratic equation is:

Standard Form

ax² + bx + c = 0

Where:

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

For the equation to be quadratic, a must not be zero. If a = 0, the equation becomes linear.

Methods to Solve Quadratic Equations

There are three primary methods to solve quadratic equations:

  1. Factoring
  2. Quadratic Formula
  3. Completing the Square

Each method has its advantages and is suitable for different types of quadratic equations.

Factoring Method

The factoring method involves expressing the quadratic equation as a product of two binomials. This method is efficient when the quadratic can be easily factored.

Steps to Solve by Factoring

  1. Write the quadratic equation in standard form: ax² + bx + c = 0.
  2. Find two numbers that multiply to a×c and add to b.
  3. Rewrite the middle term using these two numbers.
  4. Factor the quadratic expression.
  5. Set each factor equal to zero and solve for x.

When to Use Factoring

Factoring is most effective when the quadratic equation has integer solutions and can be easily factored.

Quadratic Formula Method

The quadratic formula is a universal method to solve any quadratic equation. It works for all quadratic equations, regardless of whether they can be factored easily.

Quadratic Formula

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

Steps to Solve Using Quadratic Formula

  1. Identify the coefficients a, b, and c from the quadratic equation.
  2. Calculate the discriminant (D = b² - 4ac).
  3. If D > 0, there are two real solutions.
  4. If D = 0, there is one real solution.
  5. If D < 0, there are no real solutions (complex solutions exist).
  6. Apply the quadratic formula to find the solutions.

Advantages of Quadratic Formula

The quadratic formula always works and provides exact solutions, even when factoring is difficult.

Completing the Square Method

Completing the square is a method that transforms a quadratic equation into a perfect square trinomial, making it easier to solve.

Steps to Solve by Completing the Square

  1. Write the quadratic equation in standard form: ax² + bx + c = 0.
  2. Divide all terms by a if a ≠ 1.
  3. Move the constant term to the other side of the equation.
  4. Add (b/2a)² to both sides to complete the square.
  5. Write the left side as a perfect square trinomial.
  6. Take the square root of both sides and solve for x.

When to Use Completing the Square

This method is useful when the quadratic equation does not factor easily and when you need to understand the vertex form of the equation.

Example Problems

Example 1: Solving by Factoring

Solve x² + 5x + 6 = 0.

Solution:

  1. Find two numbers that multiply to 6 and add to 5: 2 and 3.
  2. Rewrite the equation: x² + 2x + 3x + 6 = 0.
  3. Factor: (x + 2)(x + 3) = 0.
  4. Solutions: x = -2 and x = -3.

Example 2: Solving by Quadratic Formula

Solve x² - 4x + 4 = 0.

Solution:

  1. Identify a = 1, b = -4, c = 4.
  2. Calculate discriminant: D = (-4)² - 4(1)(4) = 16 - 16 = 0.
  3. Since D = 0, there is one real solution.
  4. Apply quadratic formula: x = [4 ± √0]/2 = 4/2 = 2.
  5. Solution: x = 2 (double root).

Example 3: Solving by Completing the Square

Solve x² + 6x + 5 = 0.

Solution:

  1. Move constant term: x² + 6x = -5.
  2. Complete the square: (x² + 6x + 9) = -5 + 9.
  3. Write as perfect square: (x + 3)² = 4.
  4. Take square root: x + 3 = ±2.
  5. Solutions: x = -3 ± 2 → x = -1 and x = -5.

Frequently Asked Questions

What is the difference between quadratic and linear equations?

A quadratic equation has a highest power of 2 (x² term), while a linear equation has a highest power of 1 (x term). Quadratic equations graph as parabolas, while linear equations graph as straight lines.

When should I use the quadratic formula instead of factoring?

Use the quadratic formula when the quadratic equation does not factor easily or when you want exact solutions. Factoring is more efficient when the equation can be easily factored.

What does the discriminant tell me about the solutions?

The discriminant (D = b² - 4ac) indicates the nature of the roots:

  • D > 0: Two distinct real solutions
  • D = 0: One real solution (repeated root)
  • D < 0: No real solutions (complex solutions)