CHAPTER 7 · PDF fileP1: FXS/ABE P2: FXS 0521842344c07.xml CUAT030-EVANS August 27, 2008 5:52...

22
C H A P T E R 7 Functions revisited Objectives To define sums and products of functions and graph these new functions. To define composite functions and graph these new functions. To understand and find inverse functions and relations. To be able to recognise the general form of possible models of data. To apply a knowledge of functions to solving problems. 7.1 Operations on functions In the previous six chapters, families of functions have been introduced and compositions and inverses have been considered. In this section, we revisit these concepts with all the functions of Mathematical Methods (CAS) at our disposal. Example 1 For g(x) =|x| and f (x ) = sin x: a Find the rules for f g(x) and g f (x ) b Sketch the graphs of y = f g(x) and y = g f (x ) for x [2,2] and state the range of each of these composite functions. Solution a f g(x ) = f (g(x )) = f (|x |) = sin (|x |) g f (x ) = g( f (x )) = g(sin x ) =|sin x | b x y –4 –6 –2 –0.5 0.5 2 4 Range = [–1, 1] y = sin (| x |) 6 0 y = |sin x| Range = [0, 1] 0.2 0 0.4 0.6 0.8 x y 260 Cambridge University Press • Uncorrected Sample Pages • 2008 © Evans, Lipson, Jones, Avery, TI-Nspire & Casio ClassPad material prepared in collaboration with Jan Honnens & David Hibbard SAMPLE

Transcript of CHAPTER 7 · PDF fileP1: FXS/ABE P2: FXS 0521842344c07.xml CUAT030-EVANS August 27, 2008 5:52...

P1: FXS/ABE P2: FXS

0521842344c07.xml CUAT030-EVANS August 27, 2008 5:52

C H A P T E R

7Functions revisited

ObjectivesTo define sums and products of functions and graph these new functions.

To define composite functions and graph these new functions.

To understand and find inverse functions and relations.

To be able to recognise the general form of possible models of data.

To apply a knowledge of functions to solving problems.

7.1 Operations on functionsIn the previous six chapters, families of functions have been introduced and compositions and

inverses have been considered. In this section, we revisit these concepts with all the functions

of Mathematical Methods (CAS) at our disposal.

Example 1

For g(x) = |x| and f (x) = sin x:

a Find the rules for f ◦ g(x) and g ◦ f (x)

b Sketch the graphs of y = f ◦ g(x) and y = g ◦ f (x) for x ∈ [−2�, 2�] and state the range of

each of these composite functions.

Solution

a f ◦ g(x) = f (g(x)) = f (|x |) = sin (|x |)g ◦ f (x) = g( f (x)) = g(sin x) = |sin x |

b

x

y

–4–6 –2–0.5

0.5

2 4

Range = [–1, 1]

y = sin (|x |)

60

y = |sin x|

Range = [0, 1]

0.2

0

0.4

0.6

0.8

x

y

260Cambridge University Press • Uncorrected Sample Pages • 2008 © Evans, Lipson, Jones, Avery, TI-Nspire & Casio ClassPad material prepared in collaboration with Jan Honnens & David Hibbard

SAMPLE

P1: FXS/ABE P2: FXS

0521842344c07.xml CUAT030-EVANS August 27, 2008 5:52

Chapter 7 — Functions revisited 261

Using the TI-NspireDefine g(x) = abs(x) and f (x) = sin(x)

by using define from the Actions menu

(b 1 1).

Enter f (g(x)) and g( f (x)) as shown.

Open a Graphs & Geometry application

(c 2) and let f 1(x) = f (g(x)) and

f 2(x) = g( f (x)).

Select an appropriate window setting (b

4 1).

The graph of f (g (x)) is shown.

Using the Casio ClassPadDefine g(x) = abs(x) and f (x) = sin x using

Interactive > Define.

Note that although there is a function b in the

b menu for entering absolute value, this

cannot be used within the Define box and you

must type abs(x).

Enter f (g(x)) and g( f (x)) to find f ◦g(x) and

g ◦ f (x).

Cambridge University Press • Uncorrected Sample Pages • 2008 © Evans, Lipson, Jones, Avery, TI-Nspire & Casio ClassPad material prepared in collaboration with Jan Honnens & David Hibbard

SAMPLE

P1: FXS/ABE P2: FXS

0521842344c07.xml CUAT030-EVANS August 27, 2008 5:52

262 Essential Mathematical Methods 3 & 4 CAS

Enter f (g(x)) and g( f (x)) into line y1 = and

y2 = in the menu. Tick the box for the

graph you want and tap to produce the

graph. The screen shows f (g(x)).

Example 2

For g(x) = |x| and f (x) = loge x:

a State the maximal domain for g for f ◦ g to exist and the maximal domain for f for g ◦ f to

exist.

b Find the rules for f ◦ g(x) and g ◦ f (x)

c Sketch the graphs of y = f ◦ g(x) and y = g ◦ f (x)

Solution

a For f ◦ g to exist the range of g must be a subset of the domain of f. The maximal

domain of f is R+ and hence f ◦ g is defined for x ∈ R\{0}, i.e. the maximal

domain of f ◦ g is R\{0}. For g ◦ f to exist the range of f must be a subset of the

domain of g. The maximal domain of g is R and hence g ◦ f is defined for x ∈ R+,

i.e. the maximal domain of g ◦ f is R+.

b f ◦ g(x) = f (g(x)) = f (|x |) = loge |x |g ◦ f (x) = g( f (x)) = g(loge x) = | loge x |

c

x

y

0 (1, 0)

0.5

1.5

1

2y = |loge x|

x

y

–1.5–2 0.5 1 2

2y = loge |x|

1

–1

–2

1.5–1 –0.5 0

It is sometimes useful to be able to express a given function as a composition of

