Borui Academy

Chapter 3

Elementary Functions

基本初等函数 · power · exponential · logarithmic · quadratic · translations

Unit 3 · Elementary Functions 基本初等函数

By the end of this chapter you can:

  1. Recognise and sketch power, exponential, logarithmic, and quadratic functions and read off their key features
  2. Apply log laws and the change-of-base formula to simplify expressions without a calculator
  3. Convert a quadratic to vertex form, locate the vertex, and use the discriminant to count roots
  4. 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αf(x) = x^{\alpha}
where α\alpha is a fixed real number (the exponent). The base is always xx; only the exponent is the "name" of the function.

Five canonical power functions

α\alpha f(x)f(x) Common name Domain
11 xx linear R\mathbb{R}
22 x2x^{2} square R\mathbb{R}
33 x3x^{3} cube R\mathbb{R}
12\tfrac{1}{2} x\sqrt{x} square root [0,)[0, \infty)
1-1 1x\dfrac{1}{x} reciprocal x0x \ne 0

Three things every power function graph passes through (when defined there): (0,0)(0,0), (1,1)(1,1), and for odd α\alpha also (1,1)(-1,-1). These are pinch points you can always verify on exam day.

Symmetry pattern

  • Even exponent (α=2,4,\alpha = 2, 4, \ldots): f(x)=f(x)f(-x) = f(x) → graph is symmetric about the yy-axis.
  • Odd exponent (α=1,3,\alpha = 1, 3, \ldots): f(x)=f(x)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\mathbb{R}?" — y=x3y = x^{3} is the only one among the five canonical cases that is strictly increasing on all of R\mathbb{R} and has point symmetry about the origin.

Growth comparison for x>1x > 1 vs 0<x<10 < x < 1

For x>1x > 1 and positive exponents: larger exponent → faster growth. So x3>x2>xx^{3} > x^{2} > x when x>1x > 1.

⚠️ Trap: the order reverses on (0,1)(0,1). If 0<x<10 < x < 1, then x3<x2<xx^{3} < x^{2} < 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,+)(0, +\infty)?

(A) y=x2y = x^{2}   (B) y=x1y = x^{-1}   (C) y=x3y = x^{3}   (D) y=x1/2y = x^{1/2}

Solution.

Recall that f(x)=xαf(x) = x^{\alpha} is decreasing on (0,)(0,\infty) when α<0\alpha < 0, because a larger denominator makes the fraction smaller.

  • y=x2y = x^{2}: α=2>0\alpha = 2 > 0 → increasing on (0,)(0,\infty). ✗
  • y=x1=1xy = x^{-1} = \dfrac{1}{x}: α=1<0\alpha = -1 < 0 → as xx increases, 1x\dfrac{1}{x} decreases. ✓
  • y=x3y = x^{3}: α=3>0\alpha = 3 > 0 → increasing. ✗
  • y=x1/2y = x^{1/2}: α=12>0\alpha = \tfrac{1}{2} > 0 → increasing. ✗

B\boxed{B}


3.2 Exponential Functions 指数函数

An exponential function has the form
f(x)=ax,a>0, a1.f(x) = a^{x}, \quad a > 0,\ a \ne 1.
The base aa is fixed; the variable xx is the exponent. This is the opposite arrangement from a power function — compare x2x^{2} (power) with 2x2^{x} (exponential).

Key properties

Property a>1a > 1 0<a<10 < a < 1
Monotonicity Increasing on R\mathbb{R} Decreasing on R\mathbb{R}
As x+x \to +\infty f(x)+f(x) \to +\infty f(x)0+f(x) \to 0^{+}
As xx \to -\infty f(x)0+f(x) \to 0^{+} f(x)+f(x) \to +\infty
Fixed points Always through (0,1)(0,1) and (1,a)(1,a) Same
Domain R\mathbb{R} R\mathbb{R}
Range (0,+)(0, +\infty) — always positive (0,+)(0, +\infty)
Asymptote y=0y = 0 (horizontal) y=0y = 0 (horizontal)

⚠️ Trap: axa^{x} is never zero and never negative — its range is strictly (0,+)(0, +\infty). A common MCQ distractor offers (,+)(-\infty, +\infty) or [0,+)[0, +\infty) as the range; both are wrong.

The natural exponential exe^{x}

When a=e2.718a = e \approx 2.718, we write f(x)=exf(x) = e^{x}. Since e>1e > 1, it is increasing. You will also encounter exe^{x} in Unit 3 via natural logs.

🔑 Symmetry trick: the graphs of y=axy = a^{x} and y=(1a)x=axy = \left(\tfrac{1}{a}\right)^{x} = a^{-x} are reflections of each other in the yy-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.320.3^{-2} or 0.330.3^{-3}.

