67 total
By the end of these notes, you should be able to:
A function is a rule that takes an input value and produces exactly one output value.
Think of a function like a machine: you put a number in, and exactly one number comes out.
Functions are written in two ways:
For a mapping to be a function, every single input must lead to only one output. This is why:
The domain is the set of all allowed input values (the x-values you are allowed to put into the function).
Think of the domain as the "menu" of values you can choose from to put into the machine.
The domain is always stated as part of the function definition. For example:
f(x)=2x−1,−1≤x≤3
Here, the domain is −1≤x≤3. This means x can be any value from −1 to 3, including both endpoints.
Common domain notation:
The range is the set of all possible output values (the f(x) values that come out of the function for the given domain).
The range is also sometimes called the image set.
The range depends on:
How to find the range:
Step 1: Sketch the graph of the function over the given domain. Step 2: Look at the y-values (output values) that the graph reaches — the lowest point and the highest point. Step 3: Write the range using the same inequality notation as the domain.
Sign in to view full notes