Calculus/Functions

From testwiki
Jump to navigation Jump to search

Template:Calculus/Top Nav Functions are everywhere, from a simple correlation between distance and time to complex heat waves. This chapter focuses on the fundamentals of functions: the definition, basic concepts, and other defining aspects. It is very concept-heavy, and expect a lot of reading and understanding. However, this is simply a review and an introduction on what is to come in future chapters.

Introduction

Template:Calculus/Def Whenever one quantity uniquely determines the value of another quantity, we have a function. That is, the set X uniquely determines the set Y. You can think of a function as a kind of machine. You feed the machine raw materials, and the machine changes the raw materials into a finished product.

Template:ExampleRobox Think about dropping a ball from a bridge. At each moment in time, the ball is a height above the ground. The height of the ball is a function of time. It was the job of physicists to come up with a formula for this function. This type of function is called real-valued since the "finished product" is a number (or, more specifically, a real number). Template:Robox/Close

Template:ExampleRobox Think about a wind storm. At different places, the wind can be blowing in different directions with different intensities. The direction and intensity of the wind can be thought of as a function of position. This is a function of two real variables (a location is described by two values - an x and a y) which results in a vector (which is something that can be used to hold a direction and an intensity). These functions are studied in multivariable calculus (which is usually studied after a one year college level calculus course). This a vector-valued function of two real variables. Template:Robox/Close

We will be looking at real-valued functions until studying multivariable calculus. Think of a real-valued function as an input-output machine; you give the function an input, and it gives you an output which is a number (more specifically, a real number). For example, the squaring function takes the input 4 and gives the output value 16. The same squaring function takes the input -1 and gives the output value 1.

This is an intuitive way to understand functions: a machine that makes the input x go through a transformation f into the output f(x)

Notation

Functions are used so much that there is a special notation for them. The notation is somewhat ambiguous, so familiarity with it is important in order to understand the intention of an equation or formula.

Though there are no strict rules for naming a function, it is standard practice to use the letters f , g , and h to denote functions, and the variable x to denote an independent variable. y is used for both dependent and independent variables.

When discussing or working with a function f , it's important to know not only the function, but also its independent variable x . Thus, when referring to a function f, you usually do not write f, but instead f(x) . The function is now referred to as "f of x". The name of the function is adjacent to the independent variable (in parentheses). This is useful for indicating the value of the function at a particular value of the independent variable. For instance, if

f(x)=7x+1 ,

and if we want to use the value of f for x equal to 2 , then we would substitute 2 for x on both sides of the definition above and write

f(2)=7(2)+1=14+1=15

This notation is more informative than leaving off the independent variable and writing simply 'f' , but can be ambiguous since the parentheses next to f can be misinterpreted as multiplication, 2f. To make sure nobody is too confused, follow this procedure:

  1. Define the function f by equating it to some expression.
  2. Give a sentence like the following: "At x=c, the function f is..."
  3. Evaluate the function.

Description

There are many ways which people describe functions. In the examples above, a verbal description is given (the height of the ball above the earth as a function of time). Here is a list of ways to describe functions. The top three listed approaches to describing functions are the most popular.

  1. A function is given a name (such as f) and a formula for the function is also given. For example, f(x)=3x+2 describes a function. We refer to the input as the argument of the function (or the independent variable), and to the output as the value of the function at the given argument.
  2. A function is described using an equation and two variables. One variable is for the input of the function and one is for the output of the function. The variable for the input is called the independent variable. The variable for the output is called the dependent variable. For example, y=3x+2 describes a function. The dependent variable appears by itself on the left hand side of equal sign.
  3. A verbal description of the function.

When a function is given a name (like in number 1 above), the name of the function is usually a single letter of the alphabet (such as f or g). Some functions whose names are multiple letters (like the sine function y=sin(x))

