2.13 BETA

Functions

3 learning objectives 0 core 3 extended

1. Overview

Functions are a fundamental concept in mathematics that describe relationships between inputs and outputs. A function takes an input value (usually denoted by xx) and transforms it into a unique output value (often denoted by f(x)f(x) or yy). This topic covers function notation, evaluating functions, finding inverse functions, and working with composite functions, all of which are crucial for success in IGCSE mathematics, particularly in algebra and calculus. Understanding domains and ranges is also essential for defining the limits within which a function operates.

Key Definitions

  • Function: A rule that maps each input value to exactly one output value.
  • Domain: The set of all possible input values (the xx-values) for which the function is defined.
  • Range: The set of all possible output values (the yy-values or f(x)f(x) values) produced by the function.
  • Mapping: A diagram or description showing how elements from the domain connect to elements in the range.
  • Composite Function: A function created by applying one function to the result of another (e.g., gf(x)gf(x)).
  • Inverse Function (f1(x)f^{-1}(x)): A function that "undoes" the original function, mapping the output back to the original input.

Core Content

(Note: For Topic 2.13, there are no specific Core curriculum objectives. All content for this topic falls under the Supplement/Extended curriculum.)


Extended Content (Extended Curriculum Only)

A. Function Notation

Functions are usually written as f(x)=f(x) = \dots or using mapping notation f:xf : x \mapsto \dots (read as "ff maps xx to..."). To evaluate a function, replace every xx in the expression with the given value.

Worked example 1 — Evaluating a Function

Question: Given f(x)=7x+4f(x) = 7x + 4, find f(2)f(-2).

  1. Replace xx with 2-2: f(2)=7(2)+4f(-2) = 7(-2) + 4 Substitute the given value into the function.
  2. Multiply: f(2)=14+4f(-2) = -14 + 4 Perform the multiplication.
  3. Add: f(2)=10f(-2) = -10 Complete the addition. Final Answer: 10\bf{-10}

B. Composite Functions

A composite function gf(x)gf(x) means you apply function ff first, and then apply function gg to the result. Think of it as g(f(x))g(f(x)). Important: The order matters! gf(x)gf(x) is usually not the same as fg(x)fg(x).

Worked example 2 — Forming Composite Functions

Question: Given f(x)=3x1f(x) = 3x - 1 and g(x)=x2+2g(x) = x^2 + 2, find gf(x)gf(x).

  1. Identify the functions: f(x)=3x1f(x) = 3x - 1 and g(x)=x2+2g(x) = x^2 + 2 State the given functions.
  2. Substitute f(x)f(x) into g(x)g(x): gf(x)=g(3x1)=(3x1)2+2gf(x) = g(3x - 1) = (3x - 1)^2 + 2 Replace xx in g(x)g(x) with the entire expression for f(x)f(x).
  3. Expand the brackets: gf(x)=(9x26x+1)+2gf(x) = (9x^2 - 6x + 1) + 2 Expand the squared term.
  4. Simplify: gf(x)=9x26x+3gf(x) = 9x^2 - 6x + 3 Combine the constant terms. Final Answer: 9x26x+3\bf{9x^2 - 6x + 3}
📊A flow chart showing an input xx entering box ff to become f(x)f(x), then entering box gg to become g(f(x))g(f(x)).

C. Inverse Functions (f1(x)f^{-1}(x) )

The inverse function reverses the process. If f(2)=10f(2) = 10, then f1(10)=2f^{-1}(10) = 2.

Method to find f1(x)f^{-1}(x):

  1. Let y=f(x)y = f(x)
  2. Rearrange the equation to make xx the subject.
  3. Replace xx with f1(x)f^{-1}(x) and replace yy with xx.

Worked example 3 — Finding the Inverse

Question: Find the inverse of f(x)=x4+3f(x) = \frac{x}{4} + 3.

  1. Set y=f(x)y = f(x): y=x4+3y = \frac{x}{4} + 3 Replace f(x)f(x) with yy.
  2. Subtract 3 from both sides: y3=x4y - 3 = \frac{x}{4} Isolate the term with xx.
  3. Multiply both sides by 4: 4(y3)=x4(y - 3) = x Solve for xx.
  4. Simplify: 4y12=x4y - 12 = x Expand the brackets.
  5. Rewrite in function notation: f1(x)=4x12f^{-1}(x) = 4x - 12 Swap xx and yy and replace yy with f1(x)f^{-1}(x). Final Answer: f1(x)=4x12\bf{f^{-1}(x) = 4x - 12}

Worked example 4 — Finding the Inverse with a Fractional Denominator

