topic badge
AustraliaVIC
VCE 11 Methods 2023

4.02 Function notation

Lesson

Remember that a function is a special type of relation, where each input only has one output. When dealing with functions, function notation is used to highlight the independent and dependent variables, for ease of notation with substitution, and to express functions in a standardised way that is easier to read and understand.

When writing in function notation, instead of writing "$y=$y=", write "$f(x)=$f(x)=". This can be interpreted as "$f$f is a function of the variable $x$x" and read as "$f$f of $x$x". Common letters to use for general functions are lower case $f$f, $g$g and $h$h. However, any letter can be used and often, variables are chosen that have meaning in context such as $t$t for time or $d$d for distance.

Exploration

Instead of $y=2x+1$y=2x+1 we could write $f(x)=2x+1$f(x)=2x+1. Here $f$f is a function of the variable $x$x which follows the rule double $x$x and add $1$1.

Some examples of other functions written in function notation are:

$P(t)=200\times0.8^t$P(t)=200×0.8t, where population is a function of time.

$H(d)=30-2d-30d^2$H(d)=302d30d2, where height is a function of distance.

In these examples, the letter in the bracket on the left is the input, and the right-hand side gives the rule for the output.

Function notation also allows for shorthand for substitution. If $y=3x+2$y=3x+2 and this is written in function notation as $f(x)=3x+2$f(x)=3x+2, then the question 'what is the value of $y$y when $x$x is $5$5?' can be asked simply as 'what is $f(5)$f(5)?' or 'Evaluate $f(5)$f(5).'

 

Worked example

If $A(x)=x^2+1$A(x)=x2+1 and $Q(x)=x^2+9x$Q(x)=x2+9x, find:

A) $A(5)$A(5)

Think: This means we need to substitute $5$5 in for $x$x in the $A(x)$A(x) equation.

Do: 

$A(5)$A(5)  $=$= $5^2+1$52+1
  $=$= $26$26

 

B) $Q(6)$Q(6)

Think: This means we need to substitute $6$6 in for $x$x in the $Q(x)$Q(x) equation.

Do:

$Q(6)$Q(6) $=$= $6^2+9\times6$62+9×6
  $=$= $36+54$36+54
  $=$= $90$90

 

Practice questions

Question 1

Consider the function $f\left(x\right)=8x+6$f(x)=8x+6.

  1. Determine the output produced by the input value $x=5$x=5.

Question 2

If $Z(y)=y^2+12y+32$Z(y)=y2+12y+32, find $y$y when $Z(y)=-3$Z(y)=3.

  1. Write both solutions on the same line separated by a comma.

 

Algebra of functions

Functions can be added, subtracted, multiplied or divided. If $f$f and $g$g are functions, we can compute $f(x)+g(x)$f(x)+g(x) by adding the function values at $x$x for each function. The short-hand notation for function addition is $(f+g)(x).$(f+g)(x). In a similar way, we form $f(x)-g(x)$f(x)g(x) or $(f-g)(x)$(fg)(x) for subtraction, $f(x)\times g(x)$f(x)×g(x) or $(fg)(x)$(fg)(x) for multiplication and $f(x)\div g(x)$f(x)÷​g(x) or $(f/g)(x)$(f/g)(x) for function division.

 

Practice questions

Question 3

Given the following values:

$f\left(2\right)=4$f(2)=4, $f\left(7\right)=14$f(7)=14, $f\left(9\right)=18$f(9)=18, $f\left(8\right)=16$f(8)=16

$g\left(2\right)=8$g(2)=8, $g\left(7\right)=28$g(7)=28, $g\left(9\right)=36$g(9)=36, $g\left(8\right)=32$g(8)=32

  1. Find $\left(f+g\right)$(f+g)$\left(2\right)$(2)

question 4

If $f(x)=3x-5$f(x)=3x5 and $g(x)=5x+7$g(x)=5x+7, find each of the following:

  1. $(f+g)(x)$(f+g)(x)

  2. $(f+g)$(f+g)$\left(4\right)$(4)

  3. $(f-g)(x)$(fg)(x)

  4. $(f-g)$(fg)$\left(10\right)$(10)

Composition of functions

The idea behind the composition of functions is best explained with an example.

Consider the function given by $f\left(x\right)=2x+1$f(x)=2x+1. Here, the function takes values of $x$x for the input and maps them to values, $y=2x+1$y=2x+1, in the output.

However, suppose that this is only the first part of a two-stage treatment of $x$x where these function values are taken and mapped using another function, say $g\left(x\right)=x^2$g(x)=x2. This means that the $y$y values given by $\left(2x+1\right)$(2x+1) become the squared values $\left(2x+1\right)^2$(2x+1)2. The diagram below captures this idea.

The function values $f\left(x\right)$f(x) have become the input for $g\left(x\right)$g(x). The complete two-stage process can be described by the expression $g\left(f\left(x\right)\right)$g(f(x)), sometimes written $(g\circ f)(x)$(gf)(x) and referred to as the "$g$g of $f$f  of $x$x".

Algebraically, this can be written: $g\left(f\left(x\right)\right)=g\left(2x+1\right)=\left(2x+1\right)^2$g(f(x))=g(2x+1)=(2x+1)2

Note that if the order of the two-stage processing was reversed, this would develop (in this instance) a different composite function. 

Thus $f\left(g\left(x\right)\right)=f\left(x^2\right)=2\left(x^2\right)+1=2x^2+1$f(g(x))=f(x2)=2(x2)+1=2x2+1. This would be "$f$fof $g$g of $x$x".

 

Composition of functions

The composition of two functions $f$f and $g$g is described using the notation $g\left(f\left(x\right)\right)$g(f(x)), sometimes written $(g\circ f)(x)$(gf)(x) , and referred to as the "$g$g of $f$f  of $x$x".

 

Practice questions

Question 5

Consider the functions $f\left(x\right)=-2x-3$f(x)=2x3 and $g\left(x\right)=-2x-6$g(x)=2x6.

  1. Find $f\left(7\right)$f(7).

  2. Hence, or otherwise, evaluate $g\left(f\left(7\right)\right)$g(f(7)).

  3. Now find $g\left(7\right)$g(7).

  4. Hence, evaluate $f\left(g\left(7\right)\right)$f(g(7)).

  5. Is it true that $f\left(g\left(x\right)\right)=g\left(f\left(x\right)\right)$f(g(x))=g(f(x)) for all $x$x?

    Yes

    A

    No

    B

Question 6

Consider $f\left(x\right)=x^2+3$f(x)=x2+3 and $g\left(x\right)=4x-9$g(x)=4x9.

  1. Define $f\left(2x\right)$f(2x).

  2. Show that $f\left(2x\right)=g\left(f\left(x\right)\right)$f(2x)=g(f(x))

Outcomes

U1.AoS1.1

functions and function notation, domain, co-domain and range, representation of a function by rule, graph and table, inverse functions and their graphs

U1.AoS2.12

substitute integer, simple rational and irrational numbers in exact form into expressions, including rules of functions and relations, and evaluate these by hand

What is Mathspace

About Mathspace