two functions. This will be seen for differentiation in Chapter 9.

Cambridge University Press • Uncorrected Sample Pages • 2008 © Evans, Lipson, Jones, Avery, TI-Nspire & Casio ClassPad material prepared in collaboration with Jan Honnens & David Hibbard

SAMPLE

P1: FXS/ABE P2: FXS

0521842344c07.xml CUAT030-EVANS August 27, 2008 5:52

Chapter 7 — Functions revisited 263

Example 3

Express each of the following as the composition of two functions:

a h(x) = ex 2b h(x) = sin |x| c h(x) = (x2 − 2)n where n is a natural number

Solution

a h(x) = ex2

Choose f (x) = ex and g(x) = x2

Then h(x) = f ◦ g(x)

b h(x) = sin |x|Choose f (x) = sin x and g(x) = |x|

Then h(x) = f ◦ g(x)

c h(x) = (x2 − 2)n where n is a natural number

Choose f (x) = xn and g(x) = x2 − 2

Then h(x) = f ◦ g(x)

This is not the only possible choice of functions, but the ‘natural’ choice is made.

Example 4

Let f (x) = e2x and g(x) = 1√x

for x ∈ R+.

Find f −1, g−1, f ◦ g, g ◦ f, (f ◦ g)−1, (g ◦ f )−1, f −1o g−1 and g−1o f −1

Solution

f −1(x) = 1

2loge x, x ∈ R+

g−1(x) = 1

x2, x ∈ R+

f ◦ g(x) = f

(1√x

)= e2x

−12 = e

2√x , x ∈ R+

g ◦ f (x) = g(e2x) = 1

ex= e−x, x ∈ R

For (f ◦ g)−1, let x = e2√y

Then loge x = 2√y

and y =(

2

loge(x)

)2

(f ◦ g)−1(x) =(

2

loge(x)

)2, x ∈ R+

g−1o f −1(x) = g−1

(1

2loge x

)

=(

2

loge(x)

)2

, x ∈ R+

For (g ◦ f )−1, let x = 1

eyand y = −loge x

(g ◦ f )−1(x) = −loge x, x ∈ R+f −1o g−1(x) = f −1

(1

x2

)

=1

2loge

1

x2

= −loge x, x ∈ R+

Note that (g ◦ f )−1(x) = f −1o g−1(x) and (f ◦ g)−1(x) = g−1o f −1(x)

Exercise 7A

1 For each of the following, where g(x) = |x|:i Find the rules f ◦ g(x) and g ◦ f (x)

Cambridge University Press • Uncorrected Sample Pages • 2008 © Evans, Lipson, Jones, Avery, TI-Nspire & Casio ClassPad material prepared in collaboration with Jan Honnens & David Hibbard

SAMPLE

P1: FXS/ABE P2: FXS

0521842344c07.xml CUAT030-EVANS August 27, 2008 5:52

264 Essential Mathematical Methods 3 & 4 CAS

ii Find the range of y = f ◦ g(x) and y = g ◦ f (x) (and state the maximal domain for

each of the composite functions to exist).

a f (x) = 3 sin 2x b f (x) = −2 cos 2x c f (x) = ex

d f (x) = e2x − 1 e f (x) = −2ex − 1 f f (x) = loge 2x

g f (x) = loge (x − 1) h f (x) = −loge x

2 Express each of the following as the composition of two functions:

a h(x) = ex3b h(x) = cos |2x|

c h(x) = (x2 − 2x)n where n is a natural number d h(x) = cos (x2)

e h(x) = cos2 x f h(x) = (x2 − 1)4 g h(x) = loge x2

h h(x) = |cos 2x| i h(x) = (x2 − 2x)3 − 2(x2 − 2x)

3 The functions f and g are defined by f: R → R, f (x) = e4x and g: R +→ R, g(x) = 2√

x

Find each of the following:

a g ◦ f (x) b (g ◦ f )−1(x) c f ◦ g−1(x)

4 The functions f and g are defined by f: R → R, f (x) = e−2x and g: R → R, g(x) = x3 + 1

a Find the inverse function of each of these functions.

b Find the rules f ◦ g(x) and g ◦ f (x) and state the range of each of these composite

functions.

5 The function f is defined by f: (−1, ∞) → R, f (x) = 1

x + 1a Find f −1. b Solve the equation f (x) = f −1(x) for x.

6 The functions f and g are defined by f: (−1, ∞) → R, f (x) = loge (x + 1) and

g: (−1, ∞) → R, g(x) = x2 + 2x

a Define f −1 and g−1, giving their rules and domains.

b Find the rule for f ◦ g(x)

7 The functions f and g are defined by f: (0, ∞) → R, f (x) = loge x and g: (0, ∞) → R,

g(x) = 1

x. Find f ◦ g(x) and simplify f (x) + f ◦ g(x)

8 The functions g and h are defined by g: R → R, g(x) = 5x2+ 3 and h: [3, ∞) → R,

h(x) =√

x − 3

5. Find h(g(x)).

9 For f (x) = (x − 4)(x −6) and g(x) = x2 − 4:

a Find f (g(x)) and g( f (x)) b Solve the equation g( f (x)) − f (g(x)) = 158 for x.

10 For f (x) = 4 − x2, solve the equation f ( f (x)) = 0 for x.

11 For f (x) = ex − e−x, show that:

a f (−x) = − f (x) b [ f (x)]3 = f (3x) − 3 f (x)

12 Let g: R → R, loge g(x) = ax + b. Given that g(0) = 1 and g(1) = e6, find a and b and

hence g(x).

Cambridge University Press • Uncorrected Sample Pages • 2008 © Evans, Lipson, Jones, Avery, TI-Nspire & Casio ClassPad material prepared in collaboration with Jan Honnens & David Hibbard

SAMPLE