Template:ExampleRobox If we write f(x)=3x+2 , then we know that

  • The function f is a function of x .
  • To evaluate the function at a certain number, replace the x with that number.
  • Replacing x with that number in the right side of the function will produce the function's output for that certain input.
  • In English, the definition of f is interpreted, "Given a number, f will return two more than the triple of that number."

How would we know the value of the function f at 3? We would have the following three thoughts:

  1. f(3)=3(3)+2
  2. 3(3)+2=9+2
  3. 9+2=11

and we would write

f(3)=3(3)+2=9+2=11.

The value of f at 3 is 11.

Note that f(3) means the value of the dependent variable when x takes on the value of 3. So we see that the number 11 is the output of the function when we give the number 3 as the input. People often summarize the work above by writing "the value of f at three is eleven", or simply "f of three equals eleven". Template:Robox/Close

Basic concepts of functions

The formal definition of a function states that a function is actually a mapping that associates the elements of one set called the domain of the function, A, with the elements of another set called the range of the function, B. For each value we select from the domain of the function, there exists exactly one corresponding element in the range of the function. The definition of the function tells us which element in the range corresponds to the element we picked from the domain. An example of how is given below.

Template:ExampleRobox In mathematics, it is important to notice any repetition. If something seems to repeat, keep a note of that in the back of your mind somewhere.

Here, notice that f(x)=5x+5x2 and f(x)=22512. Because f(x) is equal to two different things, it must be the case that the other side of the equal sign to f(x) is equal to the other. This property is known as the transitive property and could thus make the following equation below true:

22512=5x+5x2

Next, simplify — make your life easier rather than harder. In this instance, since 5x+5x2 has x as a like-term, and the two terms are fractions added to the other, put it over a common denominator and simplify. Similar, since 22512 is a mixed fraction, 22512=225+12.

22512=5x+5x2
2251+12=5x1+5x2
4502+12=10x2+5x2
4512=15x2

Multiply both sides by the reciprocal of the coefficient of x, 215 from both sides by multiplying by it.

2154512=x
45115=x or x=45115.

The value of x that makes f(x)=22512 is x=45115.. Template:Robox/Close

Classically, the element picked from the domain is pictured as something that is fed into the function and the corresponding element in the range is pictured as the output. Since we "pick" the element in the domain whose corresponding element in the range we want to find, we have control over what element we pick and hence this element is also known as the "independent variable". The element mapped in the range is beyond our control and is "mapped to" by the function. This element is hence also known as the "dependent variable", for it depends on which independent variable we pick. Since the elementary idea of functions is better understood from the classical viewpoint, we shall use it hereafter. However, it is still important to remember the correct definition of functions at all times.

Basic types of transformation

To make it simple, for the function f(x), all of the possible x values constitute the domain, and all of the values f(x) (y on the x-y plane) constitute the range. To put it in more formal terms, a function f is a mapping of some element aA, called the domain, to exactly one element bB, called the range, such that f:AB. The image below should help explain the modern definition of a function:

The image demonstrates a mapping of some element a (the circle) in A, the domain, to exactly one element b in B, the range.
A is the domain of the function while B is the range. This transformation from set A to B is an example of one-to-one function.
  1. A function is considered one-to-one if an element aA from domain A of function f, leads to exactly one element bB from range B of the function. By definition, since only one element b is mapped by function f from some element a, f:AB implies that there exists only one element b from the mapping. Therefore, there exists a one-to-one function because it complies with the definition of a function. This definition is similar to Figure 1.
  2. A function is considered many-to-one if some elements a1,a2,anA from domain A of function f maps to exactly one element bB from range B of the function. Since some elements (a1,a2,an)A must map onto exactly one element bB, f:AB must be compliant with the definition of a function. Therefore, there exists a many-to-one function.
  3. A function is considered one-to-many if exactly one element aA from domain A of function f maps to some elements (b1,b2,bn)B from range B of the function. If some element a maps onto many distinct elements b, then f:AB is non-functional since there exists many distinct elements b. Given many-to-one is non-compliant to the definition of a function, there exists no function that is one-to-many.

