Oct 21, 2024
Math 100 Lesson 81: Introduction to Functions
Key Concepts
Relations
{}
) to denote a relation.{(-2, 3), (1, 5), (0, 3), (6, 11)}
{-2, 0, 1, 6}
).{3, 5, 11}
).Functions
{-2, 1, 0, 6}
, they do not repeat, so it represents a function.{1, -1, 1, 5}
, it is not a function.Variables
Function Notation
f(x)
which reads as "f of x."f(x)
represents the value of the function at x
.f
, g
, h
, etc.x
in the function.Example Problems
Problem 1: Find the value of the function at 6.
f(x) = 4x + 5
f(6) = 4 * 6 + 5 = 29
Problem 2: Find the function value at -5.
g(x) = 3x^2 - 10
g(-5) = 3 * (-5)^2 - 10 = 65
Problem 3: Find the function value at a + h
.
h(x) = 6x + 9
h(a + h) = 6(a + h) + 9 = 6a + 6h + 9
Tables and Functions
Determine if a table represents a function by checking that x-values do not repeat.
Example Table: X-values: {-2, -1, 0, 1, 2}
(a function because no repeats)
Domain: X-values listed in the table.
Range: Y-values listed in the table.
Question 1: Does the table define a function?
Question 2: Find domain and range from the table.
{-2, -1, 0, 1, 2}
{0, 1, 3, 4, 5}
Question 3: Find the function value at a specific x (e.g., x = -1
).
Question 4: Find x such that f(x) = 4
.
4
in the y-values and find the corresponding x-value.Conclusion