sábado, 22 de marzo de 2014

Adding and Subtracting radical expressions

Adding (and Subtracting) Square Roots
Just as with "regular" numbers, square roots can be added together. But you might not be able to simplify the addition all the way down to one number. Just as "you can't add apples and oranges", so also you cannot combine "unlike" radicals. To add radical terms together, they have to have the same radical part.
  • Simplify:  2sqrt(3) + 3sqrt(3)
  • Since the radical is the same in each term (namely, the square root of three), I can combine the terms. I have two copies of the radical, added to another three copies. This gives me five copies:
      2 sqrt(3) + 3 sqrt(3) = (2 + 3) sqrt(3) = 5 sqrt(3)
That middle step, with the parentheses, shows the reasoning that justifies the final answer. You probably won't ever need to "show" this step, but it's what should be going through your mind.
  • Simplify:  sqrt(3) + 4sqrt(3)
  • The radical part is the same in each term, so I can do this addition. To help me keep track that the first term means "one copy of the square root of three", I'll insert the "understood" "1":



      sqrt(3) + 4 sqrt(3) = 1 sqrt(3) + 4 sqrt(3) = (1 + 4) sqrt(3) = 5 sqrt(3)
Don't assume that expressions with unlike radicals cannot be simplified. It is possible that, after simplifying the radicals, the expression can indeed be simplified.
  • Simplify:  sqrt(9) + sqrt(25)
  • To simplify a radical addition, I must first see if I can simplify each radical term. In this particular case, the square roots simplify "completely" (that is, down to whole numbers):
      sqrt(9) + sqrt(25) = 3 + 5 = 8
  • Simplify:  3 sqrt[4] + 2 sqrt[4]
    I have three copies of the radical, plus another two copies, giving me— Wait a minute! I can simplify those radicals right down to whole numbers:
      3 sqrt[4] + 2 sqrt[4] = 3 * 2 + 2 * 2 = 6 + 4 = 10
Don't worry if you don't see a simplification right away. If I hadn't noticed until the end that the radical simplified, my steps would have been different, but my final answer would have been the same:
    3 sqrt[4] + 2 sqrt[4] = 5 sqrt[4] = 5 * 2 = 10
  • Simplify:  3 sqrt[3] + 2 sqrt[5] + sqrt[3]
  • I can only combine the "like" radicals, so I'll end up with two terms in my answer:
      3 sqrt[3] + 2 sqrt[5] + sqrt[3] = 3 sqrt[3] + 1 sqrt[3] + 2 sqrt[5] = 4 sqrt[3] + 2 sqrt[5]
There is not, to my knowledge, any preferred ordering of terms in this sort of expression, so the expression 2 sqrt[5] + 4 sqrt[3] should also be an acceptable answer.
  • Simplify:  3 sqrt[8] + 5 sqrt[2]   Copyright © Elizabeth Stapel 1999-2011 All Rights Reserved
  • I can simplify the radical in the first term, and this will create "like" terms:
      3 sqrt[8] + 5 sqrt[2] = 3 sqrt[(2 * 2) * 2] + 5 sqrt[2] = 3 * 2 sqrt[2] + 5 sqrt[2] = 6 sqrt[2] + 5 sqrt[2] = 11 sqrt[2]
  • Simplify:  sqrt[18] - 2 sqrt[27] + 3 sqrt[3] - 6 sqrt[8]
  • I can simplify most of the radicals, and this will allow for at least a little simplification:
      sqrt[18] - 2 sqrt[27] + 3 sqrt[3] - 6 sqrt[8] = sqrt[(3 * 3) * 2] - 2 sqrt[(3 * 3) *3)] + 3 sqrt[3] - 6 sqrt[(2 * 2) * 2] = 3 sqrt[2] - 6 sqrt[3] + 3 sqrt[3] - 12 sqrt[2] = -9 sqrt[2] - 3 sqrt[3]
  • Simplify:  2 sqrt(3) + 3 sqrt(5)
  • These two terms have "unlike" radical parts, and I can't take anything out of either radical. Then I can't simplify the expression 2sqrt(3) + 3sqrt(5) any further and my answer has to be:
      2 sqrt(3) + 3 sqrt(5)
      (expression is already fully simplified)
  • Expand:  sqrt[2](3 + sqrt[3])
  • To expand (that is, to multiply out and simplify) this expression, I first need to take the square root of two through the parentheses:
      sqrt[2](3 + sqrt[3]) = 3 sqrt[2] + sqrt[2 * 3] = 3 sqrt[2] + sqrt[6]
