Learn on PengiYoshiwara Intermediate AlgebraChapter 6: Powers and Roots

Lesson 5: Radical Equations

In this Grade 7 lesson from Yoshiwara Intermediate Algebra (Chapter 6: Powers and Roots), students learn to solve radical equations by isolating the radical expression and raising both sides to the appropriate power. The lesson introduces the concept of extraneous solutions, explaining why students must check solutions in the original equation whenever both sides are raised to an even power. Application problems connect radical expressions to geometric contexts such as the height and area of equilateral triangles and the volume of pyramids.

Section 1

πŸ“˜ Radical Equations

New Concept

A radical equation contains a variable under a radical, like x+3=4\sqrt{x + 3} = 4. To solve, we'll isolate the radical and raise both sides to a power. We must also learn to spot and discard 'extraneous' solutions.

What’s next

Next, you’ll tackle interactive examples for solving these equations. Then, you'll use practice cards to master isolating radicals and checking for extraneous solutions.

Section 2

Solving a Radical Equation

Property

A radical equation is one in which the variable appears under a square root or other radical. We solve simple radical equations by raising both sides to the appropriate power. To do this, first isolate the radical expression on one side of the equation. Then, raise both sides to the power that matches the index of the radical.

Examples

  • To solve 3xβˆ’4=153\sqrt{x-4}=15, first divide by 3 to get xβˆ’4=5\sqrt{x-4}=5. Square both sides: (xβˆ’4)2=52(\sqrt{x-4})^2 = 5^2, which gives xβˆ’4=25x-4=25, so x=29x=29.
  • To solve y+13+6=9\sqrt[3]{y+1}+6=9, first subtract 6 to get y+13=3\sqrt[3]{y+1}=3. Then cube both sides: (y+13)3=33(\sqrt[3]{y+1})^3 = 3^3, which gives y+1=27y+1=27, so y=26y=26.
  • Solve 23xβˆ’2=102\sqrt{3x-2}=10. Isolate the radical: 3xβˆ’2=5\sqrt{3x-2}=5. Square both sides: 3xβˆ’2=253x-2=25. Solve for x: 3x=273x=27, so x=9x=9.

Explanation

Think of this as unwrapping a present; raising to a power is the inverse operation that undoes a root. Isolating the radical first ensures that this unwrapping process is clean and doesn't create a more complicated expression to solve.

Section 3

Extraneous Solutions

Property

Whenever we raise both sides of an equation to an even power, it is possible to introduce false or extraneous solutions. For this reason, if we raise both sides of an equation to an even power, we should check each apparent solution in the original equation.

Caution: When squaring both sides, it is not correct to square each term separately, because (a+b)2β‰ a2+b2(a + b)^2 \neq a^2 + b^2. Always isolate the radical first or square the entire side as a single binomial.

Examples

  • The equation x=βˆ’7\sqrt{x}=-7 has no solution, as a principal root cannot be negative. Squaring gives x=49x=49. Checking this, 49=7β‰ βˆ’7\sqrt{49}=7 \neq -7, so 49 is an extraneous solution.
  • Solve x+7=xβˆ’5\sqrt{x+7}=x-5. Squaring gives x+7=(xβˆ’5)2=x2βˆ’10x+25x+7=(x-5)^2=x^2-10x+25, which simplifies to x2βˆ’11x+18=0x^2-11x+18=0, or (xβˆ’2)(xβˆ’9)=0(x-2)(x-9)=0. Possible solutions are x=2x=2 and x=9x=9. Checking x=9x=9 works. Checking x=2x=2 gives 9=3\sqrt{9}=3 and 2βˆ’5=βˆ’32-5=-3, which fails. Thus, x=2x=2 is extraneous.
  • Solve x=2x+8x=\sqrt{2x+8}. Squaring gives x2=2x+8x^2=2x+8, or x2βˆ’2xβˆ’8=0x^2-2x-8=0, which factors to (xβˆ’4)(x+2)=0(x-4)(x+2)=0. Possible solutions are x=4x=4 and x=βˆ’2x=-2. Checking x=4x=4 works. Checking x=βˆ’2x=-2 gives βˆ’2=4=2-2=\sqrt{4}=2, which fails. Thus, x=βˆ’2x=-2 is extraneous.

Section 4

Solving Formulas with Radicals

