Recognise and sketch power, exponential, logarithmic, and quadratic functions and read off their key features
Apply log laws and the change-of-base formula to simplify expressions without a calculator
Convert a quadratic to vertex form, locate the vertex, and use the discriminant to count roots
Apply translation, scaling, and reflection rules to shift any curve in the plane
Exam weight on past CSCA papers: ~10% (4–5 of 48 MCQs).
3.1 Power Functions 幂函数
A power function has the form f(x)=xα where α is a fixed real number (the exponent). The base is always x; only the exponent is the "name" of the function.
Five canonical power functions
α
f(x)
Common name
Domain
1
x
linear
R
2
x2
square
R
3
x3
cube
R
21
x
square root
[0,∞)
−1
x1
reciprocal
x=0
Three things every power function graph passes through (when defined there): (0,0), (1,1), and for odd α also (−1,−1). These are pinch points you can always verify on exam day.
Symmetry pattern
Even exponent (α=2,4,…): f(−x)=f(x) → graph is symmetric about the y-axis.
Odd exponent (α=1,3,…): f(−x)=−f(x) → graph is symmetric about the origin.
Fractional/negative exponent: check case by case (domain may not be symmetric).
🔑 Exam fast-track: the CSCA often asks "which graph is a power function?" or "which power function is increasing on all of R?" — y=x3 is the only one among the five canonical cases that is strictly increasing on all of R and has point symmetry about the origin.
Growth comparison for x>1 vs 0<x<1
For x>1 and positive exponents: larger exponent → faster growth. So x3>x2>x when x>1.
⚠️ Trap: the order reverses on (0,1). If 0<x<1, then x3<x2<x — multiplying a proper fraction by itself makes it smaller. This is a favourite MCQ trap.
Worked Example 3.1.A
Which of the following is a power function that is decreasing on (0,+∞)?
(A) y=x2 (B) y=x−1 (C) y=x3 (D) y=x1/2
Solution.
Recall that f(x)=xα is decreasing on (0,∞) when α<0, because a larger denominator makes the fraction smaller.
y=x2: α=2>0 → increasing on (0,∞). ✗
y=x−1=x1: α=−1<0 → as x increases, x1 decreases. ✓
y=x3: α=3>0 → increasing. ✗
y=x1/2: α=21>0 → increasing. ✗
B
3.2 Exponential Functions 指数函数
An exponential function has the form f(x)=ax,a>0,a=1. The base a is fixed; the variable x is the exponent. This is the opposite arrangement from a power function — compare x2 (power) with 2x (exponential).
Key properties
Property
a>1
0<a<1
Monotonicity
Increasing on R
Decreasing on R
As x→+∞
f(x)→+∞
f(x)→0+
As x→−∞
f(x)→0+
f(x)→+∞
Fixed points
Always through (0,1) and (1,a)
Same
Domain
R
R
Range
(0,+∞) — always positive
(0,+∞)
Asymptote
y=0 (horizontal)
y=0 (horizontal)
⚠️ Trap:ax is never zero and never negative — its range is strictly (0,+∞). A common MCQ distractor offers (−∞,+∞) or [0,+∞) as the range; both are wrong.
The natural exponential ex
When a=e≈2.718, we write f(x)=ex. Since e>1, it is increasing. You will also encounter ex in Unit 3 via natural logs.
🔑 Symmetry trick: the graphs of y=ax and y=(a1)x=a−x are reflections of each other in the y-axis. If you know one, flip it horizontally to get the other.
Worked Example 3.2.A
Without a calculator, determine which is larger: 0.3−2 or 0.3−3.
Solution.
Let f(x)=0.3x. Base 0.3<1, so f is decreasing in x.
Since −2>−3, and f is decreasing, we get f(−2)<f(−3), i.e. 0.3−2<0.3−3.
Sanity check:0.3−2=0.091≈11.1 and 0.3−3=0.0271≈37.0. ✓
0.3−2<0.3−3
3.3 Logarithmic Functions 对数函数
The logarithmic function is the inverse of the exponential: y=logax⟺ay=x,a>0,a=1,x>0.
Read "logax" as "the power you raise a to in order to get x."
Key properties
Property
a>1
0<a<1
Monotonicity
Increasing
Decreasing
Domain
(0,+∞)
(0,+∞)
Range
R
R
Fixed points
(1,0) and (a,1)
(1,0) and (a,1)
Asymptote
x=0 (vertical)
x=0 (vertical)
The domain is (0,+∞): you can never take the logarithm of zero or a negative number.
⚠️ Trap: there is no log law for a sum. loga(M+N)=logaM+logaN. This is one of the most common errors on CSCA.
Worked Example 3.3.A
Simplify without a calculator: log42log432.
Solution. Recognise the pattern: logaNlogaM=logNM (change-of-base in reverse).
log42log432=log232=log225=5.
Verification using direct computation:32=25, so log432=log445/2=25; and log42=log441/2=21. Ratio: 1/25/2=5. ✓
5
3.4 Quadratic Functions 二次函数
A quadratic function has the form f(x)=ax2+bx+c,a=0.
Three equivalent forms
Form
Formula
Best for
Standard
ax2+bx+c
reading off y-intercept c
Vertex
a(x−h)2+k
reading off vertex (h,k) directly
Factored
a(x−r1)(x−r2)
reading off x-intercepts r1,r2
Completing the square converts standard form to vertex form: ax2+bx+c=a(x+2ab)2+c−4ab2.
The vertex is therefore (−2ab,c−4ab2).
The discriminant 判别式
Δ=b2−4ac.
Δ
Real roots
Graph behaviour
>0
2 distinct real roots
parabola crosses x-axis twice
=0
1 repeated real root
parabola is tangent to x-axis
<0
no real roots
parabola does not touch x-axis
Opening direction and extrema
🔑 "a positive, arms up; a negative, arms down."
a>0: parabola opens upward — vertex is a minimum.
a<0: parabola opens downward — vertex is a maximum.
The axis of symmetry is the vertical line x=−2ab.
⚠️ Trap: "maximum value" and "maximum x-value" are different. The maximum value of f is the y-coordinate of the vertex, k=f(−2ab). Many students write the x-coordinate instead.
Worked Example 3.4.A
The quadratic f(x)=−2x2+8x−5 — find its vertex and maximum value.
Solution.
a=−2, b=8, c=−5.
Axis: x=−2(−2)8=2.
Maximum value: f(2)=−2(4)+8(2)−5=−8+16−5=3.
Using the vertex formula directly:k=c−4ab2=−5−4(−2)64=−5+8=3. ✓
Since a=−2<0, the parabola opens downward, confirming this is indeed a maximum.
Vertex (2,3),maximum value =3.
3.5 Function Translations 函数图像变换
Given any "base" graph y=f(x), you can produce new graphs by four types of transformation. These rules apply uniformly to every function type in this unit — power, exponential, logarithmic, quadratic, or anything else.
The transformation rules
Transformation
New equation
Effect on every point (x0,y0)
Shift right by h>0
y=f(x−h)
(x0,y0)→(x0+h,y0)
Shift left by h>0
y=f(x+h)
(x0,y0)→(x0−h,y0)
Shift up by k>0
y=f(x)+k
(x0,y0)→(x0,y0+k)
Shift down by k>0
y=f(x)−k
(x0,y0)→(x0,y0−k)
Vertical stretch by A>1
y=Af(x)
y-coordinate scaled by A
Vertical compression 0<A<1
y=Af(x)
y-coordinate scaled by A
Reflect in x-axis
y=−f(x)
y0→−y0
Reflect in y-axis
y=f(−x)
x0→−x0
⚠️ Trap — horizontal shifts are counterintuitive.y=f(x−3) shifts the graph right by 3, not left. Reason: to produce the same output, x must be 3 larger than before, so every point moves right. Substitute x=3 and you get the original f(0) — the graph anchors at a point further right.
🔑 Order when multiple transformations combine: work from the inside out.
Horizontal shift (inside the argument)
Horizontal scale/reflection (inside the argument)
Vertical scale/reflection (outside)
Vertical shift (outermost)
Symmetry via reflections
y=f(−x) is the reflection of y=f(x) in the y-axis.
y=−f(x) is the reflection in the x-axis.
y=−f(−x) is the point reflection through the origin (equivalent to 180° rotation).
Worked Example 3.5.A
Starting from y=log2x, describe the steps needed to obtain y=log2(x+3)−1, and state the new vertical asymptote and x-intercept.
Solution.
Identify changes:
x replaced by x+3 (inside the log) → shift left by 3.
−1 added outside → shift down by 1.
Original vertical asymptote: x=0. After shifting left by 3: x=−3.
Check: the original passes through (1,0). Shifting left by 3 moves this to (−2,0); shifting down by 1 moves it to (−2,−1). The new x-intercept is at x=−1 (where y=0), consistent with our calculation. ✓
Try it! 自测练习
Q1. On the interval (0,1), which is larger: x2 or x3? Justify your answer.
Q2. The graph of y=ax passes through the point (2,9). Find a and state whether f(x)=ax is increasing or decreasing.
Q3. Simplify without a calculator: log26−log23+log28.
Q4. Find the vertex of f(x)=2x2−4x+5 and state whether it is a maximum or minimum.
Q5. The graph of y=x is reflected in the y-axis and then shifted up by 2. Write the equation of the resulting curve and state its domain.
Answers & explanations
Q1.x2>x3 on (0,1). For 0<x<1, multiplying by x<1 makes a positive quantity smaller: x3=x2⋅x<x2⋅1=x2.
Q2. Substitute: a2=9⟹a=3 (taking positive root since a>0, a=1). Since a=3>1, the function f(x)=3x is increasing on R.
Vertex at x=−b/2a; discriminant Δ=b2−4ac counts real roots; a>0→min, a<0→max
Graph transformations
f(x−h): right h; f(x)+k: up k; −f(x): flip over x-axis; f(−x): flip over y-axis
What's next → Unit 4 applies the graph-transformation skills from §3.5 directly to trigonometric functions: y=Asin(ωx+ϕ)+k is exactly the combination of vertical stretch, horizontal compression, horizontal shift, and vertical shift you practised here.