Equations, Inequalities & Absolute Value

Study Sheet

Equations, Inequalities & Absolute Value

Everything for Topic 1 on one desk reference

Solving Multi-Step Linear Equations

Concept
The Big Idea: Keep it Balanced

An equation is a balance scale. Whatever you do to one side, you must do to the other. Your goal is to isolate the variable. A reliable order of moves:

  • [leftmargin=*,itemsep=1pt]
  • Clear parentheses by distributing.
  • Clear fractions by multiplying every term by the LCD.
  • Collect the variable terms on one side, constants on the other.
  • Combine like terms, then divide by the coefficient.

Every step should leave the equation equivalent (same solution set).

Example
Worked Example: Variables on Both Sides

Solve 3(x4)=5x+23(x-4) = 5x + 2.

3x12=5x+2distribute122=5x3xgather x on the right, constants on the left14=2xx=7divide by 2\begin{aligned} 3x - 12 &= 5x + 2 &&\text{distribute}\\ -12 - 2 &= 5x - 3x &&\text{gather $x$ on the right, constants on the left}\\ -14 &= 2x\\ x &= -7 &&\text{divide by 2} \end{aligned}

Check: 3(74)=3(11)=333(-7-4) = 3(-11) = -33 and 5(7)+2=335(-7)+2 = -33. ✓

Example
Worked Example: Clearing Fractions

Solve x2+x13=4\dfrac{x}{2} + \dfrac{x-1}{3} = 4. The LCD of 22 and 33 is 66.

6x2+6x13=64multiply every term by 63x+2(x1)=243x+2x2=245x=26x=265\begin{aligned} 6\cdot\frac{x}{2} + 6\cdot\frac{x-1}{3} &= 6\cdot 4 &&\text{multiply every term by 6}\\ 3x + 2(x-1) &= 24\\ 3x + 2x - 2 &= 24\\ 5x &= 26\\ x &= \tfrac{26}{5} \end{aligned}
Tip

Watch for special cases. If the variable cancels and you are left with a true statement like 6=66=6, the equation is an identity (all real numbers). If you get a false statement like 3=73=7, there is no solution.

Literal Equations & Formulas

Concept
Solving for a Variable

A literal equation contains several letters. Solving one for a chosen variable uses the exact same inverse-operation moves as a numeric equation --- just treat the other letters as constants. Undo operations in reverse order: get the target variable alone.

Example
Worked Example: Solve for a Variable

Solve A=12(b1+b2)hA = \tfrac{1}{2}(b_1 + b_2)h (area of a trapezoid) for b1b_1.

2A=(b1+b2)hmultiply both sides by 22Ah=b1+b2divide both sides by hb1=2Ahb2subtract b2\begin{aligned} 2A &= (b_1 + b_2)h &&\text{multiply both sides by 2}\\ \frac{2A}{h} &= b_1 + b_2 &&\text{divide both sides by $h$}\\ b_1 &= \frac{2A}{h} - b_2 &&\text{subtract $b_2$} \end{aligned}
Tip

Tip: If the target variable appears in more than one term, factor it out first, then divide. Example: from ax+bx=cax + bx = c, factor to x(a+b)=cx(a+b)=c, so x=ca+bx = \dfrac{c}{a+b}.

Linear Inequalities & Interval Notation

Concept
Solving Inequalities
-5-4-3-2-1012345

Solve an inequality just like an equation, with one crucial rule: when you multiply or divide by a negative number, flip the inequality sign. A solution is a whole range of numbers, best shown on a number line and written in interval notation.

An open circle means the endpoint is not included.

Always use a parenthesis next to \infty or -\infty --- infinity is never included.

Example
Worked Example: Flipping the Sign

Solve 2x+5<11-2x + 5 < 11 and graph the solution.

2x<6subtract 5x>3divide by 2flip the sign\begin{aligned} -2x &< 6 &&\text{subtract 5}\\ x &> -3 &&\text{divide by $-2$, \textbf{flip} the sign} \end{aligned}