Property

We can also solve formulas involving radicals for one variable in terms of the others. The method is the same as for solving radical equations: isolate the radical that contains the desired variable, and then raise both sides of the formula to the appropriate power to eliminate the radical.

Examples

  • Solve the formula for the radius of a cone, r=3VΟ€hr=\sqrt{\frac{3V}{\pi h}}, for the height hh. Square both sides: r2=3VΟ€hr^2=\frac{3V}{\pi h}. Multiply by hh and divide by r2r^2 to get h=3VΟ€r2h=\frac{3V}{\pi r^2}.
  • Solve the formula for an object's velocity, v=v02+2adv = \sqrt{v_0^2 + 2ad}, for the initial velocity v0v_0. Square both sides: v2=v02+2adv^2 = v_0^2 + 2ad. Subtract 2ad2ad: v2βˆ’2ad=v02v^2 - 2ad = v_0^2. Take the square root: v0=Β±v2βˆ’2adv_0 = \pm\sqrt{v^2 - 2ad}.
  • Solve the formula z=x2βˆ’y3z = \sqrt[3]{x^2-y} for yy. Cube both sides: z3=x2βˆ’yz^3=x^2-y. Add yy to both sides: z3+y=x2z^3+y=x^2. Subtract z3z^3 from both sides to get y=x2βˆ’z3y=x^2-z^3.

Explanation

This is a key algebraic skill for rearranging scientific and geometric formulas. You are not finding a number, but rather expressing one variable in terms of others, using the same inverse operations you use to solve for a numerical answer.

Section 5

Equations with More Than One Radical

Property

Sometimes we need to square both sides of an equation more than once in order to eliminate all the radicals. The general strategy is to first isolate the more complicated radical on one side of the equation. Square both sides, simplify, and then isolate the remaining radical. Finally, square both sides again to find the solution, and always check for extraneous roots.

Caution: We cannot solve a radical equation by squaring each term separately. An expression like (xβˆ’7+x)2(\sqrt{x-7}+\sqrt{x})^2 must be expanded as a binomial.

Examples

  • Solve xβˆ’5+x=5\sqrt{x-5}+\sqrt{x}=5. Isolate a radical: xβˆ’5=5βˆ’x\sqrt{x-5}=5-\sqrt{x}. Square both sides: xβˆ’5=(5βˆ’x)2=25βˆ’10x+xx-5=(5-\sqrt{x})^2 = 25-10\sqrt{x}+x. Isolate the remaining radical: βˆ’30=βˆ’10x-30=-10\sqrt{x}, so 3=x3=\sqrt{x}. Square again: x=9x=9.
  • Solve y+8βˆ’y=2\sqrt{y+8}-\sqrt{y}=2. Isolate a radical: y+8=2+y\sqrt{y+8}=2+\sqrt{y}. Square both sides: y+8=4+4y+yy+8 = 4+4\sqrt{y}+y. Simplify: 4=4y4=4\sqrt{y}, so 1=y1=\sqrt{y}. Square again to get y=1y=1.
  • Solve 3x+4=xβˆ’1+3\sqrt{3x+4}=\sqrt{x-1}+3. Square both sides: 3x+4=(xβˆ’1+3)2=xβˆ’1+6xβˆ’1+93x+4=(\sqrt{x-1}+3)^2=x-1+6\sqrt{x-1}+9. Simplify: 2xβˆ’4=6xβˆ’12x-4=6\sqrt{x-1}, so xβˆ’2=3xβˆ’1x-2=3\sqrt{x-1}. Square again: (xβˆ’2)2=9(xβˆ’1)(x-2)^2=9(x-1), so x2βˆ’4x+4=9xβˆ’9x^2-4x+4=9x-9. This gives x2βˆ’13x+13=0x^2-13x+13=0. This requires the quadratic formula for solutions.

Section 6

Simplifying Roots of Powers

Property

Roots of Powers.

If nn is odd, then ann=a\sqrt[n]{a^n} = a.

If nn is even, then ann=∣a∣\sqrt[n]{a^n} = |a|.

Book overview

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

Continue this chapter

