Difference between revisions of "Toolkit Functions"

From Department of Mathematics at UTSA
Jump to navigation Jump to search
Line 45: Line 45:
  
 
===Rational Function===
 
===Rational Function===
For the reciprocal 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 52:
  
 
Range: <math> ( -\infty , 0) \cup (0, \infty ) </math>
 
Range: <math> ( -\infty , 0) \cup (0, \infty ) </math>
 +
 +
===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===
 +
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===
 +
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==

Revision as of 13:15, 4 October 2021

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