P1: FXS/ABE P2: FXS

0521842344c07.xml CUAT030-EVANS August 27, 2008 5:52

Chapter 7 — Functions revisited 265

7.2 Inverse relationsIn Chapter 1, we showed that for one-to-one functions an inverse function can be found. In

fact, the inverse of any relation may be defined. The inverse relation is not a function, however,

unless the initial relation is a one-to-one function.

Recall that a relation S is a set of ordered pairs. If the set S is described as {(a, b)}, i.e.

S = {(a, b)}, then the inverse relation T is described as {(b, a) : (a, b) ∈ S}.

For the relation

{(1, 2), (1, 3), (4, 2), (4, 3), (1, 5)}the inverse relation is

{(2, 1), (3, 1), (2, 4), (3, 4), (5, 1)}In general the inverse relation can be found by reversing the first and second coordinates.

For example, the function f: R → R, f (x) = x2 can be written as {(x, y): y = x2}.The inverse relation is {(x, y): x = y2}.

The function f: R → R, f (x) = x2 + 2 can be written as {(x, y): y = x2 + 2}, and the inverse

relation is {(x, y): x = y2 + 2}.

The relation {(x, y): x2 + y2 = 4} has inverse {(x, y): y2 + x2 = 4}, which is the same set.

The relation {(x, y): y = ±√x} has inverse {(x, y): x = ±√

y}, which is equal to

{(x, y): y = x2}.

The functions of the families

f (x) = A(x + b)2 + B A, B, b ∈ R, A �= 0

g(x) = A

(x + b)2+ B A, B, b ∈ R, A �= 0

h(x) = A|x + b| + B A, B, b ∈ R, A �= 0

are many-to-one functions and therefore the corresponding inverse relations are not functions.

Example 5

Find the inverse relation of the function f (x) = 4(x + 1)2 and sketch the graph of both

relations on the one set of axes.

Cambridge University Press • Uncorrected Sample Pages • 2008 © Evans, Lipson, Jones, Avery, TI-Nspire & Casio ClassPad material prepared in collaboration with Jan Honnens & David Hibbard

SAMPLE

P1: FXS/ABE P2: FXS

0521842344c07.xml CUAT030-EVANS August 27, 2008 5:52

266 Essential Mathematical Methods 3 & 4 CAS

Solution

Consider x = 4(y + 1)2

Solving for y:x

4= (y + 1)2

∴ y + 1 = ±√

x

4

and y = −1 ±√

x

4x

y

(0, 4)

(4, 0)

0(–1, 0)

(0, –1)

y = x

The inverse relation is:{(x, y): y = −1 ± 1

2

√x

}

The graphs of the original function and its inverse relation do not meet.

If the function f is restricted to form a new function

f ∗: [−1, ∞) → R, f ∗(x) = 4(x + 1)2

f ∗is a one-to-one function and therefore the inverse is also a function.

Example 6

Find the inverse of the function h(x) = e|x|

Solution

The function is not one-to-one. The range of h(x) = e|x|

is [1, ∞). The domain of the inverse is [1, ∞).

Let y = e|x|. Consider x = e|y|

Therefore loge x = |y| and y = ± loge x for x ≥ 1

Example 7

Find the inverse of the function with the rule h(x) = x23 + 16

Solution

h(x) = x23 + 16. Consider x = y

23 + 16.

Then y23 = x − 16 and y2 = (x − 16)3.

Therefore y = ±√(x − 16)3

Cambridge University Press • Uncorrected Sample Pages • 2008 © Evans, Lipson, Jones, Avery, TI-Nspire & Casio ClassPad material prepared in collaboration with Jan Honnens & David Hibbard

SAMPLE

P1: FXS/ABE P2: FXS

0521842344c07.xml CUAT030-EVANS August 27, 2008 5:52

Chapter 7 — Functions revisited 267

Using the TI-NspireComplete as shown.

Use the up arrow (£) to move up to the

answer and use the right arrow ( £ ) to

display the remaining part of the answer.

Using the Casio ClassPadEnter and highlight x = y∧(2/3) + 16, then tap

Interactive – Equation/inequality– solve and

ensure the variable is set to y.

Example 8

Find the inverse of the function g: R\{1} → R, g(x) = 1

(x − 1)2

Solution

The function is not one-to-one. The range of

g is R+. Therefore the domain of the inverse

relation is R+.

Consider x = 1

(y − 1)2

Therefore (y − 1)2 = 1

xand y − 1 = ± 1√

x

Therefore y = 1 ± 1√x

x

y

x = 1

0

y = 1

y = x

Cambridge University Press • Uncorrected Sample Pages • 2008 © Evans, Lipson, Jones, Avery, TI-Nspire & Casio ClassPad material prepared in collaboration with Jan Honnens & David Hibbard

SAMPLE

P1: FXS/ABE P2: FXS

0521842344c07.xml CUAT030-EVANS August 27, 2008 5:52

268 Essential Mathematical Methods 3 & 4 CAS

Exercise 7B

1 Let f : [a, ∞) → R, f (x) = (x − 1)2 + 2

a Find the smallest value of a such that f is one-to-one.

b With this value of a, state the range of f.

c Sketch the graph of f. d Find f −1and state the domain and range of f −1.

e Sketch the graph of f and f −1on the one set of axes.

2 Find the inverse relation of each of the following functions:

a f (x) = 2x2 b f (x) = 2x2 − 1 c f (x) = (x + 1)2

d g(x) = (x + 1)2 − 1 e h(x) = 2(x − 1)2 + 1 f f (x) = 1 − (x − 1)2

3 Find the inverse relation of each of the following functions, and state its domain:

a g: R\{2} → R, g(x) = 1

(x − 2)2

b g: R\{1} → R, g(x) = 1

(x − 1)2+ 1