Solution: x>3x > -3, or in interval notation (3, )(-3,\ \infty).

Compound Inequalities (AND / OR)

Concept
Two Statements Joined

A compound inequality joins two inequalities.

  • [leftmargin=*,itemsep=1pt]
  • AND (intersection): both must hold. Graph is the overlap --- a segment between two values. Written a<x<ba < x < b, interval (a,b)(a,b).
  • OR (union): at least one holds. Graph is two rays pointing outward, interval (,a)(b,)(-\infty,a)\cup(b,\infty).
Example
Worked Example: AND

Solve 12x+3<7-1 \le 2x + 3 < 7.

132x<73subtract 3 from all three parts42x<42x<2divide all parts by 2\begin{aligned} -1 - 3 &\le 2x < 7 - 3 &&\text{subtract 3 from all three parts}\\ -4 &\le 2x < 4\\ -2 &\le x < 2 &&\text{divide all parts by 2} \end{aligned}

Interval notation: [2, 2)[-2,\ 2).

Example
Worked Example: OR

Solve x13x - 1 \le -3 or 2x>62x > 6.

x2orx>3.x \le -2 \quad\text{or}\quad x > 3.

Interval notation: (, 2]  (3, )(-\infty,\ -2]\ \cup\ (3,\ \infty).

Absolute Value Equations

Concept
Distance from Zero

x|x| is the distance of xx from 00, so it is never negative. To solve ax+b=c|ax+b| = c with c>0c > 0, split into two cases:

ax+b=corax+b=c.ax + b = c \qquad\text{or}\qquad ax + b = -c.

Isolate the absolute value first, before splitting.

Example
Worked Example: Two Solutions

Solve 2x3=7|2x - 3| = 7.

2x3=7or2x3=72x - 3 = 7 \quad\text{or}\quad 2x - 3 = -7
2x=10x=5or2x=4x=2.2x = 10 \Rightarrow x = 5 \qquad\text{or}\qquad 2x = -4 \Rightarrow x = -2.

Solutions: x=5x = 5 or x=2x = -2.

Tip

No-solution case. An absolute value can never equal a negative number. So x+4=3|x+4| = -3 has no solution. Always isolate first: x+5=2|x|+5 = 2 becomes x=3|x| = -3, also no solution.

Absolute Value Inequalities

Concept
“Less thAND” and “greatOR”

After isolating the absolute value (with c>0c>0):

  • [leftmargin=*,itemsep=1pt]
  • ax+b<c|ax+b| < c means c<ax+b<c-c < ax+b < c --- an AND (a segment). Less thAND.
  • ax+b>c|ax+b| > c means ax+b<cax+b < -c or ax+b>cax+b > c --- an OR (two rays). GreatOR.
Example
Worked Example: AND type

Solve x13|x - 1| \le 3.

3x13  2x4.-3 \le x - 1 \le 3 \ \Rightarrow\ -2 \le x \le 4.

Interval notation: [2, 4][-2,\ 4].

Example
Worked Example: OR type

Solve 2x+1>5|2x + 1| > 5.

2x+1<5or2x+1>52x + 1 < -5 \quad\text{or}\quad 2x + 1 > 5
2x<6x<3or2x>4x>2.2x < -6 \Rightarrow x < -3 \qquad\text{or}\qquad 2x > 4 \Rightarrow x > 2.

Interval notation: (, 3)  (2, )(-\infty,\ -3)\ \cup\ (2,\ \infty).

Tip