The modern definition describes a function sufficiently such that it helps us determine whether some new type of "function" is indeed one. Now that each case is defined above, you can now prove whether functions are one of these function cases. Here is an example problem:

Template:ExampleRobox Notice that the only changing element in the function f is x. To prove a function is one-to-one by applying the definition may be impossible because although two random elements of domain set A may not be many-to-one, there may be some elements (a1,a2,an)A that may make the function many-to-one. To account for this possibility, we must prove that it is impossible to have some result like that.

Assume there exists two distinct elements x1x2 that will result in f(x1)=f(x2). This would make the function many-to-one. In consequence,
ax1+b=ax2+b

Subtract b from both sides of the equation.

ax1=ax2

Subtract ax2 from both sides of the equation.

ax1ax2=0

Factor a from both terms to the left of the equation.

a(x1x2)=0

Multiply 1a to both sides of the equation.

(x1x2)=0

Add x2 to both sides of the equation.

x1=x2

Notice that x1=x2. However, this is impossible because x1 and x2 are distinct. Ergo, f(x1)f(x2). No two distinct inputs can give the same output. Therefore, the function must be one-to-one.Template:Robox/Close

Basic concepts

The domain is all the elements in set A that can be mapped to the elements in set B. The range is those elements in set B which are mapped with the domain. The codomain is all the elements in set B.

There are a few more important ideas to learn from the modern definition of the function, and it comes from knowing the difference between domain, range, and codomain. We already discussed some of these, yet knowing about sets adds a new definition for each of the following ideas. Therefore, let us discuss these based on these new ideas. Let

A

and

B

be a set. If we were to combine these two sets, it would be defined as the cartesian cross product

A×B

. The subset of this product is the function. The below definitions are a little confusing. The best way to interpret these is to draw an image. To the right of these definitions is the image that corresponds to it.

Template:Calculus/Def

Note that the codomain is not as important as the other two concepts.

Take

f(x)=1x2

for example:

The domain of the function is the interval from -1 to 1

Because of the square root, the content in the square root should be strictly not smaller than 0.

1x20
1x1

Thus the domain is

x[1,1]
The range of the function is the interval from 0 to 1

Correspondingly, the range will be

f(x)[0,1]

Other types of transformation

There is one more final aspect that needs to be defined. We already have a good idea of what makes a mapping a function (e.g. it cannot be one-to-many). However, three more definitions that you will often hear will be necessary to talk about: injective, surjective, bijective.

The function mapping on the left is an example of an injective function because it is one-to-one. However, it is not surjective because the range and the codomain are not the same.
  • A function is injective if it is one-to-one.
  • A function is surjective if it is "onto." That is, the mapping f:AB has B as the range of the function, where the codomain and the range of the function are the same.
  • A function is bijective if it is both surjective and injective.

Again, the above definitions are often very confusing. Again, another image is provided to the right of the bullet points. Along with that, another example is also provided. Let us analyze the function g(x)=ax2. Template:ExampleRobox Notice that the only changing element in the function g is x. Let us check to see the conditions of this function.

Is it injective? Let g(x)=y, and solve for x. First, divide by a.

y=ax2
ya=x2

Then take the square root of x2. By definition, x2=±x2=±x, so

ya=x2
±ya=±x

Notice, however, what we learned from the above manipulation. As a result of solving for x, we found that there are two solutions for x. However, this resulted in two different values from ya. This means that for some individual x that gives y, there are two different inputs that result in the same value. Because f(x1)=f(x2) when x1x2, this is by definition non-injective.

Is it surjective? As a natural consequence of what we learned about inputs, let us determine the range of the function. After all, the only way to determine if something is surjective is to see if the range applies to all real numbers. A good way to determine this is by finding a pattern involving our domains. Let us say we input a negative number for the domain: f(x)=a(x)2=a(x)(x)=ax2. This seemingly trivial exercise tells us that negative numbers give us non-negative numbers for our range. This is huge information! For x, the function always results y>0 for our range. For the set B, we have elements in that set that have no mappings from the set A. As such, y0 is the codomain of set B. Therefore, this function is non-surjective!Template:Robox/Close