c g: R\{−1} → R, g(x) = 2

(x + 1)2

d f (x) = |x − 1| e f (x) = |x − 2| + 3 f f (x) = |x + 1| − 2

4 a For f (x) = 2x35 + 6 find f −1(x) and state the domain of f −1.

b For f (x) = 2x25 + 6 find the rule and domain for the inverse relation.

7.3 Sums and products of functions and additionof ordinatesIn Chapter 1, we established that for functions f and g new functions ( f + g) and (fg) can be

defined by:

( f + g)(x) = f (x) + g(x) (f g)(x) = f (x) g(x)

dom ( f + g) = dom ( f ) ∩ dom (g) dom (f g) = dom ( f ) ∩ dom (g)

In Chapter 3, we considered graphing by addition of ordinates. The new functions that have

been defined in Chapters 4 to 6 may now be included.

Example 9

For f (x) = cos x and g(x) = e−x :

a Find the rules for (f + g)(x) and (fg)(x) b Evaluate (f + g)(0) and (fg)(0)

Solution

a (f + g)(x) = cos x + e−x and (fg)(x) = e−x cos x

b (f + g)(0) = 1 + 1 = 2 and (fg)(0) = 1 × 1 = 1

Cambridge University Press • Uncorrected Sample Pages • 2008 © Evans, Lipson, Jones, Avery, TI-Nspire & Casio ClassPad material prepared in collaboration with Jan Honnens & David Hibbard

SAMPLE

P1: FXS/ABE P2: FXS

0521842344c07.xml CUAT030-EVANS August 27, 2008 5:52

Chapter 7 — Functions revisited 269

Example 10

Sketch the graph of

y = ( f + g)(x)

where f (x) = x2

and g(x) = 2 − 2x2

Solution

It can be seen that the function with rule

( f + g)(x) = 2 − x2 is defined by the

addition of the two functions f and g.

6

5

4

32

1

2

y = ( f + g)(x)

y = f (x)

y = g(x)

10–1–2–1

–2

–3

–4

–5

–6

x

y

Example 11

For f (x) = x and g(x) = e2x sketch the graph of y = ( f + g)(x)

Solution

Note that ( f + g)(0) = 0 + e0 = 1 and

( f + g)(x) = 0 implies e2x + x = 0. This cannot

be solved analytically but a calculator

can be used to find that a numerical solution

is −0.43, correct to two decimal places. Also

note that as x→−∞, (f + g)(x) → x from ‘above’.

y = e2x

y = x1

0y = e2x + xx

y

Exercise 7C

1 For f (x) = e−2x and g(x) = −2x:

a Find the rules for:

i ( f + g) ii (fg)

b Evaluate:

i ( f + g)

(−1

2

)ii (fg)

(−1

2

)

2 For f (x) = sin(�x

2

)and g(x) = −2x:

a Find the rules for:

i ( f + g) ii (fg)

b Evaluate:

i ( f + g)(1) ii (fg)(1)

Cambridge University Press • Uncorrected Sample Pages • 2008 © Evans, Lipson, Jones, Avery, TI-Nspire & Casio ClassPad material prepared in collaboration with Jan Honnens & David Hibbard

SAMPLE

P1: FXS/ABE P2: FXS

0521842344c07.xml CUAT030-EVANS August 27, 2008 5:52

270 Essential Mathematical Methods 3 & 4 CAS

3 For f (x) = cos(�x

2

)and g(x) = ex:

a Find the rules for:

i ( f + g) ii (fg)

b Evaluate:

i ( f + g)(0) ii (fg)(0)

4 Sketch the graph of f (x) = x2 and g(x) = 3x + 2 on the one set of axes and hence, using

addition of ordinates, sketch the graph of y = x2 + 3x + 2.

5 Copy and add the graph of y = ( f + g)(x) using addition of ordinates.

a

x

y

y = g(x)

y = f (x)

0

(2, 3)

b

x

y

y = f (x)

(1, 1)

0

(1, –1)

y = g(x)

(–1, 1)

(–1, –1)

6 For each of the following, sketch the graph of f + g

a f : R → R, f (x) = x2, g: R → R, g(x) = 3

b f : R → R, f (x) = x2 + 2x , g: R+ ∪ {0} → R, g(x) = √x

c f : R → R, f (x) = −x2, g: R+ ∪ {0} → R, g(x) = √x

7 Sketch the graph of f (x) = e−2x and g(x) = −2x on the one set of axes and hence, using

addition of ordinates, sketch the graph of y = e−2x − 2x

8 Sketch the graph of f (x) = 2e2x and g(x) = x + 2 on the one set of axes and hence, using

addition of ordinates, sketch the graph of y = 2e2x + x + 2

9 For each of the following, find the rule and sketch the graph of:

i ( f + g)(x)

ii ( f g)(x)

a f (x) = |x| and g(x) = x b f (x) = |x| and g(x) = −x

c f (x) = −|x| and g(x) = x

7.4 Identities with function notationMany of the properties which have been investigated for the functions introduced in the first

six chapters may be expressed using function notation.

For example the rules for logarithms

loge (x) + loge (y) = loge (xy)

loge

(x

y

)= loge (x) − loge (y)

Cambridge University Press • Uncorrected Sample Pages • 2008 © Evans, Lipson, Jones, Avery, TI-Nspire & Casio ClassPad material prepared in collaboration with Jan Honnens & David Hibbard

SAMPLE

P1: FXS/ABE P2: FXS

0521842344c07.xml CUAT030-EVANS August 27, 2008 5:52

Chapter 7 — Functions revisited 271

can be written in the following way if f = loge:

f (x) + f (y) = f (xy)

f (x) − f (y) = f

(x

y

)

Example 12

a For the function with rule f (x) = 2x , verify that f (x + y) = f (x) + f (y) for all x and y.