Solution.

Let f(x)=0.3xf(x) = 0.3^{x}. Base 0.3<10.3 < 1, so ff is decreasing in xx.

Since 2>3-2 > -3, and ff is decreasing, we get f(2)<f(3)f(-2) < f(-3), i.e.
0.32<0.33.0.3^{-2} < 0.3^{-3}.

Sanity check: 0.32=10.0911.10.3^{-2} = \tfrac{1}{0.09} \approx 11.1 and 0.33=10.02737.00.3^{-3} = \tfrac{1}{0.027} \approx 37.0. ✓

0.32<0.33\boxed{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, a1, x>0.y = \log_{a} x \iff a^{y} = x, \quad a > 0,\ a \ne 1,\ x > 0.

Read "logax\log_{a} x" as "the power you raise aa to in order to get xx."

Key properties

Property a>1a > 1 0<a<10 < a < 1
Monotonicity Increasing Decreasing
Domain (0,+)(0, +\infty) (0,+)(0, +\infty)
Range R\mathbb{R} R\mathbb{R}
Fixed points (1,0)(1, 0) and (a,1)(a, 1) (1,0)(1, 0) and (a,1)(a, 1)
Asymptote x=0x = 0 (vertical) x=0x = 0 (vertical)

The domain is (0,+)(0, +\infty): you can never take the logarithm of zero or a negative number.

The three log laws 对数运算法则

loga(MN)=logaM+logaN(product rule)\log_{a}(MN) = \log_{a} M + \log_{a} N \tag{product rule}
loga ⁣(MN)=logaMlogaN(quotient rule)\log_{a}\!\left(\frac{M}{N}\right) = \log_{a} M - \log_{a} N \tag{quotient rule}
loga(Mp)=plogaM(power rule)\log_{a}(M^{p}) = p\,\log_{a} M \tag{power rule}

Change-of-base formula 换底公式

logab=logcblogca(any valid base c>0, c1).\log_{a} b = \frac{\log_{c} b}{\log_{c} a} \quad \text{(any valid base } c > 0,\ c \ne 1).

Most useful forms: logab=lnblna=lgblga\log_{a} b = \dfrac{\ln b}{\ln a} = \dfrac{\lg b}{\lg a}.

Reciprocal identity: logab=1logba\log_{a} b = \dfrac{1}{\log_{b} a}.

🔑 Sign of a log at a glance:

  • logax>0\log_{a} x > 0 when a>1,x>1a > 1, x > 1 OR when 0<a<1,0<x<10 < a < 1, 0 < x < 1
  • logax<0\log_{a} x < 0 when a>1,0<x<1a > 1, 0 < x < 1 OR when 0<a<1,x>10 < a < 1, x > 1
  • loga1=0\log_{a} 1 = 0 always (since a0=1a^{0} = 1 for any valid base).

⚠️ Trap: there is no log law for a sum. loga(M+N)logaM+logaN\log_{a}(M + N) \ne \log_{a} M + \log_{a} N. This is one of the most common errors on CSCA.

Worked Example 3.3.A

Simplify without a calculator: log432log42\dfrac{\log_{4} 32}{\log_{4} 2}.

Solution. Recognise the pattern: logaMlogaN=logNM\dfrac{\log_{a} M}{\log_{a} N} = \log_{N} M (change-of-base in reverse).

log432log42=log232=log225=5.\frac{\log_{4} 32}{\log_{4} 2} = \log_{2} 32 = \log_{2} 2^{5} = 5.

Verification using direct computation: 32=2532 = 2^{5}, so log432=log445/2=52\log_{4} 32 = \log_{4} 4^{5/2} = \tfrac{5}{2}; and log42=log441/2=12\log_{4} 2 = \log_{4} 4^{1/2} = \tfrac{1}{2}. Ratio: 5/21/2=5\dfrac{5/2}{1/2} = 5. ✓

5\boxed{5}


3.4 Quadratic Functions 二次函数

A quadratic function has the form
f(x)=ax2+bx+c,a0.f(x) = ax^{2} + bx + c, \quad a \ne 0.

Three equivalent forms

Form Formula Best for
Standard ax2+bx+cax^{2} + bx + c reading off yy-intercept cc
Vertex a(xh)2+ka(x - h)^{2} + k reading off vertex (h,k)(h,k) directly
Factored a(xr1)(xr2)a(x - r_{1})(x - r_{2}) reading off xx-intercepts r1,r2r_{1}, r_{2}

Completing the square converts standard form to vertex form:
ax2+bx+c=a ⁣(x+b2a)2+cb24a.ax^{2} + bx + c = a\!\left(x + \frac{b}{2a}\right)^{2} + c - \frac{b^{2}}{4a}.

The vertex is therefore (b2a, cb24a)\left(-\dfrac{b}{2a},\ c - \dfrac{b^{2}}{4a}\right).

The discriminant 判别式

Δ=b24ac.\Delta = b^{2} - 4ac.

Δ\Delta Real roots Graph behaviour
>0> 0 2 distinct real roots parabola crosses xx-axis twice
=0= 0 1 repeated real root parabola is tangent to xx-axis
<0< 0 no real roots parabola does not touch xx-axis

Opening direction and extrema

🔑 "a positive, arms up; a negative, arms down."

  • a>0a > 0: parabola opens upward — vertex is a minimum.
  • a<0a < 0: parabola opens downward — vertex is a maximum.

The axis of symmetry is the vertical line x=b2ax = -\dfrac{b}{2a}.

⚠️ Trap: "maximum value" and "maximum xx-value" are different. The maximum value of ff is the yy-coordinate of the vertex, k=f ⁣(b2a)k = f\!\left(-\tfrac{b}{2a}\right). Many students write the xx-coordinate instead.

Worked Example 3.4.A

The quadratic f(x)=2x2+8x5f(x) = -2x^{2} + 8x - 5 — find its vertex and maximum value.

Solution.

a=2a = -2, b=8b = 8, c=5c = -5.

Axis: x=82(2)=2x = -\dfrac{8}{2(-2)} = 2.

Maximum value:
f(2)=2(4)+8(2)5=8+165=3.f(2) = -2(4) + 8(2) - 5 = -8 + 16 - 5 = 3.

Using the vertex formula directly: k=cb24a=5644(2)=5+8=3k = c - \dfrac{b^{2}}{4a} = -5 - \dfrac{64}{4(-2)} = -5 + 8 = 3. ✓

Since a=2<0a = -2 < 0, the parabola opens downward, confirming this is indeed a maximum.

Vertex (2, 3),maximum value =3.\boxed{\text{Vertex } (2,\ 3),\quad \text{maximum value } = 3.}


3.5 Function Translations 函数图像变换

Given any "base" graph y=f(x)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)(x_{0}, y_{0})
Shift right by h>0h > 0 y=f(xh)y = f(x - h) (x0,y0)(x0+h, y0)(x_{0}, y_{0}) \to (x_{0}+h,\ y_{0})
Shift left by h>0h > 0 y=f(x+h)y = f(x + h) (x0,y0)(x0h, y0)(x_{0}, y_{0}) \to (x_{0}-h,\ y_{0})
Shift up by k>0k > 0 y=f(x)+ky = f(x) + k (x0,y0)(x0, y0+k)(x_{0}, y_{0}) \to (x_{0},\ y_{0}+k)
Shift down by k>0k > 0 y=f(x)ky = f(x) - k (x0,y0)(x0, y0k)(x_{0}, y_{0}) \to (x_{0},\ y_{0}-k)
Vertical stretch by A>1A > 1 y=Af(x)y = A\,f(x) yy-coordinate scaled by AA
Vertical compression 0<A<10 < A < 1 y=Af(x)y = A\,f(x) yy-coordinate scaled by AA
Reflect in xx-axis y=f(x)y = -f(x) y0y0y_{0} \to -y_{0}
Reflect in yy-axis y=f(x)y = f(-x) x0x0x_{0} \to -x_{0}

