Learn on PengiOpenstax Intermediate Algebra 2EChapter 9: Quadratic Equations and Functions

Lesson 9.1: Solve Quadratic Equations Using the Square Root Property

In this lesson from OpenStax Intermediate Algebra 2E, students learn to solve quadratic equations using the Square Root Property, applying it to equations of the form ax² = k and a(x−h)² = k. The lesson covers how to isolate the squared term and take both the positive and negative square roots to find two solutions, including cases where the result is an irrational number left in radical form. This foundational skill prepares students for more advanced methods such as completing the square and the quadratic formula covered later in Chapter 9.

Section 1

📘 Solve Quadratic Equations Using the Square Root Property

New Concept

The Square Root Property is a powerful tool for solving quadratic equations where you can isolate the squared term. This lesson shows how to solve equations like ax2=kax^2=k and a(xh)2=ka(x-h)^2=k, providing a direct path to the solution.

What’s next

This is just the beginning. Next, you'll tackle interactive examples and practice problems to master isolating the variable and simplifying radicals.

Section 2

Square Root Property

Property

If x2=kx^2 = k, then

x=korx=kx = \sqrt{k} \quad \text{or} \quad x = -\sqrt{k}

This is also written as x=±kx = \pm \sqrt{k}.
Notice that the Square Root Property gives two solutions to an equation of the form x2=kx^2 = k: the principal square root of kk and its opposite.

Examples

  • To solve x2=64x^2 = 64, we apply the Square Root Property to get x=±64x = \pm\sqrt{64}. The two solutions are x=8x = 8 and x=8x = -8.
  • To solve p2=19p^2 = 19, we use the property to find p=±19p = \pm\sqrt{19}. Since 19 is not a perfect square, we leave the answer in radical form.
  • To solve m2=36m^2 = -36, we find m=±36m = \pm\sqrt{-36}. This simplifies to m=±6im = \pm 6i, giving two complex solutions.

Explanation

This property works because squaring a positive number and its negative opposite both result in the same positive value. This rule helps you find both original numbers by taking the square root and considering both the positive and negative results.

Section 3

Solving equations of form ax2=kax^2 = k

Property

To solve a quadratic equation using the square root property:
Step 1. Isolate the quadratic term and make its coefficient one. For an equation like ax2=kax^2 = k, this means rewriting it as x2=kax^2 = \frac{k}{a}.
Step 2. Use the Square Root Property: x=±kax = \pm\sqrt{\frac{k}{a}}.
Step 3. Simplify the radical.
Step 4. Check the solutions.

Examples

  • Solve 5x2=1255x^2 = 125. First, divide by 5 to isolate x2x^2, giving x2=25x^2 = 25. Then, use the Square Root Property to find x=±25x = \pm\sqrt{25}, so the solutions are x=5x=5 and x=5x=-5.
  • Solve 34u2+2=29\frac{3}{4}u^2 + 2 = 29. Subtract 2 to get 34u2=27\frac{3}{4}u^2 = 27. Multiply by 43\frac{4}{3} to get u2=36u^2 = 36. The solutions are u=±36u = \pm\sqrt{36}, so u=6u=6 and u=6u=-6.
  • Solve 3x29=543x^2 - 9 = 54. Add 9 to get 3x2=633x^2 = 63. Divide by 3 to get x2=21x^2 = 21. The solutions are x=±21x = \pm\sqrt{21}.

Explanation

Before you can use the Square Root Property, the x2x^2 term must be by itself. This method is about clearing away any coefficients or constants first. Once you have x2x^2 isolated, you can solve for the two possible values of xx.

Section 4

Solving equations of form a(xh)2=ka(x-h)^2 = k

Property

