Home » Simplify your calculations with ease. » Mathematical Calculators » Completing The Square Calculator

Completing The Square Calculator

Show Your Love:

The Completing the Square Calculator simplifies a quadratic equation by converting it into a perfect square trinomial. This process allows you to solve the equation for unknown variables, identify its roots, or express it in vertex form. This calculator automates the process, eliminating manual calculations and making it easier for students, teachers, and professionals to work with quadratic equations.

Formula of Completing The Square Calculator

The formula for completing the square follows these steps:

  1. Start with the quadratic equation:
    ax² + bx + c = 0
  2. Divide through by a (if a is not equal to 1):
    x² + (b/a)x + (c/a) = 0
  3. Add and subtract (b/2a)² to complete the square:
    x² + (b/a)x + (b/2a)² – (b/2a)² + (c/a) = 0
  4. Simplify into the perfect square trinomial:
    (x + b/2a)² = (b/2a)² – (c/a)
  5. Solve for x by isolating and taking the square root:
    x = -b/2a ± √[(b/2a)² – (c/a)]
See also  1/3rd Of A Number Calculator Online

Table for Quick Reference

TermDescriptionExample Value
General FormStandard quadratic equation2x² + 8x + 6 = 0
b/2aHalf of the coefficient of x, squaredb = 8, a = 2 → (8/4)² = 4
Perfect Square FormSimplified quadratic form(x + d)² = e
RootsValues of x after solving the equationx = -2 ± √1

Example of Completing The Square Calculator

Solve the equation x² + 6x + 5 = 0 using completing the square.

Step 1: Identify the coefficients
Here, a = 1, b = 6, and c = 5.

Step 2: Add and subtract (b/2a)²
b/2a = 6/2 = 3. Add and subtract 3²:
x² + 6x + 3² – 3² + 5 = 0

Step 3: Simplify the equation
x² + 6x + 9 – 9 + 5 = 0
(x + 3)² – 4 = 0

Step 4: Isolate the square term
(x + 3)² = 4

See also  Miller Indices Calculator Online

Step 5: Solve for x by taking the square root
x + 3 = ±√4
x + 3 = ±2

Step 6: Find the roots
x = -3 + 2 → x = -1
x = -3 – 2 → x = -5

Result: The roots of the equation are x = -1 and x = -5.

Most Common FAQs

What does completing the square mean?

Completing the square means rewriting a quadratic equation in the form of a perfect square trinomial, making it easier to solve or graph.

Why is completing the square useful?

It helps solve quadratic equations, express them in vertex form, and identify their roots or turning points.

Leave a Comment