Functions: Language, Inverses, and Composition Notes
Fundamental Language of Functions
Understanding Mappings
A mapping is a process that takes an 'input' from one set of values to an 'output' in another set. There are four types of mappings:
- One-one: One 'input' value maps to exactly one 'output' value.
- Many-one: Multiple 'input' values map to a single 'output' value.
- One-many: One 'input' value maps to multiple 'output' values.
- Many-many: Multiple 'input' values map to multiple 'output' values.
Definition of a Function
A function is a specific type of mapping where every 'input' value maps to a single 'output'. Consequently, only one-one and many-one mappings qualify as functions.
Function Notation
Functions are identified using specific notation styles:
- Standard Notation: , , etc. For example, . This is pronounced as 'f of x'.
- Mapping Notation: . This is pronounced as 'the function f maps x to x-squared minus three x plus two'.
Mechanics of Function Operation
A function consists of an input () and an output ( or ). Whatever value or expression replaces inside the bracket of the function label must replace the everywhere it appears in the function's definition.
Calculating Outputs from Inputs
Given :
- If the input is , the output is .
- If the input is , the output is .
- If the input is a variable , the output is .
Calculating Inputs from Outputs
If the output is known, an equation can be solved to find the input. Given , if :
Domain and Range
The Domain
- The domain is the set of values allowed to be used as 'inputs'.
- A function is not fully defined until its domain is stated.
- If a domain is not explicitly provided, it is assumed to be the largest possible set of valid values. For example, the largest set of possible values for is .
- Restrictions applied to the domain can transform a many-one function into a one-one function.
The Range
- The range is the set of all possible 'output' values.
- The values available in the range depend entirely on the defined domain.
Determining the Range
To find the range from a given domain:
- Calculate individual output values for each input in the domain.
- Analyze the shape or pattern of the function's graph.
- Visualize outputs as -coordinates. For instance, for with a domain of all real numbers, the range is because all -coordinates on the graph are greater than or equal to zero.
The Modulus Function
The modulus function, also known as the absolute value, ensures any 'input' results in a positive 'output'. It is denoted by vertical lines, such as .
- Examples: and .
- If , then .
- If , then .
Inverse Functions
Definition and Notation
An inverse function reverses the operations of the original function in the opposite order.
- Example: If a function doubles a number and adds , the inverse subtracts and halves the result.
- Notation: or
Finding an Inverse Function (The Step-by-Step Method)
To find the inverse of a function, such as :
- Write the function in terms of : .
- Swap the and variables: .
- Rearrange the equation to make the subject again:
- Rewrite using inverse notation: .
Note: Swapping and is a specific technique for finding inverses and should not be used in other mathematical contexts.
Requirements and Relationships
- Condition for Existence: An inverse function only exists if the original function is one-to-one. This ensures that every output corresponds back to exactly one unique input.
- Undoing a Function: If , then .
- Composition with Inverse: Applying a function and its inverse sequentially returns the original value: .
- Solving Equations: If and you need to solve , you can take the function of both sides: , leading to .
Domain and Range of Inverses
There is an inverse relationship between the domains and ranges of a function and its inverse:
- The range of a function is the domain of its inverse function.
- The domain of a function is the range of its inverse function.
Graphs of Inverse Functions
The graph of an inverse function is a reflection of the graph of the function in the line .
- Key features like intercepts, turning points, and asymptotes are all reflected.
- Example: The point on reflects to on .
- Example: A horizontal asymptote on reflects to a vertical asymptote on .
- Restrictions on the domain of the original function must be maintained in the sketch.
- The intersection point of and always lies on the line . Therefore, you can find the intersection by solving .
Composite Functions
Definition and Notation
A composite function involves applying one function to the result of another function. The 'output' of the first function becomes the 'input' of the second. This is often referred to as a "function-of-a-function".
- Notation: or . Both mean "f of g of x".
Working with Composition
- Order of Operations: The order is critical. In the expression , you apply the function closest to the variable first. Thus, apply to first, then apply to the result.
- Non-Commutativity: Generally, .
- Self-Composition: The notation represents .
- Trigonometric Exception: For trigonometric functions, refers to , not .
Domain and Range of Composite Functions
- The domain of the composite function originates from the domain of the first function applied, which is .
- Compatibility Condition: For to exist, the range of must be contained within the domain of . If the range of falls outside the domain of , the composite function does not exist for those values.
- The range of is determined by the output of based on the restricted inputs provided by .
Worked Examples
Function Evaluation and Substitution
Given :
To find :
To find : Substitute for every :
Solving for Input
Given , find for which :
- Set the expression equal to :
Range and Domain Changes
Given for all values of :
- Range: Since the output is a squared value, it must be zero or positive. Range: .
- Modified Domain: If the domain is changed to , the range changes accordingly. Substitute the boundary: . Since , the range is .
Inverse Calculations
Find the inverse of :
- Let
- Swap variables:
- Solve for :
- Result:
Domain and Range of Inverses
Given :
- Range of : The square root results in values . Range: .
- Domain of : This is the range of . Domain: .
- Range of : This is the domain of . Range: .
Composite Function Existence
Given and :
- Range of : For , .
- Range of : For , .
- Does exist?: No. The range of is , but the domain of is . The range of the first function applied () is not contained within the domain of the second ().
- Range of : Here, is applied first. Its range is , which perfectly matches the domain of (). The range of is thus identical to the range of , which is .