b For the function with rule f (x) = x + 2 verify that f (x + y) �= f (x) + f (y) for all x

and y.

Solution

a f (x + y) = 2(x + y) = 2x + 2y = f (x) + f (y)

b f (x + y) = (x + y) + 1 = x + 1 + y + 1 − 1 = f (x) + f (y) − 1

If f (x) + f (y) − 1 = f (x) + f (y) then −1 = 0, which is a contradiction.

Example 13

If f (x) = 1

xshow that f (x) + f (y) = (x + y) f (xy) for x and y non-zero real numbers.

Solution

f (x) + f (y) = 1

x+ 1

y= y + x

xy= (x + y) × 1

xy= (x + y) f (xy)

Example 14

For the function f (x) = ex , give the functional identities for f (x + y) and f (x − y).

Solution

f (x + y) = ex+y = ex ey = f (x) f (y)

f (x − y) = ex−y = ex

ey= f (x)

f (y)

Example 15

For the function f (x) = cos x , give a counterexample to show that f (x + y) �= f (x) + f (y)

for all x and y.

Solution

For x = 0 and y = �:

f (0 + �) = f (�) = −1

f (0) + f (�) = 1 + −1 = 0

Cambridge University Press • Uncorrected Sample Pages • 2008 © Evans, Lipson, Jones, Avery, TI-Nspire & Casio ClassPad material prepared in collaboration with Jan Honnens & David Hibbard

SAMPLE

P1: FXS/ABE P2: FXS

0521842344c07.xml CUAT030-EVANS August 27, 2008 5:52

272 Essential Mathematical Methods 3 & 4 CAS

Exercise 7D

1 For f (x) = 2x , find an equivalent expression for f (x − y) in terms of f (x) and f (y).

2 For f (x) = 2x + 3, show that f (x + y) can be written in the form f (x) + f (y) + a and

give the value of a.

3 A function g satisfies the property that [g(x)]2 = g(x). Find the possible values of g(x).

4 For the function with rule f (x) = |x |, give a counterexample to show that

f (x + y) �= f (x) + f (y) for all x and y.

5 For the function with rule f (x) = sin x , give a counterexample to show that

f (x + y) �= f (x) + f (y) for all x and y.

6 For the function with rule f (x) = 1

x2, show that f (x) + f (y) = (x2 + y2) f (xy)

7 a For the function with rule h(x) = x2, give a counterexample to show that

h(x + y) �= h(x) + h(y) for all x and y.

b Show that h(x + y) = h(x) + h(y) implies x = 0 or y = 0

8 Show that for g(x) = 23x , g(x + y) = g(x)g(y)

9 Show that the functions with rule of the form f (x) = xn where n is a natural number

satisfy the identities f (xy) = f (x) f (y) and f

(x

y

)= f (x)

f (y)

10 For the function with rule f (x) = ax where a ∈ R\{0, 1}, give a counterexample to show

that f (xy) �= f (x) f (y) for all x and y.

7.5 Families of functions and solvingliteral equationsThis section demonstrates a different use of parameters. They can be used to discuss families

of relations.

Here are some familiar families of relations:

f : R → R, f (x) = |mx |, where m ∈ R.

f : R → R, f (x) = ax3 where a ∈ R\{0}.f : R → R, f (x) = |mx + 2| where m ∈ R.

f : R → R, f (x) = kemx where m ∈ R\{0} and k ∈ R\{0}.Their use makes it possible to describe general properties.

What can be said in general about each of these? The family of functions of the form

f : R → R, f (x) = |mx + 2| where m ∈ R is explored in the following example.

Cambridge University Press • Uncorrected Sample Pages • 2008 © Evans, Lipson, Jones, Avery, TI-Nspire & Casio ClassPad material prepared in collaboration with Jan Honnens & David Hibbard

SAMPLE

P1: FXS/ABE P2: FXS

0521842344c07.xml CUAT030-EVANS August 27, 2008 5:52

Chapter 7 — Functions revisited 273

Example 16

For f : R → R, f (x) = |mx + 2| where m ∈ R+:

a Find the x-axis intercept.

b For which values of m is the x-axis intercept less than −2?

c Find the inverse relation of f.

d Find the equation of the line perpendicular to the graph at the point with coordinates (0, 2).

Solution

a |mx + 2| = 0 implies mx = −2 and x = − 2

m. The x-axis intercept is − 2

m.

b If − 2

m< −2, then

2

m> 2

Multiply both sides of the inequality by m (m > 0).

2 > 2m

Therefore m < 1

Therefore the x-axis intercept is less than 2 for 0 < m < 1

c Consider x = |my + 2| and solve for y.

If my + 2 ≥ 0, i.e. y ≥ −2

mthen x = my + 2

my = x − 2 and y = x − 2

m

Therefore y = x

m− 2

m

If my + 2 < 0, i.e. y <−2

mthen x = −my − 2

y = − x

m− 2

m

d The perpendicular line has gradient − 1

m.

The equation is determined as y − 2 = − 1

mx

and the gradient–intercept form is y = − 1

mx + 2

The following example demonstrates how literal equations can be formed and solved with the

exponential and logarithmic functions discussed in the previous two chapters.

Cambridge University Press • Uncorrected Sample Pages • 2008 © Evans, Lipson, Jones, Avery, TI-Nspire & Casio ClassPad material prepared in collaboration with Jan Honnens & David Hibbard

SAMPLE

P1: FXS/ABE P2: FXS

0521842344c07.xml CUAT030-EVANS August 27, 2008 5:52

274 Essential Mathematical Methods 3 & 4 CAS

Example 17

Solve each of the following for x. All constants are positive reals.

a aebx − c = 0 b loge (x − a) = b c loge (cx − a) = 1

Solution

a ebx = c