This is an example of an expression which fails the vertical line test.

Tests for equations

The vertical line test

The vertical line test is a systematic test to find out if an equation involving x and y can serve as a function (with x the independent variable and y the dependent variable). Simply graph the equation and draw a vertical line through each point of the x-axis. If any vertical line ever touches the graph at more than one point, then the equation is not a function; if the line always touches at most one point of the graph, then the equation is a function.

The circle, on the right, is not a function because the vertical line intercepts two points on the graph when x=1.

The horizontal line and the algebraic 1-1 test

Similarly, the horizontal line test, though does not test if an equation is a function, tests if a function is injective (one-to-one). If any horizontal line ever touches the graph at more than one point, then the function is not one-to-one; if the line always touches at most one point on the graph, then the function is one-to-one.

The algebraic 1-1 test is the non-geometric way to see if a function is one-to-one. The basic concept is that:

Assume there is a function

f

. If:

f(a)=f(b)

, and

a=b

, then

function

f

is one-to-one.

Here is an example: prove that f(x)=12x1+x is injective.

Since the notation is the notation for a function, the equation is a function. So we only need to prove that it is injective. Let a and b be the inputs of the function and that f(a)=f(b). Thus,

12a1+a=12b1+b
(1+b)(12a)=(1+a)(12b)
12a+b2ab=12b+a2ab
12a+b=12b+a
12a+3b=1+a
1+3b=1+3a
a=b

So, the result is a=b, proving that the function is injective.

Another example is proving that g(x)=x2 is not injective.

Using the same method, one can find that a=±b, which is not a=b. So, the function is not injective.

Remarks

The following arise as a direct consequence of the definition of functions:

  1. By definition, for each "input" a function returns only one "output", corresponding to that input. While the same output may correspond to more than one input, one input cannot correspond to more than one output. This is expressed graphically as the vertical line test: a line drawn parallel to the axis of the dependent variable (normally vertical) will intersect the graph of a function only once. However, a line drawn parallel to the axis of the independent variable (normally horizontal) may intersect the graph of a function as many times as it likes. Equivalently, this has an algebraic (or formula-based) interpretation. We can always say if a=b , then f(a)=f(b) , but if we only know that f(a)=f(b) then we can't be sure that a=b .
  2. Each function has a set of values, the function's domain, which it can accept as input. Perhaps this set is all positive real numbers; perhaps it is the set {pork, mutton, beef}. This set must be implicitly/explicitly defined in the definition of the function. You cannot feed the function an element that isn't in the domain, as the function is not defined for that input element.
  3. Each function has a set of values, the function's range, which it can output. This may be the set of real numbers. It may be the set of positive integers or even the set {0,1}. This set, too, must be implicitly/explicitly defined in the definition of the function.

Functions are an important foundation of mathematics. This modern interpretation is a result of the hard work of the mathematicians of history. It was not until recently that the definition of the relation was introduced by René Descartes in Geometry (1637). Nearly a century later, the standard notation (f(x)=y) was first introduced by Leonhard Euler in Introductio in Analysin Infinitorum and Institutiones Calculi Differentialis. The term function was also a new innovation during Euler's time as well, being introduced Gottfried Wilhelm Leibniz in a 1673 letter "to describe a quantity related to points of a curve, such as a coordinate or curve's slope." Finally, the modern definition of the function being the relation among sets was first introduced in 1908 by Godfrey Harold Hardy where there is a relation between two variables x and y such that "to some values of x at any rate correspond values of y." For the person that wants to learn more about the history of the function, go to History of functions.

Important functions

The functions listed below are essential to calculus. This section only serves as a review and scratches the surface of those functions. If there are any questions about those functions, please review the materials related to those functions before continuing. More about graphing will be explained in Chapter Template:Calculus/map page

Polynomials

