Fiveable

๐Ÿ”ŸElementary Algebra Unit 10 Review

QR code for Elementary Algebra practice questions

10.1 Solve Quadratic Equations Using the Square Root Property

10.1 Solve Quadratic Equations Using the Square Root Property

Written by the Fiveable Content Team โ€ข Last updated August 2025
Written by the Fiveable Content Team โ€ข Last updated August 2025
๐Ÿ”ŸElementary Algebra
Unit & Topic Study Guides

Quadratic equations show up constantly in algebra, and the square root property gives you a direct way to solve them when the equation has a specific structure: a squared term equal to a constant, like ax2=kax^2 = k or (xโˆ’h)2=k(x - h)^2 = k.

Instead of factoring or using the quadratic formula, this method works by isolating the squared expression and taking the square root of both sides. It's especially powerful when you can recognize perfect square trinomials and rewrite them as the square of a binomial.

Solving Quadratic Equations Using the Square Root Property

Square root property for ax2=kax^2 = k

The square root property says: if x2=cx^2 = c, then x=ยฑcx = \pm\sqrt{c}. The ยฑ\pm is critical because both a positive and a negative number, when squared, give the same result. For example, both 323^2 and (โˆ’3)2(-3)^2 equal 9.

Here's the process:

  1. Isolate the squared term on one side of the equation (divide or move constants as needed).
  2. Take the square root of both sides.
  3. Write the solution with ยฑ\pm in front of the simplified square root.

Example: Solve 4x2=364x^2 = 36

  1. Divide both sides by 4 to isolate x2x^2: x2=9x^2 = 9
  2. Take the square root of both sides: x=ยฑ9x = \pm\sqrt{9}
  3. Simplify: x=ยฑ3x = \pm 3

So x=3x = 3 or x=โˆ’3x = -3. Graphically, these are the x-coordinates where the parabola y=4x2โˆ’36y = 4x^2 - 36 crosses the x-axis.

If kk is negative (like x2=โˆ’4x^2 = -4), there is no real number solution, because no real number squared gives a negative result.

Square root property for ax^2 = k, Solve Quadratic Equations Using the Square Root Property ยท Intermediate Algebra

Square root property for (xโˆ’h)2=k(x - h)^2 = k

When the squared part is a binomial like (xโˆ’h)2(x - h)^2, the same property applies. You just have one extra step at the end: solve for xx by isolating it.

  1. Take the square root of both sides: xโˆ’h=ยฑkx - h = \pm\sqrt{k}

  2. Simplify the square root if possible.

  3. Add hh to both sides to solve for xx: x=hยฑkx = h \pm\sqrt{k}

Example: Solve (xโˆ’2)2=16(x - 2)^2 = 16

  1. Take the square root of both sides: xโˆ’2=ยฑ16x - 2 = \pm\sqrt{16}

  2. Simplify: xโˆ’2=ยฑ4x - 2 = \pm 4

  3. Add 2 to both sides: x=2ยฑ4x = 2 \pm 4

This gives two solutions: x=2+4=6x = 2 + 4 = 6 or x=2โˆ’4=โˆ’2x = 2 - 4 = -2.

Square root property for ax^2 = k, OpenAlgebra.com: Free Algebra Study Guide & Video Tutorials: Guidelines for Solving Quadratic ...

Perfect square trinomials and the square root property

A perfect square trinomial is a trinomial that factors neatly into the square of a binomial. Recognizing these lets you convert a trinomial equation into the (xโˆ’h)2=k(x - h)^2 = k form and then apply the square root property.

The two patterns are:

  • a2+2ab+b2=(a+b)2a^2 + 2ab + b^2 = (a + b)^2
  • a2โˆ’2ab+b2=(aโˆ’b)2a^2 - 2ab + b^2 = (a - b)^2

To check whether a trinomial is a perfect square:

  • Are the first and last terms perfect squares?
  • Is the middle term equal to twice the product of the square roots of the first and last terms?

If both answers are yes, you can factor it.

Example: Solve x2+6x+9=25x^2 + 6x + 9 = 25

  1. Recognize the left side as a perfect square trinomial: x2+6x+9=(x+3)2x^2 + 6x + 9 = (x + 3)^2

    • x2x^2 is a perfect square, 9=329 = 3^2 is a perfect square, and 6x=2โ‹…xโ‹…36x = 2 \cdot x \cdot 3 โœ“
  2. Rewrite the equation: (x+3)2=25(x + 3)^2 = 25

  3. Take the square root of both sides: x+3=ยฑ5x + 3 = \pm 5

  4. Solve for xx: x=โˆ’3ยฑ5x = -3 \pm 5

This gives x=โˆ’3+5=2x = -3 + 5 = 2 or x=โˆ’3โˆ’5=โˆ’8x = -3 - 5 = -8.

A common mistake is forgetting the ยฑ\pm when you take the square root. Always write both solutions unless the problem specifically asks for only the positive root.

Additional Solving Methods for Quadratic Equations

The square root property is one of several ways to solve quadratic equations (equations where the highest exponent is 2):

  • Factoring works when the quadratic expression can be written as a product of two linear factors, like (x+2)(xโˆ’5)=0(x + 2)(x - 5) = 0.
  • The quadratic formula (x=โˆ’bยฑb2โˆ’4ac2ax = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}) works for any quadratic equation, even when factoring isn't easy and the square root property doesn't directly apply.

The square root property is typically the fastest method when the equation is already in the form ax2=kax^2 = k or (xโˆ’h)2=k(x - h)^2 = k, so learn to spot those structures quickly.