Question: Find the inverse of f(x)=5x2f(x) = \frac{5}{x-2}.

  1. Set y=f(x)y = f(x): y=5x2y = \frac{5}{x-2} Replace f(x)f(x) with yy.
  2. Multiply both sides by (x2)(x-2): y(x2)=5y(x-2) = 5 Get xx out of the denominator.
  3. Divide both sides by yy: x2=5yx-2 = \frac{5}{y} Isolate the term with xx.
  4. Add 2 to both sides: x=5y+2x = \frac{5}{y} + 2 Solve for xx.
  5. Rewrite in function notation: f1(x)=5x+2f^{-1}(x) = \frac{5}{x} + 2 Swap xx and yy and replace yy with f1(x)f^{-1}(x). Final Answer: f1(x)=5x+2\bf{f^{-1}(x) = \frac{5}{x} + 2}

D. Domain and Range

  • Domain: Usually given in the question (e.g., x>0x > 0). If not given, it is assumed to be all real numbers (R\mathbb{R}), unless a value makes the function "break" (like dividing by zero).
  • Range: Look at the highest and lowest possible values of the output.

Example: f(x)=x2f(x) = x^2. If the domain is all real numbers, the range is f(x)0f(x) \geq 0 because a square number can never be negative.


Key Equations

f(x)=yf(x) = y Output of function ff for input xx. yy is the dependent variable.

gf(x)=g(f(x))gf(x) = g(f(x)) Work from the inside out.

f1(x)f^{-1}(x) Inverse function. Range of ff = Domain of f1f^{-1}.

ff1(x)=xff^{-1}(x) = x A function and its inverse cancel out.

These formulas are NOT provided on the IGCSE formula sheet; they must be memorized.


Common Mistakes to Avoid

  • Wrong: For f(x)=3x2+1f(x) = 3x^2 + 1, calculating f(x+2)f(x + 2) as 3x2+1+23x^2 + 1 + 2. ✅ Right: Use brackets! f(x+2)=3(x+2)2+1f(x + 2) = 3(x + 2)^2 + 1. Expand to 3(x2+4x+4)+1=3x2+12x+12+1=3x2+12x+133(x^2 + 4x + 4) + 1 = 3x^2 + 12x + 12 + 1 = 3x^2 + 12x + 13.
  • Wrong: Thinking gf(x)gf(x) means g(x)+f(x)g(x) + f(x). ✅ Right: gf(x)gf(x) means substitute the expression f(x)f(x) into the function g(x)g(x) wherever you see xx.
  • Wrong: Assuming that if f(x)=2xf(x) = 2x, then f1(x)=2xf^{-1}(x) = -2x. ✅ Right: The inverse function "undoes" the operation. In this case, f1(x)=x2f^{-1}(x) = \frac{x}{2}.
  • Mark Loss: When finding the inverse, forgetting to swap xx and yy after rearranging to make xx the subject.

Exam Tips

  • Command Words:
    • "Evaluate f(3)f(3)": Give a numerical value.
    • "Find an expression for gf(x)gf(x)": Give the answer in terms of xx.
    • "Solve f(x)=g(x)f(x) = g(x)": Set the two expressions equal and solve for xx.
  • Order of Operations: In composite functions like g(f(2))g(f(2)), calculate f(2)f(2) first, then put that number into gg.
  • Algebraic Fractions: Questions often involve functions like f(x)=1x+2f(x) = \frac{1}{x+2}. Remember that the domain cannot include x=2x = -2 because you cannot divide by zero.
  • Calculator Tip: When substituting negative numbers (e.g., f(3)f(-3) for f(x)=x2f(x) = x^2), always use brackets on your calculator: (3)2(-3)^2. Typing 32-3^2 without brackets will give you 9-9 instead of 99.

Test Your Knowledge

Ready to check what you've learned? Practice with 9 flashcards covering key definitions and concepts from Functions.

Study Flashcards

Frequently Asked Questions: Functions

What is Function in Functions?

Function: A rule that maps each input value to exactly one output value.

What is Domain in Functions?

Domain: The set of all possible input values (the x-values) for which the function is defined.

What is Range in Functions?

Range: The set of all possible output values (the y-values or f(x) values) produced by the function.

What is Mapping in Functions?

Mapping: A diagram or description showing how elements from the domain connect to elements in the range.

What is Composite Function in Functions?

Composite Function: A function created by applying one function to the result of another (e.g., gf(x)).

What is Inverse Function (f^{-1}(x)) in Functions?

Inverse Function (f^{-1}(x)): A function that "undoes" the original function, mapping the output back to the original input.