Difference between revisions of "Math 22 Functions"
Line 2: | Line 2: | ||
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. | 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. | + | 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 <math>f(x)</math>. For example, function <math>y=2x^2+1</math> can be written as <math>f(x)=2x^2+1</math> in function notation. | ||
'''Exercises''' | '''Exercises''' | ||
Line 17: | Line 21: | ||
|'''Answer:''' <math>x\geq -1</math> | |'''Answer:''' <math>x\geq -1</math> | ||
|- | |- | ||
− | |The range is all of possible outcomes (values of y). | + | |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> | ||
+ | |} | ||
+ | |||
+ | ==Evaluate a Function== | ||
+ | |||
+ | To evaluate a function <math>f(x)</math> at <math> x=a </math>. We just need to plug in <math>x=a</math> to find <math>f(a)</math>. | ||
+ | |||
+ | '''Example''': Find the value of the function <math>f(x)=4x^2+1</math> at <math>x=1,2,3</math> | ||
+ | |||
+ | '''Answer''': | ||
+ | |||
+ | <math>f(1)=4(1)^2+1=4+1=5</math> | ||
+ | |||
+ | <math>f(2)=4(2)^2+1=16+1=17</math> | ||
+ | |||
+ | <math>f(3)=4(3)^2+1=36+1=37</math> | ||
+ | |||
+ | '''Exercises''' | ||
+ | Find the value of the function at the given values: | ||
+ | |||
+ | '''1)''' <math>y=\sqrt{x+1}</math> at <math>x=3,-3</math> | ||
+ | {| class = "mw-collapsible mw-collapsed" style = "text-align:left;" | ||
+ | !Solution: | ||
+ | |- | ||
+ | |<math>f(3)=\sqrt{3+1}=\sqrt{4}=2</math> | ||
+ | |- | ||
+ | |<math> x=-3</math> isn't in the domain of <math>f(x)</math>. So, <math>f(-3)=</math> undefined | ||
+ | |- | ||
+ | |'''OR''' | ||
+ | |- | ||
+ | |<math>f(3)=\sqrt{-3+1}=\sqrt{-2}=undefined</math> | ||
|} | |} | ||
Revision as of 09:39, 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: |
The range is all of possible outcomes (values of y). Notice that is never negative. So is never negative. |
Answer: |
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:
1) at
Solution: |
---|
isn't in the domain of . So, undefined |
OR |
Notes:
This page were made by Tri Phan