Difference between revisions of "Simplifying Radicals"

From Department of Mathematics at UTSA
Jump to navigation Jump to search
Line 15: Line 15:
 
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:
 
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>
 
: <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>
 +
 +
==The Conjugate of a Radical Expression==
 +
 +
The conjugate of the two term expression <math> a + b </math> is <math> a - b </math> (likewise, the conjugate of <math> a - b </math> is <math> a + b </math>). The product of a two term expression and its conjugate, <math> a + b </math> and <math> a - b </math>, is <math> (a+b)(a-b) = a^2 + ba - ba - b^2 = a^2 - b^2 </math>. This property is useful for getting rid of square roots in two term expressions.
 +
 +
For example, consider the limit
 +
 +
: <math> \lim_{h\to 0} \frac{\sqrt{3+h} - \sqrt{3}}{h}</math>
 +
 +
If we plug in 0 for <math> h </math>, we get the indeterminate form <math> 0/0 </math>. However, using the conjugate of the numerator (<math> \sqrt{3+h} + \sqrt{3} </math>) and multiplying by a clever form of 1 (the conjugate divided by itself), we can rewrite this limit in a way that allows us to evaluate it.
 +
 +
: <math> \lim_{h\to 0} \frac{\sqrt{3+h} - \sqrt{3}}{h} = \lim_{h\to 0}\frac{(\sqrt{3+h} - \sqrt{3})}{h}\cdot\frac{(\sqrt{3+h} + \sqrt{3})}{(\sqrt{3+h} + \sqrt{3})} </math>
 +
:::::::<math>  = \lim_{h\to 0} \frac{(\sqrt{3+h})^2 - (\sqrt{3})^2}{h(\sqrt{3+h} + \sqrt{3})} </math>
 +
:::::::<math>  = \lim_{h\to 0} \frac{((3 + h) - 3}{h(\sqrt{3+h} + \sqrt{3})} </math>
 +
:::::::<math>  = \lim_{h\to 0} \frac{h}{h(\sqrt{3 + h} + \sqrt{3})} </math>
 +
:::::::<math>  = \lim_{h\to 0} \frac{1}{\sqrt{3 + h} + \sqrt{3}} </math>
 +
Now, setting <math> h = 0 </math> will not result in an indeterminate form, so we can evaluate the limit.
 +
:::::::<math>  = \frac{1}{\sqrt{3+0} + \sqrt{3}} = \frac{1}{2\sqrt{3}}</math>
 +
  
 
==Resources==
 
==Resources==

Revision as of 14:24, 30 September 2021

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

  1. Given the expression Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle a^\frac{b}{c}} , 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:

Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \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}}

The Conjugate of a Radical Expression

The conjugate of the two term expression Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle a + b } is Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle a - b } (likewise, the conjugate of Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle a - b } is Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle a + b } ). The product of a two term expression and its conjugate, Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle a + b } and Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle a - b } , is Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle (a+b)(a-b) = a^2 + ba - ba - b^2 = a^2 - b^2 } . This property is useful for getting rid of square roots in two term expressions.

For example, consider the limit

Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \lim_{h\to 0} \frac{\sqrt{3+h} - \sqrt{3}}{h}}

If we plug in 0 for Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle h } , we get the indeterminate form Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle 0/0 } . However, using the conjugate of the numerator (Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \sqrt{3+h} + \sqrt{3} } ) and multiplying by a clever form of 1 (the conjugate divided by itself), we can rewrite this limit in a way that allows us to evaluate it.

Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \lim_{h\to 0} \frac{\sqrt{3+h} - \sqrt{3}}{h} = \lim_{h\to 0}\frac{(\sqrt{3+h} - \sqrt{3})}{h}\cdot\frac{(\sqrt{3+h} + \sqrt{3})}{(\sqrt{3+h} + \sqrt{3})} }
Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle = \lim_{h\to 0} \frac{(\sqrt{3+h})^2 - (\sqrt{3})^2}{h(\sqrt{3+h} + \sqrt{3})} }
Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle = \lim_{h\to 0} \frac{((3 + h) - 3}{h(\sqrt{3+h} + \sqrt{3})} }
Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle = \lim_{h\to 0} \frac{h}{h(\sqrt{3 + h} + \sqrt{3})} }
Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle = \lim_{h\to 0} \frac{1}{\sqrt{3 + h} + \sqrt{3}} }

Now, setting Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle h = 0 } will not result in an indeterminate form, so we can evaluate the limit.

Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle = \frac{1}{\sqrt{3+0} + \sqrt{3}} = \frac{1}{2\sqrt{3}}}


Resources