Difference between revisions of "Inverse functions"

From Department of Mathematics at UTSA
Jump to navigation Jump to search
(added inverse functions notes by professor Esparza)
 
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
* [https://mathresearch.utsa.edu/wikiFiles/MAT1093/Inverse%20functions/ Inverse Functions]. Written notes created by Professor Esparza, UTSA.
+
The function <math>g</math> is the inverse of the one-to-one function <math>f</math> if and only if the following are true:<br/>
 +
:<math>g(f(x))=x \,</math>
 +
:<math>f(g(x))=x \,</math>
 +
 
 +
The inverse of function <math>f</math> is denoted as <math>f^{-1}</math> .
 +
 
 +
Geometrically <math>f^{-1}</math> is the reflection of <math>f</math> across the line <math>y=x</math>.
 +
Conceptually, using the ''box'' analogy, a function's inverse box ''undoes'' what the function's
 +
regular box does. 
 +
 
 +
[[Image:Fruit function and inverse.PNG]]
 +
Example:
 +
<math>f(x)=2x \,</math>
 +
<math>f^{-1}(x)=\frac{1}{2}x \,</math>
 +
 +
<math>f(f^{-1}(x))=f(\frac{1}{2}x) \,</math>
 +
<math>f(f^{-1}(x))=2(\frac{1}{2}x) \,</math>
 +
<math>f(f^{-1}(x))=x \,</math>
 +
 +
 +
<math>f^{-1}(f(x))=f^{-1}(2x) \,</math>
 +
<math>f^{-1}(f(x))=\frac{1}{2}(2x) \,</math>
 +
<math>f^{-1}(f(x))=x \,</math>
 +
 
 +
To find the inverse of a function, remember that when we use <math>f^{-1}(x)</math> as an input to <math>f</math> the result is <math>x</math>.  So start by writing <math>x = f\left( f^{-1}(x) \right)</math> and solve for <math>f^{-1}</math>
 +
 
 +
Example:
 +
Suppose:<math>f(x)=2x+1 \,</math>
 +
Then <math>x = f\left( f^{-1}(x) \right)</math>
 +
<math>x=2f^{-1}(x)+1 \,</math>
 +
<math>x-1=2f^{-1}(x) \,</math>
 +
<math>f^{-1}(x)=\frac{x-1}{2} \,</math>
 +
 
 +
The Domain of an inverse function is exactly the same as the Range of the original function.  If the Range of the original function is limited in some way,  the inverse of a function will require a restricted domain.
 +
 
 +
Example:
 +
: <math>f(x)=\sqrt{x - 1} \,</math>       
 +
: <math>x = f\left(f^{-1}(x)\right)</math>
 +
: <math>x=\sqrt{f^{-1}(x) - 1} \,</math>       
 +
: <math>x^2=\sqrt{f^{-1}(x) - 1}^2 \,</math>       
 +
: <math>x^2=f^{-1}(x) - 1 </math>           
 +
: <math>f^{-1}(x)=x^2 + 1\,</math>           
 +
The Range of <math>f(x)</math> is <math>f(x)\ge0</math>. So the Domain of <math>f^{-1}(x)</math> is <math>x \ge 0</math>.
 +
===One-to-one function===
 +
A function that for every input there exists an output unique to that input.
 +
 
 +
Equivalently, we may say that a function <math>f</math> is called ''one-to-one'' if for all
 +
<math>x,x'\in A, f(x)=f(x')</math> implies that <math>x=x'</math> where ''A'' is the domain set of ''f'' and
 +
both ''x'' and ''x''' are members of that set.
 +
 
 +
'''Horizontal Line Test'''<br/>
 +
If no horizontal line intersects the graph of a function in more than one place then the function is a one-to-one function.
 +
 
 +
===The Existence of Inverse Functions===
 +
A function has an inverse if and only if it is one-to-one: that is, if for each ''y''-value there is only '''one''' corresponding ''x''-value. To test whether or not a function is one-to-one, we can draw multiple horizontal lines through the graph of the function. If any of these horizontal lines intersects with the graph of the function more than once, then the function is NOT one-to-one.
 +
 
 +
For example, take the graph of the function <math> f: \mathbb{R} \to \mathbb{R}, f(x) = x^2 </math>.
 +
 
 +
We can draw a horizontal line anywhere on the graph (except for the turning point at <math> x = 0 </math>) which will intersect with the graph twice. Therefore ''f'' is NOT a one-to-one function, and will NOT have an inverse function.
 +
 
 +
However, consider the function <math> g: \mathbb{R} \to \mathbb{R}, g(x) = x^3 </math>.
 +
 
 +
This function IS one-to-one, and will therefore have an inverse function, which we label <math> g^{-1} \, </math>.
 +
 
 +
==Resources==
 +
* [https://mathresearch.utsa.edu/wikiFiles/MAT1093/Inverse%20functions/Esparza%201093%20Notes%201.7.pdf Inverse Functions]. Written notes created by Professor Esparza, UTSA.
 +
* [https://en.wikibooks.org/wiki/Algebra/Functions Functions], Wikibooks: Algebra
 +
* [https://en.wikibooks.org/wiki/VCE_Mathematical_Methods/Inverse_functions Inverse Functions], Wikibooks: VCE Mathematical Methods
 +
 
 +
==Licensing==
 +
Content obtained and/or adapted from:
 +
* [https://en.wikibooks.org/wiki/Algebra/Functions Functions, Wikibooks: Algebra] under a CC BY-SA license
 +
* [https://en.wikibooks.org/wiki/VCE_Mathematical_Methods/Inverse_functions Inverse Functions, Wikibooks: VCE Mathematical Methods] under a CC BY-SA license

Latest revision as of 12:33, 25 October 2021

The function is the inverse of the one-to-one function if and only if the following are true:

The inverse of function is denoted as .

Geometrically is the reflection of across the line . Conceptually, using the box analogy, a function's inverse box undoes what the function's regular box does.

Fruit function and inverse.PNG Example:












To find the inverse of a function, remember that when we use as an input to the result is . So start by writing and solve for

Example:

Suppose:
Then 



The Domain of an inverse function is exactly the same as the Range of the original function. If the Range of the original function is limited in some way, the inverse of a function will require a restricted domain.

Example:

The Range of is . So the Domain of is .

One-to-one function

A function that for every input there exists an output unique to that input.

Equivalently, we may say that a function is called one-to-one if for all implies that where A is the domain set of f and both x and x' are members of that set.

Horizontal Line Test
If no horizontal line intersects the graph of a function in more than one place then the function is a one-to-one function.

The Existence of Inverse Functions

A function has an inverse if and only if it is one-to-one: that is, if for each y-value there is only one corresponding x-value. To test whether or not a function is one-to-one, we can draw multiple horizontal lines through the graph of the function. If any of these horizontal lines intersects with the graph of the function more than once, then the function is NOT one-to-one.

For example, take the graph of the function .

We can draw a horizontal line anywhere on the graph (except for the turning point at ) which will intersect with the graph twice. Therefore f is NOT a one-to-one function, and will NOT have an inverse function.

However, consider the function .

This function IS one-to-one, and will therefore have an inverse function, which we label .

Resources

Licensing

Content obtained and/or adapted from: