Input: The x-value (domain element) fed into the function
Output: The f(x)-value (range element) produced by the function
Domain: Set of all possible input values
Range: Set of all possible output values
- List all input values in the first column
- Apply the function rule to each input
- Record the corresponding output in the second column
- Identify the domain and range from the table
f(-2) = 3(-2) - 2 = -6 - 2 = -8
f(0) = 3(0) - 2 = 0 - 2 = -2
f(1) = 3(1) - 2 = 3 - 2 = 1
f(3) = 3(3) - 2 = 9 - 2 = 7
f(5) = 3(5) - 2 = 15 - 2 = 13
| Input (x) | Output f(x) |
|---|---|
| -2 | -8 |
| 0 | -2 |
| 1 | 1 |
| 3 | 7 |
| 5 | 13 |
Domain: {-2, 0, 1, 3, 5} (given inputs)
Range: {-8, -2, 1, 7, 13} (corresponding outputs)
For the function f(x) = 3x - 2:
Domain (if unrestricted): All real numbers
Range (if unrestricted): All real numbers
But for our specific inputs: Domain = {-2, 0, 1, 3, 5}, Range = {-8, -2, 1, 7, 13}
Range: {-8, -2, 1, 7, 13}
Input-Output Table:
| Input (x) | Output f(x) |
|---|---|
| -2 | -8 |
| 0 | -2 |
| 1 | 1 |
| 3 | 7 |
| 5 | 13 |
Domain: {-2, 0, 1, 3, 5}
Range: {-8, -2, 1, 7, 13}
• Function evaluation: Substitute each input value into the function rule
• Domain identification: Collect all input values
• Range identification: Collect all corresponding output values
Reverse mapping: Finding inputs when outputs are known
Solving equations: Set function equal to desired output and solve for x
Set g(x) = 5: x² - 4 = 5
Add 4 to both sides: x² = 9
Take square root: x = ±√9 = ±3
So x = 3 or x = -3
g(3) = 3² - 4 = 9 - 4 = 5 ✓
g(-3) = (-3)² - 4 = 9 - 4 = 5 ✓
g(√5) = (√5)² - 4 = 5 - 4 = 1
g(-√5) = (-√5)² - 4 = 5 - 4 = 1
Both √5 and -√5 produce the same output (1) because squaring eliminates the sign
This shows that g is not one-to-one
g(√5) = 1
g(-√5) = 1
g(x) = 5 when x = 3 or x = -3
g(√5) = 1
g(-√5) = 1
• Reverse evaluation: Set function equal to target output and solve
• Square root property: x² = a → x = ±√a
• Even functions: f(-x) = f(x), so opposite inputs may yield same output
Domain restriction: Values of x for which the function is defined
Range restriction: Possible output values based on the function rule
For h(x) = √(x + 2), the expression under the square root must be non-negative
So: x + 2 ≥ 0
Therefore: x ≥ -2
Domain: [-2, ∞)
Since √(x + 2) ≥ 0 for all x in the domain
The smallest value occurs when x = -2: h(-2) = √(0) = 0
As x increases, h(x) increases without bound
Range: [0, ∞)
h(2) = √(2 + 2) = √4 = 2
h(7) = √(7 + 2) = √9 = 3
h(-2) = √(-2 + 2) = √0 = 0
h(2) is valid since 2 ≥ -2 ✓
h(7) is valid since 7 ≥ -2 ✓
h(-2) is valid since -2 ≥ -2 ✓
h(-3) would be invalid since -3 < -2 (negative under square root)
Range: [0, ∞)
h(2) = 2
h(7) = 3
h(-2) = 0
Domain: x ≥ -2 (or [-2, ∞))
Range: y ≥ 0 (or [0, ∞))
h(2) = 2
h(7) = 3
h(-2) = 0
• Square root domain: Expression under √ must be ≥ 0
• Range analysis: Consider minimum and maximum possible outputs
• Function behavior: Analyze how function changes over its domain
Function: A relation where each input has exactly one output
Domain: Set of all possible input values (x-values)
Range: Set of all possible output values (y-values)
One-to-one function: Each output corresponds to exactly one input
- Identify the function rule: Determine f(x) expression
- Find domain restrictions: Identify values where function is undefined
- Evaluate for inputs: Substitute x-values into function
- Find outputs for inputs: Calculate corresponding f(x) values
- Solve reverse problems: Find inputs when outputs are known
- Determine range: Analyze possible output values
• Domain restrictions: √(expression) → expression ≥ 0, 1/(expression) → expression ≠ 0
• Range determination: Analyze function behavior and critical points
• Reverse evaluation: If f(x) = y, solve for x
• Function behavior: Linear → all reals, Quadratic → depends on vertex, Radical → restricted
Piecewise function: A function defined by different expressions over different intervals
Conditional evaluation: Use appropriate piece based on input value
f(x) = { 2x + 1 if x < 1
{ x² if x ≥ 1
This means use 2x + 1 when x is less than 1, use x² when x is greater than or equal to 1
Since -2 < 1, use the first piece: f(x) = 2x + 1
f(-2) = 2(-2) + 1 = -4 + 1 = -3
Since 1 ≥ 1, use the second piece: f(x) = x²
f(1) = 1² = 1
Since 3 ≥ 1, use the second piece: f(x) = x²
f(3) = 3² = 9
All real numbers are covered by the conditions x < 1 and x ≥ 1
There are no restrictions, so the domain is all real numbers
Domain: (-∞, ∞)
f(-2) = -3: Since -2 < 1, use 2(-2) + 1 = -3 ✓
f(1) = 1: Since 1 ≥ 1, use 1² = 1 ✓
f(3) = 9: Since 3 ≥ 1, use 3² = 9 ✓
f(1) = 1
f(3) = 9
Domain: All real numbers
f(-2) = -3
f(1) = 1
f(3) = 9
Domain: All real numbers (-∞, ∞)
• Piecewise evaluation: Determine which condition the input satisfies
• Condition checking: Carefully compare input to condition boundaries
• Domain coverage: Ensure all possible inputs are addressed by conditions
Function composition: (f ∘ g)(x) = f(g(x)), applying g first, then f
Input-output chain: Tracking how inputs flow through multiple functions
(f ∘ g)(4) = f(g(4))
First, find g(4): g(4) = 4 + 3 = 7
Then, find f(7): f(7) = 2(7) - 1 = 14 - 1 = 13
Wait, let me recalculate: f(7) = 2(7) - 1 = 14 - 1 = 13
(g ∘ f)(4) = g(f(4))
First, find f(4): f(4) = 2(4) - 1 = 8 - 1 = 7
Then, find g(7): g(7) = 7 + 3 = 10
Wait, let me recalculate: g(7) = 7 + 3 = 10
(f ∘ g)(4) = f(g(4))
g(4) = 4 + 3 = 7
f(7) = 2(7) - 1 = 14 - 1 = 13
(g ∘ f)(4) = g(f(4))
f(4) = 2(4) - 1 = 8 - 1 = 7
g(7) = 7 + 3 = 10
For (f ∘ g)(4): Input 4 → g(4) = 7 → f(7) = 13
For (g ∘ f)(4): Input 4 → f(4) = 7 → g(7) = 10
Input-output chain: 4 → 7 → 13 for (f ∘ g)(4)
Input-output chain: 4 → 7 → 10 for (g ∘ f)(4)
Composition order matters: (f ∘ g)(x) ≠ (g ∘ f)(x) in general
Here: (f ∘ g)(4) = 13 and (g ∘ f)(4) = 10
Indeed, 13 ≠ 10, confirming order matters in composition
(g ∘ f)(4) = 10
(f ∘ g)(4) = 13
(g ∘ f)(4) = 10
Input-output chains:
(f ∘ g)(4): 4 → 7 → 13
(g ∘ f)(4): 4 → 7 → 10
• Composition definition: (f ∘ g)(x) = f(g(x))
• Order matters: Function composition is generally not commutative
• Chain evaluation: Work from inside out in compositions
Function: A rule that assigns exactly one output to each input
Domain: The set of all possible input values
Range: The set of all possible output values
Function notation: f(x) represents the output when x is the input
- Identify the function: Recognize the function rule and type
- Determine domain: Find restrictions based on function type
- Evaluate for inputs: Apply function rule to given inputs
- Solve reverse problems: Find inputs when outputs are specified
- Analyze behavior: Understand how function transforms inputs
- Determine range: Find possible output values
• Domain restrictions: √(f(x)) → f(x) ≥ 0, 1/f(x) → f(x) ≠ 0, log(f(x)) → f(x) > 0
• Range finding: Analyze function behavior, critical points, and limits
• Function composition: (f ∘ g)(x) = f(g(x))
• Inverse relationships: If f(a) = b, then a is the input that produces output b
• Function types: Linear (all reals), Quadratic (depends on vertex), Radical (restricted)
f(x) = 2x + 1
g(x) = x²
h(x) = √x
Analysis: Different functions transform inputs differently, affecting their domain and range.
- Linear functions: Constant rate of change
- Quadratic functions: Parabolic relationship
- Radical functions: Restricted domain