Inverse Functions

Exponential functions

The function f(x)=2xf(x) = 2^x is called an exponential function because the variable, xx, is in the exponent. In general, exponential functions take the form:

f(x)=axf(x) = a^x

Where aa is some constant.

Recall some laws of exponents:

  1. ax+y=axaya^{x+y} = a^x a^y

  2. axy=axaya^{x-y} = \dfrac{a^x}{a^y}

  3. (ax)y=axy(a^x)^y = a^{xy}

  4. (ab)x=axbx(ab)^x = a^x b^x

One-to-one functions

A function is called a one-to-one function if it never takes on the same value twice:

f(x1),=/,,f(x2)x1,=/,,x2f(x_1) \\, {=}\mathllap{/\\,} \\, f(x_2) \qquad x_1 \\, {=}\mathllap{/\\,} \\, x_2

Think of this as the same as injective functions in DMMR.

You can test if a function is one-to-one in its graph by using the horizontal line test. A function is one-to-one if and only if no horizontal line intersects its graph more than once.

Only one-to-one functions have an inverse.

Inverse functions

In the first topic of this course, we explored what a function was. We defined it as a rule that maps each element in a set AA to an element in a set BB. An inverse function is a reverse rule that maps f(x)f(x) back to xx. We call this function f1(x)f^{-1}(x).

y=f(x)    x=f1(y)y = f(x) \iff x = f^{-1}(y)

To find the inverse function of a one-to-one function:

  1. Write y=f(x)y = f(x)
  2. Solve this equation for xx in terms of yy
  3. To express f1f^{-1} as a function of xx, interchange xx and yy

If a one-to-one function ff is continuous on a defined interval then its inverse f1f^{-1} is also continuous.

If a one-to-one function ff is differentiable and f(f1(a)),=/,,0f'(f^{-1}(a)) \\, {=}\mathllap{/\\,} \\, 0 then the inverse is differentiable at aa and:

(f1)(a)=1f(f1(a))(f^{-1})'(a) = \dfrac{1}{f'(f^{-1}(a))}

The number e

When working exponential differential functions, it can often be made easier when using the number ee as a base. This is defined as:

e=limx0(1+x)1xe = \displaystyle\lim_{x \to 0} (1 + x)^{\frac{1}{x}}

Logarithmic functions

Exponential functions also have an inverse function. This is called the logarithmic function with base aa.

y=ax    x=logayy = a^x \iff x = log_ay

If xx and yy are positive integers, some laws of logarithms include:

  1. loga(xy)=logax+logaylog_a(xy) = log_ax + log_ay

  2. loga(xy)=logaxlogaylog_a\Big(\dfrac{x}{y}\Big) = log_ax - log_ay

  3. loga(xr)=r,logaxlog_a(x^r) = r \\, log_ax

Natural logarithm

Above, we simply defined the base of the logarithm as some number aa. However, there are actually many scenarios when it is very useful to have the base be the number we introduced earlier, ee. This is called the natural logarithm.

logex=ln,xlog_ex = ln \\, x

Logarithmic derivatives

To differentiate a logarithmic function with base aa:

f(x)=logaxf(x) = log_ax

f(x)=1xlogaef'(x) = \dfrac{1}{x} log_ae

A proof for this can be seen on page 164 of the textbook.

The derivative of the natural logarithm is given by:

ddx(ln,x)=1x\dfrac{d}{dx} (ln \\, x) = \dfrac{1}{x}

Here is where you can really see how things get simpler when using ee as a base.

Exponential growth

Equations are often used to model the growth of quantities. In the real world, the rate of growth over time is often linked to the current quantity, such as in the case of population growth. That is to say:

f(t)=kf(x)f'(t) = kf(x)

See chapter 3.4 of the textbook for solutions to some of these problems.

Inverse trigonometric functions

As the above section explained, only one-to-one functions have an inverse. Trigonometric functions are periodic and so therefore cannot be one-to-one. However, if we were to limit their domains over a certain interval then that function would technically be one-to-one and therefore would have an inverse.

The inverse of this restricted sine function is called the arcsine function and is denoted sin1xsin^{-1}x or arcsinx\arcsin x.

ddxsin1x=11x2\dfrac{d}{dx} sin^{-1}x = \dfrac{1}{\sqrt{1 - x^2}}

The same can be applied to cosine:

The inverse of this restricted cosine function is called the arccosine function and is denoted cos1xcos^{-1}x or arccosx\arccos x.

ddxcos1x=11x2\dfrac{d}{dx} cos^{-1}x = - \dfrac{1}{\sqrt{1 - x^2}}

The same again can be applied to tangent:

The inverse of this restricted tan function is called the arctan function and is denoted tan1xtan^{-1}x or arctanx\arctan x.

ddxtan1x=11+x2\dfrac{d}{dx} tan^{-1}x = \dfrac{1}{1 + x^2}