⚠️ Trap — horizontal shifts are counterintuitive. y=f(x3)y = f(x - 3) shifts the graph right by 3, not left. Reason: to produce the same output, xx must be 3 larger than before, so every point moves right. Substitute x=3x = 3 and you get the original f(0)f(0) — the graph anchors at a point further right.

🔑 Order when multiple transformations combine: work from the inside out.

  1. Horizontal shift (inside the argument)
  2. Horizontal scale/reflection (inside the argument)
  3. Vertical scale/reflection (outside)
  4. Vertical shift (outermost)

Symmetry via reflections

  • y=f(x)y = f(-x) is the reflection of y=f(x)y = f(x) in the yy-axis.
  • y=f(x)y = -f(x) is the reflection in the xx-axis.
  • y=f(x)y = -f(-x) is the point reflection through the origin (equivalent to 180° rotation).

Worked Example 3.5.A

Starting from y=log2xy = \log_{2} x, describe the steps needed to obtain y=log2(x+3)1y = \log_{2}(x + 3) - 1, and state the new vertical asymptote and xx-intercept.

Solution.

Identify changes:

  • xx replaced by x+3x + 3 (inside the log) → shift left by 3.
  • 1-1 added outside → shift down by 1.

Original vertical asymptote: x=0x = 0. After shifting left by 3: x=3x = -3.

