Examples:
1. Problem: SQRT(25)
Solution: 5
That is the answer because 5 * 5 = 25.
2. Problem: -SQRT(64)
Solution: -8
Note that the negative sign is outside the square root "symbol."
One special situation with square roots occurs when the number inside
the square root is squared. There is a special theorem that deals
with this — SQRT(a^2) = |a|.
Example:
1. Problem: SQRT((-16)^2)
Solution: By the theorem above, the answer is |-16|. The absolute
value of -16 is 16.
Back to top.
As you can see from the above examples, negative numbers have real cube roots (unlike square roots).
Example:
1. Problem: CBRT(27y^3)
Solution: 3y
Back to top.
Examples:
1. Problem: Find the 4th root of 16.
Solution: The problem asks us to find a number that raised to the 4th power
equals 16.
Write 16 as a product of prime factors.
2 * 2 * 2 * 2
To be able to remove something from under the radical, there have
to be 4 instances of it (because we're taking a 4th root). There
are four instances of 2.
That leaves nothing under the radical, so the answer is 2.
2. Problem: Find the 10th root of 50^10.
Solution: By the n-th Root Theorem, the 10th root of 50^10
is |50|, or 50.
Back to top.
Example:
1. Multiply: SQRT(x + 2) * SQRT(x - 2)
Solution: Use the theorem above to put both terms under the same
radical.
SQRT((x + 2)(x - 2))
Multiply the binomials under the radical out.
SQRT(x^2 - 4)
Reversing the theorem stated above gives us a way to factor radical
expressions, thereby simplifying them.
Example:
1. Problem: Simplify SQRT(20)
Solution: Factor the radicand as a product of prime factors.
SQRT(2 * 2 * 5)
There are two instances of 2, so by the definition of a
square root, you can take 2 out from under the radicand.
that gives the following for an answer:
2(SQRT(5)
Back to top.
When you have a problem like SQRT(27/y^2), don't be scared of the fraction. Just use the Roots of Fractions theorem, which says that nRT(a/b) = (nRT(a))/(nRT(b)).
Examples:
1. Simplify: CBRT(27/125)
Solution: Use the Roots of Fractions Theorem to rewrite the
problem.
CBRT(27)
---------
CBRT(125)
Take the cube root of both the numerator
and denominator to get the final answer.
(3/5)
2. Simplify: SQRT(25/y^2)
Solution: Use the Roots of Fractions Theorem to rewrite the
problem.
SQRT(25)
---------
SQRT(y^2)
Take the square root of both the numerator
and denominator to get the final answer.
(5/y)
Reverse the Roots of Fractions theorem when you are asked to
divide a radical by a radical of the same index when it can be
simplified.
Example:
1. Simplify: (SQRT(80))/(SQRT(5))
Solution: Use the converse of the Roots of Fractions Theore and
rewrite it as one radicl.
SQRT(80/5)
80/5 simplifies to 16.
SQRT(16) = 4
Back to top.
Example:
1. Problem: 6(SQRT(7)) + 4(SQRT(7))
Solution: Both terms are alike (like radicals have the same index and
the same radicand), so you can add them.
10(SQRT(7))
You have to look out for terms that do not look alike, but could be if
factored.
Example:
1. Problem: 3(SQRT(8)) - 5(SQRT(2))
Solution: Factor 8.
3(SQRT(4 * 2)) - 5(SQRT(2))
Factor SQRT(4 * 2) into two radicals.
3(SQRT(4))(SQRT(2)) - 5(SQRT(2))
Take the sqaure root of 4.
3 * 2(SQRT(2)) - 5(SQRT(2))
6(SQRT(2)) - 5(SQRT(2))
Combine like terms.
SQRT(2)
To multiply radical expressions that have factors which contain
more than one term, use the same procedure you would when
multiplying polynomials.
Example:
1. Problem: CBRT(y) * (CBRT(y^2) + CBRT(2))
Solution: Use the distributive law of multiplication, which says
that a(b + c) = ab + ac to multiply the expression out.
CBRT(y) * CBRT(y^2) + CBRT(y) * CBRT(2)
Multiply the radicals.
CBRT(y^3) + CBRT(2y)
Take the cube root of y^3.
y + CBRT(2y)
Back to top.
Example:
1. Problem: Rationalize the denominator.
4 + SQRT(2)
-----------
5 - SQRT(2)
Solution: Multiply by 1 (make sure the fraction you choose to use as 1 will
make the denomiator a perfect sqare (the conjugate is usually a
good choice).
4 + SQRT(2) 5 + SQRT(2)
----------- * -----------
5 - SQRT(2) 5 + SQRT(2)
Multiply the problem as you would multiply any fractions. Also,
the FOIL method of multiplying
binomials will come in handy.
4(5) + 4(SQRT(2)) + 5(SQRT(2)) + (SQRT(2))^2
--------------------------------------------
5^2 + 5(SQRT(2)) - 5(SQRT(2)) - (SQRT(2))^2
Perform any indicated operations.
20 + 9(SQRT(2) + 2
------------------
25 - 2
Perform any indicated operations, and combine like terms, if you
can.
22 + 9(SQRT(2))
---------------
23
Back to top.
Those examples show us that fractions can be used for exponents. However, this could become confusing when we see a number raised to the four-fifths power. Actually, it's not that bad. There is a definition that states, for any natural numbers, m and k, and any nonnegative number a, a^(m/k) equals the k-th root of a^m.
Example:
1. Problem: Simplify (27)^(2/3).
Solution: Rewrite using the definition stated above.
CBRT(27^2)
CBRT(729)
9
By reversing the definition used in the example problem, you can simplify
problems that use abnormally large indexes and powers.
Example: 2. Problem: Simplify the 6th root of x^3. Solution: Rewrite by reversing the definition. x^(3/6) Use arithmetic to simplify the exponent. x^(1/2) By definition, x^(1/2) is the same as SQRT(x). Also, exponents can be written as negative numbers. Since having negative exponents in an answer is not considered simplified, you need to know that a^(-(m/n)) = 1/(a^(m/n)).
Example:
1. Problem: Simplify 4^(-(1/2)).
Solution: Use the definition of negative exponents and rewrite the
expression with positive exponents for a simplified expression.
1
-------
4^(1/2)
Since 4^(1/2) is the same as SQRT(4) and square root
of 4 is 2, the answer is 1/2.
Back to top.
Example:
1. Problem: SQRT(x) - 3 = 4
Solution: Add 3 to each side.
SQRT(x) = 7
Using the Principle of Powers Theorem, square both sides.
x = 7^2
x = 49
Back to top.
Take the quiz on powers and roots. The quiz is very useful for either review or to see if you've really got teh topic down.