Functions, Domains, and Ranges
Functions, Domains, and Ranges
Definition of a Function
- A function is a correspondence between input numbers (usually x values) and output numbers (usually y values).
- Each input number is sent to exactly one output number.
- A function can be thought of as a rule or a machine where x values are input and y values are output.
Example
- The "biological mother" function: Input is any person, and the output is their biological mother.
- This is a function because each person has only one biological mother.
- The "mother" function (sending each person to their mother) is NOT a function because some people may have multiple mothers (biological, adoptive, stepmother).
Function Notation
- Functions are often described with equations.
- Example:
- Alternative notation:
- represents the output value (y).
- It is important to note that does not represent multiplication of by .
Evaluating Functions
- To evaluate , plug in a value for .
- Example:
- Evaluating with more complex expressions:
- Importance of parentheses when plugging in for : Without parentheses, you would not be squaring the whole expression.
Functions Described by Graphs
- A function can be described by a graph instead of an equation.
- Not all graphs represent functions.
Vertical Line Test
- The graph of a circle is not a function because it violates the vertical line test.
- Vertical Line Test: A vertical line intersects the graph in more than one point.
- If any vertical line intersects the graph at most one point, the graph represents a function.
- This is because every value will have at most one value that corresponds to it.
Evaluating Functions from Graphs
- To evaluate , find on the x-axis and find the corresponding value on the graph.
- Example: If at , the y value is 3, then .
- If there is no point on the graph for a given value, then the function is undefined for that value.
- Example: If there is no point on the graph at , then is undefined or does not exist.
Domain and Range
- Domain: All possible values that make sense for the function.
- Range: All possible values that make sense for the function.
- If an value does not have a corresponding value, it is not in the domain.
Finding Domain and Range from a Graph
- Domain: Take the "shadow" or projection of the graph onto the -axis to see what values are hit.
- Express the domain using interval notation.
- Example: If the graph hits all values from -8 to 4, including the endpoints, the domain is .
- Range: Take the "shadow" or projection of the graph onto the -axis to see what values are hit.
- Express the range using interval notation.
- Example: If the graph hits all values from -5 to 3, including the endpoints, the range is .
Finding Domain Algebraically
- One way to find the domain and range is to graph the function.
- It's often possible to find the domain more quickly by using algebraic considerations.
- Consider what values can be plugged into the expression without resulting in an impossible calculation.
Restrictions on Domain
- Exclude values that make the denominator zero (since division by zero is undefined).
- Exclude values that make an expression inside a square root sign negative (since the square root of a negative number is not real).
- This applies to any even root. Odd roots (e.g., cube root) can accept negative numbers.
- Later, logarithmic functions will introduce additional exclusions.
Examples
Example A
- Function: Presence of a denominator. Need to exclude x values that make the denominator zero.
- Solve
- Factor:
- Solutions: and
- These values must be excluded from the domain.
- Domain in interval notation:
Example B
- Function: Presence of a square root. Need to exclude values that make the expression inside the square root negative.
- Condition:
- Solve:
- Domain in interval notation:
Example C
- Function: Involves both a square root and a denominator. Two conditions must be considered:
- The denominator cannot be zero.
- The expression inside the square root must be greater than or equal to zero.
- From the previous example, we know:
- and
- Combine these conditions on a number line.
- The domain includes numbers that satisfy BOTH conditions.
- Domain in interval notation:
Summary: Discussed functions, function evaluation, domain, and range.