72 total
By the end of this topic, you should be able to:
A function is like a mathematical machine that takes numbers as inputs and transforms them into outputs using specific mathematical rules.
Think of it this way: imagine you have a blender (the function). You put in ingredients like milk, chocolate, and ice (the inputs), and the blender transforms them into a milkshake (the output). The function does the same thing with numbers.
When we write a function, we use special notation:
f(x) = ...
Here's what each part means:
The equals sign is followed by the rule that tells you what to do with the input.
Examples of functions:
The domain is the set of all possible input values (x-values) that you can put into a function.
Think of domain as "what numbers am I allowed to use?"
Important rules:
Examples:
f(x) = 2x + 5
f(x) = 1/x
f(x) = √x
The range is the set of all possible output values (y-values or f(x)-values) that come out of a function.
Think of range as "what numbers can the function produce?"
Important rules:
Examples:
f(x) = x² with domain "all values of x"
f(x) = 3x + 2 with domain x > 0
A mapping diagram is a visual way to show how inputs are transformed into outputs by a function.
It consists of two columns:
Example: For f(x) = x + 3
Input Output
3 → 6
4 → 7
5 → 8
x → x + 3
Sign in to view full notes