CH 2 - Functions
CH 2 - Functions
CH 2 - Functions
Functions
2.1 Overview
2.1.1 Introduction
Functions are one of the most
fundamental ideas in modern
mathematics. Concepts related
to functions have been devel-
oped over centuries by many
famous mathematicians, includ-
ing Leibniz, Euler and Fourier.
Defining a function on a basic
level allows for analysis of
situations that appear to be
complex but can often be mod-
elled by an equation or set of
equations. More thorough inves-
tigation can occur by looking at
derivatives and integrals of func-
tions using methods of calculus,
allowing for a deeper understand-
ing of the model or optimisation of processes. These concepts and skills are particularly important in numerous
careers including many engineering disciplines, medical research and computer science, where functions are
used to develop safer structures, evaluate drug efficacy and design, and optimise programs, among many other
uses. Functions are also used extensively in astrophysics to calculate trajectories for space travel! Calculating
timing and direction is vital for successful launches and re-entries of space shuttles. When exploring further
away from Earth, functions can be used to model gravitational slingshot manoeuvres around stars, planets
and moons, allowing us to reach further into the cosmos.
LEARNING SEQUENCE
2.1 Overview
2.2 Functions and relations
2.3 Function notation
2.4 Transformations of functions
2.5 Piece-wise functions
2.6 Review: exam practice
Fully worked solutions for this chapter are available in the Resources section of your eBookPLUS at
www.jacplus.com.au.
Interval notation
Interval notation is a convenient way to represent an interval using only the end values and indicating
whether those end values are included or excluded. When using interval notation, a rounded bracket is used
to indicate a value that is excluded and a square bracket is used to indicate a value that is included in the
interval. Recall that on a number line and on a Cartesian plane, excluded values are represented by an open
circle and included values by a closed circle.
If a and b are real numbers and a < b, then the following intervals are defined with an accompanying
number line:
a b x x
a b
x a x
a
x b x
b
x a b x
a b
CHAPTER 2 Functions 33
WORKED EXAMPLE 1
Describe each of the following subsets of the real numbers using interval notation.
a. b. c.
x x
–4 0 2 –3 0 5 x 0 1 3 5
THINK WRITE
a. The interval is x < 2 (2 is not included). a. (−∞, 2)
b. The interval is −3 ≤ x < 5 (−3 is included). b. [−3, 5)
c. The interval is both 1 ≤ x < 3 and x ≥ 5 (1 is c. [1, 3) ∪ [5, ∞)
included, 3 is not). The symbol ∪ indicates the
combination of the two intervals.
WORKED EXAMPLE 2
THINK WRITE
a. The interval is −2 < x ≤ 10 (−2 is not included, a.
10 is). –2 0 10 x
b. The interval is x ≥ 1 (1 is included). b.
0 1 x
2.2.2 Relations
A mathematical relation is any set of ordered pairs.
The ordered pairs may be listed or described by a rule or presented as a graph. Examples of relations could
include A = {(−2,4) , (1, 5) , (3,4)} where the ordered pairs have been listed; B = {(x, y) : y = 2x} where
the ordered pairs are described by a linear equation; and C = {(x, y) : y ≤ 2x} where the ordered pairs are
described by a linear inequation. These relations could be presented visually by being graphed on coordinate
axes. The graph of A would consist of three points, the graph of B would be a straight line and the graph of C
would be a closed half-plane. Relations can be continuous, where all values of a variable are possible within
a specified interval, or discrete, where only fixed values are permitted.
In a set of ordered pairs, the first value, or x-value, is referred to as the independent variable and the
second value, or y-value, is called the dependent variable. The possible x-values are defined first, then the
resulting y-values are found through substitution of these x-values into the rule that describes the relation. As
such, the values of y are dependent on the given x-values.
Sketch the graph representing each of the following relations and state whether each is discrete or
continuous.
a. y = x2 , where x ∈ {1, 2, 3, 4}
b. y = 2x + 1, where x ∈ R
THINK WRITE
a. 1. Use the rule to calculate y and state the ordered a. When x = 1, y = 12
pairs by letting x = 1, 2, 3 and 4. =1 (1, 1)
x = 2, y = 22
= 4 (2, 4)
x = 3, y = 32
=9 (3, 9)
x = 4, y = 42
= 16 (4, 16)
3. Do not join the points as x is a discrete variable It is a discrete relation as x can be only
(whole numbers only). whole number values.
b. 1. Use the rule to calculate y. Select values of x, say b. When x = 0, y = 2 (0) + 1
x = 0, 1 and 2 (or find the intercepts). State the = 1 (0, 1)
ordered pairs. x = 1, y = 2 (1) + 1
= 3 (1, 3)
x = 2, y = 2 (2) + 1
= 5 (2, 5)
2. Plot the points (0, 1) , (1, 3) and (2, 5) on a set of y y = 2x + 1
5 (2, 5)
axes.
4
3 (1, 3)
2
1 (0, 1)
x
–2 –1 –10 1 2
–2
–3
3. Join the points with a straight line, continuing in It is a continuous relation as x can be
both directions as x is a continuous variable (any any real number.
real number).
CHAPTER 2 Functions 35
TI | THINK WRITE CASIO | THINK WRITE
a.1. In a Lists & Spreadsheet a.1. On a Table screen,
page, label the first complete the entry line
column as x and the for Y1 as:
second column as y. Y1 = x2
Enter the values 1–4 in then press EXE.
the first column.
0 x
One-to-many relations
A one-to-many relation exists if for any x-value there is more than one y-value, but for any y-value there is
only one x-value. Examples are:
a. {(1, 1), (1, 2), (2, 3), (3, 4)} b. y
0 x
Many-to-one relations
A many-to-one relation exists if there is more than one x-value for any y-value but for any x-value there is
only one y-value. Examples are:
a. {(−1, 1), (0, 1), (1, 2)} b. y
0 x
Many-to-many relations
A many-to-many relation exists if there is more than one x-value for any y-value and vice versa. Examples
are:
a. {(0, −1), (0, 1), (1, 0), (−1, 0)} b. y y
0 x 0 x
2.2.3 Functions
Relations which are one-to-one or many-to-one are called functions. That is, a function is a relation where
for any x-value there is only one y-value.
CHAPTER 2 Functions 37
there is only one intersection between this line and the graph for each possible x-value, then the graph is a
function. If the line can be placed such that it intersects the graph more than once, while remaining parallel
to the y-axis, then the graph does not represent a function. All polynomial relations are functions.
A horizontal line test, parallel to the x-axis, can be applied in a similar way to classify the type of the
relation.
y y
0 x 0 x
y y
0 x 0 x
Notice that the first two graphs above pass the vertical line test (shown in pink), while the bottom two
graphs do not. All four graphs are relations, but only the top two are functions. The horizontal line test
(shown in green) has been applied to classify the type of relation.
WORKED EXAMPLE 4
(0, 18)
(–3, 0) (1, 0) (6, 0)
0 x
2. Use the horizontal line test A horizontal line cuts the graph in more than one place.
and the vertical line test to A vertical line cuts the graph exactly once. This is a
determine the type of relation. many-to-one relation.
3. State whether the relation is a y = (x + 3) (x − 1) (x − 6) is a many-to-one relation which is
function. a function.
b. 1. Look to see if there are points b. {(1, 3), (2, 4), (1, 5)} x = 1 is paired to both y = 3 and
with the same x- or y = 5. This is a one-to-many relation. It is not a function.
y-coordinates.
2. Alternatively, or as a check, y
5
plot the points and use the 4
horizontal and vertical line 3
tests. 2
1
0 x
1 2 3 4 5
one-to-many
A horizontal line cuts the graph exactly once.
A vertical line cuts the graph in more than one place. This is
a one-to-many relation.
CHAPTER 2 Functions 39
Exercise 2.2 Functions and relations
Technology free
1. WE1 Describe each of the following subsets of the real numbers using interval notation.
a. b.
–2 0 1 0 5
c. d.
–3 0 4 –1 0
e. f.
–5 –2 0 3 –3 0 1 2 4
0 1 2 3 4 x 0 1 2 3 4 x
C. y D. y
4 4
3 3
2 2
1 1
0 1 2 3 4 x 0 1 2 3 4 x
Cost of petrol (c/L) 168 167.1 166.5 164.9 167 168.5 170
{(0, 0), (1, 1), (2, 4), (3, 9)}
b.
y = −x2 , where x ∈ {−2, −1, 0, 1, 2}
c.
d. y = x − 2, where x ∈ R
e. y = 2x + 3, where x ∈ J
f. y = x2 + 2, where − 2 ≤ x ≤ 2 and x ∈ R
8. WE4 Classify each of the following relations as one-to-one, one-to-many, many-to-one or
many-to-many, and state whether each relation is a function or not.
a. y b. y c. y
0 x
0 x 0 x
d. y e. y f. y
0 x 0 x 0 x
9. Classify each of the following relations as one-to-one, one-to-many, many-to-one or many-to-many, and
state whether each relation is a function or not.
a. y b. y c. y
0 x 0 x
0 x
d. y e. y f. y
0 x
0 x 0 x
CHAPTER 2 Functions 41
10. Consider the relations below and state:
i. which are functions
ii. which are one-to-one functions.
a. y b. y c. y d. y
0 x 0 x
0 x 0 x
e. y f. y
0 x x
0
0 x
0 x 0 x
0 x
e. y f. y
0 x
0 x
0 x
C. y2 = x
D. y
0 x
Number of people
0 M T W T F 0 M T W T F
C. D.
Number of people
Number of people
0 M T W T F 0 M T W T F
t (min) 0 2 4 6 8
T (°C ) 80 64 54 48 44
n 0 1 2 3 4 5 6
CHAPTER 2 Functions 43
2.3 Function notation
2.3.1 Domain and range
A relation may be described by:
1. a listed set of ordered pairs
2. a graph or
3. a rule or formula that defines one variable quantity in terms of another.
The set of all first elements of a set of ordered pairs is known as the domain and the set of all second
elements of a set of ordered pairs is known as the range. Alternatively, the domain is the set of independent
(x) values and the range is the set of dependent (y) values.
If a relation is described by a rule, it should also specify the domain. For example:
1. the relation {(x, y) : y = 2x, x ∈ {1, 2, 3}} describes the set of ordered pairs {(1, 2), (2, 4), (3, 6)}
2. the domain is the set X = {1, 2, 3}, which is given
3. the range is the set Y = {2, 4, 6}, and can be found by applying the rule y = 2x to the domain values.
If the domain of a relation is not specifically stated, it is assumed to consist of all real numbers for which the
rule has meaning. This is referred to as the implied domain (or maximal domain) of a relation. For example:
1. {(x, y) : y = x3 } has the implied domain R.
√
2. {(x, y) : y = x } has the implied domain x ≥ 0, where x ∈ R, since the square root of a negative
number is an imaginary value.
The graph of any polynomial relation normally has a domain of R. For some practical situations, restrictions
have been placed on the values of the variables in some polynomial models. In these cases the polynomial
relation has been defined on a restricted domain. A restricted domain usually affects the range.
Set notation or interval notation should be used for domains and ranges.
WORKED EXAMPLE 5
For each of the following, state the domain and range, and whether the relation is a function or
not.
a. {(1, 4), (2, 0), (2, 3), (5, −1)} b. y
3
2
1
–4 –3 –2 –1 0 1 2 3 4 5 6 x
–1
–2
(3, –2)
–3
c. y d. {(x, y) ∶ y = 4 − x3 }
3
2
1
x
–4 –3 –2 –1 0 1 2 3 4
–1
–2
–3
THINK WRITE
a. 1. State the domain. a. {(1, 4), (2, 0), (2, 3), (5, −1)}
The domain is the set of x-values: {1, 2, 5}.
2. State the range. The range is the set of y-values: {−1, 0, 3, 4}.
WORKED EXAMPLE 6
For each relation√ given, sketch its graph and state the domain and range using interval notation.
a. { (x, y) : y = x − 1 } b. {(x, y) : y = x2 − 4, x ∈ [0, 4]}
THINK WRITE
a. 1.
√meaning for x ≥ 1 because if
The rule has a.
x < 1, y = negative number .
CHAPTER 2 Functions 45
2. Therefore, calculate the value of y when When x = 1, y = √0
x = 1, 2, 3, 4 and 5, and state the coordinate =0 (1, 0)
points. x = 2, y = √1
=1 (2, 1)
x = 3, y = √2 ( 3, √2 )
x = 4, y = √3 (4, √3 )
x = 5, y = √4
=2 (5, 2)
Pdf_Folio:46
3. The domain and range The domain is [0, 4] and the range 3. The domain and range The domain is [0, 4] and the
can be read from the is [–4, 12]. can be read from the range is [–4, 12].
graph. graph.
CHAPTER 2 Functions 47
Under the mapping, every x-value in the domain is mapped to its f(x) = x2 Ordered pairs
square, x → x2 . The range is the set of the images, or corresponding 5 5
y-values, of each x-value in the domain. For this example, the polyno- 4 4 (2, 4), (–2, 4)
mial function has a domain of R and a range of [0, ∞), since squared 3 3
numbers are not negative. Not all of the real numbers on the ynumber 2 2
line are elements of the range in this example. The set of all the available 1 1 (1, 1), (–1, 1)
y-values, whether used in the mapping or not, is called the codomain. 0 0 (0, 0)
–1 –1
Only the set of those y-values which are used for the mapping form the
–2 –2
range. For this example, the codomain is R and the range is a subset of –3 –3
the codomain since [0, ∞) ⊂ R. –4 –4
The mapping diagram also illustrates the many-to-one correspon- –5 –5
dence of the function defined by y = x2 .
x → x2
WORKED EXAMPLE 7
If f (x) = x2 − 3, find:
a. f (−2) b. f (a) c. f (2a) d. f (a + 1) .
THINK WRITE
a. 1.Write the rule. a. f (x) = x2 − 3
2. Substitute x = −2 into the rule. f (−2) = (−2)2 − 3
3. Simplify the expression if possible. =4−3
=1
b. 1. Write the rule. b. f (x) = x2 − 3
2. Substitute x = a into the rule. f (a) = a2 − 3
c. 1. Write the rule. c. f (x) = x2 − 3
2. Substitute x = 2a into the rule. f (2a) = (2a)2 − 3
3. Simplify the expression if possible. = 22 a2 − 3
= 4a2 − 3
d. 1.Write the rule. d. f (x) = x2 − 3
2. Substitute x = 2a + 1 into the rule. f (a + 1) = (a + 1)2 − 3
3. Simplify the expression if possible. f (a + 1) = a2 + 2a + 1 − 3
= a2 + 2a − 2
The domain of the function must always be specified when writing functions formally.
Pdf_Folio:48
WORKED EXAMPLE 8
THINK WRITE
a. 1. Use the given information to set up a system of a. f(x) = a + bx
simultaneous equations. f(1) = 4 ⇒ 4 = a + b × 1
∴ a + b = 4...............(1)
f(−1) = 6 ⇒ 6 = a + b × −1
∴ a − b = 6...............(2)
2. Solve the system of simultaneous equations to Equation (1) + equation (2)
obtain the values of a and b. 2a = 10
a=5
Substitute a = 5 into equation (1)
∴ b = −1
3 State the answer. a = 5, b = −1
f(x) = 5 − x
b. Substitute the given value of x. b. f(x) = 5 − x
f(0) = 5 − 0
=5
c. Substitute the rule for f(x) and solve the equation for x. c. f(x) = 0
5−x=0
∴x = 5
d. Write the expression for the image and then evaluate it. d. The image of −5 is f (−5).
f(x) = 5 − x
f(−5) = 5 − (−5)
= 10
The image is 10.
e. Change the name of the function and change the e. g : R+ → R, g(x) = 5 − x
domain.
Pdf_Folio:49
CHAPTER 2 Functions 49
Units 1 & 2 Area 2 Sequence 1 Concept 2
Technology free
1. MC The domain of the relation graphed at right is: y
4
A. [−4, 4]
B. (−4, 7)
C. [−1, 7] –1 0 3 7 x
D. (−4, 4)
–4
10 5
5 x
–5 –4 –3 –2 –1 0 1 2 3 4 5
x –5
0 1 2 3 4 5
–10
c. y (1, 8) d. y
8 4
6 2 (2, 2)
4
0 x
–2 –1 1 2
2 (–2, –2) –2
x –4
–3 –2 –1 0 1 2 3 4 5 6
–2
e. y f. y
10
5
0 3 x
x
–6 –5 –4 –3 –2 –1 0 1 2 3 4
–5
–10
CHAPTER 2 Functions 51
d.
Day Monday Tuesday Wednesday Thursday Friday
Cost($) 25 35 30 35 30
2.4.1 Dilations
A dilation from an axis either stretches or compresses a graph from that axis, depending on whether the
dilation factor is greater than 1 or between 0 and 1, respectively.
CHAPTER 2 Functions 53
2.4.3 Dilation from the y-axis by factor b
A dilation from the y-axis acts parallel to the x-axis, or in the y
x-direction.
The point (x, y) → (bx, y) when dilated by a factor b from the (x, y) (ax, y)
y-axis. To see the effect of this dilation, consider the graph of
y = x (x − 2) under a dilation of factor 2 from the y-axis. Choosing x
the key points, under this dilation: ax
(0, 0) → (0, 0) 0 x
WORKED EXAMPLE 9
(–2, 0) (3, 1)
0 x
Pdf_Folio:54
(0, 2)
(–1, 0)
2.4.4 Reflections
The point (x, y) becomes (x, −y) when reflected in the x-axis and (−x,y) when reflected in the y-axis.
y y
0 x 0 x
(x, –y)
CHAPTER 2 Functions 55
WORKED EXAMPLE 10
(–2, 0) (3, 1)
0 x
THINK WRITE
1. Identify the transformation required. y = f (−x)
This is a reflection in the y-axis of the
graph of y = f (x).
2. Find the image of each key point. Under this transformation,(x, y) → (−x, y)
(−2, 0) → (2, 0)
(0, 2) → (0, 2)
(3, 1) → (−3, 1)
3. Sketch the image. y
y = f(–x) y = f(x)
(0, 2)
(–3, 1) (3, 1)
(–2, 0) 0 (2, 0) x
2.4.5 Translations
Translations parallel to the x- and y-axis move graphs horizontally to the left or right and vertically up or
down, respectively.
Under a horizontal translation of c units to the left, the following effect is seen:
y = x2 → y = (x + c)2 ;
1 1
y= → y= ;
x x+c
√ √
y = x → y = x + c;
and so, for any function, y = f (x) → y = f (x + c).
WORKED EXAMPLE 11
THINK WRITE
1 Identify the transformation required. y = f(x + 1)
This is a horizontal translation 1 unit
to the left of the graph of y = f(x).
2 Find the image of each key point. Under this transformation:
(−2, 0) → (−3, 0)
(0, 2) → (−1, 2)
(3, 1) → (2, 1)
3 Sketch the image. y
y = f(x + 1) y = f(x)
(–1, 2) (0, 2)
(–2, 0)
CHAPTER 2 Functions 57
2.4.6 Combinations of transformations
The graph of y = af (b(x + c)) + d is the graph of y = f (x) under a set of transformations which are
identified as follows.
• a gives the dilation factor |a| from the x-axis, parallel to the y-axis.
• If a < 0, there is a reflection in the x-axis.
1
• b gives the dilation factor from the y-axis, parallel to the x-axis.
|b|
• If b < 0, there is a reflection in the y-axis.
• c gives the horizontal translation parallel to the x-axis.
• d gives the vertical translation parallel to the y-axis.
When applying transformations to y = f (x) to form the graph of y = af(b(x + c)) + d, the order of operations
can be important, so any dilation or reflection should be applied before any translation.
It is quite possible that more than one order or more than one set of transformations may achieve the same
image. For example, y = 4x2 could be considered a dilation of y = x2 by factor 4 from the x-axis or, as
1
y = (2x)2 , it’s also a dilation of y = x2 by a factor from the y-axis.
2
WORKED EXAMPLE 12
a. Describe the transformations applied to the graph of y = f (x) to obtain y = 4 − 2f (3x + 2).
√3
√3
b. Describe the transformations applied to the graph of y = x to obtain y = 6 − 2x .
THINK WRITE
Pdf_Folio:58
Technology free
Note: Questions 1– 5 relate to the following information.
Consider the function y = f (x) as shown.
y
y = f(x)
(0, 2)
(–2, 0) (3, 1)
0 x
x
1. WE9 For the graph of y = f(x) shown above, sketch the graph of y = f ( ) using the images of the
2
points (−2, 0), (0, 2), (3, 1).
1
2. For the graph of y = f(x) shown above, sketch the graph of y = f (x) using the images of the points
2
(−2, 0), (0, 2), (3, 1).
3. WE10 Consider again the graph given above. Sketch the graph of y = −f (x) using the images of the
CHAPTER 2 Functions 59
1 1
8. a. The graph of y = undergoes two transformations in the order: dilation of factor from the y-axis,
x 2
followed by a horizontal translation of 3 units to the left.
What is the equation of its image?
b. Describe the sequence of transformations that need to be applied to the image to undo the effect of
1
the transformations and revert to the graph of y = .
x
9. Identify the transformations that would be applied to the graph of y = x2 to obtain each of the
following graphs.
2
a. y = 3x2 b. y = −x2 c. y = x2 + 5 d. y = (x + 5)
10. Describe the transformations that have been applied to the graph of y = x3 to obtain each of the
following graphs.
x 3 3 3 3
a. y = ( ) b. y = (2x) + 1 c. y = (x − 4) − 4 d. y = (1 + 2x)
3
11. Give the √equation of the image of
i. y = x and
ii. y = x4 if their graphs are:
a. dilated by a factor 2 from the x-axis
b. dilated by a factor 2 from the y-axis
c. reflected in the x-axis and then translated 2
units vertically upwards
d. translated 2 units vertically upwards and then
reflected in the x-axis
e. reflected in the y-axis and then translated 2
units to the right
f. translated 2 units to the right and then
reflected in the y-axis.
12. Give the coordinates of the image of the point (3, −4) if it is:
a. translated 2 units to the left and 4 units down
b. reflected in the y-axis and then reflected in the x-axis
1
c. dilated by a factor from the x-axis parallel to the y-axis
5
1
d. dilated by a factor from the y-axis parallel to the x-axis.
5 1
13. a. .i. Give the equation of the image of y = after the two transformations are applied in the order
x
given: dilation by a factor 3 from the y-axis, then reflection in the y-axis.
ii. Reverse the order of the transformations and give the equation of the image.
1
b. .i. Give the equation of the image of y = 2 after the two transformations are applied in the order
x
given: dilation by a factor 3 from the x-axis, then vertical translation 6 units up.
ii. Reverse the order of the transformations and give the equation of the image.
14. The graph of y = f (x) is shown. y
On separate diagrams sketch the graphs y = f (x)
of the following.
a. y = f (x − 1) b. y = −f (x)
(−1, 0) (2, 0)
c. y = 2f (x) d. y = f (−x)
0 x
x
e. y = f ( ) f. y = f (x) + 2
2 (0, −1)
(1, −2)
Technology active
17. a. The function g : R → R, g (x) = x2 − 4 is reflected in the y-axis.
Describe its image.
1
Show that the image of the function f : R → R, f (x) = x 3 when it is
b.
reflected in the y-axis is the same as when√ it is reflected in the x-axis.
c. The function h : [−3, 3] → R, h (x) = 2 − 9 − x2 is reflected in the
x-axis. Describe its image. What single transformation when applied
to the image would return the curve back to its original position?
2
d. The graph of y = (x − 2) + 5 is reflected in both the x- and y-axis.
What is the nature, and the coordinates, of the turning
point of its image?
e. The graph of a relation is shifted vertically down 2 units, then reflected
in the y-axis. If the equation of its image is y2 = (x − 3), undo the
transformations to obtain the equation of the original graph.
f. A curve y = f (x) is dilated by a factor 2 from the x-axis, then vertically translated 1 unit up, then
reflected in the x-axis. After these three transformations have been applied, the equation of its image
is y = 6 (x − 2)3 − 1. Determine the equation of y = f (x). y (2, 0)
18. The graph of the function y = g (x) is given. y = g(x)
a. Sketch the graph of y = −g (2x). (0, 7)
b. Sketch the graph of y = g (2 − x).
c. For what values of c will all the x-intercepts of the graph
of y = g (x + c) be negative? (–4, 0) (–2, 0)
0 (4, 0) x
CHAPTER 2 Functions 61
2.5 Piece-wise functions
2.5.1 Piece-wise functions
A piece-wise function is one in which the rule may take a different form over different sections of its domain.
An example of a simple piece-wise function is one defined by the rule:
x, x≥0
y=
{−x, x < 0 .
Graphing this function would give a line with positive gradient to the right of the y-axis and a line with
negative gradient to the left of the y-axis.
This piece-wise function is continuous at x = 0 since both of its branches join, but that may not be the case
for all piece-wise functions. If the branches do not join, the function is not continuous for that value of x: it is
discontinuous at that point of its domain.
Sketching a piece-wise function is like sketching a set of
y
functions with restricted domains all on the same graph. Each
y = –x, x < 0 y = x, x ≥ 0
branch of the rule is valid only for part of the domain and,
if the branches do not join, it is important to indicate which
endpoints are included and which are excluded through the
use of open and closed circles.
As for any function, each x-value can only be paired to
exactly one y-value in a piece-wise function. To calculate the
(0, 0) x
corresponding y-value for a given value of x, the choice of
which branch of the rule to use depends on which section of
the domain the x-value belongs to.
WORKED EXAMPLE 13
A continuous piece-wise linear graph is constructed from the following linear graphs.
y = 2x + 1, x ≤ a
y = 4x − 1, x > a
a. By solving the equations simultaneously, find the point of intersection and hence state
the value of a.
b. Sketch the piece-wise linear graph.
THINK WRITE/DRAW
a. 1. Find the intersection point of the two a. y = 2x + 1
graphs by solving the equations y = 4x − 1
simultaneously. Solve by substitution:
2x + 1 = 4x − 1
2x − 2x + 1 = 4x − 2x − 1
1 = 2x − 1
1 + 1 = 2x − 1 + 1
2 = 2x
x=1
CHAPTER 2 Functions 63
TI | THINK WRITE CASIO | THINK WRITE
a.1. On a Calculator page, a.1. On an Equation screen,
press MENU, then select Simultaneous by
select: pressing F1.
3: Algebra
2: Solve System of
Linear Equations.
Complete the fields as:
Number of equations: 2 Select 2 unknowns by
Variables: x, y pressing F1.
then select OK.
Complete the entry line
as linSolve
y = 2x + 1
, {x, y}
({y = 4x − 1 )
then press ENTER.
2. The answer appears on The point of intersection is (1, 3), 2. Rearrange the given y = 2x + 1 ⇒ 2x − y = −1
the screen. so a = 1. equations into the form y = 4x − 1 ⇒ 4x − y = 1
ax + by = c.
Enter the coefficients
for x and y, and the
constant term, into the
matrix on the screen.
3. Select SOLVE by
pressing F1.
WORKED EXAMPLE 14
a. Evaluate:
i. f (−2)
ii. f (1)
iii. f (2).
b. Sketch the graph of y = f (x) and state the domain and range.
c. State any value of x for which the function is not continuous.
CHAPTER 2 Functions 65
THINK WRITE
x2 , x<1
a. Decide for each x-value which section of a. f (x) =
the domain it is in and calculate its image {−x, x ≥ 1
using the branch of the piece-wise i. f (−2): Since x = −2 lies in the domain section
function’s rule applicable to that section x < 1, use the rule f (x) = x2 .
of the domain. f (−2) = (−2)2
∴ f (−2) = 4
ii. f (1): Since x = 1 lies in the domain section x ≥ 1,
use the rule f (x) = −x.
∴ f (1) = −1
iii. f (2): Since x = 2 lies in the domain section x ≥ 1,
use the rule f (x) = −x.
∴ f (2) = −2
y = f(x)
0 x
–1 1 (1, –1)
–1
4. The answers appear on f (−2) = 4, f (1) = −1 and 4. The answers appear on f (−2) = 4, f (1) = −1 and
the screen. f (2) = −2 the screen. f (2) = −2
2. Draw the graph. When copying the graph from the 2. Draw the graph. When copying the graph from
screen, remember to use an open the screen, remember to use
circle at the point (1, 1) and a an open circle at the point
closed circle at (1, −1). (1, 1) and a closed circle at
(1, −1).
3. The domain and range The domain is R and the range is 3. The domain and range The domain is R and the range
can be read from the (−∞, −1] ∪ [0, ∞) can be read from the is (−∞, −1] ∪ [0, ∞)
graph. graph.
CHAPTER 2 Functions 67
2.5.2 Modelling with piece-wise functions
Mathematical modelling is the process by which a real-life situation or system is represented using mathe-
matical concepts, often in the form of a rule or equation. Sometimes scenarios must be simplified in order
to apply a rule at this level of study. In these scenarios, if the values of one variable are influenced by the
values of another variable, then the former is the dependent variable. An independent variable is a factor that
influences the dependent variable.
When applying modelling techniques to practical problems, the following process should be considered:
1. Consider if it is suitable to apply a mathematical model to the problem.
2. Identify the key variables and:
i. identify which is independent and which is dependent
ii. consider the natural restrictions that are placed on both in the situation given (e.g. time cannot be
negative in most cases).
3. Determine the formula or formulae that govern the relationship between key variables.
4. Sketch a graph if possible, considering any natural restrictions on the variables.
5. Use the known information to directly answer the questions being asked. Reflect the language from the
question in your worded responses where possible.
When using piece-wise functions to model practical problems, the domain of each function branch must
be stated, remembering that each x-value may only have one associated y-value across the whole piece-wise
function.
WORKED EXAMPLE 15
THINK WRITE/DRAW
a. The distance travelled depends on the time. a. Distance is the dependent variable.
b. 1. Determine which equation the question applies to. b. This question applies to Equation 1.
2. Look at the time interval for this equation. 0≤t≤2
3. Interpret the information. The group travelled for 2 hours.
Pdf_Folio:68
CHAPTER 2 Functions 69
Units 1 & 2 Area 2 Sequence 1 Concept 4
Technology free
1. MC Consider the following piece-wise function:
−x x < 1
f (x) =
{ x, x ≥ 1
a. The graph which correctly represents this function is:
A. y B. y
1 1
0 1 x 0 x
2 1 2
–1 –1
C. y D. y
1
1
0 x
1
0 x –1
1
–1
y = −3x − 3, x ≤ a
y = x + 1, x ≥ a
By solving the equations simultaneously, find the point of intersection and hence state the value of a.
a.
Sketch the piece-wise linear graph.
b.
3. Consider the following linear graphs that make up a piece-wise linear graph.
y = 2x − 3, x ≤ a
y = 3x − 4, a ≤ x ≤ b
y = 5x − 12, x ≥ b
a. Sketch the three linear graphs, for x 𝜖 R.
b. Determine the two point of intersection.
c. Using the points of intersection, find the values of a and b.
d. Sketch the piece-wise linear graph.
x2 + 1, x ≥ 0
4. a. Sketch the graph of the function g(x) =
{2 − x, x < 0
b. State the range of g.
c. Evaluate:
i. g(−1) ii. g(0) iii. g(1).
⎪4x + a, x < 1
⎧
6. Consider the function defined by f (x) = ⎨ 2
⎪ , 1≤x≤4
⎩x
Determine the value of a so the function will be continuous as x = 1.
a.
b. Explain whether the function is continuous x = 0.
7. A step graph is a special type of piece-wise function consisting of a series of horizontal line segments.
Write the equations that make up the step graph shown below.
y
6
5
4
3
2
1
x
–7 –6 –5 –4 –3 –2 –1 0 1 2 3 4 5 6 7
–1
–2
–3
–4
8. Specify the rule for the function represented by the graph on the right. y
9. WE15 The following two equations represent water being added to a water tank over 3 f (x)
15 hours, where w is the water in litres and t is the time in hours. 2
Equation 1: w = 25t, 0 ≤ t ≤ 5
1
Equation 2: w = 30t − 25, 5 ≤ t ≤ 15
a. Identify the dependent variable. x
b. Determine how many litres of water are in the tank after 5 hours. –2 –1 0 1
–1
c. i. At what rate is the water being added to the tank after 5 hours?
–2
ii. For how long is the water added to the tank at this rate?
d. Sketch a piece-wise graph to represent the water in the tank at any time, t, over the 15-hour period.
10. A car hire company charges a flat rate of $50 plus 75 cents per kilometre up to and including 150
kilometres. An equation to represent this cost, C, in dollars is given as C = 50 + ak, 0 ≤ k ≤ b, where
k is the distance travelled in kilometres.
a. Identify the independent variable.
b. Write the values of a and b.
The cost charged for distances over 150 kilometres is given by the equation C = 87.50 + 0.5k.
c. By solving the two equations simultaneously, find the point of intersection and hence show that the
graph will be continuous.
d. Sketch both equations on the same set of axes.
CHAPTER 2 Functions 71
11. The postage costs to send parcels from the Northern Territory to Sydney are shown in the following
table:
0 − 0.5 6.60
0.5 − 1 16.15
1−2 21.35
2−3 26.55
3−4 31.75
4−5 36.95
Where a parcel weight appears next to more than one cost, the higher price is applied.
a. Represent this information in a graph.
b. Pammie has two parcels to post to Sydney from the Northen Territory. One parcel weighs 450 g and
the other weighs 525 g. Is it cheaper to send the parcels individually or together? Justify your answer
using calculations.
12. Airline passengers are charged an excess for any luggage that weighs 20 kg or over. The following
graph shows these charges for luggage weighing over 20 kg.
y
100
90
80
70
Charge ($)
60
50
40
30
20
10
0 x
5 10 15 20 25 30 35 40 45 50
Luggage weight (kg)
How much excess would a passenger be charged for luggage that weighs 31 kg?
a.
b. How much excess would a passenger be charged for luggage that weighs 40 kg?
c. Nerada checks in her luggage and is charged $40. What is the maximum excess luggage she could
have without having to pay any more?
d. Hilda and Hanz have two pieces of luggage between them. One piece weighs 32 kg and the other
piece weighs 25 kg. Explain how they could minimise their excess luggage charges.
13. The growth of a small tree was recorded over 6 months. It was found that the tree’s growth could be
represented by three linear equations, where h is the height in centimetres and t is the time in months.
Equation 1: h = 2t + 20, 0 ≤ t ≤ a
Equation 2: h = t + 22, a ≤ t ≤ b
Equation 3: h = 3t + 12, b ≤ t ≤ c
Technology active
x3 , x<1
16. WE14 Consider the function for which f(x) =
{2, x≥1
a. Evaluate the following.
i. f (−2)
ii. f (1)
iii. f (2)
Sketch the graph of y = f (x) and state the domain and range.
b.
⎧ 1
⎪ , x<0
17. a. Sketch the graph of the function f(x) = ⎨ x
⎪
⎩x + 1, x ≥ 0
b. State the range of f.
CHAPTER 2 Functions 73
18. Stamp duty is a government tax on the purchase of items such as cars and houses. The table shows the
range of stamp duty charges for purchasing a car in South Australia.
0−1000 1%
a. Explain why the stamp duty costs for cars can be modelled by a piece-wise linear graph.
The stamp duty charge for a car purchased for $1000 or less can be expressed by the equation
S = 0.01P, where S is the stamp duty charge and P is the purchase price of the car for
0 ≤ P ≤ 1000. Similar equations can be used to express the charges for cars with higher prices.
Equation 1: S = 0.01P, 0 ≤ P ≤ 1000
Equation 2: S = 0.02P − 10, a < P ≤ b
Equation 3: S = 0.03P − c, 2000 < P ≤ d
Equation 4: S = fP − e, P > 3000
b. For equations 2, 3 and 4, determine the values of a, b, c, d, e and f.
c.Determine the points of intersections for the equations in part b.
d. Suki and Boris purchase a car and pay $45 in stamp duty. What price did they pay for their car?
–5 –1 0 1 4 x
A. [−5, −1] ∪ [0, 4] B. [−5, −1) ∪ [0, 4]
C. (−5, −1) ∪ (1, 4] D. [−5, −1) ∪ (1, 4]
2. MC The rule describing the relation shown in the graph is: y
8
A. y = 2x B. y = 2x, x ∈ {1, 2, 3, 4}
x 6
C. y = 2x, x ∈ N D. y =
2 4
2
0 1 2 3 4 x
3. State whether each of the following relations has discrete or continuous variables.
a. {(−4, 4), (−3, 2), (−2, 0), (−1, −2), (0, 0), (1, 2), (2, 4)}
b. The relation which shows the air pressure at any time of the day.
c. y d. y
0 x 0 x
0 x –2 0 2x
d. y e. y f. y
4 y = 1–x
0 x
–3 0 x
0 x
6. Identify the implied domains of the rational functions with the following rules.
Hint: It may be helpful to view the graphs of these functions using technology.
1
a. y =
16 − x2
2−x
b. y =
x2 + 3
7. A function f is defined as follows: f : [−2, a] → R, where f (x) = (x − 1)2 − 4.
a. Determine f(−2), f(−1), f(0), f(1), f(3).
b. If f (a) = 12, find the value of a.
c. Sketch the function f, labelling the graph appropriately.
d. From the graph or otherwise, state the:
i. domain of f (x)
ii. range of f (x).
8. Consider f : R → R, f (x) = x3 − x2 .
a. Determine the image of 2.
b. Use technology to sketch the graph of y = f (x).
c. State the domain and range of the function f.
d. What is the type of relation?
e. Give a restricted domain so that f is one-to-one and increasing.
9. MC For the function f ∶ [−2, 4] → R, f(x) = ax + b, f(0) = 1 and f(1 = 0). The image of −2 under the
mapping is:
A. −2 B. −1 C. 1 D. 3
√
10. MC The graph of y = x is translated 4 units upwards and then reflected in the y-axis. The equation of
its image √ is: √ √ √
A. y = − x + 4 B. y = −x + 4 C. y = − x − 4 D. y = −x − 4
CHAPTER 2 Functions 75
11. MC The graph of a function y = f(x) is shown in diagram (i) and is transformed in diagram (ii).
y y
y = f(x)
(–2, 6) (1, 6)
6 6
0 x x
–4 –2 2 –1 0 1 2
Complex familiar
You may choose to use technology to answer questions 17–20.
13. Define f (x) = x3 + lx2 + mx + n. Given f(3) = −25, f(5) = 49, f(7) = 243,
use technology to answer the following questions.
a. Calculate the constants l, m and n and hence state the rule for f (x).
b. What is the image of 1.2?
14. For the graph shown: y (3, 18)
18
a. state the domain and range
b. find the rule for x ∈ (−∞, −2)
c. find the rule for x ∈ (−2, 0)
d. find the rule for x ∈ [0, 3], given it is of the form y = ax2
e. determine the rule when x ≥ 3 4
f. describe the relation using piece-wise function notation of
⎧ –2 0 4 x
⎪..., ...
the form f(x) = ⎨..., ...
⎪
⎩..., ...
(0, 1) (0, 3)
(–1, 0) (1, 0)
0 x
0 x
(2, 0)
c. Determine the values of a and b so that the function with the rule
⎧
⎪a, x ∈ (−∞, −3]
⎨
f (x) = x + 2, x ∈ (−3, 3)
⎪
⎩b, x ∈ [3, ∞)
is continuous for x ∈ R; for these values, sketch the graph of y = f (x).
d. In an effort to reduce the time her children spend in
the shower, a mother introduced a penalty scheme
with fines to be paid from the children’s pocket
money according to the following:
If someone spends more than 5 minutes in the
shower, the fine in dollars is equal to the shower
time in minutes; if someone spends up to and
including 5 minutes in the shower, there is no
fine. If someone chooses not to shower at all, there
is a fine of $2 because that child won’t be nice to
be near.
Defining appropriate symbols, express the penalty scheme as a mathematical rule in piece-wise form
and sketch the graph which represents it.
16. The amount of money in a savings account over 12 months is shown in the following piece-wise graph,
where A is the amount of money in dollars and t is the time in months.
A
2000
1750
1500
1250
A ($)
1000
750
500
250
0 t
1 2 3 4 5 6 7 8 9 10 11 12
t (months)
CHAPTER 2 Functions 77
One of the linear graphs that make up the piece-wise linear graph is A = 2000 − 150t, 0 ≤ t ≤ a.
a. Determine the value of a.
b. The equation that intersects with A = 2000 − 150t is given by A = b − 50t. If the two equations
intersect at the point (4, 1400), show that b = 1600.
c. The third equation is given by the rule A = 4100 − 300t. By solving a pair of simultaneous
equations, determine the time interval for this equation.
d. Using an appropriate equation, determine the amount of money in the account at the end of the
12 months.
Complex unfamiliar
You may choose to use technology to answer questions 17–20.
17. a. A hat is thrown vertically into the air and at time t seconds its
height above the ground is given by the function h (t) = 10t − 5t2 .
Calculate how long it takes the hat to return to the ground and
hence state the domain and range of this function.
b. For part of its growth over a two-week period, the length of a
leaf at time t weeks is given by the function
l (t) = 0.5 + 0.2t3 , 0 ≤ t ≤ 2.
i. State the domain and determine the range of this function.
ii. Calculate how long it takes for the leaf to reach half the
length that it reaches by the end of the time period.
18. Jerri and Samantha have both entered a 10-km fun run for charity.
The distance travelled by Jerri can be modelled by the linear
equation d = 6t − 0.1, where d is the distance in km from
the starting point and t is time in hours.
a. Determine the time taken for Jerri to run the 10 kilometres.
Give your answer correct to the nearest minute.
b. In the context of this problem, explain the meaning of the d-intercept (y-intercept). The distance
Samantha is from the starting point at any time, t hours, can be modelled by the piece-wise linear
graph:
1
d = 4t, 0 ≤ t ≤
2
1
d = 8t − 2, ≤ t ≤ b
2
c. How far, in kilometres, did Samantha travel in the first 30 minutes? What was her speed during this
time?
d. i. Determine the value of b .
ii. Hence, show that Samantha crossed the finish line ahead of Jerri by 11 minutes.
e. By solving a pair of simultaneous equations, determine:
i. the time when Samantha passed Jerri on the run
ii. the distance from the starting point at which Samantha passed Jerri.
f. Construct two graphs on the same set of axes to represent the distances travelled by Jerri and
Samantha for the 10-km race.
0 x
Angle of arrival 4
i. Give a reason why this section of the path of the ray of light is not a function.
ii. Form a piece-wise rule with x in terms of y, which describes both the incoming and departing
paths of the ray of light for this section of its path.
CHAPTER 2 Functions 79
Answers d.
y
y=x–2
Continuous
Chapter 2 Functions
0 x
Exercise 2.2 Functions and relations 2
1. a. [−2, ∞) b. (−∞, 5)
c. (−3, 4] d. (−∞, −1]
–2
e. (−5, −2] ∪ [3, ∞) f. (−3, 1) ∪ (2, 4]
2. a. [−6, 2) b. (−9, −3) e. Discrete
y
7
–6 0 2 –9 –3 0 6
c. (−∞, 2] d. (1, 10] 5
4
3
0 2 01 10 2
1
e. (−∞, −2) ∪ [1, 3) f. [−8, 0) ∪ (2, 6] x
–2 –1 0 1 2
–2
–2 0 1 3 –8 0 2 6
f. Continuous
y
3. a. {x : − 4 ≤ x < 2} 6
= [−4, 2)
√
b. {y : − 1 < y < 3} 4
√ 2
(−1, 3 )
{x : x > 3} x
–2 –1 0
c.
1 2
(3, ∞)
8. a. one-to-many, not a function
d. {x : x ≤ −3}
b. many-to-one, function
(−∞, −3]
c. many-to-one, function
e. R or (−∞, ∞)
d. one-to-one, function
f. (−∞, 0) ∪ (0, ∞)
e. one-to-one, function
4. B f. many-to-one, function
5. A 9. a. many-to-many, not a function
6. D b. many-to-one, function
7. a. Discrete
c. one-to-one, function
170 d. many-to-one, function
e. many-to-many, not a function
f. many-to-one, function
Cost (c/L)
p 300 340 380 420 460 500 540 Domain R, Range R+ ∪ {0}, many-to-one
b. An answer is [2, ∞)
b. P ($)
10. a. i. f(0) = 1 ii. f(2) = 7
550
iii. f(−2) = −5 iv. f(5) = 16
500
b. i. g(0) = 2 ii. g(−3) = 1
450
iii. g(5) = 3 iv. g(−4) = 0
400
1
350 c. i. g(1) = 3 ii. g =2
300
(2)
250 1 1
iii. g − =6 iv. g − =9
200 ( 2) ( 5)
0 1 2 3 4 5 6 n d. i. f(0) = 9 ii. f(−2) = 1
c. The variables are discrete.
iii. f(1) = 16 iv. f(a) = a2 + 6a + 9
Only whole numbers of computers can be sold. 2
11. f(x) = x + 2x − 3
d. P = 300 + 40n
a. i. f(−2) = −3 ii. f(9) = 96
2 2
b. i. f(2a) = 4a + 4a − 3 ii. f(1 − a) = a − 4a
Exercise 2.3 Function notation 2
c. f(x + h) − f(x) = 2xh + h + 2h
1. C d. {x : x < −3} ∪ {x : x > 1}
2. B e. x = −5, x = 3
f. x = −4, x = 1
3. D
12. a. x = 3 b. x = ±3
4. A 1
c. x = d. x = 3 or x = 2
5. a. Domain is {0, 2, 3, 4}, range is {−1, 0, 3, 4}. This is a 3
function. e. x = −4 or x = 1 f. x = −1
b. The domain is R and range is (−∞, 4]. It is a function. 13. a. a=2
c. Domain is [0, 3], range is [0, 4]. This is a function. b=3
d. Domain is [−2, ∞), range is R. This is not a function. ⇒ f(x) = 2x + 3
6. a. Domain [0, 5], range [0, 15] 3
b. x = −
b. Domain [−4, 2) ∪ (2, ∞), range (−∞, 10) 2
c. f(−3) = −3
c. Domain [−3, 6], range [0, 8] d. g : (−∞, 0] → R, g(x) = 2x + 3
d. Domain [−2, 2], range [−4, 4]
14. D
e. Domain {3}, range R
2
f. Domain R, range R 15. f : [0, 7) → R, f(x) = x − 6x + 10
7. a. The relation in part a is one-to-one, part b is Domain is [0, 7), range is [1, 17).
many-to-one, part c is many-to-one, part d is 16. a. P = 4x + 6
one-to-many, part e is one-to-many and part f is b. Domain (1, 6], range (10, 30]
many-to-one.
17. a. y
b. The graphs of d and e are not of functions.
2
8. a. i. Domain = {3 , 4 , 5 , 6 , 7}
ii. Range = {8, 10, 12, 14, 16}
– 2 0 2 x
b. i. Domain = {1.1, 1.3, 1.5, 1.7}
Range = {2 ,1 8. ,1 6. ,1 4}
.
ii.
or = {1.4, 1.6, 1.8, 2}
c. i. Domain = {3 , 4 , 5 , 6} Domain = (−∞, ∞)
ii. Range = {110, 130, 150, 170} Range = (−∞, 2]
d. i. Domain = {M, Tu, W, Th, Fr}
ii. Range = {25, 30, 35}
CHAPTER 2 Functions 81
b. y c. x = 2
9 y = x3 + 1 d.
( ) 5
0, –
y
( )3 , 49
– —
1
x ∈ [–2, 2] 2 2 16
( )
–5 , 49
2 16
—
–2 0
–7
2 x
( ) 3
0, –
2
f
(2, 3) g
Domain = [−2, 2] 0 x
Range = [−7, 9] (–2, 0)
(6, 0)
c. y (–1, 0)
(5, 0)
y = x2 + 3x + 2 y = f(x) y = g(x)
2
The graph of function g has the same shape as the graph
of function f but g has horizontally translated 1 unit to
x the right.
–2 –1 0
d. y
4
(2, 0)
x
y=f –
2 ()
–2 –1 0 1 x
(3, 1) (6, 1)
(–4, 0) (–2, 0)
y = x2 – 4, x ∈ [–2, 1]
–3 0 x
–4
Domain = [−2, 1]
Range = [−4, 0]
e. y y = 2x – 5, x ∈ [–1, 4)
3 2.
y
–10 1 2 3 4 x y = f(x)
(0, 2)
–5
–7 (3, 1)
Domain = [−1, 4) 1 f(x)
(0, 1) y=–
Range = [−7, 3) (–2, 0) 2
f. y 0 x
y = 2x2 – x – 6
( ) 1
3, –
2
–2 –1 0 1 2 x
–6
Domain = (−∞, ∞) 3. y
−49
Range = ,∞
[ 8 ) y = f(x)
1 (0, 2)
or = −6 , ∞ 2
[ 8 )
4 x 4 x4
ii. a. y = 2x b. y = ( ) =
(3, –1) 2 16
4 4
c. y = −x + 2 d. y = −x − 2
(–2, –2) 4
e. y = (x − 2) f. y = (x + 2)4
12. a. (1, −8) b. (−3, 4)
4 3
c. −3, − d. , −4
( 5) (5 )
3 3
5. y 13. a. i. y = − ii. y = −
x x
3 3
b. i. y = +6 ii. y = + 18
x2 x2
(2, 3) y = f(x – 2) + 1
y = f(x)
14. a. y
(0, 2)
(5, 2)
y = f (x – 1)
(0, 1)
(3, 1)
(0, 0)
(–2, 0)
x 0 (1, –1) (3, 0) x
0
(2, –2)
b. y
2
6. a. y = −(x − 1) + 3 y = f (x) (1, 2)
b. y = −(x − 1)2 − 3, not the same as in part a.
(0, 1)
7. a. Dilation of factor 4 from the x-axis, dilation of factor 2 (2, 0)
from the y-axis, horizontal translation 2 units to the (–1, 0) 0 x
right and vertical translation 3 units upwards.
b. Reflection in y-axis, dilation of factor 4 from the y-axis
followed by horizontal translation 12 units to the right
or
Reflection in y-axis, dilation of factor 1 from the x-axis
2
c. y
followed by horizontal translation 12 units to the right.
1 y = 2 f (x)
8. a. y=
2(x + 3) (–1, 0) (2, 0)
b. Undoing the transformations requires the image to 0 x
undergo a horizontal translation 3 units to the right
followed by dilation of factor 2 from the y-axis. (0, –2)
9. a. dilation of factor 3 from the x-axis
b. reflection in the x-axis (1, – 4)
c. vertical translation of 5 units upwards
d. horizontal translation of 5 units to the left
10. a. dilation of factor 3 from the y-axis
1
b. dilation of factor from the y-axis followed by a
2
vertical translation of 1 unit upwards
CHAPTER 2 Functions 83
d. y c. The function h is the lower semicircle, centre (0, 0),
y = f (–x) radius 3. After reflection in the x-axis its image is the
(–2, 0) (1, 0) upper semicircle.
0 x To return the curve back to its original position, reflect
(0, –1) in the x-axis again.
(– 1, – 2) d. The image has a maximum turning point with
coordinates (−2, −5).
2 2
e. y = (x − 3) → y = (−x − 3) → (y − 2)2 = (−x − 3).
e. y The original equation was (y − 2)2 = −(x + 3).
(–2, 0)
x
y=f –
2 () f. y = −3(x − 2)3
0 (4, 0) x
(0, – 1) 18. a. y
(2, –2)
(–2, 0) (2, 0)
0 x
f. y
(–1, 0) y = –g(2x)
y = f(x) + 2
(–1, 2)
(0, 1) (2, 2)
(–2, 0)
0 x
(1, 0) (0, –7)
(1, –10)
15. a. a dilation of factor 2 from the x-axis followed by a
horizontal translation of 3 units to the left y
b.
b. a dilation of factor 6 from the x-axis followed by a
horizontal translation of 2 units to the right and a (0, 10)
vertical translation of 1 unit upwards
c. a dilation of factor 1 from the y-axis followed by a y = g(2 – x)
2
horizontal translation of 1 unit to the left
d. a reflection in the y-axis followed by a horizontal
translation of 3 units to the right
e. a reflection in the x-axis, a dilation of factor 1 from the
4
y-axis and then a vertical translation of 1 unit upwards (–2, 0)
5
4 20
3
2
1 15
–3 –2 –1 0 1 2 3 x
10
–4 5
–5
b. x = −2 and x = 2
c. (−∞, 0] ∪ (4, ∞) 0 x
1 2 3 4 5
d. i. f(−3) = −5 ii. f(−2) = 0 Weight (kg)
iii. f(1) = −3 iv. f(2) = 0
b. Individually: 450 g costs $6.60, 525 g costs $16.15, total
v. f(5) = 7
cost = $22.75 together total weight = 450 + 525 = 975
6. a. a = −2
costs $16.15 to send
b. x = 0 lies in the domain for which the rule is the linear It is cheaper to post them together ($16.15 together vs
function y = 4x + a so the graph will be continuous at $22.75 individually).
this point.
12. a. $65
7. y = 1, 1≤x≤1 b. $100
y = 2.5, 1<x<2 c. 10 kg
y = 3, 2≤x≤4 d. 32 - kg charge = $65, 25- kg charge = $40, total = $105.
x+2 x≤0 Place 2−3 kg from the 32 - kg bag in the 25-kg bag,
8. f(x) =
{2x + 1 x > 0 32 − 3 = 29 kg. 25 + 3 = 28 kg, charge for each is
9. a. water $40, total= $80.
b. 125 L
c. i. 30 L/h ii. 10 hours
CHAPTER 2 Functions 85
13. a. i. a = 2 ii. b = 5 18. a. There is a change in the rate for different x-values
b. The data is only recorded over 6 months. (i.e. car prices).
c. 5 ≤ t ≤ 6 (between 5 and 6 months) b. a = 1000, b = 2000, c = 30, d = 3000, e = 60, f = 0.04
c. (1000, 10), (2000, 30) and (3000, 60)
d. h
30 d. $2500
(2, 24)
25 (5, 27)
2.6 Review: exam practice
Height (cm)
20
Simple familiar
15 1. D
10 2. B
3. a. Discrete b. Continuous c. Continuous
5 d. Discrete e. Discrete f. Continuous
4. a. Not a function
0 t
1 2 3 4 5 6 b. Function
Time (months) Domain = {−3, −1, 0, 1, 2}
Range = {−2, −1, 1, 3}
14. a. T = 18 + 18.2t, 0 ≤ t ≤ 10
c. Function
b. i. a = 10, b = 30
Domain = R
ii. a is the time the oven first reaches 200 °C and b is
Range={2}
the time at which the bread stops being cooked.
−14 d. Not a function
c. m = , d = 30, e = 60 e. Function
3
m is the change in temperature for each minute in the Domain = R
oven. Range = R
d. T (10, 200) (30, 200) f. Not a function
200
5. a. Domain = R
180
160 Range = (0, ∞) or R±
Temperature (°C)
(– 2, 5)
(3, 0)
Domain R; range (−∞, 1) ∪ {2} (–1, 0)
–2 0 1 5 x
17. a. y f (x)
2
1 (0, –3)
01 2 x –4 (1, – 4)
–2 –1
d. i. Domain [−2, 5] ii. Range [−4, 12]
8. a. The image of 2 is 4.
b. Range of f = (−∞, 0) ∪ [1, ∞)
y = f (x)
(0, 2)
f (–2, 0)
0 x
(–3, –1)
(0, 0)
0 (1, 0) x
x ∈ [3, 4]
8
x + 1, x≤0 7
15. a. y =
{−x + 1, x>0 6
(0.95, 5.6)
5
3, x<2 4
b. y =
{3x − 6, x≥2 3
2 (0.5, 2)
1
0 t
0.4 0.8 1.2 1.6 2
Time (hours)
Pdf_Folio:87
CHAPTER 2 Functions 87
19. a. i. y iv. y
(–3, 21)
y = f(x + 3) (–6, 21)
(
y = f 4 + 2x
–
3 )
( )
3, 0
––
2 ( )
9, 0
–
2
(0, 0) (4, 0) 0 x
( )
0 x (0, –3) 3 , –4
(2, –4) –
2
ii. y v. y
(5, 0)
(0, 21) x
y = f(–x)
(3, –2) (7, –2)
(–5, –4)
b. h < −7
20. a. i. 45°
iii. y ii. y = x − 2
2 − x, x < 2
iii. y =
{ x − 2, x ≥ 2
b. i. As a vertical line can cut the graph in more than one
(0, 21)
place, this section of the path of the ray of light is
not a function. It is one-to-many.
( ) ( )
3, 0
–
2
7, 0
–
2
y = f(2x)
ii. x =
y + 2, 0 < y < 2
{ 6 − y, y ≥ 2
0 x
( )
5 , –4
–
2