Functions and Graphs
A function is a fundamental concept in mathematics describing a relationship between two sets: the input (domain) and the output (range). The defining characteristic of a function is that every input maps to exactly one output.
Core Concepts
Domain
The set of all possible values (inputs) for which the function is defined.
Range
The set of all possible resulting values (outputs).
Vertical Line Test
A graph represents a function if and only if no vertical line intersects the graph at more than one point. This ensures that each input has exactly one output.
Interactive Simulation
Note
Interactive visualizer to explore the relationship between inputs and outputs, and see how domain restrictions affect the graph.
Domain and Range Visualizer
Drag the blue point to explore inputs (Domain, x) and their resulting outputs (Range, y) for the function y = -0.5(x - 2)² + 4.
Function Classifications
One-to-One (Injective) Function
A function where each output comes from exactly one input . This type of function passes the Horizontal Line Test.
Inverse Functions
If a function is one-to-one, it has an inverse such that and .
Piecewise Functions
Functions that are defined by different mathematical formulas for different parts of their domain.
Piecewise Function Example
An example of a piecewise function where the rule changes based on whether the input is negative or non-negative:
Composite Functions
Function composition involves applying one function to the results of another, representing chaining processes together.
- Notation: Written as or . It is read as " composed with " or " of of ".
- Order of Operations: The inner function is evaluated first. The output of becomes the new input for . Generally, function composition is not commutative, meaning .
- Domain Restriction: The domain of only includes values that are in the domain of , AND for which the output falls within the domain of .
Symmetry: Even and Odd Functions
Functions can exhibit specific symmetrical properties:
- Even Function: Symmetric about the y-axis. Mathematically, it satisfies the condition .
- Odd Function: Symmetric about the origin. Mathematically, it satisfies the condition .
Function Transformations
Base functions can be shifted, stretched, or reflected using a general transformation formula.
General Transformation Formula
Describes how a base function f(x) is shifted, stretched, or reflected to create a new function g(x).
Variables
| Symbol | Description | Unit |
|---|---|---|
| The transformed function | - | |
| The original base function | - | |
| Vertical stretch/compression and reflection over x-axis | - | |
| Horizontal stretch/compression and reflection over y-axis | - | |
| Horizontal shift (translation right or left) | - | |
| Vertical shift (translation up or down) | - |
Parameter Effects on Transformations
- (Vertical Scale): If , the graph stretches vertically. If , it reflects over the x-axis.
- (Horizontal Scale): If , the graph compresses horizontally by a factor of .
- (Horizontal Shift): Shifts the graph to the right if .
- (Vertical Shift): Shifts the graph up if .
Interactive Simulation
Note
Explore the effects of function transformations interactively. Adjust parameters , , , and to see vertical and horizontal scaling, reflections, and shifts on the parent function .
Function Transformations
General Form:
Scaling & Reflection
Translations
Direct, Inverse, and Joint Variation
Variation equations describe how quantities relate to one another proportionally, which is fundamental in engineering modeling.
- Direct Variation: Represented by the equation . As increases, increases proportionally.
- Inverse Variation: Represented by the equation . As increases, decreases.
- Joint Variation: Represented by an equation like . A quantity varies directly with multiple other variables.
Caution
When checking for valid domains, always ensure you avoid division by zero and taking the even root of a negative number, as these are the most common restrictions leading to undefined outputs or complex numbers.
- A function requires that every input maps to exactly one output, verified by the Vertical Line Test.
- Domain restrictions primarily arise from avoiding division by zero and avoiding even roots of negative numbers.
- Inverse functions are found by swapping and , which geometrically reflects the graph across the line .
- Function transformations shift and scale graphs: inner modifications affect horizontal position, while outer modifications affect vertical position.
- Even functions are symmetric about the y-axis () and odd functions are symmetric about the origin ().