Review the key concepts, formulae, and examples before starting your quiz.
πConcepts
A function is a special type of relation where every input () is paired with exactly one output (). Visually, in a mapping diagram, this means that every element in the starting set (domain) has exactly one arrow pointing away from it toward an element in the target set (range).
Function notation, written as , is used to name a function and show the input variable. For example, if , then represents the output when is the input. Visually, you can imagine a 'function machine' where is dropped into the top, the rule is applied, and the result is ejected from the bottom.
The Domain is the set of all possible input values for which the function is defined. On a coordinate plane, the domain is the horizontal 'width' of the graph along the -axis. If a graph has a solid dot at an endpoint, that value is included; an open circle means the value is not included.
The Range is the set of all possible output values that the function can produce. Visually, the range is the vertical 'height' of the graph along the -axis. You find it by looking for the lowest and highest points on the curve or line.
The Vertical Line Test is a visual method used to determine if a graph represents a function. If any vertical line can be drawn such that it intersects the graph at more than one point, the relation is not a function. For example, a vertical line would hit a circle at two points, so a circle is not a function.
Domain restrictions occur when certain values of would make the function undefined. This often happens in fractions where the denominator cannot be zero. Visually, these restrictions appear as gaps or 'breaks' in the graph where no line or curve exists.
Set notation and interval symbols are used to describe domain and range precisely. For example, means is any real number greater than or equal to zero. Visually, a solid line on a graph representing all real numbers indicates a continuous domain.
πFormulae
π‘Examples
Problem 1:
Given the function , evaluate .
Solution:
- Substitute into the function: \ 2. Calculate the square of : \ 3. Perform the multiplications: \ 4. Add the terms:
Explanation:
To evaluate a function for a specific value, replace the variable with the given number and follow the order of operations (BIDMAS/BODMAS).
Problem 2:
Determine the domain and range for the relation . Is this relation a function?
Solution:
- List the first elements for the Domain: \ 2. List the unique second elements for the Range: \ 3. Check for uniqueness: Each input () appears only once and is assigned to exactly one output.
Explanation:
The domain consists of all unique -coordinates, and the range consists of all unique -coordinates. Because no input value is repeated with a different output, the relation is a function.