1. Functions and Models Flashcards
(131 cards)
What is a function?
A function f is a rule that assigns each element x in a set D exactly one element, called f(x), in a set E.
When do functions arise?
Whenever one quantity depends on another.
In defining a function, what is the set D called?
The domain of the function.
What is f(x)?
The value of f at x, and is read f of x.
For what kind of numbers do we usually consider functions for which the sets D and E to be a part of?
Real numbers
What is the range of f?
The set of all possible values of f(x) as x varies throughout the domain.
What is an independent variable in math?
A symbol that represents a number in the domain of f.
What is a dependent variable in math?
A symbol that represents a number in the range of f.
What is a helpful way to think of a function?
It’s helpful to think of a function as a machine. If x is in the domain of the function f, then when x enters the machine, it’s accepted as an input and the machine produces an output f(x) according to the rule of the function.
What is, apparently, another useful way to picture the function other than the machine analogy?
By an arrow diagram. Each arrow connects an element of D to an element of E.
What is the most common method of visualizing a function?
By its graph.
How can we read the value of f(x) from a graph?
Since the y-coordinate of any point (x,y) on the graph is y=f(x), we can read the value of f(x) from the graph as being the height of the graph above the point x. The graph of f also allows us to picture the domain of f on the x-axis and its range on the y-axis.
What are the four ways of representing a function?
- verbally - by a description in words
- numerically - by a table of values
- visually - by a graph
- algebraically - by an explicit function
Describe the vertical line test.
A curve int he xy plane is the graph of a function of x if and only if no vertical line intersects the curve more than once.
Why does a failed vertical line test discredit the curve’s “functionness”?
If a line intersects the curve twice, then the curve can’t represent a function because a function can’t assign two different values to an x.
What are piecewise defined functions?
Functions that are defined by different formulas in different parts of their domains.
What is a subtle example of a piecewise function?
The absolute value function.
lal = a if a≥0
lal = -a if a<0
What is an even function?
A function which satisfies f(-x) = f(x) for every number x in its domain.
ex: f(x) = x^2
What is the geometric significance of a even function?
Its graph is symmetric with respect to the y-axis.
What is an odd function?
A function which satisfies f(-x) = -f(x) for every number x in its domain.
ex: f(x) = x^3
What is the geometric significance of an odd function?
Its graph is symmetric about the origin. If we already have the graph of f for x≥0, we can obtain the entire graph by rotating this portion through 180deg about the origin.
When is a function called increasing on an interval I?
When
f(x1) < f(x2) whenever x1 < x2 in I.
When is a function called decreasing on an interval I?
When
f(x1) > f(x2) whenever x1 < x2 in I.
What is a mathematical model and what is its purpose?
A mathematical description of a real-world phenomenon whose purpose is to understand the phenomenon and perhaps to make predictions about future behavior.