Difference between revisions of "Math 22 Functions"
Line 90: | Line 90: | ||
and | and | ||
<math>(g\circ f)(x)=g(f(x))=x</math> | <math>(g\circ f)(x)=g(f(x))=x</math> | ||
− | Under these conditions, the function <math>g</math> is the inverse function of <math>f</math> | + | Under these conditions, the function <math>g</math> is the inverse function of <math>f</math>, we denote <math>g=f^{-1}</math> |
'''This page were made by [[Contributors|Tri Phan]]''' | '''This page were made by [[Contributors|Tri Phan]]''' |
Revision as of 11:12, 12 July 2020
Basic Definitions
A function is a relationship between two variables such that to each value of the independent variable there corresponds exactly one value of the dependent variable.
The domain of the function is the set of all values of the independent variable for which the function is defined.
The range of the function is the set of all values taken on by the dependent variable.
Function notation: We usually denote a function f of x as . For example, function can be written as in function notation.
Exercises Find the domain and range of the following functions:
1)
Solution: |
---|
The domain is where the function defines (or all possible values of x). So, the radicand (everything under the square root) need to be non-negative. |
So, |
Answer: or |
The range is all of possible outcomes (values of y). Notice that is never negative. So is never negative. |
Answer: or |
Evaluate a Function
To evaluate a function at . We just need to plug in to find .
Example: Find the value of the function at
Answer:
Exercises Find the value of the function at the given values:
2) at
Solution: |
---|
isn't in the domain of . So, undefined |
OR |
Composite Function
Let and be functions. The function given by is the composite function of and .
Examples: Let and
So,
Exercises Given and . Find each composite function below
1)
Solution: |
---|
2)
Solution: |
---|
Inverse Functions
Informally, the inverse function of is another function that “undoes” what has done. We usually denote as
Formal definition of inverse function. Let and be functions such that and Under these conditions, the function Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle g} is the inverse function of , we denote
This page were made by Tri Phan