Chapter 1: Functions Flashcards
Week 1
What is a variable?
A variable is a quantity that can change e.g. time, height, age.
Week 1
What are the different types of variables.
There are two types of variables
- Independent variables.
- Dependent variables.
Independent variables are variable quantities that do not depend on other variables that you are trying to measure.
Dependent variables are variable quantities that do depend on other variables that you measure. This means that if you change the value of one variable, the value that depends on the one you changed will also change.
Week 1
What is a function?
If a variable y is dependent on a variable x in such a way that each value of x determines exactly one value of y, we say that y is a function of x.
Essentially a function is an operation that takes an input x, and performs a series of operations on it to output y.
Suppose that you are baking a cake. You mix all the ingredients (the input) and pop the batter into the oven (the function). The oven will then heat the batter and give you a cake (the output).
We can also infer that the output (y) is dependent on the input (x).
Week 1
What disqualifies a relation from becoming a function?
An equation that maps one x value to two y values cannot be a function.
Some examples of non-functional equations include:
- The equation of a circle e.g. x2 + y2 = 25
- The equation y = ± x
Week 1
What is the domain of a function?
The domain of a function is the set of all possible input values that the function can accept.
What is the range of a function?
The range of a function is the set of all real values that are a result of the input values.
f(x) is called the range of f.
Week 1
What is the co-domain of a function?
The co-domain of a function is the set of all possible output values that the function can produce regardless of the domain.
Week 1
Describe the graphical approach to find the domain of a function.
1) The denominator of a fraction cannot be 0
2) The square root expression in the numerator should be greater than or equal to zero.
3) The square root expression in the denominator should be greater than zero.
Week 1
Describe the graphical approach to find the range of a function.
1) Write the equation as f(x) = y
2) Express y as the function of x
3) Eliminate the values of y according to the question.
4) Find the question.
Week 1
Describe how to graph a function.
1) Identify the interval to sketch.
2) Take the x values and find the corresponding y values
3) Draw the x-y plane.
4) Calculate the x and y intercepts.
5) Mark the ordered pair in the x-y plane and sketch the graph.
Week 1
How do you test for a function?
The Vertical Line Test
- The vertical line test is a visual way to determine if a graph is a function or not.
- A function can only have one unique output. No vertical line can intersect the graph of a function more than once.
- If it does, the graph is not a function.
Describe a piece-wise defined function.
When a function is defined in pieces by using different formulae on different parts of the domain is called a piece-wise function.
In a piece-wise function, the function changes based on the input value.
For example, different cake batters require different baking temperatures, so if you bake a red velvet cake instead of a vanilla cake, you will have to adjust the baking time accordingly in order to obtain a well-cooked cake.
Similarly, a piece-wise function can change itself based on the inputs it receives in order to output a coherent function.
An example of a function that is defined in pieces is the absolute value function.
Week 1
What is the Greatest Integer Function (GIF)?
The greatest integer function (also known as the integer floor function) is denoted using the following formula
f(x) = [[x]]
What the GIF does is that it rounds whatever x value it receives down to the nearest integer. For example
f(5.99) = [[5.99]] = 5
To learn more about the GIF and its graph, visit this link.
Week 1
What is the Least Integer Function (LIF)?
The least integer function (also known as the integer ceiling function) is denoted using the following formula
f(x) = [x]
What the LIF does is that it rounds whatever x value it receives up to the nearest integer. For example
f(5.01) = [[5.01]] = 6
To learn more about the LIF and its graph, visit this link.
Week 2
What is an even function?
The graph of an even function is symmetric to the y-axis.
If (x,y) exists, (-x,y) also exists.
Some examples of even functions include:
f(x) = x2
f(x)= x2 + 1