Polynomial functions are the most common and most convenient functions in the world of calculus. Their frequent appearances and their applications on computer calculations have made them important. Template:Calculus/Def

Constant

Two linear functions are shown on the image. One is f(x)=12x+2 and the other is g(x)=2x+5

When

n=0

, the polynomial can be rewritten into the following function:

f(x)=C

, where

C

is a constant.

The graph of this function is a horizontal line passing the point

(0,C)

.

Linear

When

n=1

, the polynomial can be rewritten into

f(x)=mx+b

, where

m and b

are constants.

The graph of this function is a straight line passing the point

(0,b)

and

(bm,0)

, and the slope of this function is

m

.

This is the graph of a quadratic function.

Quadratic

When

n=2

, the polynomial can be rewritten into

f(x)=ax2+bx+c

, where

a,b,c

are constants.

The graph of this function is a parabola, like the trajectory of a basketball thrown into the hoop.

If there are questions about the quadratic formula and other basic polynomial concepts, please review the respective chapters in Algebra.

Trigonometric

Trigonometric functions are also very important because it can connect algebra and geometry. Trigonometric functions are explained in detail here due to its importance and difficulty.

The curve on the left is an exponential function while the curve on the right is a logarithmic one

Exponential and Logarithmic

Exponential and logarithmic functions have a unique identity when calculating the derivatives, so this is a great time to review those functions. Template:Calculus/Def A special number will be frequently seen in those functions: the Euler's constant, also known as the base of the natural logarithm. Notated as e, it is defined as e=n=01n!.

Signum

The Signum (sign) function is simply defined as