abx = loge

( c

a

)x = 1

bloge

( c

a

)b loge(x − a) = b

x − a = ex

x = ex + a

c loge (cx − a) = 1

cx − a = e

cx = a + e

x = a + e

c

Example 18

The graph of a quadratic function passes through the points (1, 6) and (2, 4). Find the

coefficients of the quadratic rule in terms of c, the y-axis intercept of the graph.

Solution

Let f (x) = ax2 + bx + c be a function in this family. Then f (1) = 6 and f (2) = 4

The following equations are obtained:

a + b + c = 6 and 4a + 2b + c = 4

Solving these gives:

a = c − 8

2b = 20 − 3c

2

The equation of the quadratic in terms of c is:

y = c − 8

2x2 + 20 − 3c

2x + c

Example 19

A transformation is defined by the matrix equation AX + C = X′, where

A =[

5 0

0 k

], C =

[5

2

], X =

[x

y

]and X′ =

[x ′

y′

]where k is a non-zero real number.

a Solve the equation for X.

b Find the image of the curve with equation y = 1

xunder this transformation.

c Find the value of k if the image passes through the origin.

Cambridge University Press • Uncorrected Sample Pages • 2008 © Evans, Lipson, Jones, Avery, TI-Nspire & Casio ClassPad material prepared in collaboration with Jan Honnens & David Hibbard

SAMPLE

P1: FXS/ABE P2: FXS

0521842344c07.xml CUAT030-EVANS August 27, 2008 5:52

Chapter 7 — Functions revisited 275

Solution

a AX + C = X′

Therefore X = A−1(X′ − C)

=

1

50

01

k

[x ′− 5

y′− 2

]

=

1

5(x ′ − 5)

1

k(y′ − 2)

Therefore x = x ′ − 5

5and y = y′ − 2

k

b The image has equationy′ − 2

k= 5

x ′ − 5

and y = 5k

x − 5+ 2

c If the graph passes through the origin, 0 = −k + 2 and k = 2

Exercise 7E

1 Consider f : R → R, f (x) = mx − 4 where m ∈ R\{0}.a Find the x-axis intercept.

b For which values of m is the x-axis intercept less than or equal to 1?

c Find the inverse function of f.

d Find the coordinates of the point of intersection of the graph of y = f (x) with the

graph of y = x

e Find the equation of the line perpendicular to the line at the point with coordinates

(0, −4).

2 Consider f : R → R, f (x) = −2x + c where c ∈ R.

a Find the x-axis intercept.

b For which values of c is the x-axis intercept less than or equal to 1?

c Find the inverse function of f.

d Find the coordinates of the point of intersection of the graph of y = f (x) with the

graph of y = x

e Find the equation of the line perpendicular to the line at the point with coordinates

(0, c).

3 Consider the family of quadratics with rule of the form y = x2 − bx where b is a

non-zero real number.

a Find the x-axis intercepts.

Cambridge University Press • Uncorrected Sample Pages • 2008 © Evans, Lipson, Jones, Avery, TI-Nspire & Casio ClassPad material prepared in collaboration with Jan Honnens & David Hibbard

SAMPLE

P1: FXS/ABE P2: FXS

0521842344c07.xml CUAT030-EVANS August 27, 2008 5:52

276 Essential Mathematical Methods 3 & 4 CAS

b Find the coordinates of the vertex of the parabola.

c i Find the coordinates of the points of intersection of the graph of y = x2 − bx

with the line y = −x in terms of b.

ii For what value(s) of b is there one intersection point?

iii For what value(s) of b are there two intersection points?

4 a The graph of f (x) = x2 is translated to the graph of y = f (x + h). Find the possible

values of h if f (1 + h) = 8

b The graph of f (x) = x2 is transformed to the graph of y = f (ax). Find the possible

values of a if the graph of y = f (ax) passes through the point with coordinates (1, 8).

c The quadratic with equation y = ax2 + bx has vertex with coordinates (1, 8). Find

the values of a and b.

5 Consider the family of functions with rule of the form f (x) = √2a − x , where a is a

positive real number.

a State the maximal domain of f.

b Find the coordinates of the point of intersection of the graph of y = f (x) with the

graph of y = x

c For what value of a does the line with equation y = x intersect the graph of y = f (x)

at the point with coordinates (1, 1)?

d For what value of a does the line with equation y = x intersect the graph of y = f (x)

at the point with coordinates (2, 2)?

e For what value of a does the line with equation y = x intersect the graph of y = f (x)

at the point with coordinates (c, c) where c is a positive real number?

6 Consider the function with rule f (x) = |x2 − ax |.a State the coordinates of the x-axis intercepts.

b State the coordinates of the y-axis intercept.

c Find the maximum value of the function in the interval [0, a].

d Find the possible values of a for which the point (−1, 4) lies on the graph of y = f (x)

7 Solve each of the following for x. All constants are positive reals.

a −aebx + c = 0 b c loge (x + a) = b

c loge (cx − a) = 0 d eax+b = c

8 Consider the functions with rule of the form f (x) = c loge (x − a) where a is a positive

constant.

a State the equation of the vertical asymptote.

b State the coordinates of the x-axis intercept.

c State the coordinates of the point where the graph crosses the line y = 1

d If the graph of the function crosses the line y = 1 when x = 2, find the value of c in

terms of a.

Cambridge University Press • Uncorrected Sample Pages • 2008 © Evans, Lipson, Jones, Avery, TI-Nspire & Casio ClassPad material prepared in collaboration with Jan Honnens & David Hibbard

SAMPLE

P1: FXS/ABE P2: FXS

0521842344c07.xml CUAT030-EVANS August 27, 2008 5:52

Chapter 7 — Functions revisited 277

9 Consider the family of functions with rule f (x) = ex−1 − b where b > 0.