We can use the Square Root Property to solve an equation of the form a(xh)2=ka(x-h)^2 = k as well. The first step is to isolate the term that has the variable squared, which in this case is the binomial (xh)(x-h).

  1. Isolate the squared binomial: (xh)2=ka(x-h)^2 = \frac{k}{a}.
  2. Use the Square Root Property: xh=±kax-h = \pm\sqrt{\frac{k}{a}}.
  3. Solve for xx by adding hh to both sides: x=h±kax = h \pm\sqrt{\frac{k}{a}}.

Examples

  • Solve 2(y4)2=982(y-4)^2 = 98. Divide by 2 to get (y4)2=49(y-4)^2 = 49. Take the square root: y4=±7y-4 = \pm 7. This gives two equations: y4=7y-4=7 (so y=11y=11) and y4=7y-4=-7 (so y=3y=-3).
  • Solve (x14)2=1116(x - \frac{1}{4})^2 = \frac{11}{16}. Use the property: x14=±1116=±114x - \frac{1}{4} = \pm\sqrt{\frac{11}{16}} = \pm\frac{\sqrt{11}}{4}. The solutions are x=14±114x = \frac{1}{4} \pm \frac{\sqrt{11}}{4}.
  • Solve (3x1)2=27(3x-1)^2 = -27. Use the property: 3x1=±27=±33i3x-1 = \pm\sqrt{-27} = \pm 3\sqrt{3}i. Add 1 to get 3x=1±33i3x = 1 \pm 3\sqrt{3}i. Divide by 3 to get x=13±3ix = \frac{1}{3} \pm \sqrt{3}i.

Explanation

This method extends the Square Root Property to expressions in parentheses. Treat the entire binomial, like (xh)(x-h), as a single squared item. Get that squared group alone, take the square root of both sides, and then solve for xx.

Section 5

Factoring perfect square trinomials first

Property

If one side of an equation is a perfect square trinomial, it can be factored to create an equation in the form (ax±b)2=k(ax \pm b)^2 = k.

  1. Factor the perfect square trinomial. For example, 4n2+4n+14n^2 + 4n + 1 factors to (2n+1)2(2n+1)^2.
  2. Rewrite the equation in the form (ax±b)2=k(ax \pm b)^2 = k.
  3. Solve by isolating the binomial and using the Square Root Property.

Examples

  • Solve x2+12x+36=81x^2 + 12x + 36 = 81. The left side factors to (x+6)2=81(x+6)^2 = 81. Take the square root: x+6=±9x+6 = \pm 9. The two solutions are x=3x=3 and x=15x=-15.
  • Solve 9m230m+25=49m^2 - 30m + 25 = 4. Factor the left side to get (3m5)2=4(3m-5)^2 = 4. Then, 3m5=±23m-5 = \pm 2. This leads to 3m=73m=7 (so m=73m=\frac{7}{3}) and 3m=33m=3 (so m=1m=1).
  • Solve y2+8y+16=20y^2 + 8y + 16 = 20. Factor the trinomial to get (y+4)2=20(y+4)^2 = 20. Take the square root: y+4=±20=±25y+4 = \pm\sqrt{20} = \pm 2\sqrt{5}. The solutions are y=4±25y = -4 \pm 2\sqrt{5}.

Explanation

This is a smart way to simplify a complex equation. By recognizing and factoring a perfect square trinomial, you can turn an equation like ax2+bx+c=kax^2+bx+c=k into the much simpler (xh)2=k(x-h)^2=k form, which is easy to solve.

Book overview

Jump across lessons in the current chapter without opening the full course modal.

Continue this chapter

Chapter 9: Quadratic Equations and Functions

  1. Lesson 1Current

    Lesson 9.1: Solve Quadratic Equations Using the Square Root Property

  2. Lesson 2

    Lesson 9.2: Solve Quadratic Equations by Completing the Square

  3. Lesson 3

    Lesson 9.3: Solve Quadratic Equations Using the Quadratic Formula

  4. Lesson 4

    Lesson 9.4: Solve Equations in Quadratic Form

  5. Lesson 5

    Lesson 9.5: Solve Applications of Quadratic Equations

  6. Lesson 6

    Lesson 9.6: Graph Quadratic Functions Using Properties

  7. Lesson 7

    Lesson 9.7: Graph Quadratic Functions Using Transformations

  8. Lesson 8

    Lesson 9.8: Solve Quadratic Inequalities

