Borui Academy

Chapter 1

Sets & Inequalities

集合与不等式 · roster/builder/interval · sign-chart method · monotonicity comparisons

Unit 1 · Sets and Inequalities 集合与不等式

By the end of this chapter you can:

  1. Read & write sets in roster, builder, and interval notation
  2. Perform union, intersection, subset, and complement operations
  3. Solve linear, quadratic, rational, and absolute-value inequalities
  4. Compare powers/logs without a calculator using monotonicity

Exam weight on past CSCA papers: ~8% (3–4 of 48 MCQs).


1.1 Set Operations 集合的运算

A set is a collection of distinct objects called elements. We write
A={6, 7, 8, 9, 10}A = \{6,\ 7,\ 8,\ 9,\ 10\}
to mean "the set whose elements are 6, 7, 8, 9, 10." Order doesn't matter; duplicates collapse to one.

The four symbols to memorise

Symbol Meaning Read as
\in element of "xx in AA"
\subseteq subset of (every element of left is in right) "AA contained in BB"
\cup union "AA or BB"
\cap intersection "AA and BB"

⚠️ The #1 trap on CSCA: 6A6 \in A is true, but {6}A\{6\} \in A is false — the set {6}\{6\} is not an element of AA; AA contains only the numbers 6,7,8,9,10. Use {6}A\{6\} \subseteq A instead.

Empty set 空集

Φ={}\Phi = \{\}

The empty set has no elements. It is a subset of every set (ΦA\Phi \subseteq A always). It is not an element of AA unless AA was specifically defined to contain it.

Union and intersection — number-line picture

AB={x:xA or xB}AB={x:xA and xB}A \cup B = \{x : x \in A \ \text{or}\ x \in B\} \qquad A \cap B = \{x : x \in A \ \text{and}\ x \in B\}

🔑 Number-line trick: draw both sets on the same number line. Intersection = overlap. Union = everything covered.

Worked Example 1.1.A

Let A={x:2x2}A = \{x : -2 \le x \le 2\} and B={x:x>0}B = \{x : x > 0\}. Find ABA \cup B and ABA \cap B.

Solution.

Picture on the number line:

A:  ●━━━━━━━━━━●            (closed at −2 and 2)
   −2          2

B:           ○━━━━━━━━━━━━━ (open at 0, extends to ∞)
             0
  • ABA \cap B = where both are shaded = (0, 2](0,\ 2], i.e. {x:0<x2}\{x : 0 < x \le 2\}.
  • ABA \cup B = everything either covers = [2, +)[-2,\ +\infty), i.e. {x:x2}\{x : x \ge -2\}.

✅ This is exactly question 2 on the January CSCA paper.

Subsets — counting them

A set with nn elements has 2n2^{n} subsets (each element is either "in" or "out"). E.g. A={a,b,c}A = \{a, b, c\} has 23=82^{3}=8 subsets, including Φ\Phi and AA itself.


1.2 Set-Builder and Interval Notation

Three ways to write the same set:

Notation Example When to use
Roster (list) {1,2,3,4,5}\{1,2,3,4,5\} small finite sets
Builder {x:1x5, xZ}\{x : 1 \le x \le 5,\ x \in \mathbb{Z}\} abstract or infinite
Interval [1, 5][1,\ 5] continuous real intervals

Interval conventions:

  • [a, b][a,\ b] — closed, includes both endpoints
  • (a, b)(a,\ b) — open, excludes both endpoints
  • [a, b)[a,\ b) — half-open
  • (, 5](-\infty,\ 5] — unbounded on the left

🔑 Reading rule: square bracket = "I'm in" (endpoint included). Round bracket = "I'm out" (endpoint excluded). Infinity always gets a round bracket — you can't reach \infty.


1.3 Linear & Quadratic Inequalities 一元一次/二次不等式

Linear — solve like equations, with ONE warning

When you multiply or divide both sides by a negative number, flip the inequality sign.

2x+6>0    2x>6    x<3-2x + 6 > 0 \implies -2x > -6 \implies x < 3

(Divided by 2-2, flipped >> to <<.)

Quadratic — factor + sign chart

