By Sly Tutor Updated Aug 30, 2022
Absolute value is a mathematical operation that returns the non‑negative magnitude of a number, regardless of its sign. For instance, |‑2| equals 2. Linear equations, on the other hand, describe a linear relationship between two variables; for example, y = 2x + 1 means that for any given value of x, you double it and add one to find y.
The domain of a function lists all admissible input values (x), while the range lists all possible outputs (y). Both absolute‑value and linear equations accept any real number as input, so their domains are all real numbers. Because an absolute value can never be negative, its range starts at zero and extends to positive infinity. A linear equation can produce negative, zero, or positive outputs, so its range is the entire set of real numbers.
The graph of an absolute‑value function is the familiar “V” shape. Its vertex represents the minimum point when the coefficient of the absolute value is positive, or the maximum point when that coefficient is negative. A linear equation, expressed as y = mx + b, traces a straight line; m is the slope, and b is the y‑intercept where the line crosses the y‑axis.
Absolute‑value equations can involve one or two variables. A single‑variable example is |x| = 5. A two‑variable form, such as y = |2x| + 1, mirrors the structure of a linear equation but produces a distinct graph. Linear equations always involve two variables, though one can be isolated for substitution.
To solve a two‑variable equation—whether linear or absolute‑value—you need a second independent equation to form a system. For single‑variable absolute‑value equations, two solutions usually exist. For example, solving |x| = 5 yields x = 5 or x = -5. A more involved case: |2x + 1| - 3 = 4. First isolate the absolute value: |2x + 1| = 7. Then split into two cases: 2x + 1 = 7 and 2x + 1 = -7, giving solutions x = 3 or x = -4.