Function evaluation: Replacing the input variable with a specific value to find the corresponding output.
Substitution: The process of replacing variables with numbers.
- Replace the variable x with the given value
- Perform arithmetic operations following order of operations
- Simplify to get the final result
Replace x with 5: f(5) = 3(5) - 4 = 15 - 4 = 11
Replace x with -2: f(-2) = 3(-2) - 4 = -6 - 4 = -10
Replace x with 0: f(0) = 3(0) - 4 = 0 - 4 = -4
f(5) = 11, f(-2) = -10, f(0) = -4
These values represent the output of the function when the input is 5, -2, and 0 respectively.
• Substitution: Replace variable with given value
• Order of operations: Parentheses, exponents, multiplication/division, addition/subtraction
• Arithmetic: Perform calculations accurately
Variable substitution: Replacing the input variable with another variable or expression.
Algebraic expression: A combination of variables, numbers, and operations.
Replace x with a: g(a) = a² + 3a - 2
Replace x with 2a: g(2a) = (2a)² + 3(2a) - 2 = 4a² + 6a - 2
Replace x with (x + 1): g(x + 1) = (x + 1)² + 3(x + 1) - 2
= x² + 2x + 1 + 3x + 3 - 2 = x² + 5x + 2
g(a) = a² + 3a - 2
g(2a) = 4a² + 6a - 2
g(x + 1) = x² + 5x + 2
• Substitution: Replace variable with expression
• Distribution: Apply multiplication to each term in parentheses
• Expansion: Expand squared terms using (a+b)² = a² + 2ab + b²
Rational function: A function expressed as a ratio of two polynomials.
Domain restriction: Values that make the denominator zero are excluded.
Denominator cannot be zero: x - 3 ≠ 0, so x ≠ 3
h(4) = (2(4) + 1)/(4 - 3) = (8 + 1)/1 = 9/1 = 9
h(-1) = (2(-1) + 1)/((-1) - 3) = (-2 + 1)/(-4) = -1/(-4) = 1/4
h(4) = 9, h(-1) = 1/4
Domain restriction: x ≠ 3 (since this would make the denominator zero)
• Domain restrictions: Exclude values that make denominator zero
• Rational arithmetic: Perform operations in numerator and denominator separately
• Sign rules: Negative divided by negative equals positive
Function evaluation: The process of finding the output value of a function for a given input value
Substitution: Replacing the variable in a function with a specific value or expression
Domain restriction: Values that must be excluded from the domain due to mathematical impossibilities
- Identify the function: Note the function rule and variable
- Identify the input: Determine the value or expression to substitute
- Substitute: Replace the variable with the given input
- Calculate: Perform arithmetic operations following order of operations
- Simplify: Reduce to simplest form
• Function evaluation: f(a) means replace x with a in f(x)
• Order of operations: PEMDAS (Parentheses, Exponents, Multiplication/Division, Addition/Subtraction)
• Domain restrictions: Exclude values that cause division by zero or negative under even roots
Function composition: Applying one function to the result of another function.
Notation: f(g(x)) means "f of g of x" or g(x) is the input for f.
First evaluate g(3): g(3) = 3² = 9
Then evaluate f(9): f(9) = 2(9) - 1 = 18 - 1 = 17
So f(g(3)) = 17
First evaluate f(3): f(3) = 2(3) - 1 = 6 - 1 = 5
Then evaluate g(5): g(5) = 5² = 25
So g(f(3)) = 25
f(g(3)) = 17 and g(f(3)) = 25
Note: Function composition is not commutative - f(g(x)) ≠ g(f(x)) in general.
• Composition: Work from inside to outside
• Order matters: f(g(x)) ≠ g(f(x)) in general
• Sequential evaluation: Evaluate inner function first
Real-world function: A function that models a practical situation with meaningful inputs and outputs.
Initial value: The function value when the input is zero.
P(0) = 50 + 3(0) - 0.1(0)² = 50 + 0 - 0 = 50
P(5) = 50 + 3(5) - 0.1(5)² = 50 + 15 - 0.1(25) = 50 + 15 - 2.5 = 62.5
P(10) = 50 + 3(10) - 0.1(10)² = 50 + 30 - 0.1(100) = 50 + 30 - 10 = 70
P(0) = 50 represents the initial population of the city (at time t = 0), which is 50 thousand people.
P(0) = 50 (initial population: 50,000 people)
P(5) = 62.5 (population after 5 years: 62,500 people)
P(10) = 70 (population after 10 years: 70,000 people)
P(0) represents the initial population of the city at the starting time.
• Real-world context: Connect mathematical results to practical meaning
• Units: Include appropriate units in the answer
• Interpretation: Explain what the function values represent
Function evaluation: The process of finding the output value of a function for a given input value
Substitution: Replacing the variable in a function with a specific value or expression
Domain restriction: Values that must be excluded from the domain due to mathematical impossibilities
Function composition: Applying one function to the result of another function
Initial value: The function value when the input is zero
- Identify the function: Note the function rule and variable
- Identify the input: Determine the value or expression to substitute
- Substitute: Replace the variable with the given input
- Calculate: Perform arithmetic operations following order of operations
- Simplify: Reduce to simplest form
- Interpret: Connect results to real-world meaning when applicable
• Function evaluation: f(a) means replace x with a in f(x)
• Order of operations: PEMDAS (Parentheses, Exponents, Multiplication/Division, Addition/Subtraction)
• Domain restrictions: Exclude values that cause division by zero or negative under even roots
• Composition: f(g(x)) means g(x) is input for f
• Evaluate f(-1), f(0), f(1), f(2), f(3), f(4), f(5)
• Observe the pattern of outputs
• Notice the symmetry around x = 2
This demonstrates how function evaluation reveals patterns.
Analysis: Function evaluation helps identify key features like symmetry, minimum/maximum values, and intercepts.
- Evaluation at integer values reveals the function's behavior
- Symmetry occurs around the vertex of the parabola
- Patterns in outputs can indicate function type