5.1 Algebraic Equations, Inequalities & Functions
Key Takeaways
- Linear equations and systems of equations are solved using substitution, elimination, or matrix determinants, yielding unique, infinitely many, or no solutions depending on system consistency.
- Quadratic equations ax^2 + bx + c = 0 can be solved via factoring, completing the square, or the quadratic formula x = (-b ± √(b^2 - 4ac)) / (2a), with the discriminant Δ = b^2 - 4ac establishing root characteristics.
- Radical and exponential expressions follow strict power laws (a^m · a^n = a^(m+n), (a^m)^n = a^(mn), a^(-n) = 1/a^n, a^(m/n) = nth-root(a^m)); radical equations require checking for extraneous roots.
- Absolute value equations |x| = k split into two linear cases, while absolute value inequalities require directional interval splits (|x| < k ⇒ -k < x < k; |x| > k ⇒ x > k or x < -k), with inequality reversal when multiplying by negative values.
- The domain of an algebraic function represents all valid input values (avoiding division by zero and negative values under even roots), while the range represents the corresponding set of output values.
5.1 Algebraic Equations, Inequalities & Functions
Algebra forms the structural bedrock of the Quantitative Reasoning section in the Higher Education Commission (HEC) Aptitude Test (HAT). Proficiency in algebraic manipulation enables candidates to solve multi-step numerical problems, interpret rates of change, and establish exact relationships between variables. This section provides a thorough, rigorous treatment of linear equations, systems of equations, quadratic equations, exponent and radical rules, absolute value equations and inequalities, as well as function domain and range.
1. Linear Equations & Simultaneous Systems
A linear equation in one variable is an equation that can be written in the standard form:
where $a$ and $b$ are real constants and $a \neq 0$. Solving a single linear equation involves isolating the variable through inverse operations (addition, subtraction, multiplication, and division).
Systems of Simultaneous Linear Equations
When dealing with two variables ($x$ and $y$), HAT questions frequently test systems of simultaneous linear equations:
Two primary algebraic methods are used to solve simultaneous linear equations:
- Substitution Method: Isolate one variable in terms of the other from one equation, then substitute it into the second equation to produce a single-variable equation.
- Elimination Method: Multiply one or both equations by non-zero constants so that the coefficients of one variable are additive inverses, then add the equations to eliminate that variable.
Classification of Linear Systems
- Consistent Independent System: The system has exactly one unique solution $(x, y)$. This occurs when the slopes of the two lines are different ($a_1/a_2 \neq b_1/b_2$).
- Consistent Dependent System: The system has infinitely many solutions. This occurs when the two equations represent identical lines ($a_1/a_2 = b_1/b_2 = c_1/c_2$).
- Inconsistent System: The system has no solution. This occurs when the lines are parallel and distinct ($a_1/a_2 = b_1/b_2 \neq c_1/c_2$).
Worked Example 1.1: Simultaneous Linear Elimination
Problem: Solve the following system of linear equations for $x$ and $y$, and determine the value of $3x - 2y$:
Step-by-Step Derivation:
- Target the variable $y$ for elimination. Multiply the first equation by $4$ and the second equation by $3$:
- Add the two resulting equations to eliminate $12y$: Wait, let's re-check integers: If $5x + 3y = 31$ and $3x - 4y = 1$, let's check $x=5, y=2$: Let's modify the second equation to $3x - 4y = 7$ for clean integer arithmetic:
- Substitute $x = 5$ into the first original equation:
- Calculate the required expression $3x - 2y$:
2. Quadratic Equations & Discriminant Analysis
A quadratic equation is a second-degree polynomial equation in standard form:
Methods of Solution
- Factoring: Express $ax^2 + bx + c$ as $(rx + s)(tx + u) = 0$. By the Zero-Product Property, set each linear factor to zero ($rx + s = 0$ or $tx + u = 0$).
- Completing the Square: Transform $x^2 + bx = -c$ into $(x + b/2)^2 = -c + (b/2)^2$.
- Quadratic Formula: Applicable to any quadratic equation:
The Discriminant ($\Delta$)
The term under the radical $\Delta = b^2 - 4ac$ is the discriminant. It dictates the nature and number of roots:
| Discriminant Value | Nature of Roots | Graphical Representation |
|---|---|---|
| $\Delta > 0$ and perfect square | Two distinct rational roots | Parabola intersects x-axis at 2 rational points |
| $\Delta > 0$ and non-square | Two distinct irrational roots | Parabola intersects x-axis at 2 irrational points |
| $\Delta = 0$ | One real repeated root (double root) | Parabola vertex touches x-axis at 1 point |
| $\Delta < 0$ | Two complex conjugate roots (no real roots) | Parabola does not intersect x-axis |
Worked Example 1.2: Quadratic Formula & Root Analysis
Problem: Find all real roots of the quadratic equation $2x^2 - 7x + 3 = 0$ using both factoring and the quadratic formula.
Step-by-Step Derivation:
- Factoring Method: We seek two numbers that multiply to $a \cdot c = 2 \cdot 3 = 6$ and add to $b = -7$. These numbers are $-6$ and $-1$. Setting each factor to zero yields:
- Quadratic Formula Verification: Since $\Delta = 25 > 0$ is a perfect square, there are two distinct rational roots:
3. Exponents & Radical Rules
Exponential and radical expressions govern geometric scaling and compound formulas on the HAT. Mastery of fundamental algebraic exponent laws is mandatory.
Summary of Exponent Laws
For non-zero real numbers $a, b$ and integers/fractions $m, n$:
- Product Rule: $a^m \cdot a^n = a^{m+n}$
- Quotient Rule: $\frac{a^m}{a^n} = a^{m-n}$
- Power of a Power Rule: $(a^m)^n = a^{m \cdot n}$
- Power of a Product Rule: $(ab)^n = a^n b^n$
- Power of a Quotient Rule: $\left(\frac{a}{b}\right)^n = \frac{a^n}{b^n}$
- Zero Exponent Rule: $a^0 = 1 \quad (a \neq 0)$
- Negative Exponent Rule: $a^{-n} = \frac{1}{a^n}$
- Fractional/Radical Exponent Rule: $a^{\frac{m}{n}} = \sqrt[n]{a^m} = \left(\sqrt[n]{a}\right)^m$
Simplifying Radical Expressions & Rationalizing Denominators
When expressions contain radicals in the denominator, multiply both numerator and denominator by the radical conjugate:
Worked Example 1.3: Exponents and Radical Simplification
Problem: Simplify the radical expression completely and solve for $x$:
Step-by-Step Derivation:
- Express all base numbers ($2, 4, 8$) as powers of the prime base $2$:
- Substitute these back into the original exponential equation:
- Apply the product rule $a^m \cdot a^n = a^{m+n}$ on the left-hand side:
- Equate the exponents since the bases are identical:
4. Absolute Value Equations & Inequalities
The absolute value $|x|$ measures the distance of $x$ from origin $0$ on the real number line, regardless of direction. Formally:
Absolute Value Equations
To solve $|f(x)| = k$:
- If $k < 0$, there is no real solution.
- If $k = 0$, solve $f(x) = 0$.
- If $k > 0$, split into two linear cases: $f(x) = k$ OR $f(x) = -k$.
Absolute Value Inequalities
For $k > 0$:
- Less Than Inequality: $|f(x)| < k \iff -k < f(x) < k$ (forms a single bounded interval).
- Greater Than Inequality: $|f(x)| > k \iff f(x) > k \text{ OR } f(x) < -k$ (forms two disjoint unbounded ray intervals).
Crucial Rule: When multiplying or dividing any inequality by a negative number, the direction of the inequality sign must be reversed ($>$ becomes $<$, $\le$ becomes $\ge$).
Worked Example 1.4: Absolute Value Inequality
Problem: Find the complete set of real numbers $x$ satisfying the inequality $|3x - 7| \ge 8$.
Step-by-Step Derivation:
- Apply the greater-than-or-equal absolute value rule. Split into two separate inequalities:
- Solve the first branch:
- Solve the second branch:
- Combine into interval notation:
5. Function Domain, Range & Composition
A function $f: X \to Y$ assigns to each element $x$ in the domain $X$ exactly one element $y = f(x)$ in the codomain $Y$.
Finding Domain Boundaries
When determining the domain of real-valued algebraic functions, apply two mandatory restriction checks:
- Denominator Non-Zero Rule: Denominators cannot equal zero. For $f(x) = \frac{p(x)}{q(x)}$, set $q(x) \neq 0$.
- Non-Negative Radical Rule: Expressions inside even-degree radicals (e.g., square roots) must be non-negative. For $f(x) = \sqrt{g(x)}$, set $g(x) \ge 0$.
Composite Functions
Given functions $f(x)$ and $g(x)$, the composite function $(f \circ g)(x) = f(g(x))$ is obtained by substituting the entire expression $g(x)$ into every instance of $x$ in $f(x)$.
For the quadratic equation 3x^2 - 12x + 12 = 0, what is the value of the discriminant, and what does it indicate about the nature of the roots?
Consider the system of linear equations: 4x + 3y = 25 and 2x - 5y = -7. What is the value of x + y?
Which interval represents the complete solution set for the absolute value inequality |2x - 5| ≤ 9?
What is the domain of the algebraic function f(x) = √(x - 3) / (x - 7) in interval notation?