As you can see, the simplification involved turning a product of radicals into one radical containing the value of the product (being 2×3 = 6). You should expect to need to manipulate radical products in both "directions".
  • Expand:  sqrt(3) (2sqrt(3) + sqrt(5))
    • sqrt(3) (2 sqrt(3) + sqrt(5)) = sqrt(3) * 2 * sqrt(3) + sqrt(3) sqrt(5) = 2 sqrt(3 * 3) + sqrt(3 * 5) = 2 * 3 + sqrt(15) = 6 + sqrt(15)
  • Expand:  (1 + sqrt[2])(3 - sqrt[2])
  • It will probably be simpler to do this multiplication "vertically".
      (1 + sqrt[2])(3 - sqrt[2]) = -1sqrt[2] - sqrt[2]sqrt[2] + 3 + 3sqrt[2] = 3 + 2sqrt[2] - sqrt[2 * 2]
    Simplifying gives me:  3 + 2sqrt[2] - 2 = 1 + 2 sqrt[2]
By doing the multiplication vertically, I could better keep track of my steps. You should use whatever multiplication method works best for you.
  • Simplify (sqrt(3) + sqrt(5)) (sqrt(3) - sqrt(6))
    I do the multiplication:
      multiplication
    Then I complete the calculations by simplifying:
      (sqrt(3) + sqrt(5)) (sqrt(3) - sqrt(6)) = 3 + sqrt(15) - 3sqrt(2) - sqrt(30)
  • Simplify:  (sqrt(3) + sqrt(5)) (sqrt(3) - sqrt(5))
    I do the multiplication:
      multiplication
    Then I simplify:
      (sqrt(3) + sqrt(5)) (sqrt(3) - sqrt(5)) = 3 - 5 = -2

