SlideShare una empresa de Scribd logo
1 de 13
Descargar para leer sin conexión
Introduction to 
functions 
mc-TY-introfns-2009-1 
A function is a rule which operates on one number to give another number. However, not every 
rule describes a valid function. This unit explains how to see whether a given rule describes a 
valid function, and introduces some of the mathematical terms associated with functions. 
In order to master the techniques explained here it is vital that you undertake plenty of practice 
exercises so that they become second nature. 
After reading this text, and/or viewing the video tutorial on this topic, you should be able to: 
• recognise when a rule describes a valid function, 
• be able to plot the graph of a part of a function, 
• find a suitable domain for a function, and find the corresponding range. 
Contents 
1. What is a function? 2 
2. Plotting the graph of a function 3 
3. When is a function valid? 4 
4. Some further examples 6 
www.mathcentre.ac.uk 1 
c mathcentre 2009
1. What is a function? 
Here is a definition of a function. 
A function is a rule which maps a number to another unique number. 
In other words, if we start off with an input, and we apply the function, we get an output. 
For example, we might have a function that added 3 to any number. So if we apply this function 
to the number 2, we get the number 5. If we apply this function to the number 8, we get the 
number 11. If we apply this function to the number x, we get the number x + 3. 
We can show this mathematically by writing 
f(x) = x + 3. 
The number x that we use for the input of the function is called the argument of the function. 
So if we choose an argument of 2, we get 
f(2) = 2 + 3 = 5. 
If we choose an argument of 8, we get 
f(8) = 8 + 3 = 11. 
If we choose an argument of −6, we get 
f(−6) = −6 + 3 = −3. 
If we choose an argument of z, we get 
f(z) = z + 3. 
If we choose an argument of x2, we get 
f(x2) = x2 + 3. 
At first sight, it seems that we can pick any number we choose for the argument. However, that 
is not the case, as we shall see later. But because we do have some choice in the number we 
can pick, we call the argument the independent variable. The output of the function, e.g. f(x), 
f(5), etc. depends upon the argument, and so this is called the dependent variable. 
Key Point 
A function is a rule that maps a number to another unique number. 
The input to the function is called the independent variable, and is also called the argument of 
the function. The output of the function is called the dependent variable. 
www.mathcentre.ac.uk 2 
c mathcentre 2009
2. Plotting the graph of a function 
If we have a function given by a formula, we can try to plot its graph. Suppose, for example, 
that we have a function f defined by 
f(x) = 3x2 − 4. 
The argument of the function (the independent variable) is x, and the output (the dependent 
variable) is 3x2 − 4. So we can calculate the output of the function for different arguments: 
f(0) = 3 × 02 − 4 = −4 
f(1) = 3 × 12 − 4 = −1 
f(2) = 3 × 22 − 4 = 8 
f(−1) = 3 × (−1)2 − 4 = −1 
f(−2) = 3 × (−2)2 − 4 = 8. 
We can put this information into a table to help us plot the graph of the function. 
x f(x) 
−2 8 
−1 −1 
0 −4 
1 −1 
2 8 
f (x) 
8 
4 
−2 −1 1 2 x 
−4 
We can use the graph of the function to find the output corresponding to a given argument. For 
instance, if we have an argument of 2, we start on the horizontal axis at the point where x = 2, 
and we follow the line up until we reach the graph. Then we follow the line across so that we 
can read off the value of f(x) on the vertical axis. In this case, the value of f(x) is 8. Of course 
we already know this, because x = 2 is one of the values in our table. 
f (x) 
8 
4 
−2 −1 1 2 x 
−4 
www.mathcentre.ac.uk 3 
c mathcentre 2009
But we can also use the graph for values of x which are not in our table. If we have an argument 
of 1.5, we follow the line up to the graph, and then across to the vertical axis. The result is a 
number between 2 and 3. 
f (x) 
8 
4 
−2 −1 1 2 x 
−4 
If we want to calculate this number exactly, we can substitute 1.5 into the formula: 
f(1.5) = 2.75 
3. When is a function valid? 
Our definition of a function says that it is a rule mapping a number to another unique number. 
So we cannot have a function which gives two different outputs for the same argument. One 
easy way to check this is from the graph of the function, by using a ruler. If the ruler is aligned 
vertically, then it only ever crosses the graph once; no more and no less. This means that the 
graph represents a valid function. 
What happens if we try to define a function with more than one output for the same argument? 
Let’s try an example. Suppose we try to define a function by saying that 
f(x) = √x. 
In the same way as before, we can produce a table of results to help us plot the graph of the 
function: 
f(0) = 0 
f(1) = ±1 
f(2) = ±1.4 to 1 d.p. 
f(3) = ±1.7 to 1 d.p. 
f(4) = ±2. 
(If we try to use any negative arguments, we end up in trouble because we are trying to find 
the square root of a negative number.) Plotting the results from the table, we get the following 
graph. 
www.mathcentre.ac.uk 4 
c mathcentre 2009
f (x) 
1 2 3 4 x 
2 
1 
−1 
−2 
ruler 
Using the ruler, it is quite clear that there are two values for all of the positive arguments. So 
as it stands, this is not a valid function. 
One way around this problem is to define √x to take only the positive values, or zero: this is 
sometimes called the positive square root of x. However, there is still the issue that we cannot 
choose a negative argument. So we should also choose to restrict the choice of argument to 
positive values, or zero. 
f (x) 
1 2 3 4 x 
2 
1 
When considering these kinds of restrictions, it is important to use the right mathematical 
language. We say that the set of possible inputs is called the domain of the function, and the set 
of corresponding outputs is called the range. In the example above, we have defined the function 
as follows: 
f(x) = √x x ≥ 0, f(x) ≥ 0, 
so that the domain of the function is the set of numbers x ≥ 0, and the range is the corresponding 
set of numbers f(x) ≥ 0. 
Key Point 
The domain of a function is the set of possible inputs. The range of a function is the set of 
corresponding outputs. 
www.mathcentre.ac.uk 5 
c mathcentre 2009
4. Some further examples 
Example 
Consider the function 
f(x) = 2x2 − 3x + 5. 
To make sure that the function is valid, we need to check whether we get exactly one output 
for each input, and whether there needs to be any restriction on the domain. As before, we can 
calculate the output of this function at some specific values to help us with plotting our graph: 
f(0) = 2 × 02 − 3 × 0 + 5 
= 5, 
f(1) = 2 × 12 − 3 × 1 + 5 
= 2 − 3 + 5 
= 4, 
f(2) = 2 × 22 − 3 × 2 + 5 
= 8 − 6 + 5 
= 7, 
f(3) = 2 × 32 − 3 × 3 + 5 
= 18 − 9 + 5 
= 14, 
f(−1) = 2 × (−1)2 − 3 × (−1) + 5 
= 2 + 3 + 5 
= 10. 
Now we can put this into a table, and plot the graph. 
x f(x) 
−1 10 
0 5 
1 4 
2 7 
3 14 
f(x) 
14 
10 
5 
-1 1 2 3 
x 
www.mathcentre.ac.uk 6 
c mathcentre 2009
A vertical ruler always crosses the graph once, and so the domain needs no restrictions, and 
the function is valid. We can also see from the graph that the minimum output occurs when 
x = 0.75, and that is when f(x) = 3.875. So the range of the function is f(x) ≥ 3.875. 
Example 
What about the function 
f(x) = 
1 
x 
? 
As usual, the first step is to check some values. 
2 , f(3) = 1 
3 , f(4) = 1 
4 , 
f(1) = 1, f(2) = 1 
f(−1) = 
1 
(−1) 
= −1, f(−2) = 
1 
(−2) 
= −1 
2 , 
f(−3) = 
1 
(−3) 
= −1 
3 , f(−4) = 
1 
(−4) 
= −1 
4 . 
When we try to calculate f(0) we have a problem, because we cannot divide by zero. So we 
have to restrict the domain to exclude x = 0. 
f (x) 
1 
1 
2 
−3 −2 −1 1 2 3 4 x −4 
1 
2 
− 
−1 
Because of this problem when x = 0, we have to restrict the domain to make the function valid. 
You can also see from the graph that there is no value of x where f(x) = 0, so zero is also 
excluded from the range. The function is therefore defined by 
f(x) = 1/x x6= 0, f(x)6= 0. 
You might want to know what exactly is going on at this point when x = 0. One way to find 
out is to look at what is happening very close to zero. So let’s try some positive values for the 
argument getting closer and closer to zero, in order to see what happens: 
2 = 
f(1) = 1, f 1 
1 
1/2 
10 = 
= 2, f  1 
1 
1/10 
= 10, 
f  1 
1,000 = 
1 
1/1,000 
1,000,000 = 
= 1,000, f  1 
1 
1/1,000,000 
= 1,000,000 . 
So you can see that as we approach zero from the right, the output approaches infinity. 
www.mathcentre.ac.uk 7 
c mathcentre 2009
Now let’s try some negative values for the argument, getting closer and closer to zero from the 
left-hand side, in order to see what happens: 
f(−1) = 
1 
(−1) 
= −1, f − 
1 
2 = 
1 
(−1/2) 
= −2, f − 
1 
10 = 
1 
(−1/10) 
= −10, 
f − 
1 
1,000 = 
1 
(−1/1,000) 
= −1,000, f − 
1 
 = 