xx-intercept (set y=0y = 0):
log2(x+3)1=0    log2(x+3)=1    x+3=21=2    x=1.\log_{2}(x + 3) - 1 = 0 \implies \log_{2}(x+3) = 1 \implies x + 3 = 2^{1} = 2 \implies x = -1.

Vertical asymptote: x=3;x-intercept: (1, 0).\boxed{\text{Vertical asymptote: } x = -3;\quad x\text{-intercept: } (-1,\ 0).}

Check: the original passes through (1,0)(1, 0). Shifting left by 3 moves this to (2,0)(-2, 0); shifting down by 1 moves it to (2,1)(-2, -1). The new xx-intercept is at x=1x = -1 (where y=0y = 0), consistent with our calculation. ✓


Try it! 自测练习

Q1. On the interval (0,1)(0, 1), which is larger: x2x^{2} or x3x^{3}? Justify your answer.

Q2. The graph of y=axy = a^{x} passes through the point (2,9)(2, 9). Find aa and state whether f(x)=axf(x) = a^{x} is increasing or decreasing.

Q3. Simplify without a calculator: log26log23+log28\log_{2} 6 - \log_{2} 3 + \log_{2} 8.

Q4. Find the vertex of f(x)=2x24x+5f(x) = 2x^{2} - 4x + 5 and state whether it is a maximum or minimum.

Q5. The graph of y=xy = \sqrt{x} is reflected in the yy-axis and then shifted up by 2. Write the equation of the resulting curve and state its domain.

Answers & explanations

Q1. x2>x3x^{2} > x^{3} on (0,1)(0,1). For 0<x<10 < x < 1, multiplying by x<1x < 1 makes a positive quantity smaller: x3=x2x<x21=x2x^{3} = x^{2} \cdot x < x^{2} \cdot 1 = x^{2}.

Q2. Substitute: a2=9    a=3a^{2} = 9 \implies a = 3 (taking positive root since a>0a > 0, a1a \ne 1). Since a=3>1a = 3 > 1, the function f(x)=3xf(x) = 3^{x} is increasing on R\mathbb{R}.

Q3.
log26log23+log28=log2 ⁣63+log28=log22+log223=1+3=4.\log_{2} 6 - \log_{2} 3 + \log_{2} 8 = \log_{2}\!\frac{6}{3} + \log_{2} 8 = \log_{2} 2 + \log_{2} 2^{3} = 1 + 3 = \boxed{4}.

Q4. a=2>0a = 2 > 0, so the parabola opens upward — the vertex is a minimum.
h=b2a=44=1,k=f(1)=2(1)4(1)+5=3.h = -\frac{b}{2a} = -\frac{-4}{4} = 1, \qquad k = f(1) = 2(1) - 4(1) + 5 = 3.
Vertex: (1,3)(1, 3). Minimum value is 33.

Q5. Start with y=xy = \sqrt{x}, domain [0,+)[0, +\infty).

  • Reflect in yy-axis: replace xx with x-xy=xy = \sqrt{-x}, domain (,0](-\infty, 0].
  • Shift up by 2: → y=x+2y = \sqrt{-x} + 2.

Equation: y=x+2y = \sqrt{-x} + 2, domain (, 0]\boxed{(-\infty,\ 0]}.


📌 Chapter summary

Topic Key skill
Power functions xαx^{\alpha} 5 canonical cases; order reverses on (0,1)(0,1); even/odd symmetry by exponent parity
Exponential axa^{x} a>1a>1: increasing; 0<a<10<a<1: decreasing; range always (0,+)(0,+\infty); asymptote y=0y=0
Logarithmic logax\log_{a}x Inverse of axa^{x}; domain (0,+)(0,+\infty); 3 log laws + change-of-base; loga1=0\log_{a}1=0 always
Quadratic ax2+bx+cax^{2}+bx+c Vertex at x=b/2ax=-b/2a; discriminant Δ=b24ac\Delta=b^{2}-4ac counts real roots; a>0a>0→min, a<0a<0→max
Graph transformations f(xh)f(x-h): right hh; f(x)+kf(x)+k: up kk; f(x)-f(x): flip over xx-axis; f(x)f(-x): flip over yy-axis

What's next → Unit 4 applies the graph-transformation skills from §3.5 directly to trigonometric functions: y=Asin(ωx+ϕ)+ky = A\sin(\omega x + \phi) + k is exactly the combination of vertical stretch, horizontal compression, horizontal shift, and vertical shift you practised here.