Chapter 6: Powers and Roots

  1. Lesson 1

    Lesson 1: Integer Exponents

  2. Lesson 2

    Lesson 2: Roots and Radicals

  3. Lesson 3

    Lesson 3: Rational Exponents

  4. Lesson 4

    Lesson 4: Working with Radicals

  5. Lesson 5Current

    Lesson 5: Radical Equations

  6. Lesson 6

    Lesson 6: Chapter Summary and Review

Lesson overview

Expand to review the lesson summary and core properties.

Expand

Section 1

πŸ“˜ Radical Equations

New Concept

A radical equation contains a variable under a radical, like x+3=4\sqrt{x + 3} = 4. To solve, we'll isolate the radical and raise both sides to a power. We must also learn to spot and discard 'extraneous' solutions.

What’s next

Next, you’ll tackle interactive examples for solving these equations. Then, you'll use practice cards to master isolating radicals and checking for extraneous solutions.

Section 2

Solving a Radical Equation

Property

A radical equation is one in which the variable appears under a square root or other radical. We solve simple radical equations by raising both sides to the appropriate power. To do this, first isolate the radical expression on one side of the equation. Then, raise both sides to the power that matches the index of the radical.

Examples

  • To solve 3xβˆ’4=153\sqrt{x-4}=15, first divide by 3 to get xβˆ’4=5\sqrt{x-4}=5. Square both sides: (xβˆ’4)2=52(\sqrt{x-4})^2 = 5^2, which gives xβˆ’4=25x-4=25, so x=29x=29.
  • To solve y+13+6=9\sqrt[3]{y+1}+6=9, first subtract 6 to get y+13=3\sqrt[3]{y+1}=3. Then cube both sides: (y+13)3=33(\sqrt[3]{y+1})^3 = 3^3, which gives y+1=27y+1=27, so y=26y=26.
  • Solve 23xβˆ’2=102\sqrt{3x-2}=10. Isolate the radical: 3xβˆ’2=5\sqrt{3x-2}=5. Square both sides: 3xβˆ’2=253x-2=25. Solve for x: 3x=273x=27, so x=9x=9.

Explanation

Think of this as unwrapping a present; raising to a power is the inverse operation that undoes a root. Isolating the radical first ensures that this unwrapping process is clean and doesn't create a more complicated expression to solve.

Section 3

Extraneous Solutions

Property

Whenever we raise both sides of an equation to an even power, it is possible to introduce false or extraneous solutions. For this reason, if we raise both sides of an equation to an even power, we should check each apparent solution in the original equation.

Caution: When squaring both sides, it is not correct to square each term separately, because (a+b)2β‰ a2+b2(a + b)^2 \neq a^2 + b^2. Always isolate the radical first or square the entire side as a single binomial.

Examples

  • The equation x=βˆ’7\sqrt{x}=-7 has no solution, as a principal root cannot be negative. Squaring gives x=49x=49. Checking this, 49=7β‰ βˆ’7\sqrt{49}=7 \neq -7, so 49 is an extraneous solution.
  • Solve x+7=xβˆ’5\sqrt{x+7}=x-5. Squaring gives x+7=(xβˆ’5)2=x2βˆ’10x+25x+7=(x-5)^2=x^2-10x+25, which simplifies to x2βˆ’11x+18=0x^2-11x+18=0, or (xβˆ’2)(xβˆ’9)=0(x-2)(x-9)=0. Possible solutions are x=2x=2 and x=9x=9. Checking x=9x=9 works. Checking x=2x=2 gives 9=3\sqrt{9}=3 and 2βˆ’5=βˆ’32-5=-3, which fails. Thus, x=2x=2 is extraneous.
  • Solve x=2x+8x=\sqrt{2x+8}. Squaring gives x2=2x+8x^2=2x+8, or x2βˆ’2xβˆ’8=0x^2-2x-8=0, which factors to (xβˆ’4)(x+2)=0(x-4)(x+2)=0. Possible solutions are x=4x=4 and x=βˆ’2x=-2. Checking x=4x=4 works. Checking x=βˆ’2x=-2 gives βˆ’2=4=2-2=\sqrt{4}=2, which fails. Thus, x=βˆ’2x=-2 is extraneous.

Section 4

Solving Formulas with Radicals

Property

We can also solve formulas involving radicals for one variable in terms of the others. The method is the same as for solving radical equations: isolate the radical that contains the desired variable, and then raise both sides of the formula to the appropriate power to eliminate the radical.