sgn(x)={1ifx<00ifx=01ifx>0

Properties of functions

Sometimes, a lot of function manipulations cannot be achieved without some help from basic properties of functions.

Domain and range

This concept is discussed above.

Growth

Although it seems obvious to spot a function increasing or decreasing, without the help of graphing software, we need a mathematical way to spot whether the function is increasing or decreasing, or else our human minds cannot immediately comprehend the huge amount of information.

Assume a function

f(x)

with inputs

x1,x2

, and that

x1[a,b]

,

x2[a,b]

, and

x2>x1

at all times.

If for all

x1

and

x2

,

f(x2)f(x1)>0

, then

f(x) is increasing in [a,b]

If for all x1 and x2, f(x2)f(x1)<0, then

f(x)

is decreasing in

[a,b]

Example: In which intervals is

f(x)=11x2

increasing?

Firstly, the domain is important. Because the denominator cannot be 0, the domain for this function is

x(,1)(1,1)(1,)

In

(,1)

, the growth of the function is:

Let

x1,x2[,1]

and

x2>x1

Thus,

f(x2)f(x1)=11x2211x12=x22x12(1x22)(1x12)

both

x1,x2[,1]

(1x22)(1x12)>0

x2>x1 and x1<x2<0

x22x12<0

So,

f(x2)f(x1)=x22x12(1x22)(1x12)<0
f(x)

is decreasing in

(,1)

In

(1,1)

Let

x1,x2[1,1]

and

x2>x1

Thus,

f(x2)f(x1)=11x2211x12=x22x12(1x22)(1x12)

both

x1,x2[,1]

(1x22)(1x12)>0

However, the sign of

x22x12

in

(1,1)

cannot be determined. It can only be determined in

(1,0) and (0,1)

.

In

(1,0)

x2>x1 and x1<x2<0

x22x12<0

In (0,1)

x2>x1 and 0<x1<x2

x22x12>0

As a result,

f(x)

is decreasing in

(1,0)

and increasing in

(0,1)

.

In

(1,)

Let

x1,x2[1,]

and

x2>x1

Thus,

f(x2)f(x1)=11x2211x12=x22x12(1x22)(1x12)

both

x1,x2[,1]

(1x22)(1x12)>0

x2>x1 and 0<x1<x2

x22x12>0

So,

f(x2)f(x1)=x22x12(1x22)(1x12)>0
f(x)

is increasing in

(1,)

.

Therefore, the intervals in which the function is increasing are

(0,1)&(1,)

.

After learning derivatives, there will be more ways to determine the growth of a function.

Parity

The properties odd and even are associated with symmetry. While even functions have a symmetry about the

y

-axis, odd functions are symmetric about the origin. In mathematical terms:

A function is even when

f(x)=f(x)

A function is odd when

f(x)=f(x)

Example: Prove that

f(x)=11x2

is an even function.

f(x)=11(x)2=11x2=f(x)

f(x) is an even function

Manipulating functions

Addition, Subtraction, Multiplication and Division of functions

For two real-valued functions, we can add the functions, multiply the functions, raised to a power, etc.

Template:ExampleRobox If we add the functions y=3x+2 and y=x2 , we obtain y=x2+3x+2 .

If we subtract y=3x+2 from y=x2 , we obtain y=x2(3x+2) . We can also write this as y=x23x2 .

If we multiply the function y=3x+2 and the function y=x2 , we obtain y=(3x+2)x2 . We can also write this as y=3x3+2x2 .

If we divide the function y=3x+2 by the function y=x2 , we obtain y=3x+2x2 . Template:Robox/Close


If a math problem wants you to add two functions f and g , there are two ways that the problem will likely be worded:

  1. If you are told that f(x)=3x+2 , that g(x)=x2 , that h(x)=f(x)+g(x) and asked about h , then you are being asked to add two functions. Your answer would be h(x)=x2+3x+2 .
  2. If you are told that f(x)=3x+2 , that g(x)=x2 and you are asked about f+g , then you are being asked to add two functions. The addition of f and g is called f+g . Your answer would be (f+g)(x)=x2+3x+2 .

Similar statements can be made for subtraction, multiplication and division.

Template:ExampleRobox Let f(x)=3x+2 and: g(x)=x2 . Let's add, subtract, multiply and divide.

(f+g)(x)=f(x)+g(x)=(3x+2)+(x2)=x2+3x+2 ,


(fg)(x)=f(x)g(x)=(3x+2)(x2)=x2+3x+2 ,


(f×g)(x)=f(x)×g(x)=(3x+2)×(x2)=3x3+2x2 ,


(fg)(x)=f(x)g(x)=3x+2x2=3x+2x2 .

Template:Robox/Close

Composition of functions

We begin with a fun (and not too complicated) application of composition of functions before we talk about what composition of functions is.

Template:ExampleRobox If we drop a ball from a bridge which is 20 meters above the ground, then the height of our ball above the earth is a function of time. The physicists tell us that if we measure time in seconds and distance in meters, then the formula for height in terms of time is h=4.9t2+20 . Suppose we are tracking the ball with a camera and always want the ball to be in the center of our picture. Suppose we have θ=f(h) The angle will depend upon the height of the ball above the ground and the height above the ground depends upon time. So the angle will depend upon time. This can be written as θ=f(4.9t2+20) . We replace h with what it is equal to. This is the essence of composition. Template:Robox/Close

Composition of functions is another way to combine functions which is different from addition, subtraction, multiplication or division.


The value of a function f depends upon the value of another variable x ; however, that variable could be equal to another function g , so its value depends on the value of a third variable. If this is the case, then the first variable is a function h of the third variable; this function (h) is called the composition of the other two functions (f and g).

Template:ExampleRobox Let f(x)=3x+2 and: g(x)=x2 . The composition of f with g is read as either "f composed with g" or "f of g of x."

Let

h(x)=f(g(x))

Then

h(x)=f(g(x))=f(x2)=3(x2)+2=3x2+2 .

Sometimes a math problem asks you compute (fg)(x) when they want you to compute f(g(x)) ,

Here, h is the composition of f and g and we write h=fg . Note that composition is not commutative:

f(g(x))=3x2+2 , and
g(f(x))=g(3x+2)=(3x+2)2=9x2+12x+4.
so f(g(x))g(f(x)) .

Template:Robox/Close

Composition of functions is very common, mainly because functions themselves are common. For instance, squaring and sine are both functions:

square(x)=x2
sine(x)=sin(x)

Thus, the expression sin2(x) is a composition of functions:

sin2(x) =square(sin(x))
=square(sine(x))

(Note that this is not the same as sine(square(x))=sin(x2) .) Since the function sine equals 12 if x=π6 ,

square(sin(π6))=square(12) .

Since the function square equals 14 if x=π6 ,

sin2(π6)=square(sin(π6))=square(12)=14 .

Transformations

Transformations are a type of function manipulation that are very common. They consist of multiplying, dividing, adding or subtracting constants to either the input or the output. Multiplying by a constant is called dilation and adding a constant is called translation. Here are a few examples:

f(2×x) Dilation
f(x+2) Translation
2×f(x) Dilation
2+f(x) Translation
Examples of horizontal and vertical translations
Examples of horizontal and vertical dilations

Translations and dilations can be either horizontal or vertical. Examples of both vertical and horizontal translations can be seen at right. The red graphs represent functions in their 'original' state, the solid blue graphs have been translated (shifted) horizontally, and the dashed graphs have been translated vertically.

Dilations are demonstrated in a similar fashion. The function

f(2×x)

has had its input doubled. One way to think about this is that now any change in the input will be doubled. If I add one to x, I add two to the input of f, so it will now change twice as quickly. Thus, this is a horizontal dilation by 12 because the distance to the y-axis has been halved. A vertical dilation, such as

2×f(x)

is slightly more straightforward. In this case, you double the output of the function. The output represents the distance from the x-axis, so in effect, you have made the graph of the function 'taller'. Here are a few basic examples where a is any positive constant:

Original graph f(x) Rotation about origin f(x)
Horizontal translation by a units left f(x+a) Horizontal translation by a units right f(xa)
Horizontal dilation by a factor of a f(x×1a) Vertical dilation by a factor of a a×f(x)
Vertical translation by a units down f(x)a Vertical translation by a units up f(x)+a
Reflection about x-axis f(x) Reflection about y-axis f(x)

Inverse functions

We call g(x) the inverse function of f(x) if, for all x :

g(f(x))=f(g(x))=x

A function f(x) has an inverse function if and only if f(x) is one-to-one. For example, the inverse of f(x)=x+2 is g(x)=x2 . The function f(x)=1x2 has no inverse because it is not injective. Similarly, the inverse functions of trigonometric functions have to undergo transformations and limitations to be considered as valid functions.

Notation

The inverse function of f is denoted as f1(x) . Thus, f1(x) is defined as the function that follows this rule

f(f1(x))=f1(f(x))=x

To determine f1(x) when given a function f , substitute f1(x) for x and substitute x for f(x) . Then solve for f1(x) , provided that it is also a function.

Example: Given f(x)=2x7 , find f1(x) .

Substitute f1(x) for x and substitute x for f(x) . Then solve for f1(x) :

f(x)=2x7
x=2[f1(x)]7
x+7=2[f1(x)]
x+72=f1(x)

To check your work, confirm that

f1(f(x))=x

 :

f1(f(x))=f1(2x7)=(2x7)+72=2x2=x

If

f

isn't one-to-one, then, as we said before, it doesn't have an inverse. Then this method will fail.

Example: Given f(x)=x2 , find f1(x).

Substitute f1(x) for x and substitute x for f(x) . Then solve for f1(x) :

f(x)=x2
x=(f1(x))2
f1(x)=±x

Since there are two possibilities for f1(x) , it's not a function. Thus f(x)=x2 doesn't have an inverse. Of course, we could also have found this out from the graph by applying the Horizontal Line Test. It's useful, though, to have lots of ways to solve a problem, since in a specific case some of them might be very difficult while others might be easy. For example, we might only know an algebraic expression for f(x) but not a graph.

External links

Template:Calculus/Top Nav Template:Calculus/TOC

nl:Analyse/Functies