Function notation: f(x) represents the output when x is the input
Evaluation: Replace every instance of x with the given value
- Identify the function rule f(x)
- Replace every occurrence of x with the given input value
- Simplify the resulting expression
- Calculate the final result
f(x) = 2x + 3
f(5) = 2(5) + 3 = 10 + 3 = 13
f(x) = 2x + 3
f(-2) = 2(-2) + 3 = -4 + 3 = -1
f(x) = 2x + 3
f(a + 1) = 2(a + 1) + 3 = 2a + 2 + 3 = 2a + 5
f(5) = 13: 2(5) + 3 = 10 + 3 = 13 ✓
f(-2) = -1: 2(-2) + 3 = -4 + 3 = -1 ✓
f(a + 1) = 2a + 5: 2(a + 1) + 3 = 2a + 2 + 3 = 2a + 5 ✓
f(-2) = -1
f(a + 1) = 2a + 5
f(5) = 13
f(-2) = -1
f(a + 1) = 2a + 5
• Function evaluation: Substitute input value for x everywhere in the function
• Distribution: Apply distributive property when substituting expressions
• Simplification: Combine like terms after substitution
Function operations: (f + g)(x) = f(x) + g(x), (f - g)(x) = f(x) - g(x), (f · g)(x) = f(x) · g(x)
Combining functions: Perform operation on the output values
(f + g)(x) = f(x) + g(x)
= (x² - 2x + 1) + (3x - 4)
= x² - 2x + 1 + 3x - 4
= x² + x - 3
(f - g)(x) = f(x) - g(x)
= (x² - 2x + 1) - (3x - 4)
= x² - 2x + 1 - 3x + 4
= x² - 5x + 5
(f · g)(x) = f(x) · g(x)
= (x² - 2x + 1)(3x - 4)
= x²(3x - 4) - 2x(3x - 4) + 1(3x - 4)
= 3x³ - 4x² - 6x² + 8x + 3x - 4
= 3x³ - 10x² + 11x - 4
Let x = 1: f(1) = 0, g(1) = -1
(f + g)(1) = 0 + (-1) = -1
Using formula: 1² + 1 - 3 = -1 ✓
(f - g)(x) = x² - 5x + 5
(f · g)(x) = 3x³ - 10x² + 11x - 4
(f + g)(x) = x² + x - 3
(f - g)(x) = x² - 5x + 5
(f · g)(x) = 3x³ - 10x² + 11x - 4
• Function addition: Add corresponding outputs: (f + g)(x) = f(x) + g(x)
• Function subtraction: Subtract outputs: (f - g)(x) = f(x) - g(x)
• Function multiplication: Multiply outputs: (f · g)(x) = f(x) · g(x)
Composite function: (f ∘ g)(x) = f(g(x)), read as "f of g of x"
Order matters: Generally (f ∘ g)(x) ≠ (g ∘ f)(x)
(f ∘ g)(x) = f(g(x))
First, find g(x): g(x) = x² - 3
Then, substitute into f: f(g(x)) = f(x² - 3)
f(x² - 3) = 2(x² - 3) + 1 = 2x² - 6 + 1 = 2x² - 5
(g ∘ f)(x) = g(f(x))
First, find f(x): f(x) = 2x + 1
Then, substitute into g: g(f(x)) = g(2x + 1)
g(2x + 1) = (2x + 1)² - 3 = 4x² + 4x + 1 - 3 = 4x² + 4x - 2
(f ∘ g)(x) = 2x² - 5
(g ∘ f)(x) = 4x² + 4x - 2
These are different functions, confirming order matters in composition!
Let x = 2:
g(2) = 4 - 3 = 1, f(1) = 2 + 1 = 3
So (f ∘ g)(2) = 3
Using formula: 2(4) - 5 = 8 - 5 = 3 ✓
(g ∘ f)(x) = 4x² + 4x - 2
(f ∘ g)(x) = 2x² - 5
(g ∘ f)(x) = 4x² + 4x - 2
• Composition definition: (f ∘ g)(x) = f(g(x))
• Order matters: Function composition is generally not commutative
• Substitution: Replace inner function's output as input to outer function
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)
Function notation: f(x) represents the output when x is the input
- Identify the function: Determine f(x) rule
- Substitute: Replace x with the given value
- Simplify: Perform arithmetic operations
- Calculate: Obtain final result
• Function operations: (f + g)(x) = f(x) + g(x), (f - g)(x) = f(x) - g(x)
• Multiplication: (f · g)(x) = f(x) · g(x)
• Composition: (f ∘ g)(x) = f(g(x))
• Evaluation: Replace x with the given value throughout the function
• Order of operations: Always follow PEMDAS when simplifying
Domain: All possible x-values for which the function is defined
Range: All possible y-values the function can produce
For h(x) = √(x - 2) + 3, 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
Then √(x - 2) + 3 ≥ 3
The smallest value occurs when x = 2: h(2) = √(0) + 3 = 3
As x increases, h(x) increases without bound
Range: [3, ∞)
h(6) = √(6 - 2) + 3 = √4 + 3 = 2 + 3 = 5
h(11) = √(11 - 2) + 3 = √9 + 3 = 3 + 3 = 6
h(6) is valid since 6 ≥ 2 ✓
h(11) is valid since 11 ≥ 2 ✓
h(1) would be invalid since 1 < 2 (negative under square root)
Range: [3, ∞)
h(6) = 5
h(11) = 6
Domain: x ≥ 2 (or [2, ∞))
Range: y ≥ 3 (or [3, ∞))
h(6) = 5
h(11) = 6
• Square root domain: Expression under √ must be ≥ 0
• Domain finding: Identify restrictions based on function type
• Range finding: Analyze function behavior over its domain
Piecewise function: A function defined by different expressions over different intervals
Domain consideration: Each piece has its own domain condition
f(x) = { 2x + 1 if x < 0
{ x² if x ≥ 0
This means use 2x + 1 when x is negative, use x² when x is non-negative
Since -3 < 0, use the first piece: f(x) = 2x + 1
f(-3) = 2(-3) + 1 = -6 + 1 = -5
Since 0 ≥ 0, use the second piece: f(x) = x²
f(0) = 0² = 0
Since 4 ≥ 0, use the second piece: f(x) = x²
f(4) = 4² = 16
All real numbers are covered by the conditions x < 0 and x ≥ 0
Domain: (-∞, ∞) or all real numbers
f(-3) = -5: Since -3 < 0, use 2(-3) + 1 = -5 ✓
f(0) = 0: Since 0 ≥ 0, use 0² = 0 ✓
f(4) = 16: Since 4 ≥ 0, use 4² = 16 ✓
f(0) = 0
f(4) = 16
Domain: All real numbers
f(-3) = -5
f(0) = 0
f(4) = 16
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: A relation where each element in the domain maps to exactly one element in the range
Function notation: f(x) indicates that f is a function of x
Input/Output: x is the input (independent variable), f(x) is the output (dependent variable)
- Identify the function: Recognize the function notation and rule
- Understand the operation: Determine if evaluating, combining, or composing
- Apply the method: Use appropriate function operation rules
- Substitute carefully: Replace variables with given values
- Simplify systematically: Follow order of operations
- Verify results: Check against domain restrictions and reasonableness
• Function evaluation: f(a) means substitute a for every x in f(x)
• Arithmetic operations: (f ± g)(x) = f(x) ± g(x), (fg)(x) = f(x)·g(x)
• Division: (f/g)(x) = f(x)/g(x), where g(x) ≠ 0
• Composition: (f ∘ g)(x) = f(g(x))
• Domain restrictions: √(expression) → expression ≥ 0, 1/(expression) → expression ≠ 0
f(x) = 2x + 1
g(x) = x²
h(x) = √x
Analysis: Different function types exhibit different growth patterns and behaviors.
- Linear functions grow at constant rate
- Quadratic functions grow quadratically
- Square root functions grow slowly