Unit 1: Relations and Functions
Unit 1 formalizes the mathematical language used to describe relationships between sets through the rigorous study of relations and functions. It expands on foundational algebra to introduce specialized real-valued functions such as power, absolute value, signum, and greatest integer functions—exploring their unique properties and graphical behaviors. This unit is essential for mastering functional compositions, inverses, and the application of mathematical modeling to real-world economic and physical systems.
1.1 Relations
- A relation is defined as any set of ordered pairs.
- A relation from set A to set B is any subset of the Cartesian product , which contains pairs where and .
- Ordered pair: A pair where the order of elements is significant; only if .
- Domain (Dom(R)): The set consisting of all the first components (or coordinates) of the elements in a relation.
- Range (Ran(R)): The set consisting of all the second components (or coordinates) of the elements in a relation.
- Relations can be represented through various methods: sets of ordered pairs, diagrams (mapping), graphs on a coordinate plane, algebraic equations, or inequalities.
1.2 Inverse of Relations and Their Graphs
- The inverse of a relation R, denoted , is the set of ordered pairs obtained by interchanging the first and second components: .
- The domain of is equal to the range of R.
- The range of is equal to the domain of R.
- The graph of an inverse relation is obtained by reflecting the graph of the original relation across the line .
Process: Finding the Inverse of an Equation Algebraically
- Interchange the variables and in the defining equation (e.g., if , write ).
- Solve the new equation for in terms of (e.g., ).
- State the resulting expression as the inverse relation .
1.3 Types of Functions
- A function is a specialized relation in which each object from the domain is related to exactly one object in the range.
- Notation: A function from set A to set B is written .
- Functional value: If , it is written as , read as “ of “.
- Vertical Line Test: A set of points in a coordinate plane represents a function if and only if no vertical line intersects the graph more than once.
1.3.1 Power Functions
- A power function takes the form , where and are real numbers.
- Properties for natural number :
- Even : The domain is all real numbers (), the range is , and the graph is a symmetric parabola-like curve.
- Odd : Both the domain and range are , and the graph has a characteristic “S” shape passing through the origin.
- Properties for :
- Even : Domain and range are restricted to .
- Odd : Both the domain and range are .
1.3.2 Modulus (Absolute Value) Function
- The absolute value (or modulus) of a number , denoted , is its non-negative distance from zero.
- The modulus function is defined as .
- Properties:
- and .
- Triangular Inequality: .
- Domain: ; Range: .
1.3.3 Signum Function
- The signum function (sgn x) is a piecewise function that indicates the sign of :
- if
- if
- if
- Domain: ; Range: .
1.3.4 Greatest Integer (Floor) Function
- The greatest integer function (or floor function) maps a real number to the largest integer less than or equal to , denoted .
- Domain: ; Range: The set of all integers ().
- Standard rule: (where is an integer) if and only if .
Process: Solving Greatest Integer Equations
- Rewrite the equation as the inequality .
- Use a “change of variable” (e.g., let ) for nested floor functions to simplify the solving process.
- Solve the resulting linear or compound inequalities to find the solution set, typically expressed as an interval.
1.4 Composition of Functions
- Composition occurs when one function is substituted into another: .
- The domain of consists of all in the domain of such that the functional value is within the domain of .
1.5 Inverse Functions and Their Graphs
- A function is invertible if and only if its inverse is also a function.
- The identity function () on set A is defined as for all .
- Fundamental property: For an invertible function, .
- If the composition and , then and are inverses of each other.
1.6 Applications
- Economic Equilibrium: Calculated by setting total income () equal to total expenditure (), where is the sum of consumption (), investment (), and government spending ().
- Business Modeling: Functions are used to determine revenue, production cost , and profit.
- Variation: Modeling physical laws, such as force on a spring varying directly with the distance stretched.
Key Terminology
- Absolute value: The non-negative magnitude of a real number regardless of its sign.
- Broken line: A dashed line used in graphs to indicate that boundary points are excluded from the solution set.
- Cartesian product: The set of all possible ordered pairs where the first element is from one set and the second from another.
- Composition of functions: The operation of applying one function to the results of another.
- Domain: The set of all input values for which a relation or function is defined.
- First component: The -coordinate in an ordered pair .
- Function: A relation where every input is associated with exactly one output.
- Greatest integer (floor) function: A function that rounds a number down to the nearest integer.
- Identity function: A function that returns its input unchanged.
- Inverse function: A function that reverses the effect of the original function.
- Invertible: A property of a function that allows for a unique inverse function to exist.
- Modulus: A synonym for the absolute value.
- Ordered pairs: A set of two elements where the order signifies a specific coordinate.
- Power function: A function defined by a variable base raised to a fixed real power.
- Range: The set of all possible output values of a relation or function.
- Relation: A general set of ordered pairs connecting two sets.
- Second component: The -coordinate in an ordered pair .
- Signum (sgn) function: A piecewise function that outputs the sign of a number.
- Solid line: A continuous line used in graphs to indicate that boundary points are included in the solution set.
- Triangular Inequality: The mathematical property stating the absolute value of a sum is less than or equal to the sum of absolute values.
- Vertical line test: A visual check to confirm if a graph represents a function.

Responses