1,000,0001 
(−1/1,000,000) 
= −1,000,000 . 
You can see that as we approach zero from the left, the output approaches negative infinity. So 
in this case, approaching zero from the left is very different from approaching it from the right. 
Example 
For our final example, take the function 
f(x) = 
1 
(x − 2)2 . 
As usual, we must calculate some values: 
f(−2) = 
1 
(−2 − 2)2 = 1 
16 
f(−1) = 
1 
= 1 
(−1 − 2)2 9 
f(0) = 
1 
= 1 
(0 − 2)2 4 
f(1) = 
1 
(1 − 2)2 = 1 
f(2) = 
1 
(2 − 2)2 = dividing by zero 
f(3) = 
1 
(3 − 2)2 = 1 
f(4) = 
1 
= 1 
(4 − 2)2 4 
f(5) = 
1 
= 1 
(5 − 2)2 9 
f(6) = 
1 
(6 − 2)2 = 1 
16 . 
Now we can construct a table, and plot the graph of the function. 
x f(x) 
−2 1 
16 
−1 1 
9 
0 1 
4 
1 1 
2 dividing by zero 
3 1 
4 1 
4 
5 1 
9 
6 1 
16 
www.mathcentre.ac.uk 8 
c mathcentre 2009
f (x) 
x 
1 
3 
4 
1 
2 
1 
4 
−2 −1 1 2 3 4 5 6 
The vertical line at x = 2 is called an asymptote; it is a line which is approached by the graph but 
never reached. Although it is clear that we will have to omit x = 2 from the domain, this time the 
situation is slightly different. You can see that at either side of x = 2, f(x) is approaching infinity. 
You should also notice that we cannot have any negative values for f(x), or even f(x) = 0. So 
we have to define our function as 
f(x) = 
1 
(x − 2)2 x6= 2, f(x)  0. 
Exercises 
1. Consider the function 
f(x) = 2x2 + 5x − 3. 
(a) Write down the argument of this function. 
(b) Write down the dependent variable in terms of the argument. 
(c) Use a table of values to help you plot the graph of the function. 
(d) From your graph, estimate f(1.5). 
(e) Use your function to calculate f(1.5) exactly. 
(f) Write down the domain and range of the function. 
(g) Re-write the function with argument y. 
2. Consider the function 
f(x) = 
1 
(x − 3)2 . 
(a) Plot the graph of the function. 
(b) Write down the domain and range of the function. 
(c) Re-write the function with argument z. 
(d) Use your graph to estimate f(1). 
(e) Use the function to calculate f(1) exactly. 
(f) Write down another function where x = 4 has to be omitted from the domain. 
3. Consider the function 
f(x) = 3√x. 
(a) What assumptions must be made about the function to ensure validity? 
(b) Plot the graph of the function. 
www.mathcentre.ac.uk 9 
c mathcentre 2009
(c) Write down the domain and range of the function. 
(d) Calculate f(3). 
(e) What happens if you try to calculate f(−2)? 
4. Consider the function 
f(x) = 
1 
x 
. 
(a) Plot the graph of the function. 
(b) Write down the domain and range of the function. 
(c) What happens to the output of the function as the argument approaches zero? 
(d) Is approaching zero from the left different to approaching zero from the right? If yes, why? 
(e) Calculate f(2), f(−10) and f(z3). 
5. In the following list, you should write down the domain and range for each function, and then 
pair up functions that share the same domain and range. 
f(x) = 2 sin x − 1 
f(x) = x2 − 6x + 9 
f(x) = 2e−x 
f(x) = 4 − x2 
f(x) = 2x − x2 + 3 
f(x) = 3e5x 
f(x) = 2 cos 2x − 1 
f(x) = 4x2 − 16x + 16 
Answers 
1. 
(a) The argument is x. 
(b) The dependent variable is 2x2 + 5x − 3 in terms of x. 
(c) An example of a table of values might be 
x −4 −3 −2 −1 0 1 2 
f(x) 9 0 −5 −6 −3 4 15 
f (x) 
8 
4 
−4 −2 2 4 x 
−4 
www.mathcentre.ac.uk 10 
c mathcentre 2009
(d) Draw a line up from x = 1.5, and read off the value on the y-axis. 
(e) f(1.5) = 9. 
(f) Reading off from the graph, f(x) ≥ −6.125, and also −∞  x  ∞. 
(g) The function is f(y) = 2y2 + 5y − 3 using an argument y. 
www.mathcentre.ac.uk 11 
c mathcentre 2009
2. 
(a) 
f (x) 
x 
6 
4 
2 
−2 2 4 6 8 
(b) The domain is x= 63, the range is f(x)  0. 
1 
(c) The function is f(z) = 
(z − 3)2 using an argument z. 
(d) Draw a line up from x = 1, and read off the value on the y-axis. 
(e) f(1) = 
1 
(1 − 3)2 = 1 
4 . 
(f) One such function is f(x) = 
1 
(x − 4)2 , but there are many others. 
3. 
(a) We must assume that we take the positive square root, and that we take x ≥ 0. 
(b) 
f (x) 
10 
5 
−5 5 10 15 x 
(c) The domain is x ≥ 0, the range is f(x) ≥ 0. 
(d) f(3) = 3√3 = 5.2 (to 1 d.p.). 
(e) If you try to calculate f(−2), you will be attempting to find the square root of a negative 
number. This has no real solutions. 
www.mathcentre.ac.uk 12 
c mathcentre 2009
4. 
(a) 
f (x) 
x 
−4 −2 
2 4 6 8 
4 
−2 
−4 
2 
−8 −6 
(b) The domain is x6= 0, the range is f(x)6= 0. 
(c) The output approaches ±∞. 
(d) Approaching from the left is different to approaching from the right. Approaching from the 
left, the output decreases rapidly to negative infinity. Approaching from the right, the output 
increases rapidly to positive infinity. 
(e) f(2) = 1 
2 , f(−10) = − 1 
10 , f(z3) = 1/z3. 
5. 
domain range 
f(x) = 2 sin x − 1 −∞  x  ∞ −3 ≤ f(x) ≤ 1 
f(x) = x2 − 6x + 9 −∞  x  ∞ f(x) ≥ 0 
f(x) = 2e−x −∞  x  ∞ f(x)  0 
f(x) = 4 − x2 −∞  x  ∞ f(x) ≤ 4 
f(x) = 2x − x2 + 3 −∞  x  ∞ f(x) ≤ 4 
f(x) = 3e5x −∞  x  ∞ f(x)  0 
f(x) = 2 cos 2x − 1 −∞  x  ∞ −3 ≤ f(x) ≤ 1 
f(x) = 4x2 − 16x + 16 −∞  x  ∞ f(x) ≥ 0 
So the pairs are 
f(x) = 2 sin(x) − 1 and f(x) = 2 cos 2x − 1 , 
f(x) = x2 − 6x + 9 and f(x) = 4x2 − 16x + 16 , 
f(x) = 2e−x and f(x) = 3e5x , 
f(x) = 4 − x2 and f(x) = 2x − x2 + 3 . 
www.mathcentre.ac.uk 13 
c mathcentre 2009