Special cases. x<2|x| < -2 has no solution (distance can't be negative). x>2|x| > -2 is all real numbers (distance is always 0>2\ge 0 > -2).

Applications & Word Problems

Concept
Translating Words

Turn the words into an equation or inequality, solve, then interpret the answer in context.

  • [leftmargin=*,itemsep=1pt]
  • “at least” \to \ge,   “at most” \to \le,   “more than” >\to >,   “fewer than” <\to <.
  • Tolerance problems use absolute value: measuredtargettolerance|\text{measured} - \text{target}| \le \text{tolerance}.
Example
Worked Example: Tolerance

A bolt must be 88 mm wide with a tolerance of 0.050.05 mm. Write and solve an inequality for acceptable widths ww.

w80.05  0.05w80.05  7.95w8.05.|w - 8| \le 0.05 \ \Rightarrow\ -0.05 \le w - 8 \le 0.05 \ \Rightarrow\ 7.95 \le w \le 8.05.

Acceptable widths: from 7.957.95 mm to 8.058.05 mm, i.e. [7.95, 8.05][7.95,\ 8.05].

Example
Worked Example: Range / Budget

A taxi charges a $3 base fee plus $2 per mile. With $20 to spend, how many miles mm can you afford?

3+2m20  2m17  m8.5.3 + 2m \le 20 \ \Rightarrow\ 2m \le 17 \ \Rightarrow\ m \le 8.5.

You can ride at most 8.58.5 miles.

Tip

Mixture idea. If you mix xx liters of a 20%20\% solution with 55 liters of a 50%50\% solution, the acid amount is 0.20x+0.50(5)0.20x + 0.50(5), and the total volume is x+5x+5. Set the concentration equal to your target to solve.

Going Deeper: Advanced Ideas

Concept
Nested Absolute Values: Peel One Layer at a Time

An equation like x23=4\big|\,|x-2|-3\,\big| = 4 has an absolute value inside another. Treat the outer bars as a single unit and split first, then split again inside each branch. Each split can double the number of equations, so an outer/inner pair can yield up to four candidate solutions. Always solve from the outside in, and check every candidate back in the original --- some branches collapse or produce values that fail.

Example
Worked Example: Nested Absolute Value

Solve x23=4\big|\,|x-2|-3\,\big| = 4. Let u=x2u = |x-2|, so u3=4|u-3| = 4.

u3=4oru3=4split the outer barsu=7u=1\begin{aligned} u - 3 &= 4 &&\text{or}& u - 3 &= -4 &&\text{split the outer bars}\\ u &= 7 &&& u &= -1 \end{aligned}

Since u=x20u = |x-2| \ge 0, the branch u=1u=-1 is rejected. Keep u=7u = 7:

x2=7  x2=7  or  x2=7  x=9  or  x=5.|x-2| = 7 \ \Rightarrow\ x - 2 = 7 \ \text{ or }\ x - 2 = -7 \ \Rightarrow\ x = 9 \ \text{ or }\ x = -5.

Check: 923=73=4\big|\,|9-2|-3\,\big| = |7-3| = 4 ✓ and 523=73=4\big|\,|{-5}-2|-3\,\big| = |7-3| = 4 ✓. Solutions: x=9x = 9 or x=5x = -5.

Concept
Summed Absolute Values: Full Casework by Critical Points

To solve xa+xb=c|x-a| + |x-b| = c you cannot square or split into two --- instead find the critical points where each expression changes sign (x=ax=a and x=bx=b). These break the number line into three regions. On each region every bar opens with a fixed sign, so the equation becomes ordinary linear. Solve on each region and keep only the roots that land inside that region.

Example
Worked Example: Summed Absolute Values by Regions

Solve x1+x+2=7|x-1| + |x+2| = 7. Critical points: x=1x=1 and x=2x=-2.

Region I: x<2x < -2. Both bars flip: (x1)(x+2)=7-(x-1) - (x+2) = 7.

x+1x2=72x1=7x=4.\begin{aligned} -x + 1 - x - 2 &= 7 &&\Rightarrow& -2x - 1 &= 7 &&\Rightarrow& x &= -4. \end{aligned}

Since 4<2-4 < -2, keep x=4x = -4.

Region II: 2x1-2 \le x \le 1. Then x1=(x1)|x-1| = -(x-1), x+2=x+2|x+2| = x+2:

(x1)+(x+2)=37.-(x-1) + (x+2) = 3 \ne 7.

The variable cancels to a false statement, so no solution here (the sum is constant at 33 between the points --- the minimum distance).

Region III: x>1x > 1. Both bars open positively: (x1)+(x+2)=7(x-1) + (x+2) = 7.

2x+1=7  x=3.2x + 1 = 7 \ \Rightarrow\ x = 3.

Since 3>13 > 1, keep x=3x = 3. Solutions: x=4x = -4 or x=3x = 3.

Concept
The Distance Interpretation of xa+xb|x-a|+|x-b|

Read xa|x-a| as “the distance from xx to aa.” Then xa+xb|x-a| + |x-b| is the total distance from xx to the two fixed points aa and bb. This gives instant intuition:

  • [leftmargin=*,itemsep=1pt]
  • The sum is minimized for any xx between aa and bb, where it equals ab|a-b|, the gap itself.
  • xa+xb=c|x-a| + |x-b| = c has no solution if c<abc < |a-b|, infinitely many (the whole segment) if c=abc = |a-b|, and exactly two symmetric solutions if c>abc > |a-b|.
  • xaxb|x-a| \le |x-b| means “xx is at least as close to aa” --- the solution is the half-line on aa's side of the midpoint a+b2\tfrac{a+b}{2}.
Tip

Quick check with the gap. In the example above a=1a=1, b=2b=-2, so the gap is ab=3|a-b| = 3. Because we wanted the sum to equal 7>37 > 3, the distance rule promises exactly two solutions before any algebra --- matching x=4x=-4 and x=3x=3. If the right side had been 22 (less than 33), you could stop immediately: no solution.

Concept
Systems of Absolute-Value Inequalities Define Regions

A single absolute-value inequality in xx and yy carves the plane into a shape; a system intersects several such shapes.

  • [leftmargin=*,itemsep=1pt]
  • xp|x| \le p is the vertical strip pxp-p \le x \le p; yq|y| \le q is a horizontal strip. Together they form a rectangle.
  • x+yr|x| + |y| \le r is a diamond (square rotated 4545^\circ) with vertices at (±r,0)(\pm r, 0) and (0,±r)(0, \pm r).
  • yx|y| \ge |x| is the pair of “bowtie” wedges opening up and down.

Sketch each boundary, decide inside vs. outside with a test point (the origin is easiest when it is not on a boundary), then shade the overlap.

Example
Worked Example: A Region from Two Absolute-Value Inequalities

Describe the region satisfying both x+y4|x| + |y| \le 4 and x1|x| \ge 1.

The first inequality is the diamond with vertices (±4,0)(\pm 4, 0) and (0,±4)(0, \pm 4), including the interior. The second, x1|x| \ge 1, means x1x \le -1 or x1x \ge 1 --- everything except the vertical strip 1<x<1-1 < x < 1.

Test the origin (0,0)(0,0): it satisfies 0+0=04|0|+|0| = 0 \le 4 (inside the diamond) but fails 01|0| \ge 1. So the origin is excluded, confirming we remove the central band. The solution is the diamond with a vertical slot of width 22 cut out of its middle --- two symmetric “wing” pieces, one with x1x \ge 1 and one with x1x \le -1, each bounded by the diamond's edges.

Concept
Parameter Conditions for a Solution Set

Sometimes the unknown is a parameter that controls whether --- and how many --- solutions exist. Isolate the absolute value and compare with the structure rules:

  • [leftmargin=*,itemsep=1pt]
  • ax+b=k|ax+b| = k has two solutions if k>0k>0, one if k=0k=0, none if k<0k<0.
  • ax+b<k|ax+b| < k has solutions only if k>0k > 0 (if k0k \le 0 the solution set is empty).
  • ax+b>k|ax+b| > k is all reals when k<0k < 0, and all reals except one point when k=0k = 0.

Translate the requested behavior into an inequality on the parameter, then solve that.

Example
Worked Example: Choosing a Parameter

For which values of kk does 3x6=k1|3x - 6| = k - 1 have exactly two solutions?

The left side is a genuine absolute value, so it produces two solutions precisely when the right side is strictly positive:

k1>0  k>1.k - 1 > 0 \ \Rightarrow\ k > 1.

For k=1k = 1 the equation is 3x6=0|3x-6| = 0, giving the single solution x=2x = 2; for k<1k < 1 the right side is negative and there is no solution. Answer: k>1k > 1, i.e. k(1,)k \in (1, \infty).

Concept
Inequalities Solved by Substitution

When an inequality contains a repeated chunk, let a new variable stand for it. Solving (x21)25(x21)+40(x^2-1)^2 - 5(x^2-1) + 4 \le 0 is hopeless head-on, but with u=x21u = x^2 - 1 it becomes u25u+40u^2 - 5u + 4 \le 0, i.e. (u1)(u4)0(u-1)(u-4) \le 0, giving 1u41 \le u \le 4. Back-substitute and solve the resulting compound inequality --- often itself an absolute-value or interval statement. The same trick tames x23x0|x|^2 - 3|x| \ge 0 via u=x0u = |x| \ge 0.

Example
Worked Example: Substitution in an Absolute-Value Inequality

Solve x23x40|x|^2 - 3|x| - 4 \le 0. Let u=xu = |x|, where u0u \ge 0.

u23u40substitute(u4)(u+1)0factor1u4sign chart between the roots\begin{aligned} u^2 - 3u - 4 &\le 0 &&\text{substitute}\\ (u-4)(u+1) &\le 0 &&\text{factor}\\ -1 \le u &\le 4 &&\text{sign chart between the roots} \end{aligned}

But u=x0u = |x| \ge 0 forces 0u40 \le u \le 4, i.e. x4|x| \le 4. Therefore

4x4,interval notation [4, 4].-4 \le x \le 4, \qquad\text{interval notation } [-4,\ 4].
Tip

Interval-notation subtleties.

  • [leftmargin=*,itemsep=1pt]
  • An empty solution set is written \varnothing, not (a,a)(a,a) loosely --- although (a,a)(a,a) does denote the empty set, prefer \varnothing for clarity.
  • A single isolated point {a}\{a\} is not an interval; write it with set braces, e.g. x30|x-3| \le 0 gives {3}\{3\}.
  • A union must list pieces left to right and stay disjoint: (,2)(2,)(-\infty,-2)\cup(2,\infty), never overlapping or out of order.
  • “All real numbers” is (, )(-\infty,\ \infty); a punctured line like x5x \ne 5 is (,5)(5,)(-\infty,5)\cup(5,\infty).
  • Always pair \infty and -\infty with a parenthesis, never a bracket --- they are directions, not attainable endpoints.

Formulas, Proofs & Tips

Tip
Absolute value equations and inequalities
X=c    X=±c;X<c    c<X<c;X>c    X<c or X>c|X|=c \iff X=\pm c;\qquad |X|<c \iff -c<X<c;\qquad |X|>c \iff X<-c \text{ or } X>c

What it means. X|X| is distance from zero, so these say "distance equal to / less than / greater than cc".

Example. x3<2    1<x<5|x-3|<2\iff 1<x<5; x3=2    x=1|x-3|=2\iff x=1 or x=5x=5.

Why it works. Distance cc from 00 is reached at both cc and c-c. Points closer than cc form the single interval between them; points farther than cc form the two pieces outside.

Tip. "Less than" gives and (one interval); "greater than" gives or (two pieces). If c<0c<0, X<c|X|<c has no solutions at all.