Unit 1 · Sets and Inequalities 集合与不等式
By the end of this chapter you can:
- Read & write sets in roster, builder, and interval notation
- Perform union, intersection, subset, and complement operations
- Solve linear, quadratic, rational, and absolute-value inequalities
- 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
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 |
|---|---|---|
| element of | " in " | |
| subset of (every element of left is in right) | " contained in " | |
| union | " or " | |
| intersection | " and " |
⚠️ The #1 trap on CSCA: is true, but is false — the set is not an element of ; contains only the numbers 6,7,8,9,10. Use instead.
Empty set 空集
The empty set has no elements. It is a subset of every set ( always). It is not an element of unless was specifically defined to contain it.
Union and intersection — number-line picture
🔑 Number-line trick: draw both sets on the same number line. Intersection = overlap. Union = everything covered.
Worked Example 1.1.A
Let and . Find and .
Solution.
Picture on the number line:
A: ●━━━━━━━━━━● (closed at −2 and 2)
−2 2
B: ○━━━━━━━━━━━━━ (open at 0, extends to ∞)
0
- = where both are shaded = , i.e. .
- = everything either covers = , i.e. .
✅ This is exactly question 2 on the January CSCA paper.
Subsets — counting them
A set with elements has subsets (each element is either "in" or "out"). E.g. has subsets, including and itself.
1.2 Set-Builder and Interval Notation
Three ways to write the same set:
| Notation | Example | When to use |
|---|---|---|
| Roster (list) | small finite sets | |
| Builder | abstract or infinite | |
| Interval | continuous real intervals |
Interval conventions:
- — closed, includes both endpoints
- — open, excludes both endpoints
- — half-open
- — 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 .
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.
(Divided by , flipped to .)
Quadratic — factor + sign chart
Goal: solve (Q3 on Jan paper).
Step 1 — factor. .
Step 2 — find roots. and .
Step 3 — sign chart.
| Region | |||
|---|---|---|---|
| − | − | + | |
| − | + | + | |
| product | + | − | + |
Step 4 — pick the regions where the product matches the inequality.
We want , so take "+" regions: or .
🔑 Parabola shortcut: For with (parabola opens up):
- → outside the roots: or
- → between the roots:
Worked Example 1.3.A — A trickier sign
Solve .
Multiply by and flip: . Factor: . Between the roots: , i.e. .
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 , then build a sign chart from the zeros of and .
Worked Example 1.4.A — Q12 on Jan paper
Solve .
Critical points (where numerator or denominator is ): and .
| Region | |||
|---|---|---|---|
| − | + | + | |
| − | − | + | |
| quotient | + | − | + |
We want , so take the "−" region: .
Boundary check:
- makes the numerator , so the quotient . Since we allow , include it.
- makes the denominator , so the expression is undefined — exclude.
Worked Example 1.4.B — Absolute value
Solve .
Standard split: . Answer: .
For (), the rule reverses: or .
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
Power function on :
- → increasing (bigger base → bigger value)
- → decreasing
Exponential function :
- → increasing in
- → decreasing in
Logarithmic function :
- → increasing
- → decreasing
Worked Example 1.5.A — Q27 on Jan paper
Which is correct?
(a) (b) (c) (d)
Solution. Test each one with the right monotonicity rule.
- (a) : exponent → decreasing on . Since , we get . ❌
- (b) : base → decreasing in . Since , we get . ❌
- (c) : base → increasing. Since , . ❌
- (d) : exponent → increasing on . Since , . ✅
Answer (d).
🔑 Decision tree:
- Same base, different exponents → look at the base. Base : bigger exponent wins. Base : smaller exponent wins.
- Same exponent, different bases → look at the exponent. Positive: bigger base wins. Negative: smaller base wins.
Logs at a glance
For :
- when ; when
- has domain — never take a log of zero or negative.
Try it! 自测练习
Q1. Let and . Find and .
Q2. Solve .
Q3. Solve .
Q4. Without a calculator, order from smallest to largest: .
Q5. True or false? .
Answers & explanations
; .
Factor: . Between the roots: .
Critical points: (numerator ), (denominator ).
Sign chart: is "+", is "−", is "+".
We want , so or . Include (numerator is OK), exclude (denominator ).
Answer: .Base , so is decreasing. Order of exponents: . Decreasing flips: .
True. The set literally lists as one of its elements. (Contrast with , which is false.)
📌 Chapter summary
Topic Key skill Sets vs ; ∩ Φ; 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 Comparing monotonicity of , , — 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).