a State the equation of the horizontal asymptote.

b State the coordinates of the x-axis intercept.

c Give the values of b for which the x-axis intercept is:

i at the origin

ii a negative number

10 The graph of a quadratic function passes through the points (−1, 6) and (1, 4). Find the

coefficients of the quadratic rule in terms of c, the y-axis intercept of the graph.

11 The graph of a cubic function passes through the points (−1, 6), (1, −2) and (2, 4). Find

the coefficients of the cubic rule in terms of d, the y-axis intercept of the graph.

12 A quadratic function has rule y =(

c − 8

2

)x2 +

(20 − 3c

2

)x + c. Find the values of c

for which:

a the graph of y = f (x) touches the x-axis

b the graph of y = f (x) has two distinct x-axis intercepts

13 The graph of a cubic function passes through the points (−2, 8), (1, 1) and (3, 4). Find the

coefficients of the quadratic rule in terms of d, the y-axis intercept of the graph.

14 A transformation is defined by the matrix equation AX + C = X′, where

A =[

−4 0

0 k

], C =

[3

2

], X =

[x

y

]and X′ =

[x ′

y′

]where k is a non-zero real

number.

a Solve the equation for X.

b Find the image of the curve with equation y = 1

xunder this transformation.

c Find the value of k if the image passes through the origin.

15 A transformation is defined by the matrix equation AX + C = X′, where A =[

−4 0

0 2

],

C =[

a

−2

], X =

[x

y

], and X′ =

[x ′

y′

]where a is a non-zero real number.

a Solve the equation for X.

b Find the image of the curve with equation y = 2x under this transformation.

c Find the value of a if the image passes through the origin.

Cambridge University Press • Uncorrected Sample Pages • 2008 © Evans, Lipson, Jones, Avery, TI-Nspire & Casio ClassPad material prepared in collaboration with Jan Honnens & David Hibbard

SAMPLE

P1: FXS/ABE P2: FXS

0521842344c07.xml CUAT030-EVANS August 27, 2008 5:52

Rev

iew

278 Essential Mathematical Methods 3 & 4 CAS

Chapter summary

Let f and g be functions such that dom f ∩ dom g �= Ø. The sum, f + g, and the product, fg,

as functions on dom f ∩ dom g are defined by:� (f + g)(x) = f (x) + g(x)� fg(x) = f (x) · g(x)

In general for the composition of g with f to be defined, the range of f ⊆ domain of g. When

this composition (or composite function) of g with f is defined it is denoted g ◦ f

For functions f and g with domains X and Y respectively and such that the range of f ⊆ Y,

the composite function of g with f is defined by:

g ◦ f : X → R, where g ◦ f (x) = g( f (x))

If f is a one-to-one function, a new function, f −1, called the inverse of f, may be defined by:

f −1(x) = y if f (y) = x, for x ∈ ran f, y ∈ dom f

For a function f and its inverse f −1:

dom f −1 = ran f

ran f −1 = dom f

The inverse of any relation may be defined. The inverse relation is not a function unless

the initial relation is a one-to-one function.

For a relation S = {(a, b)} the inverse relation is {(b, a)}.

Multiple-choice questions

1 The graph of the function with rule h(x) = x4 + 2

x2can be drawn by adding the ordinates of

the graphs of two functions f and g. The rules for f and g could be:

A f (x) = x4, g(x) = 2

x2B f (x) = x2, g(x) = 2

x2

C f (x) = x4 + 2, g(x) = x2 D f (x) = x4 + 2, g(x) = 2

x2

E f (x) = x2, g(x) = 2

2 Which one of the following functions is not a one-to-one function?

A f : R+ → R, f (x) = 1

x2B f : R → R, f (x) = x3

C f : R → R, f (x) = 10x D f : R+ → R, f (x) = log10 x

E f : R → R, f (x) = cos x

3 The function f has domain R and rule f (x) = 4

x2+ 9. The rule of the inverse relation is:

A y = 2 ± 2√x − 3

B y = 3 ± 2√x − 9

C y = 3 ± 2√x

D y = ± 2√9 − x

E y = ± 2√x − 9

Cambridge University Press • Uncorrected Sample Pages • 2008 © Evans, Lipson, Jones, Avery, TI-Nspire & Casio ClassPad material prepared in collaboration with Jan Honnens & David Hibbard

SAMPLE

P1: FXS/ABE P2: FXS

0521842344c07.xml CUAT030-EVANS August 27, 2008 5:52

Review

Chapter 7 — Functions revisited 279

4 The function f has domain R and rule f (x) = |x| + 2. The domain and rule of the inverse

are:

A [−∞, 4] and x = |y| + 2 B [0, ∞) and x = ±y + 2

C R and x = ±y + 2 D [2, ∞) and x = |y| + 2

E R\{2} and x − y = 2

5 The range of the function f: R → R, f (x) = 3|cos x| − 1 is:

A [1, 4] B [−1, 2] C [−4, 2] D [−2, 1] E [0, 3]

6 For the function with equation f (x) = ex, which one of the following is not correct for all

positive real x and y?

A f (x + y) = f (x) f (y) B f −1(xy) = f −1(x) + f −1(y)

C f −1(xy) = y f −1(x) D f −1(1) = 0 E f −1(x) = 1

f (x)

7 If f (x) = cos x and g(x) = 3x2 then g(

f(�

3

))is equal to:

A cos�2

9B

1√2

C 1 D3

4E

4

3

8 Which of the following is not an even function?

A f : R → R, f (x) = |2x| B f : R → R, f (x) = cos2 x

C f : R → R, f (x) = cos x D f : R → R, f (x) = 4x2 − 3

E f : R → R, f (x) = (x − 2)2

9 It is known that the graph of the function with rule y = 2ax + cos 2x has an x-axis intercept