Más contenido relacionado

La actualidad más candente

Rational Functions, Equations, and Inequalities.pptx
Rational Functions, Equations, and Inequalities.pptxRational Functions, Equations, and Inequalities.pptx
Rational Functions, Equations, and Inequalities.pptxJohnlery Guzman
 
3.1 derivative of a function
3.1 derivative of a function3.1 derivative of a function
3.1 derivative of a functionbtmathematics
 
Piecewise Functions
Piecewise FunctionsPiecewise Functions
Piecewise Functionsswartzje
 
5 6 laws of logarithms
5 6 laws of logarithms5 6 laws of logarithms
5 6 laws of logarithmshisema01
 
Indefinite Integral
Indefinite IntegralIndefinite Integral
Indefinite IntegralJelaiAujero
 
Calculus Cheat Sheet All
Calculus Cheat Sheet AllCalculus Cheat Sheet All
Calculus Cheat Sheet AllMoe Han
 
Exponential and logarithmic functions
Exponential and logarithmic functionsExponential and logarithmic functions
Exponential and logarithmic functionsNjabulo Nkabinde
 
Integration of Trigonometric Functions
Integration of Trigonometric FunctionsIntegration of Trigonometric Functions
Integration of Trigonometric FunctionsRaymundo Raymund
 
Solving quadratics by graphing
Solving quadratics by graphingSolving quadratics by graphing
Solving quadratics by graphingchrystal_brinson
 