Lesson overview

Expand to review the lesson summary and core properties.

Expand

Section 1

📘 Solve Quadratic Equations Using the Square Root Property

New Concept

The Square Root Property is a powerful tool for solving quadratic equations where you can isolate the squared term. This lesson shows how to solve equations like ax2=kax^2=k and a(xh)2=ka(x-h)^2=k, providing a direct path to the solution.

What’s next

This is just the beginning. Next, you'll tackle interactive examples and practice problems to master isolating the variable and simplifying radicals.

Section 2

Square Root Property

Property

If x2=kx^2 = k, then

x=korx=kx = \sqrt{k} \quad \text{or} \quad x = -\sqrt{k}

This is also written as x=±kx = \pm \sqrt{k}.
Notice that the Square Root Property gives two solutions to an equation of the form x2=kx^2 = k: the principal square root of kk and its opposite.

Examples

  • To solve x2=64x^2 = 64, we apply the Square Root Property to get x=±64x = \pm\sqrt{64}. The two solutions are x=8x = 8 and x=8x = -8.
  • To solve p2=19p^2 = 19, we use the property to find p=±19p = \pm\sqrt{19}. Since 19 is not a perfect square, we leave the answer in radical form.
  • To solve m2=36m^2 = -36, we find m=±36m = \pm\sqrt{-36}. This simplifies to m=±6im = \pm 6i, giving two complex solutions.

Explanation

This property works because squaring a positive number and its negative opposite both result in the same positive value. This rule helps you find both original numbers by taking the square root and considering both the positive and negative results.

Section 3

Solving equations of form ax2=kax^2 = k

Property

To solve a quadratic equation using the square root property:
Step 1. Isolate the quadratic term and make its coefficient one. For an equation like ax2=kax^2 = k, this means rewriting it as x2=kax^2 = \frac{k}{a}.
Step 2. Use the Square Root Property: x=±kax = \pm\sqrt{\frac{k}{a}}.
Step 3. Simplify the radical.
Step 4. Check the solutions.

Examples

  • Solve 5x2=1255x^2 = 125. First, divide by 5 to isolate x2x^2, giving x2=25x^2 = 25. Then, use the Square Root Property to find x=±25x = \pm\sqrt{25}, so the solutions are x=5x=5 and x=5x=-5.
  • Solve 34u2+2=29\frac{3}{4}u^2 + 2 = 29. Subtract 2 to get 34u2=27\frac{3}{4}u^2 = 27. Multiply by 43\frac{4}{3} to get u2=36u^2 = 36. The solutions are u=±36u = \pm\sqrt{36}, so u=6u=6 and u=6u=-6.
  • Solve 3x29=543x^2 - 9 = 54. Add 9 to get 3x2=633x^2 = 63. Divide by 3 to get x2=21x^2 = 21. The solutions are x=±21x = \pm\sqrt{21}.

Explanation

Before you can use the Square Root Property, the x2x^2 term must be by itself. This method is about clearing away any coefficients or constants first. Once you have x2x^2 isolated, you can solve for the two possible values of xx.

Section 4

Solving equations of form a(xh)2=ka(x-h)^2 = k

Property

We can use the Square Root Property to solve an equation of the form a(xh)2=ka(x-h)^2 = k as well. The first step is to isolate the term that has the variable squared, which in this case is the binomial (xh)(x-h).

  1. Isolate the squared binomial: (xh)2=ka(x-h)^2 = \frac{k}{a}.
  2. Use the Square Root Property: xh=±kax-h = \pm\sqrt{\frac{k}{a}}.
  3. Solve for xx by adding hh to both sides: x=h±kax = h \pm\sqrt{\frac{k}{a}}.