Goal: solve x2x2>0x^{2} - x - 2 > 0 (Q3 on Jan paper).

Step 1 — factor.  x2x2=(x2)(x+1)\ x^{2} - x - 2 = (x-2)(x+1).

Step 2 — find roots. x=1x = -1 and x=2x = 2.

Step 3 — sign chart.

Region x<1x < -1 1<x<2-1 < x < 2 x>2x > 2
(x2)(x-2) +
(x+1)(x+1) + +
product + +

Step 4 — pick the regions where the product matches the inequality.

We want >0> 0, so take "+" regions: x<1x < -1 or x>2x > 2.

 {x:x<1 or x>2} \boxed{\ \{x : x < -1 \ \text{or}\ x > 2\}\ }

🔑 Parabola shortcut: For (xa)(xb)(x-a)(x-b) with a<ba < b (parabola opens up):

  • >0> 0outside the roots: x<ax < a or x>bx > b
  • <0< 0between the roots: a<x<ba < x < b

Worked Example 1.3.A — A trickier sign

Solve x2+4x30-x^{2} + 4x - 3 \ge 0.

Multiply by 1-1 and flip: x24x+30x^{2} - 4x + 3 \le 0. Factor: (x1)(x3)0(x-1)(x-3) \le 0. Between the roots: 1x31 \le x \le 3, i.e. [1,3][1, 3].


1.4 Rational Inequalities 分式不等式

⚠️ Trap: you cannot simply multiply both sides by the denominator — its sign is unknown and could flip the inequality.

Method: move everything to one side, combine into one fraction N(x)D(x)\frac{N(x)}{D(x)}, then build a sign chart from the zeros of NN and DD.

Worked Example 1.4.A — Q12 on Jan paper

Solve 2x+1x20\dfrac{2x+1}{x-2} \le 0.

Critical points (where numerator or denominator is 00):  x=12\ x = -\tfrac{1}{2} and x=2x = 2.

Region x<12x < -\tfrac{1}{2} 12<x<2-\tfrac{1}{2} < x < 2 x>2x > 2
2x+12x+1 + +
x2x-2 +
quotient + +

We want 0\le 0, so take the "−" region: 12<x<2-\tfrac{1}{2} < x < 2.

Boundary check:

  • x=12x = -\tfrac{1}{2} makes the numerator 00, so the quotient =0= 0. Since we allow 0\le 0, include it.
  • x=2x = 2 makes the denominator 00, so the expression is undefined — exclude.

 [12, 2) \boxed{\ \left[-\tfrac{1}{2},\ 2\right)\ }

Worked Example 1.4.B — Absolute value

Solve 2x1<5|2x - 1| < 5.

Standard split: 5<2x1<5    4<2x<6    2<x<3-5 < 2x - 1 < 5 \implies -4 < 2x < 6 \implies -2 < x < 3. Answer: (2,3)(-2, 3).

For ax+b>c|ax + b| > c (c>0c > 0), the rule reverses: ax+b>cax + b > c or ax+b<cax + b < -c.


1.5 Comparing Powers and Logs 不等式比较大小

You'll get a "which is bigger" MCQ with no calculator. The trick is always monotonicity.

Three monotonicity facts to memorise

  1. Power function f(x)=xpf(x) = x^{p} on (0,)(0, \infty):

    • p>0p > 0increasing (bigger base → bigger value)
    • p<0p < 0decreasing
  2. Exponential function f(x)=axf(x) = a^{x}:

    • a>1a > 1 → increasing in xx
    • 0<a<10 < a < 1 → decreasing in xx
  3. Logarithmic function f(x)=logaxf(x) = \log_{a} x:

    • a>1a > 1 → increasing
    • 0<a<10 < a < 1 → decreasing

Worked Example 1.5.A — Q27 on Jan paper

Which is correct?

(a) 2.12>1.222.1^{-2} > 1.2^{-2} (b) 0.750.2>0.750.40.75^{-0.2} > 0.75^{-0.4} (c) 32.25>333^{2.25} > 3^{3} (d) 2.12/3>1.22/32.1^{2/3} > 1.2^{2/3}

