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.
Function Notation and Tests
Functions are typically denoted as , where is the independent variable (input) and is the dependent variable (output, often ).
Core Concepts
-
Domain: The set of all possible values for which the function is defined.
-
Range: The set of all possible resulting values.
-
Vertical Line Test: A graph represents a function if and only if no vertical line intersects the graph at more than one point.
Interactive Visualizer
Visualize 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.
x = 2.0
y = 4.0
Input (Domain)
2.00
Output (Range)
4.00
Types of Functions
Function Classifications
-
One-to-One (Injective): Each output comes from exactly one input . Passed via the Horizontal Line Test.
-
Inverse Functions: If a function is one-to-one, it has an inverse such that .
-
Piecewise Functions: Functions defined by different formulas for different parts of the domain.
Piecewise Example
Composite Functions
Function composition involves applying one function to the results of another. It represents chaining processes together.
Composition Notation
-
Written as or .
-
Read as " composed with " or " of of ".
-
Order Matters: Generally, . The function closest to (the inner function) is evaluated first. The output of becomes the new input for .
-
Domain Restriction: The domain of includes only those values that are in the domain of , AND for which the output falls within the domain of .
Symmetry: Even and Odd Functions
Symmetry Rules
-
Even Function: Symmetric about the y-axis. .
-
Odd Function: Symmetric about the origin. .
Function Transformations
Base functions can be shifted, stretched, or reflected:
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
-
(Vertical Scale): stretches vertically. reflects over the x-axis.
-
(Horizontal Scale): compresses horizontally by .
-
(Horizontal Shift): Shifts right if .
-
(Vertical Shift): Shifts up if .
Interactive Visualizer
Explore how changing the parameters , , , and transforms the graph of standard functions.
Function Transformations
General Form:
a (Vertical Stretch)1
b (Horizontal Stretch)1
h (Horizontal Shift)0
k (Vertical Shift)0
Original:
Transformed:
Direct, Inverse, and Joint Variation
Variation equations describe how quantities relate to one another proportionally. They are fundamental in science and engineering modeling, such as Hooke's Law (direct variation) or Boyle's Law (inverse variation).
Variation Types
-
Direct Variation: . As increases, increases proportionally.
-
Inverse Variation: . As increases, decreases.
-
Joint Variation: . A quantity varies directly with multiple other variables.
Key Takeaways
-
Domain Checks: Always look for division by zero and even roots of negative numbers.
-
Inverse Functions: To find the inverse, swap and , then solve for . This process flips the graph over the line .
-
Even/Odd: "Even" functions kill negative inputs (). "Odd" functions spit the negative sign out ().
-
Piecewise Functions: Always check which interval your input falls into before calculating.
-
Transformations: Inner changes () shift horizontally; outer changes () shift vertically.