Difference between revisions of "Math 22 Functions"
Line 19: | Line 19: | ||
|So, <math>x+1\geq 0</math> | |So, <math>x+1\geq 0</math> | ||
|- | |- | ||
− | |'''Answer:''' <math>x\geq -1</math> | + | |'''Answer:''' <math>x\geq -1</math> or <math>[-1,\infty)</math> |
|- | |- | ||
|The range is all of possible outcomes (values of y). Notice that <math>\sqrt{x+1}</math> is never negative. So <math>y</math> is never negative. | |The range is all of possible outcomes (values of y). Notice that <math>\sqrt{x+1}</math> is never negative. So <math>y</math> is never negative. | ||
|- | |- | ||
− | |'''Answer''': <math>y\geq 0</math> | + | |'''Answer''': <math>y\geq 0</math> or <math>[0,\infty)</math> |
|} | |} | ||
Line 43: | Line 43: | ||
Find the value of the function at the given values: | Find the value of the function at the given values: | ||
− | ''' | + | '''2)''' <math>y=\sqrt{x+1}</math> at <math>x=3,-3</math> |
{| class = "mw-collapsible mw-collapsed" style = "text-align:left;" | {| class = "mw-collapsible mw-collapsed" style = "text-align:left;" | ||
!Solution: | !Solution: | ||
Line 53: | Line 53: | ||
|'''OR''' | |'''OR''' | ||
|- | |- | ||
− | |<math>f(3)=\sqrt{-3+1}=\sqrt{-2}=undefined</math> | + | |<math>f(-3)=\sqrt{-3+1}=\sqrt{-2}=undefined</math> |
|} | |} | ||
+ | |||
+ | ==Composite Function== | ||
+ | |||
+ | Let <math>f</math> and <math>g</math> be functions. The function given by <math>(f\circ g)(x)=f(g(x))</math> is the composite function of <math>f</math> and <math>g</math>. | ||
+ | |||
+ | Examples: Let <math>f(x)=2x+1</math> and <math>g(x)=x^2+3</math> | ||
+ | |||
+ | So, <math>(f\circ g)(x)=f(g(x))=f(x^2+3)=2(x^2+3)+1=2x^2+7</math> | ||
==Notes:== | ==Notes:== |
Revision as of 09:50, 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,
Notes:
This page were made by Tri Phan