Examples

  • Solve 2(y4)2=982(y-4)^2 = 98. Divide by 2 to get (y4)2=49(y-4)^2 = 49. Take the square root: y4=±7y-4 = \pm 7. This gives two equations: y4=7y-4=7 (so y=11y=11) and y4=7y-4=-7 (so y=3y=-3).
  • Solve (x14)2=1116(x - \frac{1}{4})^2 = \frac{11}{16}. Use the property: x14=±1116=±114x - \frac{1}{4} = \pm\sqrt{\frac{11}{16}} = \pm\frac{\sqrt{11}}{4}. The solutions are x=14±114x = \frac{1}{4} \pm \frac{\sqrt{11}}{4}.
  • Solve (3x1)2=27(3x-1)^2 = -27. Use the property: 3x1=±27=±33i3x-1 = \pm\sqrt{-27} = \pm 3\sqrt{3}i. Add 1 to get 3x=1±33i3x = 1 \pm 3\sqrt{3}i. Divide by 3 to get x=13±3ix = \frac{1}{3} \pm \sqrt{3}i.

Explanation

This method extends the Square Root Property to expressions in parentheses. Treat the entire binomial, like (xh)(x-h), as a single squared item. Get that squared group alone, take the square root of both sides, and then solve for xx.

Section 5

Factoring perfect square trinomials first

Property

If one side of an equation is a perfect square trinomial, it can be factored to create an equation in the form (ax±b)2=k(ax \pm b)^2 = k.

  1. Factor the perfect square trinomial. For example, 4n2+4n+14n^2 + 4n + 1 factors to (2n+1)2(2n+1)^2.
  2. Rewrite the equation in the form (ax±b)2=k(ax \pm b)^2 = k.
  3. Solve by isolating the binomial and using the Square Root Property.

Examples

  • Solve x2+12x+36=81x^2 + 12x + 36 = 81. The left side factors to (x+6)2=81(x+6)^2 = 81. Take the square root: x+6=±9x+6 = \pm 9. The two solutions are x=3x=3 and x=15x=-15.
  • Solve 9m230m+25=49m^2 - 30m + 25 = 4. Factor the left side to get (3m5)2=4(3m-5)^2 = 4. Then, 3m5=±23m-5 = \pm 2. This leads to 3m=73m=7 (so m=73m=\frac{7}{3}) and 3m=33m=3 (so m=1m=1).
  • Solve y2+8y+16=20y^2 + 8y + 16 = 20. Factor the trinomial to get (y+4)2=20(y+4)^2 = 20. Take the square root: y+4=±20=±25y+4 = \pm\sqrt{20} = \pm 2\sqrt{5}. The solutions are y=4±25y = -4 \pm 2\sqrt{5}.

Explanation

This is a smart way to simplify a complex equation. By recognizing and factoring a perfect square trinomial, you can turn an equation like ax2+bx+c=kax^2+bx+c=k into the much simpler (xh)2=k(x-h)^2=k form, which is easy to solve.

Book overview

Jump across lessons in the current chapter without opening the full course modal.

Continue this chapter

Chapter 9: Quadratic Equations and Functions

  1. Lesson 1Current

    Lesson 9.1: Solve Quadratic Equations Using the Square Root Property

  2. Lesson 2

    Lesson 9.2: Solve Quadratic Equations by Completing the Square

  3. Lesson 3

    Lesson 9.3: Solve Quadratic Equations Using the Quadratic Formula

  4. Lesson 4

    Lesson 9.4: Solve Equations in Quadratic Form

  5. Lesson 5

    Lesson 9.5: Solve Applications of Quadratic Equations

  6. Lesson 6

    Lesson 9.6: Graph Quadratic Functions Using Properties

  7. Lesson 7

    Lesson 9.7: Graph Quadratic Functions Using Transformations

  8. Lesson 8

    Lesson 9.8: Solve Quadratic Inequalities