Solving quadratic equations
Solving quadratic equationsSolving quadratic equations
Solving quadratic equationsAsawari Warkad
 
The chain rule
The chain ruleThe chain rule
The chain ruleJ M
 
Lesson 7: Limits at Infinity
Lesson 7: Limits at InfinityLesson 7: Limits at Infinity
Lesson 7: Limits at InfinityMatthew Leingang
 
Lesson 11: Implicit Differentiation (slides)
Lesson 11: Implicit Differentiation (slides)Lesson 11: Implicit Differentiation (slides)
Lesson 11: Implicit Differentiation (slides)Matthew Leingang
 
Continuous functions
Continuous functionsContinuous functions
Continuous functionssumanmathews
 
5 3 Direct Variation
5 3 Direct Variation5 3 Direct Variation
5 3 Direct VariationBitsy Griffin
 
X2 t01 09 de moivres theorem
X2 t01 09 de moivres theoremX2 t01 09 de moivres theorem
X2 t01 09 de moivres theoremNigel Simmons
 
Addition and Subtraction of Functions
Addition and Subtraction of FunctionsAddition and Subtraction of Functions
Addition and Subtraction of Functionsjordhuffman
 
Composition Of Functions
Composition Of FunctionsComposition Of Functions
Composition Of Functionssjwong
 
Graphs of polynomial functions
Graphs of polynomial functionsGraphs of polynomial functions
Graphs of polynomial functionsCarlos Erepol
 

La actualidad más candente (20)

Rational Functions, Equations, and Inequalities.pptx
Rational Functions, Equations, and Inequalities.pptxRational Functions, Equations, and Inequalities.pptx
Rational Functions, Equations, and Inequalities.pptx
 
3.1 derivative of a function
3.1 derivative of a function3.1 derivative of a function
3.1 derivative of a function
 
Piecewise Functions
Piecewise FunctionsPiecewise Functions
Piecewise Functions
 
5 6 laws of logarithms
5 6 laws of logarithms5 6 laws of logarithms
5 6 laws of logarithms
 
Indefinite Integral
Indefinite IntegralIndefinite Integral
Indefinite Integral
 
Calculus Cheat Sheet All
Calculus Cheat Sheet AllCalculus Cheat Sheet All
Calculus Cheat Sheet All
 
Exponential and logarithmic functions
Exponential and logarithmic functionsExponential and logarithmic functions
Exponential and logarithmic functions
 
Integration of Trigonometric Functions
Integration of Trigonometric FunctionsIntegration of Trigonometric Functions
Integration of Trigonometric Functions
 
1541 infinite limits
1541 infinite limits1541 infinite limits
1541 infinite limits
 
Solving quadratics by graphing
Solving quadratics by graphingSolving quadratics by graphing
Solving quadratics by graphing
 
Solving quadratic equations
Solving quadratic equationsSolving quadratic equations
Solving quadratic equations
 
The chain rule
The chain ruleThe chain rule
The chain rule
 
Lesson 7: Limits at Infinity
Lesson 7: Limits at InfinityLesson 7: Limits at Infinity
Lesson 7: Limits at Infinity
 
Lesson 11: Implicit Differentiation (slides)
Lesson 11: Implicit Differentiation (slides)Lesson 11: Implicit Differentiation (slides)
Lesson 11: Implicit Differentiation (slides)
 
Continuous functions
Continuous functionsContinuous functions
Continuous functions
 
5 3 Direct Variation
5 3 Direct Variation5 3 Direct Variation
5 3 Direct Variation
 
X2 t01 09 de moivres theorem
X2 t01 09 de moivres theoremX2 t01 09 de moivres theorem
X2 t01 09 de moivres theorem
 
Addition and Subtraction of Functions
Addition and Subtraction of FunctionsAddition and Subtraction of Functions
Addition and Subtraction of Functions
 
Composition Of Functions
Composition Of FunctionsComposition Of Functions
Composition Of Functions
 
Graphs of polynomial functions
Graphs of polynomial functionsGraphs of polynomial functions
Graphs of polynomial functions
 

Similar a Introduction to Functions

Introduction to functions
Introduction to functionsIntroduction to functions
Introduction to functionsElkin Guillen
 
Calculus - Functions Review
Calculus - Functions ReviewCalculus - Functions Review
Calculus - Functions Reviewhassaanciit
 
Relations and functions
Relations and functions Relations and functions
Relations and functions Nabeel Simair
 
Mathematics 9 Quadratic Functions (Module 1)
Mathematics 9 Quadratic Functions (Module 1)Mathematics 9 Quadratic Functions (Module 1)
Mathematics 9 Quadratic Functions (Module 1)Juan Miguel Palero
 
237654933 mathematics-t-form-6
237654933 mathematics-t-form-6237654933 mathematics-t-form-6
237654933 mathematics-t-form-6homeworkping3
 
Module 1 quadratic functions
Module 1   quadratic functionsModule 1   quadratic functions
Module 1 quadratic functionsdionesioable
 
orca_share_media1680312384648_7047740956181238360.pptx
orca_share_media1680312384648_7047740956181238360.pptxorca_share_media1680312384648_7047740956181238360.pptx
orca_share_media1680312384648_7047740956181238360.pptxJaeKim165097
 
