Review the key concepts, formulae, and examples before starting your quiz.
🔑Concepts
A function from a set to a set is a specific type of relation where every element has exactly one unique image , denoted as . Visually, this is represented by an arrow diagram where every point in the starting set (Domain) has exactly one outgoing arrow, and no point has multiple arrows originating from it.
The domain of a function is the set , while the codomain is the set . The range is the set of all actual outputs or images, defined as . On a Cartesian coordinate system, the domain is represented by the span of the graph along the -axis, while the range is represented by the span along the -axis.
A Real-Valued Function is a function where the range is a subset of the set of real numbers . If the domain is also or a subset of it, it is called a Real Function. The graph of such a function is a curve or line drawn on the -plane.
The Identity Function is defined by for each . Its graph is a straight line passing through the origin, bisecting the first and third quadrants at a angle to both axes.
The Modulus Function is defined as if and if . Visually, the graph forms a characteristic 'V' shape with the vertex at the origin , where the right arm is the line and the left arm is the line .
The Greatest Integer Function assumes the value of the greatest integer less than or equal to . Its graph is often called a 'step function' or 'staircase graph' because it consists of horizontal line segments of length 1, where the left endpoint is included (closed circle) and the right endpoint is excluded (open circle).
The Signum Function returns if , if , and if . Geometrically, this looks like two disjoint horizontal rays: one at for positive and one at for negative , with a single isolated point at the origin .
Algebra of Functions: For two real functions and , we define addition as , subtraction as , and multiplication as . For division, , provided .
📐Formulae
Identity Function:
Constant Function: , where is a constant
Modulus Function:
Signum Function:
Greatest Integer Function: , where
Domain of :
Domain of :
💡Examples
Problem 1:
Find the domain and range of the real function .
Solution:
- For to be defined as a real function, the expression inside the square root must be non-negative: . \ 2. Factoring the inequality: . This implies . So, Domain . \ 3. To find the range, let . Since square roots are non-negative, . \ 4. Squaring both sides: . \ 5. Since , then . \ 6. Combining and , we get . So, Range .
Explanation:
We determine the domain by ensuring the radicand of the square root is non-negative. For the range, we solve for in terms of and apply the constraints of the square root's output.
Problem 2:
Let and . Find , , and .
Solution:
- Addition: . \ 2. Subtraction: . \ 3. Division: . \ 4. Condition for division: The denominator cannot be zero, so .
Explanation:
This demonstrates the algebraic operations on functions. For addition and subtraction, we combine like terms. For division, we must explicitly state the restriction on the domain where the divisor is zero.