MarketInverse function
Company Profile

Inverse function

In mathematics, the inverse function of a function f is a function that undoes the operation of f. The inverse of f exists if and only if f is bijective, and if it exists, is denoted by

Definitions
Let be a function whose domain is the set , and whose codomain is the set . Then is invertible if there exists a function from to such that g(f(x))=x for all x\in X and f(g(y))=y for all y\in Y. If is invertible, then there is exactly one function satisfying this property. The function is called the inverse of , and is usually denoted as , a notation introduced by John Frederick William Herschel in 1813. In keeping with the general notation, some English authors use expressions like to denote the inverse of the sine function applied to (actually a partial inverse; see below). Other authors feel that this may be confused with the notation for the multiplicative inverse of , which can be denoted as . To avoid any confusion, an inverse trigonometric function is often indicated by the prefix "arc" (for Latin ). For instance, the inverse of the sine function is typically called the arcsine function, written as . Similarly, the inverse of a hyperbolic function is indicated by the prefix "ar" (for Latin ). For instance, the inverse of the hyperbolic sine function is typically written as . The expressions like can still be useful to distinguish the multivalued inverse from the partial inverse: \sin^{-1}(x) = \{(-1)^n \arcsin(x) + \pi n : n \in \mathbb Z\}. Other inverse special functions are sometimes prefixed with the prefix "inv", if the ambiguity of the notation should be avoided. == Examples ==
Examples
Squaring and square root functions The function given by is not injective because (-x)^2=x^2 for all x\in\R. Therefore, is not invertible. If the domain of the function is restricted to the nonnegative reals, that is, we take the function f\colon [0,\infty)\to [0,\infty);\ x\mapsto x^2 with the same rule as before, then the function is bijective and so, invertible. The inverse function here is called the (positive) square root function and is denoted by x\mapsto\sqrt x. f\colon X \to Y means " is a function mapping elements of a set to elements of a set ". The source, , is called the domain of , and the target, , is called the codomain. The codomain contains the range of as a subset, and is part of the definition of . When using codomains, the inverse of a function is required to have domain and codomain . For the inverse to be defined on all of , every element of must lie in the range of the function . A function with this property is called onto or surjective. Thus, a function with a codomain is invertible if and only if it is both injective (one-to-one) and surjective (onto). Such a function is called a one-to-one correspondence or a bijection, and has the property that every element corresponds to exactly one element . --> Standard inverse functions The following table shows several standard functions and their inverses: Formula for the inverse Many functions given by algebraic formulas possess a formula for their inverse. This is because the inverse f^{-1} of an invertible function f\colon\R\to\R has an explicit description as : f^{-1}(y)=(\text{the unique element }x\in \R\text{ such that }f(x)=y). This allows one to easily determine inverses of many functions that are given by algebraic formulas. For example, if is the function : f(x) = (2x + 8)^3 then to determine f^{-1}(y) for a real number , one must find the unique real number such that . This equation can be solved: : \begin{align} y & = (2x+8)^3 \\ \sqrt[3]{y} & = 2x + 8 \\ \sqrt[3]{y} - 8 & = 2x \\ \dfrac{\sqrt[3]{y} - 8}{2} & = x . \end{align} Thus the inverse function is given by the formula : f^{-1}(y) = \frac{\sqrt[3]{y} - 8} 2. Sometimes, the inverse of a function cannot be expressed by a closed-form formula. For example, if is the function : f(x) = x - \sin x , then is a bijection, and therefore possesses an inverse function . The formula for this inverse has an expression as an infinite sum: : f^{-1}(y) = \sum_{n=1}^\infty \frac{y^{n/3}}{n!} \lim_{ \theta \to 0} \left( \frac{\mathrm{d}^{\,n-1}}{\mathrm{d} \theta^{\,n-1}} \left( \frac \theta { \sqrt[3]{ \theta - \sin( \theta )} } \right)^n \right). ==Properties==
Properties
Since a function is a special type of binary relation, many of the properties of an inverse function correspond to properties of converse relations. Uniqueness If an inverse function exists for a given function , then it is unique. This follows since the inverse function must be the converse relation, which is completely determined by . Symmetry There is a symmetry between a function and its inverse. Specifically, if is an invertible function with domain and codomain , then its inverse has domain and image , and the inverse of is the original function . In symbols, for functions and , :\left(f^{-1}\right)^{-1} = f. The inverse of a composition of functions is given by :(g \circ f)^{-1} = f^{-1} \circ g^{-1}. Notice that the order of and have been reversed; to undo followed by , we must first undo , and then undo . For example, let and let . Then the composition is the function that first multiplies by three and then adds five, : (g \circ f)(x) = 3x + 5. To reverse this process, we must first subtract five, and then divide by three, : (g \circ f)^{-1}(x) = \tfrac13(x - 5). This is the composition . Self-inverses If is a set, then the identity function on is its own inverse: : {\operatorname{id}_X}^{-1} = \operatorname{id}_X. More generally, a function is equal to its own inverse, if and only if the composition is equal to . Such a function is called an involution. Graph of the inverse If is invertible, then the graph of the function : y = f^{-1}(x) is the same as the graph of the equation : x = f(y) . This is identical to the equation that defines the graph of , except that the roles of and have been reversed. Thus the graph of can be obtained from the graph of by switching the positions of the and axes. This is equivalent to reflecting the graph across the line . If , the derivative of the inverse is given by the inverse function theorem, : \left(f^{-1}\right)^\prime (y) = \frac{1}{f'\left(x \right)}. Using Leibniz's notation the formula above can be written as : \frac{dx}{dy} = \frac{1}{dy / dx}. This result follows from the chain rule (see the article on inverse functions and differentiation). The inverse function theorem can be generalized to functions of several variables. Specifically, a continuously differentiable multivariable function is invertible in a neighborhood of a point as long as the Jacobian matrix of at is invertible. In this case, the Jacobian of at is the matrix inverse of the Jacobian of at . == Real-world examples ==
Real-world examples
• Let be the function that converts a temperature in degrees Celsius to a temperature in degrees Fahrenheit, F = f(C) = \tfrac95 C + 32 ; then its inverse function converts degrees Fahrenheit to degrees Celsius, C = f^{-1}(F) = \tfrac59 (F - 32) , since \begin{align} f^{-1} (f(C)) = {} & f^{-1}\left( \tfrac95 C + 32 \right) = \tfrac59 \left( (\tfrac95 C + 32 ) - 32 \right) = C, \\ & \text{for every value of } C, \text{ and } \\[6pt] f\left(f^{-1}(F)\right) = {} & f\left(\tfrac59 (F - 32)\right) = \tfrac95 \left(\tfrac59 (F - 32)\right) + 32 = F, \\ & \text{for every value of } F. \end{align} • Suppose assigns each child in a family its birth year. An inverse function would output which child was born in a given year. However, if the family has children born in the same year (for instance, twins or triplets, etc.) then the output cannot be known when the input is the common birth year. As well, if a year is given in which no child was born then a child cannot be named. But if each child was born in a separate year, and if we restrict attention to the three years in which a child was born, then we do have an inverse function. For example, \begin{align} f(\text{Allan})&=2005 , \quad & f(\text{Brad})&=2007 , \quad & f(\text{Cary})&=2001 \\ f^{-1}(2005)&=\text{Allan} , \quad & f^{-1}(2007)&=\text{Brad} , \quad & f^{-1}(2001)&=\text{Cary} \end{align} • Let be the function that leads to an percentage rise of some quantity, and be the function producing an percentage fall. Applied to $100 with = 10%, we find that applying the first function followed by the second does not restore the original value of $100, demonstrating the fact that, despite appearances, these two functions are not inverses of each other. • The formula to calculate the pH of a solution is . In many cases we need to find the concentration of acid from a pH measurement. The inverse function is used. ==Generalizations==
Generalizations
Partial inverses Even if a function is not one-to-one, it may be possible to define a partial inverse of by restricting the domain. For example, the function : f(x) = x^2 is not one-to-one, since . However, the function becomes one-to-one if we restrict to the domain , in which case : f^{-1}(y) = \sqrt{y} . (If we instead restrict to the domain , then the inverse is the negative of the square root of .) Full inverses has three branches. Alternatively, there is no need to restrict the domain if we are content with the inverse being a multivalued function: : f^{-1}(y) = \pm\sqrt{y} . Sometimes, this multivalued inverse is called the full inverse of , and the portions (such as and −) are called branches. The most important branch of a multivalued function (e.g. the positive square root) is called the principal branch, and its value at is called the principal value of . For a continuous function on the real line, one branch is required between each pair of local extrema. For example, the inverse of a cubic function with a local maximum and a local minimum has three branches (see the adjacent picture). Trigonometric inverses is a partial inverse of the sine function. The above considerations are particularly important for defining the inverses of trigonometric functions. For example, the sine function is not one-to-one, since : \sin(x + 2\pi) = \sin(x) for every real (and more generally for every integer ). However, the sine is one-to-one on the interval , and the corresponding partial inverse is called the arcsine. This is considered the principal branch of the inverse sine, so the principal value of the inverse sine is always between − and . The following table describes the principal branch of each inverse trigonometric function: Left and right inverses Function composition on the left and on the right need not coincide. In general, the conditions • "There exists such that " and • "There exists such that " imply different properties of . For example, let denote the squaring map, such that for all in , and let denote the square root map, such that for all . Then for all in ; that is, is a right inverse to . However, is not a left inverse to , since, e.g., . Left inverses If , a left inverse for (or retraction of ) is a function such that composing with from the left gives the identity function g \circ f = \operatorname{id}_X\text{.} That is, the function satisfies the rule : If , then . The function must equal the inverse of on the image of , but may take any values for elements of not in the image. A function with nonempty domain is injective if and only if it has a left inverse. An elementary proof runs as follows: • If is the left inverse of , and , then . • If nonempty is injective, construct a left inverse as follows: for all , if is in the image of , then there exists such that . Let ; this definition is unique because is injective. Otherwise, let be an arbitrary element of .For all , is in the image of . By construction, , the condition for a left inverse. In classical mathematics, every injective function with a nonempty domain necessarily has a left inverse; however, this may fail in constructive mathematics. For instance, a left inverse of the inclusion {{math|{0,1} → R}} of the two-element set in the reals violates indecomposability by giving a retraction of the real line to the set {{math|{0,1}}. Right inverses A right inverse for (or section of ) is a function such that : f \circ h = \operatorname{id}_Y . That is, the function satisfies the rule : If \displaystyle h(y) = x, then \displaystyle f(x) = y . Thus, may be any of the elements of that map to under . A function has a right inverse if and only if it is surjective (this equivalence holds if, and only if, the axiom of choice holds). : If is the right inverse of , then is surjective. For all y \in Y, there is x = h(y) such that f(x) = f(h(y)) = y. : If is surjective, has a right inverse , which can be constructed as follows: for all y \in Y, there is at least one x \in X such that f(x) = y (because is surjective), so we choose one to be the value of . Two-sided inverses An inverse that is both a left and right inverse (a two-sided inverse), if it exists, must be unique. In fact, if a function has a left inverse and a right inverse, they are both the same two-sided inverse, so it can be called the inverse. : If g is a left inverse and h a right inverse of f, for all y \in Y, g(y) = g(f(h(y)) = h(y). A function has a two-sided inverse if and only if it is bijective. : A bijective function is injective, so it has a left inverse (if is the empty function, f \colon \varnothing \to \varnothing is its own left inverse). is surjective, so it has a right inverse. By the above, the left and right inverse are the same. : If has a two-sided inverse , then is a left inverse and right inverse of , so is injective and surjective. Preimages If is any function (not necessarily invertible), the preimage (or inverse image) of an element is defined to be the set of all elements of that map to : : f^{-1}(y) = \left\{ x\in X : f(x) = y \right\} . The preimage of can be thought of as the image of under the (multivalued) full inverse of the function . The notion can be generalized to subsets of the range. Specifically, if is any subset of , the preimage of , denoted by f^{-1}(S) , is the set of all elements of that map to : : f^{-1}(S) = \left\{ x\in X : f(x) \in S \right\} . For example, take the function . This function is not invertible as it is not bijective, but preimages may be defined for subsets of the codomain, e.g. : f^{-1}(\left\{1,4,9,16\right\}) = \left\{-4,-3,-2,-1,1,2,3,4\right\}. The original notion and its generalization are related by the identity f^{-1}(y) = f^{-1}(\{y\}), The preimage of a single element – a singleton set {{math|{y} }} – is sometimes called the fiber of . When is the set of real numbers, it is common to refer to {{math|f −1({y})}} as a level set. ==See also==
tickerdossier.comtickerdossier.substack.com