Chapter on Functions and Graphs.ppt
Chapter on Functions and Graphs.pptChapter on Functions and Graphs.ppt
Chapter on Functions and Graphs.pptPhongLan30
 
3 2 Polynomial Functions And Their Graphs
3 2 Polynomial Functions And Their Graphs3 2 Polynomial Functions And Their Graphs
3 2 Polynomial Functions And Their Graphssilvia
 
Generating functions (albert r. meyer)
Generating functions (albert r. meyer)Generating functions (albert r. meyer)
Generating functions (albert r. meyer)Ilir Destani
 
Numarical values
Numarical valuesNumarical values
Numarical valuesAmanSaeed11
 
Numarical values highlighted
Numarical values highlightedNumarical values highlighted
Numarical values highlightedAmanSaeed11
 

Similar a Introduction to Functions (20)

Note introductions of functions
Note introductions of functionsNote introductions of functions
Note introductions of functions
 
Introduction to functions
Introduction to functionsIntroduction to functions
Introduction to functions
 
mc-ty-polynomial-2009-1.pdf
mc-ty-polynomial-2009-1.pdfmc-ty-polynomial-2009-1.pdf
mc-ty-polynomial-2009-1.pdf
 
Calculus - Functions Review
Calculus - Functions ReviewCalculus - Functions Review
Calculus - Functions Review
 
.
..
.
 
Functions
FunctionsFunctions
Functions
 
Relations and functions
Relations and functions Relations and functions
Relations and functions
 
Mathematics 9 Quadratic Functions (Module 1)
Mathematics 9 Quadratic Functions (Module 1)Mathematics 9 Quadratic Functions (Module 1)
Mathematics 9 Quadratic Functions (Module 1)
 
237654933 mathematics-t-form-6
237654933 mathematics-t-form-6237654933 mathematics-t-form-6
237654933 mathematics-t-form-6
 
Module 1 quadratic functions
Module 1   quadratic functionsModule 1   quadratic functions
Module 1 quadratic functions
 
orca_share_media1680312384648_7047740956181238360.pptx
orca_share_media1680312384648_7047740956181238360.pptxorca_share_media1680312384648_7047740956181238360.pptx
orca_share_media1680312384648_7047740956181238360.pptx
 
Chapter on Functions and Graphs.ppt
Chapter on Functions and Graphs.pptChapter on Functions and Graphs.ppt
Chapter on Functions and Graphs.ppt
 
3 2 Polynomial Functions And Their Graphs
3 2 Polynomial Functions And Their Graphs3 2 Polynomial Functions And Their Graphs
3 2 Polynomial Functions And Their Graphs
 
Generating functions (albert r. meyer)
Generating functions (albert r. meyer)Generating functions (albert r. meyer)
Generating functions (albert r. meyer)
 
function
functionfunction
function
 
Fst ch3 notes
Fst ch3 notesFst ch3 notes
Fst ch3 notes
 
Numarical values
Numarical valuesNumarical values
Numarical values
 
Numarical values highlighted
Numarical values highlightedNumarical values highlighted
Numarical values highlighted
 
Lemh105
Lemh105Lemh105
Lemh105
 
Goldie chapter 4 function
Goldie chapter 4 functionGoldie chapter 4 function
Goldie chapter 4 function
 

Último

Mental Health Awareness - a toolkit for supporting young minds
Mental Health Awareness - a toolkit for supporting young mindsMental Health Awareness - a toolkit for supporting young minds
Mental Health Awareness - a toolkit for supporting young mindsPooky Knightsmith
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxHumphrey A Beña
 
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptx
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptxDecoding the Tweet _ Practical Criticism in the Age of Hashtag.pptx
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptxDhatriParmar
 
ROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptxROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptxVanesaIglesias10
 
Q-Factor General Quiz-7th April 2024, Quiz Club NITW
Q-Factor General Quiz-7th April 2024, Quiz Club NITWQ-Factor General Quiz-7th April 2024, Quiz Club NITW
Q-Factor General Quiz-7th April 2024, Quiz Club NITWQuiz Club NITW
 
4.11.24 Poverty and Inequality in America.pptx
4.11.24 Poverty and Inequality in America.pptx4.11.24 Poverty and Inequality in America.pptx
4.11.24 Poverty and Inequality in America.pptxmary850239
 
Expanded definition: technical and operational
Expanded definition: technical and operationalExpanded definition: technical and operational
Expanded definition: technical and operationalssuser3e220a
 
Narcotic and Non Narcotic Analgesic..pdf
Narcotic and Non Narcotic Analgesic..pdfNarcotic and Non Narcotic Analgesic..pdf
Narcotic and Non Narcotic Analgesic..pdfPrerana Jadhav
 
Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4JOYLYNSAMANIEGO
 
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptx
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptxBIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptx
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptxSayali Powar
 
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITW
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITWQ-Factor HISPOL Quiz-6th April 2024, Quiz Club NITW
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITWQuiz Club NITW
 
Transaction Management in Database Management System
Transaction Management in Database Management SystemTransaction Management in Database Management System
Transaction Management in Database Management SystemChristalin Nelson
 
How to Fix XML SyntaxError in Odoo the 17
How to Fix XML SyntaxError in Odoo the 17How to Fix XML SyntaxError in Odoo the 17
How to Fix XML SyntaxError in Odoo the 17Celine George
 
4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptxmary850239
 
4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptxmary850239
 
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...Team Lead Succeed – Helping you and your team achieve high-performance teamwo...
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...Association for Project Management
 
Man or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptx
Man or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptxMan or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptx
Man or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptxDhatriParmar
 
Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...
Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...
Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...DhatriParmar
 

Último (20)