when x = �. The value of a is:

A 2 B1

2�C 2� D −2� E

−1

2�

10 If, for x > 5, g(x) = loge (x − 5) and 2[g(x)] = g( f (x)) then f (x) is equal to:

A 5x − 8 B x2 − 10x + 30 C 5x2 D (2x − 10)2 E 2x − 2

Short-answer questions (technology-free)

1 For each of the following, where g(x) = |x|:i Find the rules f ◦ g(x) and g ◦ f (x)

ii Find the range of y = f ◦ g(x) and y = g ◦ f (x) (and state the maximal domain for each

of the composite functions to exist).

a f (x) = 3 cos 2x b f (x) = loge 3x

c f (x) = loge (2 − x) d f (x) = −loge 2x

2 Express each of the following as the composition of two functions:

a h(x) = cos |2x| b h(x) = (x2 − x)n where n is a natural number

c h(x) = loge (sin x) d h(x) = −2 |sin 2x|e h(x) = (x2 − 3x)4 − 2(x2 − 3x)2

Cambridge University Press • Uncorrected Sample Pages • 2008 © Evans, Lipson, Jones, Avery, TI-Nspire & Casio ClassPad material prepared in collaboration with Jan Honnens & David Hibbard

SAMPLE

P1: FXS/ABE P2: FXS

0521842344c07.xml CUAT030-EVANS August 27, 2008 5:52

Rev

iew

280 Essential Mathematical Methods 3 & 4 CAS

3 For f (x) = 2 cos(�x

2

)and g(x) = e−x:

a Find the rules for:

i ( f + g) ii (fg)

b Evaluate:

i ( f + g)(0) ii (fg)(0)

4 Let f : [a, ∞) → R, f (x) = −(3x − 2)2 + 3

a Find the smallest value of a such that f is one-to-one.

b With this value of a, state the range of f.

c Sketch the graph of f.

d Find f −1 and state the domain and range of f −1.

e Sketch the graph of f and f −1 on the one set of axes.

5 Find the inverse relation of each of the following functions:

a f (x) = (3x − 2)2 + 4

b f (x) = −2x2 + 3

Extended-response questions

1 The deficit of a government department in Ningteak, a small monarchy east of Africa, is

shown below. The deficit is continually assessed over a period of 8 years. The graph shown

below is that of the deficit over these 8 years:

0 1 2 3 4 5 6 7 8

(0, 1.8)

(1, 1.6) (3, 1.5)

Deficitin millions

of Ningteak dollars (D)

Time (t)

The graph is read as follows: ‘The deficit at the beginning of the 8-year period is

$1.8 million. At the end of the third year the deficit is $1.5 million, and this is the smallest

deficit for the period, 0 ≤ t ≤ 8’.

a Find the rule for D in terms of t , assuming that it is of the form D = at2 + bt + c

b Use this model to predict the deficit at the end of 8 years.

2 The rainfall, R, recorded during a very rainy day in North Queensland, was as follows:

At 4:00 a.m. 7.5 mm per hour

At 8:00 a.m. 9 mm per hour

At 10:00 a.m. 8 mm per hour

Assume a quadratic rule of the form R = at2 + bt + c is applicable for 0 ≤ t ≤ 12 where

t = 0 is 4:00 a.m. Use the quadratic model to predict the rate of rainfall at 12:00 noon. At

what time was the rate of rainfall greatest?

Cambridge University Press • Uncorrected Sample Pages • 2008 © Evans, Lipson, Jones, Avery, TI-Nspire & Casio ClassPad material prepared in collaboration with Jan Honnens & David Hibbard

SAMPLE

P1: FXS/ABE P2: FXS

0521842344c07.xml CUAT030-EVANS August 27, 2008 5:52

Review

Chapter 7 — Functions revisited 281

3 Consider f : R+ → R, f (x) = e−x and g: (−∞, 1) → R, g(x) = 1

x − 1a State the range of f and g.

b Find f −1 and g−1.

c i Find g ◦ f ii Sketch the graph of y = g ◦ f (x)

d i Find (g ◦ f )−1 ii Sketch the graph of y = (g ◦ f )−1(x)

4 a For f : [5, ∞) → R, f (x) = √x − 3:

i Sketch the graph of y = f (x) for x ∈ [5, ∞).

ii State the range.

iii Find f −1.

b For h: [4, ∞) → R, h(x) = √x − p with inverse function h−1 that has domain

[1, ∞):

i Find p. ii Find the rule for h−1.

iii Sketch the graphs of y = h(x) and y = h−1(x) on the one set of axes.

5 Let f : (0, �) → R with f (x) = sin x and g: [1, ∞) → R and g(x) = 1

xa Find the range of f.

b Find the range of g.

c Give a sufficient reason why f ◦ g is defined and find f ◦ g(x)

d State, with sufficient reason, whether g ◦ f is defined.

e Find g−1, giving its domain and range.

f Give a sufficient reason why g−1 ◦ f is defined and find g−1 ◦ f (x). Also state the domain

and range of this function.

6 A population of insects is determined by a rule of the form

n = c

1 + ae−btt ≥ 0

where n is the number of insects alive at time t days.

a Consider the population for c = 5790, a = 4 and b = 0.03.

i Find the equation of the horizontal asymptotes by considering values of n as t

becomes large.

ii Find n when t = 0.

iii Sketch the graph of the function.

iv Find the exact value of t for which n = 4000.

b i Use your calculator to find values of a, b and c such that the population growth yields

the following table:

t 1 10 100

n 1500 2000 5000

ii Sketch the graph for this population.

Cambridge University Press • Uncorrected Sample Pages • 2008 © Evans, Lipson, Jones, Avery, TI-Nspire & Casio ClassPad material prepared in collaboration with Jan Honnens & David Hibbard

SAMPLE