Fiveable

๐Ÿ“˜Intermediate Algebra Unit 9 Review

QR code for Intermediate Algebra practice questions

9.1 Solve Quadratic Equations Using the Square Root Property

9.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
๐Ÿ“˜Intermediate 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 the right form. Instead of factoring or using the quadratic formula, you isolate the squared term and take the square root of both sides.

This section covers how to apply the Square Root Property to two equation forms: ax2=kax^2 = k and a(xโˆ’h)2=ka(x - h)^2 = k. You'll also learn how to interpret the types of solutions you get.

Solving Quadratic Equations Using the Square Root Property

Square Root Property for axยฒ = k

The Square Root Property says: if x2=dx^2 = d, then x=ยฑdx = \pm\sqrt{d}. The ยฑ\pm is there because both a positive and a negative number, when squared, give the same result. For instance, both 33 and โˆ’3-3 square to 99.

To solve an equation in the form ax2=kax^2 = k:

  1. Divide both sides by aa to isolate x2x^2: x2=kax^2 = \frac{k}{a}
  2. Take the square root of both sides, using ยฑ\pm: x=ยฑkax = \pm\sqrt{\frac{k}{a}}
  3. Simplify the radical if possible (look for perfect square factors)

The expression under the square root sign is called the radicand. If the radicand is a perfect square, your answers will be integers. If not, leave the answer in simplest radical form or approximate as a decimal.

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

x2=9โ†’x=ยฑ9โ†’x=ยฑ3x^2 = 9 \rightarrow x = \pm\sqrt{9} \rightarrow x = \pm 3

Example 2: Solve 5x2=605x^2 = 60

x2=12โ†’x=ยฑ12=ยฑ23โ‰ˆยฑ3.464x^2 = 12 \rightarrow x = \pm\sqrt{12} = \pm 2\sqrt{3} \approx \pm 3.464

Square Root Property for axยฒ = k, Solve Quadratic Equations Using the Square Root Property โ€“ Intermediate Algebra but cloned this ...

Square Root Property with a(x - h)ยฒ

When the squared expression contains a variable term like (xโˆ’h)(x - h), the same property applies. You just have one extra step at the end: solve for xx after taking the square root.

  1. Divide both sides by aa to isolate the squared binomial: (xโˆ’h)2=ka(x - h)^2 = \frac{k}{a}

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

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

  4. Write out both solutions separately

Example 1: Solve 3(xโˆ’2)2=753(x - 2)^2 = 75

(xโˆ’2)2=25โ†’xโˆ’2=ยฑ5โ†’x=2+5=7ย orย x=2โˆ’5=โˆ’3(x - 2)^2 = 25 \rightarrow x - 2 = \pm 5 \rightarrow x = 2 + 5 = 7 \text{ or } x = 2 - 5 = -3

Example 2: Solve 2(x+1)2=182(x + 1)^2 = 18

Note that (x+1)(x + 1) is the same as (xโˆ’(โˆ’1))(x - (-1)), so h=โˆ’1h = -1.

(x+1)2=9โ†’x+1=ยฑ3โ†’x=โˆ’1+3=2ย orย x=โˆ’1โˆ’3=โˆ’4(x + 1)^2 = 9 \rightarrow x + 1 = \pm 3 \rightarrow x = -1 + 3 = 2 \text{ or } x = -1 - 3 = -4

A common mistake here is forgetting the ยฑ\pm and only writing one solution. Always check that you've found two values (unless the radicand is zero).

The value of hh also has a graphical meaning: it's the x-coordinate of the vertex (and the axis of symmetry) of the parabola.

Square Root Property for axยฒ = k, Solve Quadratic Equations Using the Square Root Property ยท Intermediate Algebra

Interpreting Quadratic Equation Solutions

The type of number you get under the square root tells you a lot about the solutions:

  • Positive perfect square radicand โ†’ two rational solutions (nice integers or fractions). Example: x2=25x^2 = 25 gives x=ยฑ5x = \pm 5
  • Positive non-perfect-square radicand โ†’ two irrational solutions (leave in radical form or approximate). Example: x2=7x^2 = 7 gives x=ยฑ7โ‰ˆยฑ2.646x = \pm\sqrt{7} \approx \pm 2.646
  • Radicand equals zero โ†’ one solution (a double root). Example: (xโˆ’4)2=0(x - 4)^2 = 0 gives x=4x = 4
  • Negative radicand โ†’ no real solutions; instead you get two complex solutions involving ii, where i=โˆ’1i = \sqrt{-1}. Example: x2=โˆ’9x^2 = -9 gives x=ยฑ3ix = \pm 3i

These solution types connect directly to the graph of the quadratic function:

  • Two real solutions โ†’ the parabola crosses the x-axis at two points
  • One real solution (double root) โ†’ the parabola touches the x-axis at its vertex
  • No real solutions โ†’ the parabola doesn't reach the x-axis at all

If you've seen the discriminant (b2โˆ’4acb^2 - 4ac) from the standard form ax2+bx+c=0ax^2 + bx + c = 0, it tells you the same information. A positive discriminant means two real roots, zero means one, and negative means complex roots. You'll use the discriminant more when you get to the quadratic formula, but the underlying idea is the same.

Additional Methods and Considerations

The Square Root Property works well when the equation is already in the form ax2=kax^2 = k or a(xโˆ’h)2=ka(x - h)^2 = k. If the equation has a linear bxbx term that you can't easily handle by rewriting, you'll need other methods like factoring, completing the square, or the quadratic formula.

When simplifying radicals, always check whether the radicand has perfect square factors. For example, 50=25โ‹…2=52\sqrt{50} = \sqrt{25 \cdot 2} = 5\sqrt{2}.

Finally, remember that the graph of any quadratic equation is a parabola. The solutions you find with the Square Root Property correspond to the x-intercepts of that parabola, which is why they're also called roots or zeros of the function.