Mental Health Awareness - a toolkit for supporting young minds
Mental Health Awareness - a toolkit for supporting young mindsMental Health Awareness - a toolkit for supporting young minds
Mental Health Awareness - a toolkit for supporting young minds
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
 
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptx
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptxDecoding the Tweet _ Practical Criticism in the Age of Hashtag.pptx
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptx
 
ROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptxROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptx
 
Q-Factor General Quiz-7th April 2024, Quiz Club NITW
Q-Factor General Quiz-7th April 2024, Quiz Club NITWQ-Factor General Quiz-7th April 2024, Quiz Club NITW
Q-Factor General Quiz-7th April 2024, Quiz Club NITW
 
4.11.24 Poverty and Inequality in America.pptx
4.11.24 Poverty and Inequality in America.pptx4.11.24 Poverty and Inequality in America.pptx
4.11.24 Poverty and Inequality in America.pptx
 
Expanded definition: technical and operational
Expanded definition: technical and operationalExpanded definition: technical and operational
Expanded definition: technical and operational
 
Narcotic and Non Narcotic Analgesic..pdf
Narcotic and Non Narcotic Analgesic..pdfNarcotic and Non Narcotic Analgesic..pdf
Narcotic and Non Narcotic Analgesic..pdf
 
Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4
 
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptx
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptxBIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptx
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptx
 
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITW
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITWQ-Factor HISPOL Quiz-6th April 2024, Quiz Club NITW
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITW
 
Transaction Management in Database Management System
Transaction Management in Database Management SystemTransaction Management in Database Management System
Transaction Management in Database Management System
 
How to Fix XML SyntaxError in Odoo the 17
How to Fix XML SyntaxError in Odoo the 17How to Fix XML SyntaxError in Odoo the 17
How to Fix XML SyntaxError in Odoo the 17
 
4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx
 
4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx
 
Paradigm shift in nursing research by RS MEHTA
Paradigm shift in nursing research by RS MEHTAParadigm shift in nursing research by RS MEHTA
Paradigm shift in nursing research by RS MEHTA
 
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...Team Lead Succeed – Helping you and your team achieve high-performance teamwo...
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...
 
Man or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptx
Man or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptxMan or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptx
Man or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptx
 
Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...
Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...
Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...
 
prashanth updated resume 2024 for Teaching Profession
prashanth updated resume 2024 for Teaching Professionprashanth updated resume 2024 for Teaching Profession
prashanth updated resume 2024 for Teaching Profession
 