Note in the last example above how I ended up with all whole numbers. (Okay, technically they're integers, but the point is that the terms do not include any radicals.) I multiplied two radical "binomials" together and got an answer that contained no radicals. You may also have noticed that the two "binomials" were the same except for the sign in the middle: one had a "plus" and the other had a "minus". This pair of factors, with the second factor differing only in the one sign in the middle, is very important; in fact, this "same except for the sign in the middle" second factor has its own name:
    Given the radical expression sqrt(a) + sqrt(b), the "conjugate" is the expression sqrt(a) - sqrt(b).
The conjugate (KAHN-juh-ghitt) has the same numbers but the opposite sign in the middle. So not only is sqrt(a) - sqrt(b) the conjugate of sqrt(a) + sqrt(b), but sqrt(a) + sqrt(b) is the conjugate of sqrt(a) - sqrt(b).
When you multiply conjugates, you are doing something similar to what happens with a difference of squares:
    a2b2 = (a + b)(ab)   Copyright © Elizabeth Stapel 1999-2011 All Rights Reserved



When you multiply the factors a + b and ab, the middle "ab" terms cancel out:
    (a + b)(a - b) = a^2 + ab - ab - b^2 = a^2 - b^2
The same thing happens when you multiply conjugates:
    (sqrt(a) + sqrt(b)) (sqrt(a) - sqrt(b)) = a - b
We will see shortly why this matters. To get to that point, let's take a look at fractions containing radicals in their denominators.

Dividing by Square Roots
Just as you can swap between the multiplication of radicals and a radical containing a multiplication, so also you can swap between the division of roots and one root containing a division.
  • Simplify:  sqrt[ 8 / 2 ]
  • I can simplify this by working inside, and then taking the square root:
      sqrt[ 8 / 2 ] = sqrt[4] = 2
    ...or else by splitting the division into two radicals, simplifying, and cancelling:
      sqrt[8/2] = sqrt[8] / sqrt[2] = (2 sqrt[2]) / sqrt[2] = 2

  • Simplify:  sqrt[ 25 / 3 ]
    • sqrt[25/3] = sqrt[25] / sqrt[3] = 5 / sqrt[3]
This looks very similar to the previous exercise, but this is the "wrong" answer. Why? Because the denominator contains a radical. The denominator must contain no radicals, or else it's "wrong". (Why "wrong" in quotes? Because this issue may matter to your instructor right now, but it probably won't later on. It's like when you were in elementary school and improper fractions were "wrong" and you had to convert everything to mixed numbers instead. But now that you're in algebra, improper fractions are fine, even preferred. Once you get to calculus or beyond, they won't be so uptight about where the radicals are.)
    To get the "right" answer, I must "rationalize" the denominator. That is, I must find some way to convert the fraction into a form where the denominator has only "rational" (fractional or whole number) values. But what can I do with that radical-three? I can't take the 3 out, because I don't have a pair of threes.
Thinking back to those elementary-school fractions, you couldn't add them unless they had the same denominators. To create these "common" denominators, you would multiply, top and bottom, by whatever the denominator needed. Anything divided by itself is just 1, and multiplying by 1 doesn't change the value of whatever you're multiplying by the 1. But multiplying that "whatever" by a strategic form of 1 could make the necessary computations possible, such as:
    2/5 + 3/7 = (2/5)(7/7) +(3/7)(5/5) = 14/35 + 15/35 = 29/35
We can use the same technique to rationalize radical denominators.
    I could take a 3 out of the denominator if I had two factors of 3 inside the radical. I can create this pair of 3's by multiplying by another copy of root-three. If I multiply top and bottom by root-three, then I will have multiplied the fraction by a strategic form of 1. I won't have changed the value, but simplification will now be possible:
      5/sqrt[3] = (5/sqrt[3])(sqrt[3]/sqrt[3]) = (5sqrt[3]) / (sqrt[3]sqrt[3]) = (5 sqrt[3]) / 3
This last form, "five, root-three, divided by three", is the "right" answer they're looking for.
  • Simplify:  (6 sqrt[2]) / sqrt[3]
    • (6 sqrt[2]) / sqrt[3] = ((6sqrt[2])/sqrt[3])(srqt[3]/sqrt[3]) = (6 sqrt[2*3])/(sqrt[3*3]) = (6 sqrt[6])/(3) = 2 sqrt[6]
Don't stop once you've rationalized the denominator. As the above demonstrates, you should always check to see if something remains to be simplified.
  • Simplify:  3 / (2 + sqrt[2])
  • This expression is in the "wrong" form, due to the radical in the denominator. But if I try to multiply through by root-two, I won't get anything useful:
      (3/(2+sqrt[2]))(sqrt[2]/sqrt[2]) = (3sqrt[2]) / (2sqrt[2] + 2)
    Multiplying through by another copy of the whole denominator won't help, either:
      (3/(2+sqrt[2]))((2+sqrt[2])/(2+sqrt[2])) = (6 + 3sqrt[2]) / (6 + 4sqrt[2])
    But look what happens when I multiply by the same numbers, but with the opposite sign in the middle:   Copyright © Elizabeth Stapel 1999-2011 All Rights Reserved
      (2 + sqrt[2])(2 - sqrt[2]) = 4 - 2sqrt[2] + 2sqrt[2] - sqrt[2]sqrt[2] = 4 + 0 - 2 = 2
    This multiplication made the radical terms cancel out, which is exactly what I want. This "same numbers but the opposite sign in the middle" thing is the "conjugate" of the original expression. By using the conjugate, I can do the necessary rationalization.
      (3/(2 + sqrt[2]))((2 - sqrt[2])/(2 - sqrt[2])) = (3(2 - sqrt[2])/(4 - 2) = (6 - 3sqrt[2])/2
Do not try to reach inside the numerator and rip out the 6 for "cancellation". The only thing that factors out of the numerator is a 3, but that won't cancel with the 2 in the denominator. Nothing cancels!
  • Simplify:  (1 + sqrt[7]) / (2 - sqrt[7])
  • I'll multiply by the conjugate in order to "simplify" this expression. The denominator's multiplication results in a whole number (okay, a negative, but the point is that there aren't any radicals):
      (2 - sqrt[7])/(2 + sqrt[7]) = 4 - 2sqrt[7] + 2sqrt[7] - sqrt[7]sqrt[7] = 4 + 0 - 7 = -3
    The numerator's multiplication looks like this:
      (1 + sqrt[7])(2 + sqrt[7]) = 2 + 2sqrt[7] + 1sqrt[7] + sqrt[7]sqrt[7] = 2 + 2sqrt[7] + 1sqrt[7] + 7 = 9 + 3sqrt[7]
    Then the simplified (rationalized) form is:
      ((1+sqrt[7])/(2-sqrt[7]))((2+sqrt[7])/(2+sqrt[7])) = (9 + 3sqrt[7])/(-3) = (3 + sqrt[7])/(-1) = -(3+sqrt[7]) = -3 - sqrt[7]
It can be helpful to do the multiplications separately, as shown above. Don't try to do too much at once, and make sure to check for any simplifications when you're done with the rationalization.
Operations with cube roots, fourth roots, and other higher-index roots work similarly to square roots.
Simplifying Higher-Index Terms
  • Simplify fourth root of 16
  • Just as I can pull from a square (or second) root anything that I have two copies of, so also I can pull from a fourth root anything I've got four of:
      4th-rt[16] = 4th-rt[2*2*2*2] = 2
If you have a cube root, you can take out any factor that occurs in threes; in a fourth root, take out any factor that occurs in fours; in a fifth root, take out any factor that occurs in fives; etc.
  • Simplify the cube root:  cbrt(8)
    • cbrt(8) = cbrt(2 * 2 * 2) = 2
  • Simplify the cube root:  cbrt(54)
    • cbrt(54) = cbrt(2 * 3 * 3 * 3) = cbrt(3 * 3 * 3) cbrt(2) = 3 cbrt(2)
  • Simplify:  cbrt[48]   Copyright © Elizabeth Stapel 1999-2011 All Rights Reserved
    • cbrt[48] = cbrt[3*2*2*2*2] = 2 cbrt[3*2] = 2 cbrt[6]
  • Simplify:  4 cbrt[27]
    • 4 cbrt[27] = 4 cbrt[3*3*3] = 4 * 3 = 12
  • Simplify:  5th-rt[32 x^10 y^6 z^7]
    • 5th-rt[32 x^10 y^6 z^7] = 5th-rt[2*2*2*2*2 * x^2 x^2 x^2 x^2 x^2 * yyyyy * y * zzzzz * z^2] = 2 x^2 y z * 5th-rt[yz^2]

Multiplying Higher-Index Roots
  • Simplify:  cbrt[9] cbrt[24]
    • cbrt[9] cbrt[24] = cbrt[3 * 3 * 3 * 2 * 2 * 2] = 3 * 2 = 6
  • Simplify:  4th-rt[75] (2 * 4th-rt[100])
    • 4th-rt[75] (2 * 4th-rt[100]) = 2 * 4th-rt[3 * 5 * 5 * 2 * 2 * 5 * 5] = 2 * 5 * 4th-rt[2 * 2 * 3] = 10 * 4th-rt[12]

Adding Higher-Index Roots
  • Simplify:  cbrt[8] + cbrt[64]
    • cbrt[8] + cbrt[64] = cbrt[2 * 2 * 2] + cbrt[4 * 4 * 4] = 2 + 4 = 6
  • Simplify:  cbrt[81] + 5*cbrt[3]
    • cbrt[81] + 5*cbrt[3] = cbrt[3*3*3 * 3] + 5*cbrt[3] = 3*cbrt[3] + 5*cbrt[3] = 8 cbrt[3]

Dividing Higher-Index Roots
  • Simplify:  cbrt[ 5 / 27 ]
    • cbrt[5/27] = cbrt[5] / cbrt[27] = cbrt[5] / cbrt[3*3*3] = cbrt[5] / 3
  • Simplify:  cbrt[ 27 / 5 ]
  • I can't simplify this expression properly, because I can't simplify the radical in the denominator down to whole numbers:
      cbrt[ 27 / 5 ] = cbrt[3*3*3] / cbrt[5] = 3 / cbrt[5]
    To rationalize a denominator containing a square root, I needed two copies of whatever factors were inside the radical. For a cube root, I'll need three copies. So that's what I'll multiply onto this fraction:
      (3 / cbrt[5])*(cbrt[5*5] / cbrt[5*5]) = (3 cbrt[25]) / cbrt[5*5*5] = (3 cbrt[25]) / 5
  • Simplify:  4th-rt[ 5 / 72 ]
  • Since 72 = 8 × 9 = 2 × 2 × 2 × 3 ×3, I won't have enough of any of the denominator's factors to get rid of the radical. To simplify a fourth root, I would need four copies of each factor. For this denominator's radical, I'll need two more 3s and one more 2:


      (4th-rt[5] / 4th-rt[2*2*2*3*3])*(4th-rt[2*3*3] / 4th-rt[2*3*3]) = 4th-rt[5*2*3*3] / 4th-rt[2*2*2*2*3*3*3*3] = 4th-rt[90] / (2 * 3) = 4th-rt[90] / 6

A Special Case of Rationalizing
If your class has covered the formulas for factoring the sums and differences of cubes, then you might encounter a special case of rationalizing denominators. The reasoning and methodology are similar to the "difference of squares" conjugate process for square roots.
  • Simplify:  2 / (1 + cbrt[4])
  • I would like to get rid of the cube root, but multiplying by the conjugate won't help much:
      (1 + cbrt[4])(1 - cbrt[4]) = 1 - (cbrt[4])^2 = 1 - cbrt[16] = 1 - 2 cbrt[2]
    But I can "create" a sum of cubes, just as using the conjugate allowed me to create a difference of squares earlier. Using the fact that a3 + b3 = (a + b)(a2ab + b2), and letting a = 1 and b equal the cube root of 4, I get:
      (1 + cbrt[4])(1 - cbrt[4] + (cbrt[4])^2) = 1 + (cbrt[4])^3 = 1 + 4 = 5
    If I multiply, top and bottom, by the second factor in the sum-of-cubes formula, then the denominator will simplify with no radicals:
      (2/(1 + cbrt[4]))*((1 - cbrt[4] + cbrt[16])/(1 - cbrt[4] + cbrt[16])) = (2 - 2cbrt[4] + 4cbrt[2]) / 5
Naturally, if the sign in the middle of the original denominator had been a "minus", I'd have applied the "difference of cubes" formula to do the rationalization. This sort of "rationalize the denominator" exercise almost never comes up. But if you see this in your homework, expect one of these on your next test.

Radicals Expressed With Exponents
Radicals can be expressed as fractional exponents. Whatever is the index of the radical becomes the denominator of the fractional power. For instance:
    sqrt[9] = 2nd-rt[9] = 9^(1/2) = 3
The second root became a one-half power. A cube root would be a one-third power, a fourth root would be a one-fourth power, and so forth.This conversion process will matter a lot more once you get to calculus. For now, it allows you to simplify some expressions that you might otherwise not have been able to.   Copyright © Elizabeth Stapel 1999-2011 All Rights Reserved
  • Express  cbrt[2] * 4th-rt[2]  as a single radical term.
  • I will convert the radicals to exponential expressions, and then apply exponent rules to combine the factors:
      cbrt[2] 4th-rt[2] = 2^(1/3) 2^(1/4) = 2^(1/3 + 1/4) = 2^(7/12) = 12th-rt[2^7]
  • Simplify:  cbrt[5] / sqrt[5]
    • 5^(1/3) / 5^(1/2) = 5^(1/3 - 1/2) = 5^(-1/6) = 1/5^(1/6) = 1/(6th-rt[5]) = (1/(6th-rt[5]))*(6th-rt[5^5]/6th-rt[5^5]) = (6th-rt[5^5]) / 5

A Few Other Considerations
Usually, we cannot have a negative inside a square root. (The exception is for "imaginary" numbers. If you haven't done the number "i" yet, then you haven't done imaginaries.) So, for instance, sqrt(-4) is not possible. Do not try to say something like " sqrt(-4) = -2 ", because it's not true: (-2)^2 = +4, which does not equal -4 . You must have a positive inside the square root. This can be important for defining and graphing functions.
  • Find the domain of the following:
    • y = sqrt(x - 2)
    The fact that I have the expression x – 2 inside a square root requires that x – 2 be zero or greater, so I must have x – 2 > 0. Solving, I get:
      domain:  x > 2
On the other hand, you CAN have a negative inside a cube root (or any other odd root). For instance:
    cbrt(-8) = -2
...because (–2)3 = –8.
  • Find the domain of the following:
    • y = cbrt(x - 2)
    For cbrt(x - 2), there is NO RESTRICTION on the value of x, because x – 2 is welcome to be negative inside a cube root. Then the domain is:
      domain:  all x