Resources For Teachers For Tutors For Students & Parents Pricing
Year 11 Methods (Unit 1 & 2) Functions, Relations And Transformations

Applying Function Notation

20 practice questions 1 video lesson Theory + worked examples

Master function notation for Queensland Year 11 Mathematical Methods (QCAA). Writing a rule as f of x names the output for an input x — a compact way to describe any function.

You will learn to evaluate f of a for numbers and expressions, solve f of x equals a given value, read values from a graph, and find an unknown rule — everyday algebra used throughout the course.

Practice 20 questions
Practice questions

Every question with a fully worked solution.

Start practising
Watch 1 video(s)
  • Applying Function Notation - Video - Applying function notation Watch
Create a free accountTrack your progress and save your work as you go.
Create free account

Theory

In Year 11 Mathematical Methods (QCAA, Unit 1) function notation \(f(x)\) names the output of a rule for an input \(x\). This page shows how to evaluate \(f(a)\) (including negative inputs and expressions like \(f(a+1)\)), how to solve \(f(x)=k\), how to read a value off a graph, and how to find an unknown rule from given conditions.

Function notation \(f(x)\) reads “\(f\) of \(x\)” and stands for the output of the function when the input is \(x\). To evaluate \(f(a)\), substitute \(a\) for every \(x\) in the rule and simplify — use brackets so a negative input is handled correctly.

You can substitute an expression as the input: \(f(a+1)\) means replace every \(x\) with \((a+1)\), then expand. Solving \(f(x)=k\) reverses the process — set the rule equal to \(k\) and solve the resulting equation for \(x\).

A statement such as \(f(a)=b\) says “the input \(a\) gives the output \(b\)”, i.e. the point \((a,b)\) is on the graph. Given two such conditions you can determine an unknown rule, for example the gradient and intercept of a linear function.

Substitute for every \(x\), with brackets. \(f(-2)\) for \(f(x)=3x^2-2x+1\) is \(3(-2)^2-2(-2)+1\) — the brackets keep the signs and the squaring correct.
A function machineInput x enters a box that multiplies by 3 and adds 1, producing the output f of x. x multiply by 3 then add 1 f(x)
A function machine: the input \(x\) is processed by the rule (here \(\times3\) then \(+1\)) to give the output \(f(x)=3x+1\).
Reading a function value from a graphDashed lines from x equals 2 up to the graph and across to y equals 3, so f of 2 is 3. x y f(2)=3
Reading \(f(2)\): go up from \(x=2\) to the graph, then across to the \(y\)-axis to get \(f(2)=3\).

Evaluating and solving with a rule \(f\):

\[f(a)=\text{(replace every }x\text{ with }a),\qquad f(x)=k\ \Rightarrow\ \text{solve for }x\]
f(a),f(x)=k

A linear rule from its gradient and a point:

\[m=\dfrac{f(x_2)-f(x_1)}{x_2-x_1},\qquad f(x)=mx+c\]
m=f(x2)-f(x1)x2-x1
Read \(f(a)=b\) as the point \((a,b)\). Evaluating gives a \(y\)-value from an \(x\); solving \(f(x)=k\) gives the \(x\)-value(s) for a chosen \(y\).

How to work with function notation

  1. Evaluate: to find \(f(a)\), replace every \(x\) in the rule with \(a\) in brackets, then simplify.
  2. Solve: to solve \(f(x)=k\), set the rule equal to \(k\) and solve the equation (factorise a quadratic, isolate \(x\) for a linear).
  3. Determine a rule: turn each condition \(f(a)=b\) into an equation in the unknown coefficients, then solve the system.
Example 1 — Evaluate at a negative input
For \(f(x)=3x^2-2x+1\), find \(f(-2)\).
Solution

Replace every \(x\) with \((-2)\), keeping brackets:

\(f(-2)\)\(=\)\(3(-2)^2-2(-2)+1\)

Work through the powers and products:

\(=\)\(3(4)-2(-2)+1\)
\(=\)\(12+4+1\)
\(=\)\(17\)

\(f(-2)=17\).

f(-2)=17
Example 2 — Solve f(x)=k
For \(f(x)=x^2-2x-3\), solve \(f(x)=5\).
Solution

Set the rule equal to \(5\):

\(x^2-2x-3\)\(=\)\(5\)

Move everything to one side:

\(x^2-2x-8\)\(=\)\(0\)

Factorise and solve:

\((x-4)(x+2)\)\(=\)\(0\)
\(x\)\(=\)\(4\ \text{or}\ x=-2\)

\(x=4\) or \(x=-2\).

Solving f of x equals 5Parabola meeting the horizontal line y equals 5 at x equals minus 2 and x equals 4. x y y=5
x=4,-2
Example 3 — Evaluate at an expression
For \(f(x)=x^2+3x\), find and simplify \(f(a+1)\).
Solution

Replace every \(x\) with \((a+1)\):

\(f(a+1)\)\(=\)\((a+1)^2+3(a+1)\)

Expand each part:

\(=\)\(a^2+2a+1+3a+3\)

Collect like terms:

\(=\)\(a^2+5a+4\)

\(f(a+1)=a^2+5a+4\).

a2+5a+4
Example 4 — Determine a linear rule
A linear function has \(f(2)=7\) and \(f(-1)=-2\). Find the rule \(f(x)\).
Solution

Gradient — use the two points \((2,7)\) and \((-1,-2)\):

\(m\)\(=\)\(\dfrac{7-(-2)}{2-(-1)}\)
\(=\)\(\dfrac{9}{3}\)
\(=\)\(3\)

Intercept — substitute \(f(2)=7\) into \(f(x)=3x+c\):

\(7\)\(=\)\(3(2)+c\)
\(7\)\(=\)\(6+c\)
\(c\)\(=\)\(1\)

Write the rule:

\(f(x)\)\(=\)\(3x+1\)

\(f(x)=3x+1\).

A linear rule through two pointsStraight line through the points minus 1 comma minus 2 and 2 comma 7. x y (2,7) (-1,-2)
f(x)=3x+1

Common pitfalls

Dropping brackets on a negative input. \(f(-2)\) needs \((-2)^2=4\), not \(-2^2=-4\). Substitute the input in brackets every time.
Only replacing some of the \(x\)’s. Every \(x\) in the rule must become the new input — for \(f(a+1)\) both the \(x^2\) and the \(3x\) change.
Confusing evaluate with solve. \(f(a)\) gives a number from an input; \(f(x)=k\) is an equation to solve for the input(s).
Forgetting a quadratic can have two solutions. Solving \(f(x)=k\) for a quadratic often gives two \(x\)-values — report both.

Frequently asked questions

What does f(x) mean?

It reads “\(f\) of \(x\)” and stands for the output of the function \(f\) when the input is \(x\). It is a name for the \(y\)-value, not \(f\) times \(x\).

How do you evaluate a function at a value?

Replace every \(x\) in the rule with the input, in brackets, then simplify. For \(f(x)=3x^2-2x+1\), \(f(-2)=3(-2)^2-2(-2)+1=17\).

How do you solve f(x)=k?

Set the rule equal to \(k\) and solve for \(x\): isolate \(x\) for a linear rule, or move everything to one side and factorise for a quadratic.

What does f(a)=b tell you?

That the input \(a\) produces the output \(b\), so the point \((a,b)\) lies on the graph of \(f\).

How do you find f(a+1)?

Substitute \((a+1)\) for every \(x\) in the rule and expand. For \(f(x)=x^2+3x\), \(f(a+1)=(a+1)^2+3(a+1)=a^2+5a+4\).

How do you find the rule of a linear function from two values?

Find the gradient \(m\) from the two points, then substitute one point into \(f(x)=mx+c\) to find \(c\).