6.2 Exponents, Roots & Algebraic Expressions
Key Takeaways
- Exponent laws enable the simplification of complex exponential expressions by prime-factoring bases.
- Radical expressions can only be added or subtracted if they have identical indices and radicands.
- The difference of squares (a^2 - b^2) and perfect square trinomial identities are vital for simplifying calculations.
- To solve exponential equations, rewrite both sides with a common base and set the exponents equal.
- Never distribute roots or exponents over addition or subtraction (e.g., sqrt(a+b) is not equal to sqrt(a) + sqrt(b)).
6.2 Exponents, Roots & Algebraic Expressions
Mastery of exponents, roots, and algebraic expressions is critical for achieving a high score in the Quantitative section of the GAT. Qiyas tests these topics not only to evaluate your procedural algebraic skills, but also your ability to recognize patterns and apply mathematical shortcuts. By mastering exponential rules, radical simplifications, and key algebraic identities, you can solve complex-looking expressions in seconds.
Laws of Exponents
Exponents represent repeated multiplication of a base. When solving GAT questions, you must apply the following fundamental properties of exponents:
- Product Rule:
x^a * x^b = x^(a+b). When multiplying terms with the same base, add their exponents. - Quotient Rule:
x^a / x^b = x^(a-b). When dividing terms with the same base, subtract the exponent of the denominator from the exponent of the numerator. - Power of a Power Rule:
(x^a)^b = x^(ab). When raising an exponential term to another power, multiply the exponents. - Negative Exponent Rule:
x^(-a) = 1 / x^a. A negative exponent is the reciprocal of the base with a positive exponent. - Zero Exponent Rule:
x^0 = 1(wherex != 0). Any non-zero base raised to the power of zero is 1. - Fractional Exponent Rule:
x^(a/b) = b-th root of (x^a). The numerator represents the power, and the denominator represents the root.
Laws of Exponents Reference Table
| Rule Name | Algebraic Representation | Example |
|---|---|---|
| Product Rule | x^a * x^b = x^(a+b) | 2^3 * 2^4 = 2^7 = 128 |
| Quotient Rule | x^a / x^b = x^(a-b) | 5^6 / 5^4 = 5^2 = 25 |
| Power of a Power | (x^a)^b = x^(ab) | (3^2)^3 = 3^6 = 729 |
| Power of a Product | (xy)^a = x^a * y^a | (2 * 5)^3 = 2^3 * 5^3 = 8 * 125 = 1000 |
| Negative Exponent | x^(-a) = 1 / x^a | 4^(-2) = 1 / 4^2 = 1/16 |
| Fractional Exponent | x^(a/b) = b-th root of (x^a) | 8^(2/3) = cube root of (8^2) = 4 |
Worked Example: Exponent Simplification
Simplify the expression:
(2^5 * 9^3) / (4^2 * 3^4)
- Step 1: Express all bases as prime factors (2 and 3).
9^3 = (3^2)^3 = 3^64^2 = (2^2)^2 = 2^4 - Step 2: Rewrite the expression with the prime bases:
(2^5 * 3^6) / (2^4 * 3^4) - Step 3: Apply the quotient rule to simplify:
2^(5-4) * 3^(6-4) = 2^1 * 3^2 - Step 4: Calculate the final numerical value:
2 * 9 = 18
Operations with Roots and Radicals
Radicals or roots are the inverse operation of exponents. The square root of x, written as sqrt(x), is a number that, when multiplied by itself, equals x. The GAT tests your ability to simplify and combine radicals using the following rules:
- Product Property:
sqrt(ab) = sqrt(a) * sqrt(b). You can split a root of a product into the product of individual roots. This is essential for simplifying roots (e.g.,sqrt(50) = sqrt(25 * 2) = 5 * sqrt(2)). - Quotient Property:
sqrt(a/b) = sqrt(a) / sqrt(b). - Addition and Subtraction: You can only add or subtract like radicals—radicals that have the exact same index and radicand (the number inside). For example,
3 * sqrt(2) + 5 * sqrt(2) = 8 * sqrt(2). However,sqrt(3) + sqrt(5)cannot be simplified further. - Rationalizing the Denominator: Math convention requires that denominators do not contain radicals. Multiply the numerator and denominator by the radical in the denominator to eliminate it (e.g.,
2 / sqrt(3) = (2 * sqrt(3)) / 3).
Worked Example: Simplifying and Combining Radicals
Simplify the expression:
sqrt(75) - sqrt(27) + 2 * sqrt(12)
- Step 1: Factor out the largest perfect square from each radicand:
sqrt(75) = sqrt(25 * 3) = 5 * sqrt(3)sqrt(27) = sqrt(9 * 3) = 3 * sqrt(3)2 * sqrt(12) = 2 * sqrt(4 * 3) = 2 * 2 * sqrt(3) = 4 * sqrt(3) - Step 2: Combine the like terms:
5 * sqrt(3) - 3 * sqrt(3) + 4 * sqrt(3) = (5 - 3 + 4) * sqrt(3) = 6 * sqrt(3)
Factoring & Expanding Algebraic Expressions
Qiyas frequently utilizes special algebraic identities to test your speed. Memorizing these three key identities is mandatory:
- Difference of Squares:
a^2 - b^2 = (a - b)(a + b) - Square of a Sum (Perfect Square Trinomial):
(a + b)^2 = a^2 + 2ab + b^2 - Square of a Difference (Perfect Square Trinomial):
(a - b)^2 = a^2 - 2ab + b^2
These identities can be used to simplify rational expressions or solve numerical problems that would otherwise take too long to compute by hand.
Algebraic Identities Table
| Identity | Expanded/Factored Form | GAT Application Example |
|---|---|---|
| Difference of Squares | a^2 - b^2 = (a - b)(a + b) | 51^2 - 49^2 = (51-49)(51+49) = 2 * 100 = 200 |
| Square of a Sum | (a + b)^2 = a^2 + 2ab + b^2 | If a^2 + b^2 = 25 and ab = 12, then (a+b)^2 = 25 + 24 = 49 |
| Square of a Difference | (a - b)^2 = a^2 - 2ab + b^2 | If (a-b)^2 = 36 and ab = 8, then a^2 + b^2 = 36 + 16 = 52 |
Worked Example: Factoring for Numerical Computation
Evaluate:
(999^2 - 1) / 998
If you try to square 999 manually, you will run out of time. Instead, recognize 999^2 - 1 as a difference of squares where a = 999 and b = 1:
999^2 - 1^2 = (999 - 1)(999 + 1) = 998 * 1000
Now substitute this back into the original fraction:
(998 * 1000) / 998
Cancel out the common factor of 998 in the numerator and denominator:
1000
The calculation is completed in under 15 seconds without any heavy multiplication.
Solving Exponential Equations
In an exponential equation, the variable is in the exponent. To solve these equations, you must express both sides of the equation with the same base. Once the bases are equal, you can equate the exponents:
If b^x = b^y, then x = y.
Worked Example: Solving an Exponential Equation
Solve for x:
8^(x - 1) = 4^(x + 2)
- Step 1: Rewrite both bases (8 and 4) as powers of a common base, which is 2:
8 = 2^34 = 2^2 - Step 2: Substitute these into the equation:
(2^3)^(x - 1) = (2^2)^(x + 2) - Step 3: Apply the power of a power rule:
2^(3(x - 1)) = 2^(2(x + 2))2^(3x - 3) = 2^(2x + 4) - Step 4: Equate the exponents:
3x - 3 = 2x + 4 - Step 5: Solve for x:
x = 7
Qiyas Exponent & Radical Traps
- The Sum Distribution Error: Never distribute powers or roots over addition or subtraction.
(a + b)^2 != a^2 + b^2. Indeed,(3 + 4)^2 = 7^2 = 49, whereas3^2 + 4^2 = 9 + 16 = 25.sqrt(a + b) != sqrt(a) + sqrt(b). Indeed,sqrt(9 + 16) = sqrt(25) = 5, whereassqrt(9) + sqrt(16) = 3 + 4 = 7.
- Incorrect Exponent Additions: Remember that you cannot add exponents of terms that are being added together. For example,
2^3 + 2^3is not2^6.- Treat it as factoring:
2^3 + 2^3 = 2 * 2^3 = 2^1 * 2^3 = 2^4 = 16.
- Treat it as factoring:
- Negative Base Pitfalls: Watch the parentheses:
(-3)^2 = (-3) * (-3) = 9-3^2 = -(3 * 3) = -9
If x^2 - y^2 = 40 and x - y = 4, what is the value of x + y?
Simplify the following radical expression: sqrt(50) + sqrt(18) - sqrt(8)
Solve for x: 9^(x + 1) = 27^x