Unit 2 · Functions and Their Properties 函数及其性质
By the end of this chapter you can:
- State the definition of a function, find its domain and range, and represent it as a mapping
- Test whether a function is even, odd, or neither and describe the symmetry consequence
- Define monotonicity formally and use it to compare function values without a calculator
- Find inverse functions, compose two functions, and determine whether two differently-written functions are identical
Exam weight on past CSCA papers: ~12% (5–6 of 48 MCQs).
2.1 Function Definition and Domain 函数定义与定义域
A function from set to set is a rule that assigns to every element exactly one element . We write .
- Domain (定义域): the set — all permissible inputs.
- Codomain (上域): the set — declared target.
- Range (值域): the subset of actually produced, .
The domain is determined by natural restrictions on the formula:
| Expression | Restriction | Why |
|---|---|---|
| square root requires non-negative radicand | ||
| division by zero undefined | ||
| logarithm requires positive argument | ||
| is indeterminate |
When multiple restrictions apply, the domain is their intersection.
🔑 Domain strategy: List every restriction separately, then intersect. For you get AND , giving domain .
Worked Example 2.1.A
Find the domain and range of .
Solution.
Domain: The radicand must be non-negative.
Domain: .
Range: For , the radicand ranges from (at ) to (at ). Taking the square root:
⚠️ Range ≠ codomain. The codomain of is all of , but the range of is only . CSCA questions often test this distinction when asking "what is the range of …?"
2.2 Even and Odd Functions 函数的奇偶性
Before testing parity, confirm the domain is symmetric about 0 (i.e. domain domain). If the domain is not symmetric, the function is neither even nor odd by definition.
| Type | Algebraic test | Graph symmetry |
|---|---|---|
| Even (偶函数) | for all in domain | symmetric about the -axis |
| Odd (奇函数) | for all in domain | symmetric about the origin |
| Neither | neither condition holds | — |
Immediate consequences:
- If is odd and is in the domain, then . (Plugging : , so .)
- The sum of two even functions is even; the sum of two odd functions is odd.
- The product of two odd functions is even.
Worked Example 2.2.A
Determine whether is even, odd, or neither.
Solution.
Step 1 — Domain check. is a polynomial, so domain . Since is symmetric about , parity testing applies.
Step 2 — Compute .
Since for all , the function is odd.
⚠️ Common trap: Students test parity on and get odd, then plug in a non-symmetric domain example like on and wonder why. Always state the domain first — on the function has no parity at all.
🔑 Quick shortcut: A function built entirely from odd powers of (and no constant term) is odd. Built entirely from even powers (and possibly a constant) is even. Mixed powers → neither. E.g. is even; is odd; is neither.
2.3 Monotonicity 函数的单调性
Formal definition: is increasing on interval if for all with , we have . It is decreasing on if .
A function can be increasing on one interval and decreasing on another. We always name the interval when stating monotonicity.
Key properties of monotonic functions on the same interval :
| Situation | Result |
|---|---|
| increasing, increasing | increasing |
| increasing, decreasing | — cannot determine |
| increasing on , increasing on | increasing on |
| increasing on | increasing on |
🔑 Monotonicity + inequality shortcut: If is increasing and , then — you can "pull back" the inequality through the function. This is how CSCA questions like "solve " are answered without finding .
Worked Example 2.3.A
The function is defined on and is monotonically increasing. Given that , find the range of .
Solution.
Because is increasing, . Therefore:
⚠️ Trap: If the problem said "monotonically decreasing," the inequality flips: . Check the direction of monotonicity before pulling back.
2.4 Inverse Functions 反函数
A function has an inverse if and only if is one-to-one (injective) — no two different inputs give the same output.
How to find :
- Write .
- Solve for in terms of .
- Swap labels: replace with and with (so the inverse is written with the standard variable ).
- State the domain of = range of .
Key fact: The graph of is the reflection of the graph of across the line .
Composition identity: for domain of , and for domain of .
Monotonicity is preserved: If is increasing (decreasing) on its domain, then is also increasing (decreasing) on its domain.
Worked Example 2.4.A
Find the inverse of and verify by composition.
Solution.
Step 1: Write .
Step 2: Solve for :
Step 3: Swap variables:
Step 4: Domain of = range of = .
Verification:
⚠️ The graph reflection trap: A question may give you the graph of and ask you to sketch . The reflection is across , not across the -axis or -axis. Reflecting across the -axis gives ; across the -axis gives .
🔑 Quick domain check: Always double-check that the domain of equals the range of (not the domain of ). Students often copy the wrong interval.
2.5 Same Function Determination 判断同一函数
Two functions and are identical (the same function) if and only if both conditions hold:
- Same domain: .
- Same rule: for all in that shared domain.
Even if the formulas simplify to the same expression, the functions differ if their domains differ.
| Same? | Reason | ||
|---|---|---|---|
| No | has domain ; has domain | ||
| Yes | Both have domain and equal everywhere | ||
| (constant) | No | is undefined at ; the constant 1 is defined everywhere |
⚠️ The cancellation trap: Writing is a valid algebraic step, but the resulting function is not the same function as the original — you created a new function by removing a hole. CSCA examiners exploit this distinction every year.
Worked Example 2.5.A
Are and the same function?
Solution.
Domain of : , i.e. . So .
Domain of : . So .
Since ( is defined for negative but is not), the two functions are not identical.
(Note: on the common domain , both give , but the differing domains disqualify identity.)
2.6 Composite Functions 复合函数
Given two functions and , the composite function applies first, then to the result.
Domain of :
In words: must be in the domain of , AND the output must land in the domain of .
⚠️ Order matters: in general. The notation means " acts first." Many students reverse the order — always read right to left: the function closest to acts first.
Monotonicity of compositions (same-sign rule):
| on 's range | on its domain | |
|---|---|---|
| increasing | increasing | increasing |
| decreasing | decreasing | increasing |
| increasing | decreasing | decreasing |
| decreasing | increasing | decreasing |
🔑 Mnemonic — "same signs give increasing": If and have the same monotone direction (both ↑ or both ↓), then is increasing. If they differ (one ↑, one ↓), is decreasing. Like multiplying signs: , , etc.
Worked Example 2.6.A
Let and .
(a) Find and state its domain.
(b) Find and state its domain.
Solution.
(a) .
Domain: Need , i.e. , so or .
(b) .
Domain: First, requires , i.e. . The output , which is always in the domain of . So:
Try it! 自测练习
Q1. Find the domain of .
Q2. Determine whether is even, odd, or neither. (You may use the fact that .)
Q3. The function is decreasing on . Given , find the range of .
Q4. Find the inverse of (for ), and state its domain.
Q5. Let and . Find and .
Answers & explanations
Restrictions: (radicand) gives ; gives . Intersection: .
Domain is , which is symmetric about 0. Compute . Since , the function is even (symmetric about the -axis).
is decreasing, so . Pull back: , so , giving .
Write . Solve: . Swap: , domain (= range of , which is also all reals except 1).
. .
📌 Chapter summary
Topic Key skill 2.1 Domain & Range List each restriction, intersect; range requires tracking outputs 2.2 Even & Odd Check domain symmetry first; test vs ; odd 2.3 Monotonicity Formal definition with ; use monotonicity to "pull back" inequalities 2.4 Inverse Functions Swap ; domain of = range of ; graph reflects over 2.5 Same Function Identical iff same domain AND same rule; cancelling holes creates a new function 2.6 Composite Functions : acts first; domain = inputs where ; monotonicity: same-sign increasing
What's next → Unit 3 applies everything here to specific elementary functions: power, exponential, logarithmic, and quadratic — you'll use domain rules, parity, and monotonicity on each one.