Examples

  • Solve the formula for the radius of a cone, r=3VΟ€hr=\sqrt{\frac{3V}{\pi h}}, for the height hh. Square both sides: r2=3VΟ€hr^2=\frac{3V}{\pi h}. Multiply by hh and divide by r2r^2 to get h=3VΟ€r2h=\frac{3V}{\pi r^2}.
  • Solve the formula for an object's velocity, v=v02+2adv = \sqrt{v_0^2 + 2ad}, for the initial velocity v0v_0. Square both sides: v2=v02+2adv^2 = v_0^2 + 2ad. Subtract 2ad2ad: v2βˆ’2ad=v02v^2 - 2ad = v_0^2. Take the square root: v0=Β±v2βˆ’2adv_0 = \pm\sqrt{v^2 - 2ad}.
  • Solve the formula z=x2βˆ’y3z = \sqrt[3]{x^2-y} for yy. Cube both sides: z3=x2βˆ’yz^3=x^2-y. Add yy to both sides: z3+y=x2z^3+y=x^2. Subtract z3z^3 from both sides to get y=x2βˆ’z3y=x^2-z^3.

Explanation

This is a key algebraic skill for rearranging scientific and geometric formulas. You are not finding a number, but rather expressing one variable in terms of others, using the same inverse operations you use to solve for a numerical answer.

Section 5

Equations with More Than One Radical

Property

Sometimes we need to square both sides of an equation more than once in order to eliminate all the radicals. The general strategy is to first isolate the more complicated radical on one side of the equation. Square both sides, simplify, and then isolate the remaining radical. Finally, square both sides again to find the solution, and always check for extraneous roots.

Caution: We cannot solve a radical equation by squaring each term separately. An expression like (xβˆ’7+x)2(\sqrt{x-7}+\sqrt{x})^2 must be expanded as a binomial.

Examples

  • Solve xβˆ’5+x=5\sqrt{x-5}+\sqrt{x}=5. Isolate a radical: xβˆ’5=5βˆ’x\sqrt{x-5}=5-\sqrt{x}. Square both sides: xβˆ’5=(5βˆ’x)2=25βˆ’10x+xx-5=(5-\sqrt{x})^2 = 25-10\sqrt{x}+x. Isolate the remaining radical: βˆ’30=βˆ’10x-30=-10\sqrt{x}, so 3=x3=\sqrt{x}. Square again: x=9x=9.
  • Solve y+8βˆ’y=2\sqrt{y+8}-\sqrt{y}=2. Isolate a radical: y+8=2+y\sqrt{y+8}=2+\sqrt{y}. Square both sides: y+8=4+4y+yy+8 = 4+4\sqrt{y}+y. Simplify: 4=4y4=4\sqrt{y}, so 1=y1=\sqrt{y}. Square again to get y=1y=1.
  • Solve 3x+4=xβˆ’1+3\sqrt{3x+4}=\sqrt{x-1}+3. Square both sides: 3x+4=(xβˆ’1+3)2=xβˆ’1+6xβˆ’1+93x+4=(\sqrt{x-1}+3)^2=x-1+6\sqrt{x-1}+9. Simplify: 2xβˆ’4=6xβˆ’12x-4=6\sqrt{x-1}, so xβˆ’2=3xβˆ’1x-2=3\sqrt{x-1}. Square again: (xβˆ’2)2=9(xβˆ’1)(x-2)^2=9(x-1), so x2βˆ’4x+4=9xβˆ’9x^2-4x+4=9x-9. This gives x2βˆ’13x+13=0x^2-13x+13=0. This requires the quadratic formula for solutions.

Section 6

Simplifying Roots of Powers

Property

Roots of Powers.

If nn is odd, then ann=a\sqrt[n]{a^n} = a.

If nn is even, then ann=∣a∣\sqrt[n]{a^n} = |a|.

Book overview

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

Continue this chapter

Chapter 6: Powers and Roots

  1. Lesson 1

    Lesson 1: Integer Exponents

  2. Lesson 2

    Lesson 2: Roots and Radicals

  3. Lesson 3

    Lesson 3: Rational Exponents

  4. Lesson 4

    Lesson 4: Working with Radicals

  5. Lesson 5Current

    Lesson 5: Radical Equations

  6. Lesson 6

    Lesson 6: Chapter Summary and Review