2. Exponents & Roots Flashcards
What is the result of having a negative base?
When dealing with negative bases, pay particular attention to PEMDAS. Unless the negative sign is inside the parentheses, the exponent does not distribute
-2^4 = -16
(-2)^4 = 16
An exponential expression with negative base inside parentheses yields a positive number when the exponent is even and a negative number when the exponent is odd.
Examples:
(-1)^15 = -1
(-1)^16 = 1
What happens with (fraction)^b?
When the base is a fraction between zero and one, the value decreases as the exponent increases. (1/2)^3 = 1/2 * 1/2 * 1/2 = 1/8, which is smaller than the starting fraction, 1/2
What is the multiplication rule for exponents?
a^x * a^y = a^(x+y). When you multiply exponential terms that have the same base, add the exponents. To add exponents, you should see the same two bases
What is the division rule for exponents?
a^x / a^y = a^(x-y). When you divide exponential terms that have the same base, subtract the exponents
What is the successive power rule?
(a^x)^y = a^(xy). When you raise something that already has an exponent to another power, multiply the two exponents together. To multiply exponents, you should be applying two exponents, one after the other, to just one base
What is the rule for negative exponents?
a^(-b) = 1 / a^b
OR
1 / a^-b = a^b
Something with a negative exponent is just “one over” the same thing with a positive exponent. This rule holds true even if the negative exponent appears in the denominator, or if the negative exponent applies to a fraction.
What is the rule for applying an exponent to a product or fraction?
(ab)^x = a^x * b^x. When you apply an exponent to a product or fraction, apply the exponent to each factor on top and bottom. If you see two factors with the same exponent, then you might regroup the factors as a product
What is the rule for adding/subtracting terms with the same or different bases?
13^5 + 13^3 = 13^3 * (13^2 + 1). When you add or subtract exponential terms, you look for a common factor and pull it out.
2^3 + 6^3 = 2^3 * (1 + 3^3). If you do not have the same bases in what you are adding or subtracting, then you cannot immediately factor. If the bases are numbers, break them down to small factors and see whether you now have anything in common
What is the rule for fractional exponents?
If the exponent is a fraction, the numerator reflects what power to raise the base to, and the denominator reflects which root to take.
Example: 4^(2/3) = Cbrt(4^2).
What are the basic rules of exponents?
(1) Multiplication: (a^b) * (a^c) = a^(b+c)
(2) Division: (a^b) / (a^c) = a^(b-c)
(3) Successive: (a^b)^c = a^(b*c)
(4) Negative Exponent: a^(-b) = 1 / a^b OR 1 / a^-b = a^b
(5) Factoring: (a-b)^2 = a^2 – 2ab + b^2
(6) Fractional Exponent: a^(b/c) = cRoot(a^b) OR cRoot(a)^b
What should you do if you have two different bases that are numbers (e.g. 2^2 * 4^3 * 16)?
Try breaking the bases down to prime factors. You might discover that you express everything in terms of one base.
2^2 * 4^3 * 16 = 2^2 *2^6 *2^4 =2^12
What is the difference between even and odd exponents?
-Even exponents hide the sign of the base, which means there can be up to two solutions
Example:
x^2 = 16
x = 4 OR x = -4
-Odd exponents keep the sign of the base, which means there can only be one solution
Example:
x^3 = -125
x = -5
What are two examples of even exponent equations that do not yield two solutions?
*Only one solution
x^2 + 3 = 3
x = 0
*Squaring can never produce a negative number! Thus, there are no solutions to this equation
x^2 + 9 = 0
x^2 = -9
How should you treat an equation that includes some variables with even exponents and some variables with odd exponents?
Treat it as dangerous! It is likely to have two solutions
How do you approach problems that involve exponential expressions on both sides of the equation?
It is imperative to rewrite the bases so that either the same base or the same exponent appears on both sides of the exponential equation. Once you do this, you can usually eliminate the bases or the exponents and rewrite the remainder as an equation
(1) Rewrite the bases so that the same base appears on both sides of the equation
(2) Plug the rewritten bases into the original equation
(3) Simplify the equation using the rules of exponents
(4) Eliminate the identical bases, rewrite the exponents as an equation, and solve
*BEWARE: if 0, 1, or -1 is the base (or could be the base), the outcome of raising those bases to powers is not unique (e.g. 0^2 = 0^5 = 0; so if 0^x = 0^y, you cannot claim that x = y)
Solve for w in the following equation: (4^w)^3 = 32^(w – 1)
(4^w)^3 = 32^(w – 1) ((2^2)^w)^3 = (2^5)^(w – 1) 2^(6w) = 2^(5w – 5) 6w = 5w – 5 w = -5