Difference between revisions of "Simplifying Radicals"

From Department of Mathematics at UTSA
Jump to navigation Jump to search
Line 1: Line 1:
 +
We will use the following conventions for simplifying expressions involving radicals:
 +
# Given the expression <math>a^\frac{b}{c}</math>, write this as <math>\sqrt[c]{a^b}</math>
 +
# No fractions under the radical sign
 +
# No radicals in the denominator
 +
# The radicand has no exponentiated factors with exponent greater than or equal to the index of the radical
 +
 +
Example: Simplify the expression <math>\left(\frac{1}{8}\right)^\frac{1}{2}</math>
 +
Using convention 1, we rewrite the given expression as
 +
: <math>\left(\frac{1}{8}\right)^\frac{1}{2} = \sqrt[2]{\left(\frac{1}{8}\right)^1} = \sqrt{\frac{1}{8}}</math>
 +
The expression now violates convention 2. To get rid of the fraction in the radical, apply the rule
 +
<math>\left(\frac{a}{b}\right)^n=\frac{a^n}{b^n}</math> and simplify the result:
 +
: <math>\sqrt{\frac{1}{8}} = \frac{\sqrt{1}}{\sqrt{8}} = \frac{1}{\sqrt{8}}</math>
 +
The resulting expression violates convention 3. To get rid of the radical in the denominator, multiply by <math>\frac{\sqrt{8}}{\sqrt{8}}</math>:
 +
: <math>\frac{1}{\sqrt{8}} = \frac{1}{\sqrt{8}}\cdot\frac{\sqrt{8}}{\sqrt{8}} = \frac{\sqrt{8}}{8}</math>
 +
Notice that <math>8=2^3</math>. Since the index of the radical is 2, our expression violates convention 4. We can reduce the exponent of the expression under the radical as follows:
 +
: <math>\frac{\sqrt{8}}{8} = \frac{\sqrt{2^3}}{8} = \frac{\sqrt{2^2\cdot2}}{8} = \frac{2\cdot\sqrt{2}}{8} = \frac{\sqrt{2}}{4}</math>
 +
 
==Resources==
 
==Resources==
 
* [https://courses.lumenlearning.com/boundless-algebra/chapter/radicals/ Introduction to Radicals], Lumen Learning: Boundless Algebra
 
* [https://courses.lumenlearning.com/boundless-algebra/chapter/radicals/ Introduction to Radicals], Lumen Learning: Boundless Algebra

Revision as of 16:59, 29 September 2021

We will use the following conventions for simplifying expressions involving radicals:

  1. Given the expression , write this as
  2. No fractions under the radical sign
  3. No radicals in the denominator
  4. The radicand has no exponentiated factors with exponent greater than or equal to the index of the radical

Example: Simplify the expression Using convention 1, we rewrite the given expression as

The expression now violates convention 2. To get rid of the fraction in the radical, apply the rule and simplify the result:

The resulting expression violates convention 3. To get rid of the radical in the denominator, multiply by :

Notice that . Since the index of the radical is 2, our expression violates convention 4. We can reduce the exponent of the expression under the radical as follows:

Resources