Solution. Test each one with the right monotonicity rule.

  • (a) f(x)=x2f(x) = x^{-2}: exponent 2<0-2 < 0decreasing on (0,)(0,\infty). Since 2.1>1.22.1 > 1.2, we get 2.12<1.222.1^{-2} < 1.2^{-2}. ❌
  • (b) f(x)=0.75xf(x) = 0.75^{x}: base 0.75<10.75 < 1decreasing in xx. Since 0.2>0.4-0.2 > -0.4, we get 0.750.2<0.750.40.75^{-0.2} < 0.75^{-0.4}. ❌
  • (c) f(x)=3xf(x) = 3^{x}: base 3>13 > 1increasing. Since 2.25<32.25 < 3, 32.25<333^{2.25} < 3^{3}. ❌
  • (d) f(x)=x2/3f(x) = x^{2/3}: exponent 23>0\tfrac{2}{3} > 0increasing on (0,)(0,\infty). Since 2.1>1.22.1 > 1.2, 2.12/3>1.22/32.1^{2/3} > 1.2^{2/3}. ✅

Answer (d).

🔑 Decision tree:

  • Same base, different exponents → look at the base. Base >1> 1: bigger exponent wins. Base <1< 1: smaller exponent wins.
  • Same exponent, different bases → look at the exponent. Positive: bigger base wins. Negative: smaller base wins.

Logs at a glance

For a>1a > 1:

  • logax>0\log_{a} x > 0 when x>1x > 1; logax<0\log_{a} x < 0 when 0<x<10 < x < 1
  • logax\log_{a} x has domain (0,)(0, \infty) — never take a log of zero or negative.

Try it! 自测练习

Q1. Let A={1,2,3,4}A = \{1,2,3,4\} and B={3,4,5,6}B = \{3,4,5,6\}. Find ABA \cup B and ABA \cap B.

Q2. Solve x25x+60x^{2} - 5x + 6 \le 0.

Q3. Solve x3x+10\dfrac{x-3}{x+1} \ge 0.

Q4. Without a calculator, order from smallest to largest: 0.83, 0.82.5, 0.810.8^{3},\ 0.8^{2.5},\ 0.8^{-1}.

Q5. True or false? Φ{Φ,{1}}\Phi \in \{\Phi, \{1\}\}.

Answers & explanations
  1. AB={1,2,3,4,5,6}A \cup B = \{1,2,3,4,5,6\}; AB={3,4}A \cap B = \{3,4\}.

  2. Factor: (x2)(x3)0(x-2)(x-3) \le 0. Between the roots: [2, 3]\boxed{[2,\ 3]}.

  3. Critical points: x=3x = 3 (numerator 00), x=1x = -1 (denominator 00).
    Sign chart: (,1)(-\infty,-1) is "+", (1,3)(-1,3) is "−", (3,)(3,\infty) is "+".
    We want 0\ge 0, so x<1x < -1 or x3x \ge 3. Include x=3x = 3 (numerator =0= 0 is OK), exclude x=1x = -1 (denominator =0= 0).
    Answer: (, 1)[3, +)(-\infty,\ -1) \cup [3,\ +\infty).

  4. Base 0.8<10.8 < 1, so 0.8x0.8^{x} is decreasing. Order of exponents: 1<2.5<3-1 < 2.5 < 3. Decreasing flips: 0.83<0.82.5<0.810.8^{3} < 0.8^{2.5} < 0.8^{-1}.

  5. True. The set {Φ,{1}}\{\Phi, \{1\}\} literally lists Φ\Phi as one of its elements. (Contrast with Φ{1,2,3}\Phi \in \{1,2,3\}, which is false.)


📌 Chapter summary

Topic Key skill
Sets \in vs \subseteq; \cup ∩ Φ; number-line picture
Notation roster, builder, interval — when to use each
Linear inequality flip sign on negative multiply
Quadratic factor → sign chart → outside/between rule
Rational sign chart on numerator & denominator separately, exclude where denom =0= 0
Comparing monotonicity of xpx^{p}, axa^{x}, logax\log_{a} x — that's the whole game

What's next → Unit 2 builds on this with functions: domain, range, odd/even, monotonicity (the same word, now applied to functions in general).