Introduction to Functions

  • 1. Introduction to functions mc-TY-introfns-2009-1 A function is a rule which operates on one number to give another number. However, not every rule describes a valid function. This unit explains how to see whether a given rule describes a valid function, and introduces some of the mathematical terms associated with functions. In order to master the techniques explained here it is vital that you undertake plenty of practice exercises so that they become second nature. After reading this text, and/or viewing the video tutorial on this topic, you should be able to: • recognise when a rule describes a valid function, • be able to plot the graph of a part of a function, • find a suitable domain for a function, and find the corresponding range. Contents 1. What is a function? 2 2. Plotting the graph of a function 3 3. When is a function valid? 4 4. Some further examples 6 www.mathcentre.ac.uk 1 c mathcentre 2009
  • 2. 1. What is a function? Here is a definition of a function. A function is a rule which maps a number to another unique number. In other words, if we start off with an input, and we apply the function, we get an output. For example, we might have a function that added 3 to any number. So if we apply this function to the number 2, we get the number 5. If we apply this function to the number 8, we get the number 11. If we apply this function to the number x, we get the number x + 3. We can show this mathematically by writing f(x) = x + 3. The number x that we use for the input of the function is called the argument of the function. So if we choose an argument of 2, we get f(2) = 2 + 3 = 5. If we choose an argument of 8, we get f(8) = 8 + 3 = 11. If we choose an argument of −6, we get f(−6) = −6 + 3 = −3. If we choose an argument of z, we get f(z) = z + 3. If we choose an argument of x2, we get f(x2) = x2 + 3. At first sight, it seems that we can pick any number we choose for the argument. However, that is not the case, as we shall see later. But because we do have some choice in the number we can pick, we call the argument the independent variable. The output of the function, e.g. f(x), f(5), etc. depends upon the argument, and so this is called the dependent variable. Key Point A function is a rule that maps a number to another unique number. The input to the function is called the independent variable, and is also called the argument of the function. The output of the function is called the dependent variable. www.mathcentre.ac.uk 2 c mathcentre 2009
  • 3. 2. Plotting the graph of a function If we have a function given by a formula, we can try to plot its graph. Suppose, for example, that we have a function f defined by f(x) = 3x2 − 4. The argument of the function (the independent variable) is x, and the output (the dependent variable) is 3x2 − 4. So we can calculate the output of the function for different arguments: f(0) = 3 × 02 − 4 = −4 f(1) = 3 × 12 − 4 = −1 f(2) = 3 × 22 − 4 = 8 f(−1) = 3 × (−1)2 − 4 = −1 f(−2) = 3 × (−2)2 − 4 = 8. We can put this information into a table to help us plot the graph of the function. x f(x) −2 8 −1 −1 0 −4 1 −1 2 8 f (x) 8 4 −2 −1 1 2 x −4 We can use the graph of the function to find the output corresponding to a given argument. For instance, if we have an argument of 2, we start on the horizontal axis at the point where x = 2, and we follow the line up until we reach the graph. Then we follow the line across so that we can read off the value of f(x) on the vertical axis. In this case, the value of f(x) is 8. Of course we already know this, because x = 2 is one of the values in our table. f (x) 8 4 −2 −1 1 2 x −4 www.mathcentre.ac.uk 3 c mathcentre 2009
  • 4. But we can also use the graph for values of x which are not in our table. If we have an argument of 1.5, we follow the line up to the graph, and then across to the vertical axis. The result is a number between 2 and 3. f (x) 8 4 −2 −1 1 2 x −4 If we want to calculate this number exactly, we can substitute 1.5 into the formula: f(1.5) = 2.75 3. When is a function valid? Our definition of a function says that it is a rule mapping a number to another unique number. So we cannot have a function which gives two different outputs for the same argument. One easy way to check this is from the graph of the function, by using a ruler. If the ruler is aligned vertically, then it only ever crosses the graph once; no more and no less. This means that the graph represents a valid function. What happens if we try to define a function with more than one output for the same argument? Let’s try an example. Suppose we try to define a function by saying that f(x) = √x. In the same way as before, we can produce a table of results to help us plot the graph of the function: f(0) = 0 f(1) = ±1 f(2) = ±1.4 to 1 d.p. f(3) = ±1.7 to 1 d.p. f(4) = ±2. (If we try to use any negative arguments, we end up in trouble because we are trying to find the square root of a negative number.) Plotting the results from the table, we get the following graph. www.mathcentre.ac.uk 4 c mathcentre 2009
  • 5. f (x) 1 2 3 4 x 2 1 −1 −2 ruler Using the ruler, it is quite clear that there are two values for all of the positive arguments. So as it stands, this is not a valid function. One way around this problem is to define √x to take only the positive values, or zero: this is sometimes called the positive square root of x. However, there is still the issue that we cannot choose a negative argument. So we should also choose to restrict the choice of argument to positive values, or zero. f (x) 1 2 3 4 x 2 1 When considering these kinds of restrictions, it is important to use the right mathematical language. We say that the set of possible inputs is called the domain of the function, and the set of corresponding outputs is called the range. In the example above, we have defined the function as follows: f(x) = √x x ≥ 0, f(x) ≥ 0, so that the domain of the function is the set of numbers x ≥ 0, and the range is the corresponding set of numbers f(x) ≥ 0. Key Point The domain of a function is the set of possible inputs. The range of a function is the set of corresponding outputs. www.mathcentre.ac.uk 5 c mathcentre 2009
  • 6. 4. Some further examples Example Consider the function f(x) = 2x2 − 3x + 5. To make sure that the function is valid, we need to check whether we get exactly one output for each input, and whether there needs to be any restriction on the domain. As before, we can calculate the output of this function at some specific values to help us with plotting our graph: f(0) = 2 × 02 − 3 × 0 + 5 = 5, f(1) = 2 × 12 − 3 × 1 + 5 = 2 − 3 + 5 = 4, f(2) = 2 × 22 − 3 × 2 + 5 = 8 − 6 + 5 = 7, f(3) = 2 × 32 − 3 × 3 + 5 = 18 − 9 + 5 = 14, f(−1) = 2 × (−1)2 − 3 × (−1) + 5 = 2 + 3 + 5 = 10. Now we can put this into a table, and plot the graph. x f(x) −1 10 0 5 1 4 2 7 3 14 f(x) 14 10 5 -1 1 2 3 x www.mathcentre.ac.uk 6 c mathcentre 2009
  • 7. A vertical ruler always crosses the graph once, and so the domain needs no restrictions, and the function is valid. We can also see from the graph that the minimum output occurs when x = 0.75, and that is when f(x) = 3.875. So the range of the function is f(x) ≥ 3.875. Example What about the function f(x) = 1 x ? As usual, the first step is to check some values. 2 , f(3) = 1 3 , f(4) = 1 4 , f(1) = 1, f(2) = 1 f(−1) = 1 (−1) = −1, f(−2) = 1 (−2) = −1 2 , f(−3) = 1 (−3) = −1 3 , f(−4) = 1 (−4) = −1 4 . When we try to calculate f(0) we have a problem, because we cannot divide by zero. So we have to restrict the domain to exclude x = 0. f (x) 1 1 2 −3 −2 −1 1 2 3 4 x −4 1 2 − −1 Because of this problem when x = 0, we have to restrict the domain to make the function valid. You can also see from the graph that there is no value of x where f(x) = 0, so zero is also excluded from the range. The function is therefore defined by f(x) = 1/x x6= 0, f(x)6= 0. You might want to know what exactly is going on at this point when x = 0. One way to find out is to look at what is happening very close to zero. So let’s try some positive values for the argument getting closer and closer to zero, in order to see what happens: 2 = f(1) = 1, f 1 1 1/2 10 = = 2, f 1 1 1/10 = 10, f 1 1,000 = 1 1/1,000 1,000,000 = = 1,000, f 1 1 1/1,000,000 = 1,000,000 . So you can see that as we approach zero from the right, the output approaches infinity. www.mathcentre.ac.uk 7 c mathcentre 2009
  • 8. Now let’s try some negative values for the argument, getting closer and closer to zero from the left-hand side, in order to see what happens: f(−1) = 1 (−1) = −1, f − 1 2 = 1 (−1/2) = −2, f − 1 10 = 1 (−1/10) = −10, f − 1 1,000 = 1 (−1/1,000) = −1,000, f − 1 = 1,000,0001 (−1/1,000,000) = −1,000,000 . You can see that as we approach zero from the left, the output approaches negative infinity. So in this case, approaching zero from the left is very different from approaching it from the right. Example For our final example, take the function f(x) = 1 (x − 2)2 . As usual, we must calculate some values: f(−2) = 1 (−2 − 2)2 = 1 16 f(−1) = 1 = 1 (−1 − 2)2 9 f(0) = 1 = 1 (0 − 2)2 4 f(1) = 1 (1 − 2)2 = 1 f(2) = 1 (2 − 2)2 = dividing by zero f(3) = 1 (3 − 2)2 = 1 f(4) = 1 = 1 (4 − 2)2 4 f(5) = 1 = 1 (5 − 2)2 9 f(6) = 1 (6 − 2)2 = 1 16 . Now we can construct a table, and plot the graph of the function. x f(x) −2 1 16 −1 1 9 0 1 4 1 1 2 dividing by zero 3 1 4 1 4 5 1 9 6 1 16 www.mathcentre.ac.uk 8 c mathcentre 2009
  • 9. f (x) x 1 3 4 1 2 1 4 −2 −1 1 2 3 4 5 6 The vertical line at x = 2 is called an asymptote; it is a line which is approached by the graph but never reached. Although it is clear that we will have to omit x = 2 from the domain, this time the situation is slightly different. You can see that at either side of x = 2, f(x) is approaching infinity. You should also notice that we cannot have any negative values for f(x), or even f(x) = 0. So we have to define our function as f(x) = 1 (x − 2)2 x6= 2, f(x) 0. Exercises 1. Consider the function f(x) = 2x2 + 5x − 3. (a) Write down the argument of this function. (b) Write down the dependent variable in terms of the argument. (c) Use a table of values to help you plot the graph of the function. (d) From your graph, estimate f(1.5). (e) Use your function to calculate f(1.5) exactly. (f) Write down the domain and range of the function. (g) Re-write the function with argument y. 2. Consider the function f(x) = 1 (x − 3)2 . (a) Plot the graph of the function. (b) Write down the domain and range of the function. (c) Re-write the function with argument z. (d) Use your graph to estimate f(1). (e) Use the function to calculate f(1) exactly. (f) Write down another function where x = 4 has to be omitted from the domain. 3. Consider the function f(x) = 3√x. (a) What assumptions must be made about the function to ensure validity? (b) Plot the graph of the function. www.mathcentre.ac.uk 9 c mathcentre 2009
  • 10. (c) Write down the domain and range of the function. (d) Calculate f(3). (e) What happens if you try to calculate f(−2)? 4. Consider the function f(x) = 1 x . (a) Plot the graph of the function. (b) Write down the domain and range of the function. (c) What happens to the output of the function as the argument approaches zero? (d) Is approaching zero from the left different to approaching zero from the right? If yes, why? (e) Calculate f(2), f(−10) and f(z3). 5. In the following list, you should write down the domain and range for each function, and then pair up functions that share the same domain and range. f(x) = 2 sin x − 1 f(x) = x2 − 6x + 9 f(x) = 2e−x f(x) = 4 − x2 f(x) = 2x − x2 + 3 f(x) = 3e5x f(x) = 2 cos 2x − 1 f(x) = 4x2 − 16x + 16 Answers 1. (a) The argument is x. (b) The dependent variable is 2x2 + 5x − 3 in terms of x. (c) An example of a table of values might be x −4 −3 −2 −1 0 1 2 f(x) 9 0 −5 −6 −3 4 15 f (x) 8 4 −4 −2 2 4 x −4 www.mathcentre.ac.uk 10 c mathcentre 2009
  • 11. (d) Draw a line up from x = 1.5, and read off the value on the y-axis. (e) f(1.5) = 9. (f) Reading off from the graph, f(x) ≥ −6.125, and also −∞ x ∞. (g) The function is f(y) = 2y2 + 5y − 3 using an argument y. www.mathcentre.ac.uk 11 c mathcentre 2009
  • 12. 2. (a) f (x) x 6 4 2 −2 2 4 6 8 (b) The domain is x= 63, the range is f(x) 0. 1 (c) The function is f(z) = (z − 3)2 using an argument z. (d) Draw a line up from x = 1, and read off the value on the y-axis. (e) f(1) = 1 (1 − 3)2 = 1 4 . (f) One such function is f(x) = 1 (x − 4)2 , but there are many others. 3. (a) We must assume that we take the positive square root, and that we take x ≥ 0. (b) f (x) 10 5 −5 5 10 15 x (c) The domain is x ≥ 0, the range is f(x) ≥ 0. (d) f(3) = 3√3 = 5.2 (to 1 d.p.). (e) If you try to calculate f(−2), you will be attempting to find the square root of a negative number. This has no real solutions. www.mathcentre.ac.uk 12 c mathcentre 2009
  • 13. 4. (a) f (x) x −4 −2 2 4 6 8 4 −2 −4 2 −8 −6 (b) The domain is x6= 0, the range is f(x)6= 0. (c) The output approaches ±∞. (d) Approaching from the left is different to approaching from the right. Approaching from the left, the output decreases rapidly to negative infinity. Approaching from the right, the output increases rapidly to positive infinity. (e) f(2) = 1 2 , f(−10) = − 1 10 , f(z3) = 1/z3. 5. domain range f(x) = 2 sin x − 1 −∞ x ∞ −3 ≤ f(x) ≤ 1 f(x) = x2 − 6x + 9 −∞ x ∞ f(x) ≥ 0 f(x) = 2e−x −∞ x ∞ f(x) 0 f(x) = 4 − x2 −∞ x ∞ f(x) ≤ 4 f(x) = 2x − x2 + 3 −∞ x ∞ f(x) ≤ 4 f(x) = 3e5x −∞ x ∞ f(x) 0 f(x) = 2 cos 2x − 1 −∞ x ∞ −3 ≤ f(x) ≤ 1 f(x) = 4x2 − 16x + 16 −∞ x ∞ f(x) ≥ 0 So the pairs are f(x) = 2 sin(x) − 1 and f(x) = 2 cos 2x − 1 , f(x) = x2 − 6x + 9 and f(x) = 4x2 − 16x + 16 , f(x) = 2e−x and f(x) = 3e5x , f(x) = 4 − x2 and f(x) = 2x − x2 + 3 . www.mathcentre.ac.uk 13 c mathcentre 2009