Difference between revisions of "Toolkit Functions"
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
===Constant Function=== | ===Constant Function=== | ||
+ | [[File:Constant function.png|thumb|left|Constant function]] | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
For the constant function | For the constant function | ||
<math> f(x) = c </math> | <math> f(x) = c </math> | ||
Line 7: | Line 13: | ||
Range: <math>[c, c]</math> | Range: <math>[c, c]</math> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
===Identity Function=== | ===Identity Function=== | ||
+ | [[File:Identity function.png|thumb|left|Identity function]] | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
For the identity function | For the identity function | ||
<math> f(x) = x </math> | <math> f(x) = x </math> | ||
Line 16: | Line 34: | ||
Range: <math> ( -\infty ,\infty ) </math> | Range: <math> ( -\infty ,\infty ) </math> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
===Absolute Value Function=== | ===Absolute Value Function=== | ||
+ | [[File:Absolute value function.png|thumb|left|Absolute value function]] | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
For the absolute value function | For the absolute value function | ||
<math> f(x) = |x| </math> | <math> f(x) = |x| </math> | ||
Line 25: | Line 54: | ||
Range : <math> [0 ,\infty ) </math> | Range : <math> [0 ,\infty ) </math> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
===Quadratic Function=== | ===Quadratic Function=== | ||
+ | [[File:Quadratic toolkit function.png|thumb|left|Quadratic function]] | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
For the quadratic function | For the quadratic function | ||
<math> f(x) = x^2 </math> | <math> f(x) = x^2 </math> | ||
Line 34: | Line 74: | ||
Range : <math> [0 ,\infty ) </math> | Range : <math> [0 ,\infty ) </math> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
===Cubic Function=== | ===Cubic Function=== | ||
+ | [[File:Cubic toolkit function.png|thumb|left|Cubic function]] | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
For the cubic function | For the cubic function | ||
<math> f(x) = x^3 </math> | <math> f(x) = x^3 </math> | ||
Line 43: | Line 94: | ||
Range: <math> ( -\infty ,\infty ) </math> | Range: <math> ( -\infty ,\infty ) </math> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
===Rational Function=== | ===Rational Function=== | ||
− | For the reciprocal function | + | [[File:Rational function.png|thumb|left|Rational function]] |
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | For the rational function (also known as the reciprocal function) | ||
<math> f(x) = \frac{1}{x} </math> | <math> f(x) = \frac{1}{x} </math> | ||
we cannot divide by 0, so we must exclude 0 from the domain. Further, 1 divided by any value can never be 0, so the range also will not include 0. | we cannot divide by 0, so we must exclude 0 from the domain. Further, 1 divided by any value can never be 0, so the range also will not include 0. | ||
Line 52: | Line 114: | ||
Range: <math> ( -\infty , 0) \cup (0, \infty ) </math> | Range: <math> ( -\infty , 0) \cup (0, \infty ) </math> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | ===Squared Rational Function=== | ||
+ | [[File:Squared rational function.png|thumb|left|Squared rational function]] | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | For the squared rational function | ||
+ | <math> f(x) = \frac{1}{x^2} </math> | ||
+ | we cannot divide by 0, so we must exclude 0 from the domain. Further, 1 divided by any value can never be 0, so the range also will not include 0. Also, since <math> x^2 > 0 </math> for all <math> x\neq 0 </math>, the range will only consist of positive numbers. | ||
+ | |||
+ | Domain: <math> ( -\infty , 0) \cup (0, \infty ) </math> | ||
+ | |||
+ | Range: <math> (0, \infty ) </math> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | ===Square Root Function=== | ||
+ | [[File:Square root function.png|thumb|left|Square root function]] | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | For the square root function | ||
+ | <math> f(x) = \sqrt{x} </math> | ||
+ | we cannot take the square root of a negative real number, so the domain must be 0 or greater. The range also excludes negative numbers because the square root of a positive number <math> x </math> is defined to be positive, even though the square of the negative number <math> -\sqrt{x} </math> also gives us <math> x </math>. | ||
+ | |||
+ | Domain: <math> [0, \infty ) </math> | ||
+ | |||
+ | Range: <math> [0, \infty ) </math> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | ===Cube Root Function=== | ||
+ | [[File:Cube root function.png|thumb|left|Cube root function]] | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | For the cube root function | ||
+ | <math> f(x) = \sqrt[3]{x} </math> | ||
+ | the domain and range include all real numbers. Note that there is no problem taking a cube root, or any odd-integer root, of a negative number, and the resulting output is negative (it is an odd function). | ||
+ | |||
+ | Domain: <math> ( -\infty ,\infty ) </math> | ||
+ | |||
+ | Range: <math> ( -\infty ,\infty ) </math> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
==Resources== | ==Resources== | ||
Line 57: | Line 184: | ||
* [https://mathresearch.utsa.edu/wikiFiles/MAT1053/Domain_Range_and_Toolkit_Functions/MAT1053_M1.2Domain_Range_and_Toolkit_FunctionsGN.pdf Guided Notes] | * [https://mathresearch.utsa.edu/wikiFiles/MAT1053/Domain_Range_and_Toolkit_Functions/MAT1053_M1.2Domain_Range_and_Toolkit_FunctionsGN.pdf Guided Notes] | ||
* [https://courses.lumenlearning.com/cuny-hunter-collegealgebra/chapter/toolkit-functions/ Toolkit Functions], Lumen Learning | * [https://courses.lumenlearning.com/cuny-hunter-collegealgebra/chapter/toolkit-functions/ Toolkit Functions], Lumen Learning | ||
+ | |||
+ | == Licensing == | ||
+ | Content obtained and/or adapted from: | ||
+ | * [https://courses.lumenlearning.com/cuny-hunter-collegealgebra/chapter/toolkit-functions/ Toolkit Functions, Lumen Learning: Hunter College MATH101] under a CC0 (public domain) license |
Latest revision as of 12:52, 21 October 2021
Contents
Constant Function
For the constant function the domain consists of all real numbers; there are no restrictions on the input. The only output value is the constant , so the range is the set that contains this single element. In interval notation, this is written as , the interval that both begins and ends with .
Domain:
Range:
Identity Function
For the identity function
there is no restriction on . Both the domain and range are the set of all real numbers.
Domain:
Range:
Absolute Value Function
For the absolute value function there is no restriction on x. The outputs are for and for , so the range is all numbers greater than or equal to 0.
Domain:
Range :
Quadratic Function
For the quadratic function the domain is all real numbers since the horizontal extent of the graph is the whole real number line. Because the graph does not include any negative values for the range, the range is only nonnegative real numbers.
Domain:
Range :
Cubic Function
For the cubic function the domain is all real numbers because the horizontal extent of the graph is the whole real number line. The same applies to the vertical extent of the graph, so the domain and range include all real numbers.
Domain:
Range:
Rational Function
For the rational function (also known as the reciprocal function) we cannot divide by 0, so we must exclude 0 from the domain. Further, 1 divided by any value can never be 0, so the range also will not include 0.
Domain:
Range:
Squared Rational Function
For the squared rational function we cannot divide by 0, so we must exclude 0 from the domain. Further, 1 divided by any value can never be 0, so the range also will not include 0. Also, since for all , the range will only consist of positive numbers.
Domain:
Range:
Square Root Function
For the square root function we cannot take the square root of a negative real number, so the domain must be 0 or greater. The range also excludes negative numbers because the square root of a positive number is defined to be positive, even though the square of the negative number also gives us .
Domain:
Range:
Cube Root Function
For the cube root function the domain and range include all real numbers. Note that there is no problem taking a cube root, or any odd-integer root, of a negative number, and the resulting output is negative (it is an odd function).
Domain:
Range:
Resources
- Domain Range and Toolkit Functions, Book Chapter
- Guided Notes
- Toolkit Functions, Lumen Learning
Licensing
Content obtained and/or adapted from:
- Toolkit Functions, Lumen Learning: Hunter College MATH101 under a CC0 (public domain) license