2.4 Non-Linear Systems and Absolute Value Equations
Key Takeaways
- The absolute value equation |u| = C has two solutions u = C or u = -C when C > 0, one solution u = 0 when C = 0, and no real solution when C < 0.
- Absolute value inequalities of the form |u| < c correspond to bounded compound AND statements (-c < u < c), whereas |u| > c correspond to unbounded OR statements (u < -c or u > c).
- Systems of non-linear equations can be solved algebraically using substitution or elimination, with the number of solution pairs representing geometric intersection points.
- When solving |u| = g(x), candidate solutions must be checked to ensure g(x) >= 0.
2.4 Non-Linear Systems and Absolute Value Equations
Absolute value functions and non-linear systems introduce non-linear geometry and multi-case branching logic. This section establishes the algebraic properties required to solve absolute value equations, compound inequalities, and non-linear system intersections on the CLEP Precalculus exam.
1. Absolute Value Equations
The absolute value of a real number $x$, denoted $|x|$, represents the non-negative distance between $x$ and $0$ on a real number line:
Solving Basic Absolute Value Equations
For any algebraic expression $u$ and constant $C$:
- If $C > 0$, then $|u| = C \iff u = C \quad \text{or} \quad u = -C$.
- If $C = 0$, then $|u| = 0 \iff u = 0$.
- If $C < 0$, then $|u| = C$ has no real solution ($\emptyset$).
Variable Right-Hand Side Equations ($|u| = g(x)$)
When an absolute value equation equals a variable expression $|u(x)| = g(x)$, split the equation into two cases ($u = g(x)$ or $u = -g(x)$) and verify candidate solutions in the original equation. Any solution resulting in $g(x) < 0$ is extraneous because an absolute value cannot equal a negative number.
Worked Example 1: Absolute Value Equation with Extraneous Root
Solve the equation for $x$:
Solution:
- Set up the two algebraic cases:
- Case 1: $2x - 5 = 3x + 1$
- Case 2: $2x - 5 = -(3x + 1)$
- Verify candidate solutions in the original equation $|2x - 5| = 3x + 1$:
- Check $x = -6$: Right-hand side: $3(-6) + 1 = -18 + 1 = -17$. Since $17 \neq -17$, the value $x = -6$ is extraneous.
- Check $x = \frac{4}{5}$:
Right-hand side: $3\left(\frac{4}{5}\right) + 1 = \frac{12}{5} + \frac{5}{5} = \frac{17}{5}$.
Since $\frac{17}{5} = \frac{17}{5}$, $x = \frac{4}{5}$ is valid.
- The unique solution is $x = \frac{4}{5}$.
2. Absolute Value Inequalities
Absolute value inequalities translate into compound linear inequalities based on distance concepts.
Fundamental Absolute Value Inequality Rules ($c > 0$)
- Less Than / Less Than or Equal To (AND Condition - Bounded Interval):
- Greater Than / Greater Than or Equal To (OR Condition - Unbounded Union):
Negative Constant Cases ($c < 0$)
- $|u| < -5 \implies \text{No Solution } (\emptyset)$ (distance cannot be negative).
- $|u| > -5 \implies \text{All Real Numbers } (-\infty, \infty)$ (absolute value is always $\ge 0 > -5$).
Worked Example 2: Absolute Value Inequality with Union
Solve the inequality and express the solution set in interval notation:
Solution:
- Apply the OR rule for $\ge$:
- Solve the first inequality:
- Solve the second inequality:
- Combine into interval notation:
3. Systems of Non-Linear Equations
A non-linear system of equations contains at least one equation that is not linear (e.g., quadratics, circles, parabolas). The solutions to the system represent the physical $(x, y)$ coordinate points where the graphs intersect.
Number of Possible Intersections
- Line and Circle/Parabola: $0$, $1$ (tangent), or $2$ intersection points.
- Two Conic Sections (e.g., Circle and Ellipse): Up to $4$ distinct intersection points.
Algebraic Solution Strategies
- Substitution Method: Best when one equation can be solved easily for $x$ or $y$ (e.g., a linear equation in a line-conic system).
- Elimination Method: Best when both equations contain matching squared terms (e.g., $x^2$ and $y^2$).
Worked Example 3: System of a Line and a Circle
Find all points of intersection for the system:
Solution:
- Solve (Eq. 2) for $y$:
- Substitute $y = x + 1$ into (Eq. 1):
- Expand and simplify:
- Divide by $2$ and factor:
- Find corresponding $y$-values using $y = x + 1$:
- If $x = -4 \implies y = -4 + 1 = -3$. Intersection point: $(-4, -3)$.
- If $x = 3 \implies y = 3 + 1 = 4$. Intersection point: $(3, 4)$.
- The system has two intersection points: $(-4, -3)$ and $(3, 4)$.
4. Absolute Value & Non-Linear Reference Table
| Expression / System Form | Equivalent Algebraic Setup | Solution Geometry |
|---|---|---|
| **$ | u | < c$** |
| **$ | u | > c$** |
| Line & Parabola | Substitute $y = mx + b$ into quadratic | $0$, $1$ (tangency), or $2$ points |
| Circle & Parabola | Substitute $x^2$ or $y$ | Up to $4$ intersection points |
Solve the absolute value equation for x: |3x - 2| = x + 6
Which interval represents the complete solution set of the inequality |2x + 5| < 9?
How many distinct real solution pairs (x, y) exist for the system of non-linear equations x^2 + y^2 = 10 and y = x^2 - 4?
For what value of k is the line y = 2x + k tangent to the parabola y = x^2 + 6x + 5 at exactly one point?