8.1 Algebraic Simplification, Exponent Rules & Radicals
Key Takeaways
- The product rule a^m · a^n = a^(m+n) and quotient rule a^m / a^n = a^(m-n) require identical non-zero bases across exponential operations.
- Negative exponents represent reciprocals (a^-n = 1/a^n), while fractional exponents denote roots (a^(m/n) = n-th root of a^m).
- Scientific notation converts numbers into N × 10^k where 1 ≤ |N| < 10, streamlining large-scale multiplication and division.
- Core identities such as difference of squares (a² - b² = (a-b)(a+b)) and perfect squares ((a ± b)² = a² ± 2ab + b²) provide high-speed calculation shortcuts.
- Polynomial factoring follows a 4-step algorithm: extract GCF, count terms, apply special algebraic identities, and execute term grouping.
Algebraic Simplification, Exponent Rules & Radicals
Algebraic manipulation forms the foundation of the Quantitative Reasoning section on the NTS GAT General exam. A strong grasp of algebraic terms, exponent laws, radical conversions, scientific notation, and polynomial factorization enables candidates to solve complex problem sets efficiently under strict time constraints.
1. Algebraic Terminology & Expression Simplification
An algebraic expression is a mathematical combination of numbers (constants), letters representing unknown values (variables), and arithmetic operation symbols. A term is a single number, a variable, or the product/quotient of numbers and variables.
- Coefficient: The numerical multiplier of the variable component in a term. For instance, in $-8x^3y^2$, the coefficient is $-8$.
- Degree of a Polynomial: For a single-variable polynomial, it is the highest exponent of the variable (e.g., $5x^4 - 2x^2 + 7$ has degree 4). For a multi-variable polynomial, it is the highest sum of exponents across variables in any single term (e.g., $3x^2y^3$ has degree $2 + 3 = 5$).
- Like Terms: Terms that possess identical variable bases raised to identical power exponents (e.g., $7x^2y$ and $-3x^2y$). Only like terms can be combined using addition or subtraction.
Order of Operations & Distribution Rules
Simplifying multi-term algebraic expressions requires strict adherence to PEMDAS (Parentheses, Exponents, Multiplication/Division from left to right, Addition/Subtraction from left to right). The Distributive Law states that $a(b + c) = ab + ac$. When a negative sign precedes grouping symbols, distributing $-1$ reverses the sign of every internal term.
Step-by-Step Simplification Example
- Distribute constants across internal terms:
- Remove parentheses by applying negative distribution:
- Group and combine like terms:
2. Laws of Exponents & Radicals
Exponents represent repeated multiplication. For non-zero bases $a, b$ and rational exponents $m, n$, the fundamental rules governing exponential manipulation are:
| Exponent Rule | Algebraic Formula | Concrete Example |
|---|---|---|
| Product Rule | $a^m \cdot a^n = a^{m+n}$ | $x^5 \cdot x^3 = x^{5+3} = x^8$ |
| Quotient Rule | $\frac{a^m}{a^n} = a^{m-n}$ | $\frac{y^{10}}{y^4} = y^{10-4} = y^6$ |
| Power of a Power | $(a^m)^n = a^{m \cdot n}$ | $(z^4)^3 = z^{4 \cdot 3} = z^{12}$ |
| Power of a Product | $(ab)^n = a^n b^n$ | $(3x)^3 = 3^3 \cdot x^3 = 27x^3$ |
| Power of a Quotient | $\left(\frac{a}{b}\right)^n = \frac{a^n}{b^n}$ | $\left(\frac{x}{4}\right)^2 = \frac{x^2}{16}$ |
| Zero Exponent | $a^0 = 1 \quad (a \neq 0)$ | $(-12x^3)^0 = 1$ |
| Negative Exponents | $a^{-n} = \frac{1}{a^n}$ | $5^{-3} = \frac{1}{5^3} = \frac{1}{125}$ |
| Fractional Exponents | $a^{m/n} = \sqrt[n]{a^m} = (\sqrt[n]{a})^m$ | $16^{3/4} = (\sqrt[4]{16})^3 = 2^3 = 8$ |
Simplifying Radical Expressions & Rationalizing Denominators
Radical notation is an equivalent representation of fractional exponents: $\sqrt[n]{x} = x^{1/n}$. Radical expressions are simplified by extracting perfect $n$-th powers from under the radical sign.
When a denominator contains a radical, rationalizing is required:
- Single Term Denominator: $\frac{5}{\sqrt{3}} = \frac{5 \cdot \sqrt{3}}{\sqrt{3} \cdot \sqrt{3}} = \frac{5\sqrt{3}}{3}$
- Binomial Denominator: Multiply numerator and denominator by the conjugate pair $(a - \sqrt{b})$.
Worked Example: Multi-Step Exponent Simplification
- Simplify inside parentheses first:
- Apply outer negative exponent $-2/3$ to each factor:
- Compute each component using fractional exponent rules:
- $\left(\frac{27}{8}\right)^{-2/3} = \left(\frac{8}{27}\right)^{2/3} = \left(\sqrt[3]{\frac{8}{27}}\right)^2 = \left(\frac{2}{3}\right)^2 = \frac{4}{9}$
- $(x^{-9})^{-2/3} = x^{(-9) \cdot (-2/3)} = x^6$
- $(y^{12})^{-2/3} = y^{12 \cdot (-2/3)} = y^{-8} = \frac{1}{y^8}$
- Combine final terms:
3. Scientific Notation & Order of Magnitude
Scientific notation expresses real numbers in the standardized form $N \times 10^k$, where $1 \le |N| < 10$ and $k$ is an integer power of ten.
- Large Numbers ($k > 0$): Shift the decimal point left until one non-zero digit remains on the left ($680,000,000 = 6.8 \times 10^8$).
- Small Decimals ($k < 0$): Shift the decimal point right until one non-zero digit remains on the left ($0.000045 = 4.5 \times 10^{-5}$).
Scientific Notation Operations
- Multiplication: $(A \times 10^m) \times (B \times 10^n) = (A \cdot B) \times 10^{m+n}$
- Division: $\frac{A \times 10^m}{B \times 10^n} = \left(\frac{A}{B}\right) \times 10^{m-n}$
Worked Example: Scientific Notation Calculation
- Multiply numerator coefficients and add exponents: $(4.0 \cdot 2.5) \times 10^{5 + (-8)} = 10.0 \times 10^{-3} = 1.0 \times 10^{-2}$.
- Divide by denominator: $\frac{1.0 \times 10^{-2}}{5.0 \times 10^{-4}} = \left(\frac{1.0}{5.0}\right) \times 10^{-2 - (-4)} = 0.2 \times 10^2$.
- Express in standard scientific notation: $0.2 \times 10^2 = 2.0 \times 10^1 = 20$.
4. Fundamental Algebraic Identities & Speed Shortcuts
Memorizing expansion identities allows rapid calculation without manual binomial expansion:
- Difference of Squares: $a^2 - b^2 = (a - b)(a + b)$
- Perfect Square Binomial (Sum): $(a + b)^2 = a^2 + 2ab + b^2$
- Perfect Square Binomial (Difference): $(a - b)^2 = a^2 - 2ab + b^2$
- Sum of Cubes: $a^3 + b^3 = (a + b)(a^2 - ab + b^2)$
- Difference of Cubes: $a^3 - b^3 = (a - b)(a^2 + ab + b^2)$
- Square of a Trinomial: $(a + b + c)^2 = a^2 + b^2 + c^2 + 2(ab + bc + ca)$
Value Finding Shortcuts on NTS Quantitative Tests
- Finding $a^2 + b^2$ given $(a+b)$ and $ab$: Rearrange $(a + b)^2 = a^2 + 2ab + b^2 \implies a^2 + b^2 = (a + b)^2 - 2ab$.
- Example: If $x + y = 10$ and $xy = 21$, then $x^2 + y^2 = 10^2 - 2(21) = 100 - 42 = 58$.
- Finding $x^3 + \frac{1}{x^3}$ given $x + \frac{1}{x} = k$: Cube both sides to get $x^3 + \frac{1}{x^3} = k^3 - 3k$.
5. Polynomial Factoring Algorithms
Factoring decomposes a polynomial expression into a product of simpler factors. Follow this 4-step systematic flowchart:
- Extract Greatest Common Factor (GCF): Always pull out common numerical coefficients and variable powers first ($15x^4y^2 - 10x^3y^3 = 5x^3y^2(3x - 2y)$).
- Count the Number of Remaining Terms:
- 2 Terms: Test for difference of squares ($a^2 - b^2$), sum of cubes ($a^3 + b^3$), or difference of cubes ($a^3 - b^3$). (Note: $a^2 + b^2$ cannot be factored over real numbers).
- 3 Terms ($ax^2 + bx + c$): Find two factors $p$ and $q$ such that $p \cdot q = ac$ and $p + q = b$.
- 4 Terms: Apply factoring by grouping.
- Verify Complete Factorization: Check if any sub-factors can be factored further.
Worked Example: Factoring by Grouping & Special Forms
- Extract GCF $3x$: $3x(x^2 - 4)$.
- Apply difference of squares to $(x^2 - 4)$: $(x - 2)(x + 2)$.
- Complete factored expression: $3x(x - 2)(x + 2)$.
What is the simplified form of the expression ((27 * x^-6 * y^9) / (8 * x^3 * y^-3))^(-2/3)?
If x + y = 10 and xy = 21, what is the exact numerical value of x^2 + y^2?
Which of the following is the completely factored form of 3x^3 - 12x?
Express the result of ((4.0 * 10^5) * (2.5 * 10^-8)) / (5.0 * 10^-4) in standard scientific notation.