You are on page 1of 16

Contents

1 Functions

21

1.1

Definition of a Function . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

21

1.2

Examples of Functions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

22

1.2.1

Polynomial Functions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

22

1.2.2

Rational Functions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

22

1.2.3

Trigonometric Functions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

22

1.2.4

The Absolute Value Function . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

23

1.2.5

The Square Root Function . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

23

1.2.6

Exponential Functions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

23

1.2.7

The Logarithmic Function . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

23

1.2.8

Floor Function bxc . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

25

1.2.9

Ceiling Function dxe . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

25

1.2.10 One to One Functions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

25

1.2.11 Even and Odd Functions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

25

Inverse Trigonometric Functions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

32

1.3

CONTENTS

Chapter 1

Functions
1.1

Definition of a Function

A function, f , with domain D, is a rule which assigns to each element x D a single real number, f (x).
The domain is usually a set of real numbers.
The range of f consists of all numbers of the form f (x), with x D.
The rule, f , can be thought of as a machine designed to take a specified set of real numbers (the domain)
and produce, for each acceptable x of the input, a single real number f (x).

f :DB

x
x1 x2 x3
A A 
A

A


Domain

f (x)
B
Range

22

Functions

1.2

Examples of Functions

1.2.1

Polynomial Functions

(i) Constant Functions: All functions of the form f : R {a} where R is the set of real numbers and
{a} is the set containing the fixed real number a.
Examples:
(1) f (x) = 2.

Here f assigns to each number x R the real number 2.

(2) Z(x) = 0. To every real number Z assigns the real number zero.
This function is called the zero function, or zero polynomial.
(ii) Linear Functions: All functions L : R R defined by the rule L(x) = ax + b, where a and b are any
fixed real numbers.
Examples:
(1) I(x) = x. I assigns every real number to itself. This function is called the identity function.
(2) L(x) = 2x and

L(x) = 6x 5.

(iii) Polynomial Functions: Any function of the form f (x) = an xn + an1 xn1 + . . . + a0 where n is a
positive integer or zero and the ai s are fixed real numbers. Note if n = 1 then f (x) = a1 x + a0 is a
linear function and if n = 0 then f (x) = a0 x0 = a0 is a constant function. For any value, n, this is
called a polynomial function of degree at most n. The degree equals n iff an 6= 0.
Examples:
(1) f (x) = x2 + 3x + 1.

(2) f (x) = x5 .

(3) f (x) = x3 + x + 1.

(4) f (x) = x.

1.2.2

Rational Functions

A rational function is any function of the type h(x) = f (x)/g(x) where f and g are polynomial functions
and g is not the zero polynomial. The domain of h(x) is the set of all x such that g(x) 6= 0.
Examples:
(1) h(x) = x2 .
(3) h(x) =

1.2.3

x2
x .

(2) h(x) =

x
1x2 .

(4) h(x) = x1 .

Trigonometric Functions

These functions are described on page 16 of Chapter 0 in terms of radian measure. Since angles in radian
measure are real numbers the domain of sine and cosine is R. The domains of the other trigonometric
functions can be found by expressing them in terms of sine and cosine.
Example:

tan x =

sin x
cos x .

Hence the domain of tan x is all x R such that cos x 6= 0.

1.2 Examples of Functions

1.2.4

The Absolute Value Function

A(x) = |x|, where |x| =

1.2.5

23

x, if x 0
x, if x < 0.

The Square Root Function

f (x) = x, where the symbol x means the positive square root of x and where the domain of this function
is x 0. The range of this function is R 0.

1.2.6

Exponential Functions

f (x) = ax , where a is any fixed positive number and x is any real number.

( 21 )x

( 31 )x

3x

2x

1x
x

Graphs of f (x) = ( 1/2)x , f (x) = ( 1/3)x , f (x) = 3x , f (x) = 2x and f (x) = 1x .


NOTES:
(1) For any choice of a > 0, a0 = 1.
(2) For any choice of a > 0, ax > 0 for every x R.
(3) If a > 1 then 1 < ax < for x > 0 and 0 < ax < for x < 0.
(4) If a < 1 then 0 < ax < 1 for x > 0 and 1 < ax < for x < 0.
(5) The laws of exponents stated on page 14 Chapter 0, also apply when , are real numbers.

1.2.7

The Logarithmic Function

Let y = f (x) then f (x) = loga x iff x = ay where x > 0, a > 0 and a 6= 1. The number a is fixed. It is called
the base of the logarithm.
The rule for defining loga x in words is:
The logarithm, base a (a > 0, a 6= 1), of the number x (x > 0) is the number y such that ay = x.
Domain of loga x is x > 0.
Range of loga x is R.

24

Functions

GRAPHS

f (x)

f (x)

(2, 1)

( 12 , 1)
(1, 0)

(1, 0)

f (x) = log 12 x

f (x) = log x

f (x)
f (x)
(3, 1)

( 13 , 1)

x
(1, 0)

f (x) = log3 x

(1, 0)

f (x) = log 13 x

Properties of the Logarithmic Functions


If x and z are positive real numbers and p is a real number, then for any base a, a > 0 and a 6= 1 we have
the following properties:
(1) Let g(x) = ax and f (z) = loga z then

(a) g f (z) = aloga z = z.

(b) f g(x) = loga ax = x.
(2) Let f (x) = loga x, then
f (1) = 0 and f (a) = 1.
(3) loga (xz) = loga x + loga z.
(4) loga (x/z) = loga x loga z.
(5) loga xp = p loga x.

1.2 Examples of Functions

(6) loga x =

25

logb x
.
logb a

(7) If a > 1 then loga x < loga z if and only if x < z.

1.2.8

Floor Function bxc

Definition:
For every real number x, the value of bxc is the greatest integer which is less than or equal to x.

1.2.9

Ceiling Function dxe

Definition:
For every real number x the value of dxe is the smallest integer that is greater than or equal to x.

1.2.10

One to One Functions

Notation.

1-1 or injective.

Definition. Given a function f, f : A B, then f is 1-1 or injective [if f (x) = f (z) then x = z for
every x, z A].
Examples
1. f (x) = ax + b for a 6= 0.
2. f (x) = x3


3. sin : 2 , 2 [1, 1]
4. `(x) = loga x
5. E(x) = ax
6. f (x) =

1
x

These functions are not 1-1.


1. f : R R defined by f (x) = x2
2. sin : R R
3. |x| : R R

1.2.11

Even and Odd Functions

Definitions:
1. Even. A function f is said to be an even function if f (x) = f (x) for all x in the domain of f . It is
assumed that for every x in the domain of f , (x) is also in the domain.

26

Functions

Examples
(a) cos : R R
(b) f (x) = x2
2

(c) f (x) = ex
(d) f (x) = |x|

2. Odd. f is an odd function if f (x) = f (x) for all x in the domain of f . It is assumed that for every
x in the domain of f , (x) is also in the domain.
Examples
(a) sin : R R
(b) f (x) = x3
(c) f (x) =

1
x
2

(d) f (x) = xex


Note.

Most functions are neither even nor odd. For example, f (x) = x2 x is neither even nor odd.
A polynomial p(x) = an xn + + a0 is even iff all a2i+1 = 0, i.e. only even powers of x actually appear
in p(x).
A polynomial p(x) = an xn + + a0 is odd iff all a2i = 0, i.e. only odd powers of x actually appear
in p(x).
Contrary to the rules of arithmetic:
(i) the sum of (two or more) odd functions is odd.
(ii) the product of an even and an odd function is odd.

In problems 1 to 24 find the following:


(a) Test whether the given function is even or odd.
(b) Domain and range of the given function. Use interval notation where applicable.
(c) For what values of x the function is zero.
(d) For what values of x the function is greater than zero.
(e) For what values of x the function is less than zero.
1. (a)
(c)

f (x) = x3
f (x) = x3 , 1 x < 2

(b)
(d)

f (x) = x2 , x 0
f (x) = x2 x, 0 x 1

g(x) = x

g(x) = x + 2

2. (a)
(c)

g(x) = x 3

g(x) = x 3

3. (a)

f (x) =

x2
x

(b)

f (x) =

(c)

f (x) =

x
|x|

(d)

f (x) =

(b)
(d)

|x|

x

x,
if x 0
x, if x < 0

1.2 Examples of Functions

27

4. (a)
(c)

f (x) = x + |x|
f (x) = 1 |x + 1|

(b)
(d)

f (x) = x2 + |x|
f (x) = |x2 x|

5. (a)
(c)

f (x) = x2 2x + 1
f (x) = x2 + x 1

(b)
(d)

f (x) = x2 + x + 1
f (x) = 2x2 4

6. (a)

f (x) = x1 , x < 0

(b)

f (x) =

1
x2
x2 1
x+1

(c)

f (x) =

1
|x|

(d)

f (x) =

7. (a)

f (x) =

(b)

f (x) =

(c)

f (x) =

1
x+1
3
x2 1

(d)

f (x) =

8. (a)

f (x) =

x1
x+1

(b)

f (x) = 1

(c)

f (x) =

x2 +2
x1

(d)

f (x) =

(b)

f (x) =

(d)

f (x) =

9. (a)
(c)
10. (a)
(c)
11. (a)

(c)

f (x) = x2 + x1

f (x) = 1 x2

f (x) = 1/ 1 x2
f (x) =
f (x) =

2
1x
1x2

1
x,

0,

if x 6= 0
if x = 0

1
x2 +1
2
|x|+1
1
x2 +1

3x1
2x+1

x2
x2 + 1

1x2
1x2

(b)

f (x) =

(d)

p
(x + 1)2

if x < 0
x,
1,
if 0 < x 2
f (x) =

x 1, if 2 < x
2
x , if x < 0
1,
if x = 0
f (x) =

x, if 0 < x < 2

(b)

f (x) =

f (x) = x|x|

(d)

12. (a)
(c)

f (x) = sin 2x
f (x) = sin x 3

(b)
(d)

13. (a)
(c)

f (x) = sin x + cos x


f (x) = csc x

(b)
(d)

f (x) = | sin x|
f (x) = sec x

14. (a)
(c)

f (x) = tan(x + )

f (x) = sin x

(b)
(d)

f (x) = sin2 x + cos2 x


f (x) = sin |x|

15. (a)
(c)

f (x) = x sin x
f (x) = sinx x

(b)
(d)

f (x) = x2 sin x
f (x) = cos x + x

16. (a)
(c)

f (x) = 10x
x
f (x) = 28x

(b)
(d)

f (x) = 10x
f (x) = 10x+1

(b)

f (x) = x2x +

f (x) = 3 sin x
f (x) = cos x + 2

Do not attempt to find the range in problem 17.


17. (a)
(c)
18. (a)
(c)
19. (a)
(c)

f (x) = (x + 1)2x
1
2x

(d)

f (x) =

+2x+1

(b)

f (x) = 2x

(d)

f (x) = 2sin x+2

(b)
(d)

f (x) = log2 |x|


f (x) = log10 (x + 1) + log10 (x 1)

f (x) = 1
2

f (x) = ax

3
2x

x+1

f (x) = 10x

x2

f (x) = log2 (x + 1)
f (x) = log10 (x2 x 2)

e
x+1
2

28

Functions

20. (a)
(c)

f (x) = log10 (x + 1) + log10 x

f (x) = log10 x

(b)

f (x) = log10 (x2 + x)

(d)

f (x) = log(sin x)

Do not attempt to find the range in problem 21 and 22.


21. (a)

f (x) = x2 log10 x

(b)

f (x) =

x
log10 x

(c)

f (x) =

log10 (x+1)
x

(d)

f (x) = log10

x+1
x1

22. (a)

f (x) =

log10 x
log10 (x+10)

(b)

f (x) = log10

x
x+10

23. If L(x) = 3x + 4, find:


(a)

L(0)

(b)
2

L(x)
2

(c)

L()

(d)

(L(x))

(e)

L(x )

(f)

L(L(x))

(g)

L(x + h)

(h)

L(L(x) 4)

(i)

L(2x )

(b)

(c)

f (cos x)

(e)

1/f (x)

(f)

24. If f (x) = x2 + 2 find:

(a) f ( 2)
(d)
(g)

f (3x + 4)
f (x + h)
x
x+1 ,

25. If f (x) =

1
x

, x 6= 0

(h)

f (10 )

(i)

f (f (x))

f ( x 2)

find:

(a)

f (0)

(b)

f ( 2)

(c)

(d)

f (2 + h)

(e)

f (sin x)

(f)

f (log2 x)

(g)

f (f (x))

(h)

1/f (x)

(i)

3f (x) + f (x 1)

(b)

f (1)

(c)

f (x + 1)

f sin 3

1
x1 ,

26. If f (x) =
(a)

f (0)

(d)

1
x
1
x

(g)

f
f


+1

(L + G)(x)
2

(d)

(L + G)(x)

(g)

L x
G (2 )

28. If f (x) =

x
1x

find:

27. If L(x) = 2x 5 and G(x) =


(a)

x + 1 and g(x) =

(e)

f tan

(h)

f (f (x))

x+5
2 ,

(i)

f (f (f (x)))

find:

(b)

3L(1)

(e)

L(G(x))

(h)
1
x+1 ,

(f)

(c)

(L 2G)(x2 )

(f)

G(L(x))

(i)

(L + G)(1 + x)

L(G(2 ))

find:

(a)

(f + g)(x)

(b)

f (g(x))

(c)

g(f (x))

(d)

f
2
g (x )

(e)

f (f (x))

(f)

g(g(x))

(g)

(f g)(0)

(h)

(f + g)(x + h)

(i)

(f g)(x)

(b)

(c)

x1
x+1 , find:

cos 2

29. If f (x) =
(a)

1
x

(d)

f (f (x))

(e)

f (2 )

(f)

f (3x + 1)


x+1
f x1

(g)

f 2 (x)

(h)

f (x + 1)

(i)

f (x 1)

1.2 Examples of Functions

29

30. If f (x) = x2 and g(x) = x2 + 1, find:


(a)

g(g(0))

(b)

g(g(g(0)))

(c)

f (g(0))

(d)

f (g(2))

(e)

f (g(sin x))

(f)

g(f (sin x))

(c)

f (x2 + 1)

31. If f (x) = x2 and g(x) = x2 + 1. Show that:



(a) g x1 = fg(x)
(b) f (g(x)) = g(f (x)) + 2f (x)
(x)
32. Let S(x) =
(a)

x and H(x) = x + 1. Show that:

(S(H(x)))2 = H(x)

(b)

(H(S(x)))2 = H(x) + 2S(x)

f (sin )

33. If f (x) = 2x , find and simplify:


(a)

f (0)

(b)

(d)

f (x2 )f (1)

f ( x)

(e)

f (x + 3)/f (x)

(f)

f (f (3))

(h)

(f (x))2

(i)

f (f (x))

(b)

f (x)f (2 + x)

(c)

f (x)/f (2 + x)

(g)

34. If f (x) = 10x , find and simplify:


(a)

f (x) + f (2 + x)

(d)

f (f (2 + x))

(e)

(f (2 + x))

(f)

f ((2 + x)2 )

(g)

1
f (x)

(h)

f (sin2 x)f (cos2 x)

(i)

f (cos2 x)
f (sin2 y)

35. If P (t) = et where and are constants and e > 1 is a constant find and simplify:
(a)

P (0)

(b)

P (1)

(c)
(f)

P (t + 1)
 
P 1

P (t+1)
P (t)

(i)

(P (t))2

(c)

g(1)

(f)

g(x + 1)g(x)

(i)

g(x+1)
g(x)

(d)

P (t)P (1)

(e)

(P (t))

(g)

P (t+1)
P (1)

(h)

36. If g(x) = x2x find and simplify:


(a)

g(0)

(b)

g(1)

(d)

g(x + 1)

(e)

g(x)g(1)

(g)

g(g(x))

(h)

(g(x))

37. If C(x) = 1/2(ex + ex ) and S(x) = 1/2(ex ex ) where e > 1 is a constant, find the following:
(a)

C(0)

(b)

C(1)

(c)

S(0)

(d)

S(1)

(e)

C(loge x)

(f)

S(loge x)

(g)

S(x)
C(x)

(h)

C(x)

(i)

S(x)

38. If f (x) = log2 x and g(x) = 2x , find and simplify:


(a)

f (1)

(b)

f (2)

(c)

f (x) f (x + 1)

(d)

f (x) + f (2)

(e)

f (g(x))

(f)

f (f (g(x)))

(g)

g(f (x))

(h)

f (x) + f (1 + x)

(i)

g(g(f (x)))

39. If f (x) = log5 x and g(x) = 5x , find and simplify:


(a)

f (1)

(b)

f (5)

(c)

g(f (x))

(d)

f (x) + f (125)

(e)

f (x) f (x + 1)

(f)

f (g(g(x)))

(g)

f (g(x))

(h)

f (x) + f (x + 5)

(i)

g(g(f (x)))

30

Functions

40. If f (x) = log10 x and g(x) = 10x , find


(a) f (1)
(b)

(d) f (3) + f ( x)
(e)
(g) f (x) + f (10 + x)
(h)

and simplify:
f (10)
f (x2 1) f (x + 1)
f (g(x))

(c)
(f)
(i)

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

41. If f (x) = log3 x and g(x) = 3x ,


(a) f (1)
(d) f (27) + f (x)
(g) f (x2 + 27x)

f (3)
f (x2 9) f (x + 3)
g(f (x))

(c)
(f)
(i)

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

find:
(b)
(e)
(h)

In problems 42 to 45 find the values of the given expressions.


42. (a)

log3 81

(b)

1
32

log4 16

(c)

log2 16

(c)

log4

(b)

log3

1
27

log2 1

(b)

log7

1
49

(c)

log13 13

log 1/2 (8)

(b)

log 1/6 216

(c)

log 1/4

43. (a)

log2

44. (a)
45. (a)

1
64

1
16

bx
46. With the help of a table of logarithms and the relation loga x = log
logb a
construct a table of logarithms for the first ten integers for the following bases:
(a) base 2
(b) base 3
(c) base 5

In problems 47 to 50 the symbol log x will stand for loga x. Simplify the given expressions.
47. (a)

log ax

(b)

a log x

48. (a)

log(xa2x )

(b)

49. (a)

log(alog a )

50. (a)

log(ax

(c)

ax+log x

a log x

(c)

alog a

(b)

a2 log 3

(c)

log(x2 ax )

(b)

alog(a

(c)

a2 log x

51. Solve for x:


(a) log5 x = 3
(d) log10 x = 1/2

(b)
(e)

log6 x = 3
log10 x = 1

(c)
(f)

log2 x = 10
log16 x = 1/4

52. Solve for a:


(a) loga 216 = 3
1
(d) loga 49
= 2

(b)
(e)

loga 625 = 4
loga 2 = 1/4

(c)
(f)

loga a = 1/2
loga 125 = 3

53. Solve for y:


(a) 2log2 y = 13
(d) y log4 6 = 6

(b)
(e)

6log6 y = 21
y log7 14 = 14

(c)
(f)

4log4 y = 9
y log3 2 = 2

54. Solve for x:


(a) 5log5 7 = x
(d) k logk 4 = x

(b)
(e)

3logx 5 = 5
7logx k = k

(c)
(f)

10logx 7 = 7
8log8 x = y

2x

1.2 Examples of Functions

55. Solve for x:


(a) 4x = 7
(d)

x5 = 873

56. Solve for x:


(a) 3x = 6x+3
(d) 8x+2 = 33x1

31

(b)

5x+1 = 9

(c)

62x+3 = 354

(e)

x4 = 687

(f)

(b)
(e)

7x = 42x1
y = 23x

(c)
(f)

2x1 = 52x+1
10y = 10x

7/2

= 51.4

57. Solve for x: (Note: here log x means log10 x.)


(a)
(c)

log(3x 1) log(x + 2) = 2
log(x2 1) log(x + 1) = 1

58. Solve the following inequalities for x:


(a) 4x > 25
(c) 23x < 6

(b)
(d)

log(x 6) + log(x + 6) = 1
log(x2 4) 2 log(x 2) = 2

(b)
(d)

3x < 47
52x > 8

In problems 59 to 69 find functions f and g such that the given function h can be expressed in the form
h = f g. Neither f nor g should be the identity function.
59. (a)

h(x) = (x + 1)2

(c)

h(x) = (x2 1)

1/2

(b)

h(x) = (x 3)2 + x 3

(d)

h(x) = x2 2x + 1

h(x) = x 3
h(x) = (x 1)2 + x 2

h(x) = 1/ x 2
h(x) = 1/(x2 + 1)

60. (a)
(c)

h(x) = (x + 1)3 + 3

h(x) = 3 x + 4

(b)
(d)

61. (a)
(c)

(b)
(d)

62. (a)
(c)

h(x) = (x + 1)2 + x + 2

h(x) = x3 + 1

h(x) = x2
h(x) = |2x + 1|

(b)
(d)

h(x) = |x2 + 1|
p
h(x) = |x|

63. (a)
(c)

h(x) = sin 2x
h(x) = sin2 x

(b)
(d)

h(x) = sin x2
h(x) = sin(cos x)

64. (a)
(c)

(b)
(d)

h(x) = | sin x|
h(x) = tan(x2 + 1)

65. (a)
(c)

h(x) = sin2 3x
h(x) = cos |x|

h(x) = sin x
h(x) = 3 sin2 x + sin x + 1

(b)
(d)

h(x) = tan2 x 2 tan x + 1


h(x) = sin(cos2 x)

66. (a)
(c)

h(x) = 2x
h(x) = 10sin x

(b)
(d)

h(x) = 2x
h(x) = 10|x|

67. (a)
(c)

log10 (x2 + 1)
h(x) = log2 |x|

(b)
(c)

log10 (sin x)
h(x) = sin(log2 x)

68. (a)
(c)

h(x) = e2x + ex + 1
h(x) = 3 log10 x 2

(b)
(d)

h(x) = log2 4x
h(x) = (log10 x)2 1

69. (a)
(c)

h(x) = log10 x2
h(x) = x4 + x2 2

(b)
(d)

h(x) = (log10 x)2


h(x) = 22x + ex+1 + 1

32

Functions

In problems 70 to 75 evaluate
a.

f (x+h)f (x)
h

(h 6= 0) and

f (x)f (a)
xa

for the given function and given values of

70. (a)

f (x) = x2 + 1, a = 0 and a = 1

(b)

f (x) = x3 , a = 0 and a = 3

71. (a)

f (x) = x + 3, a = 1 and a = 2

(b)

f (x) = x1 , a = 1 and a = 3

72. (a)

f (x) = 2x + 3

f (x) = x, a = 1 and a = 4

(b)

f (x) = x2 + 1

(b)

f (x) = |x|, a = 0 and a = 4

(b)

f (x) = 10x , a = 0 and a = 1

73. (a)
74. (a)

f (x) = 2 , a = 0 and a = 1

75. (a)

f (x) = log10 x, a = 1 and a = 10


(b) f (x) = log2 x, a = 1 and a = 2

x if x 6= 1
(1)
76. Given f (x) =
find f (1+h)f
(h 6= 0)
h
2 if x = 1

sin(1/x) if x 6= 0
(0)
77. Given f (x) =
find f (h)f
(h 6= 0)
h
0
if x = 0

x if x 0
(0)
78. Given f (x) =
find f (h)f
(h 6= 0)
h
1 if x < 0

1.3

Inverse Trigonometric Functions

Definitions:
The inverse sine function, denoted sin1 or arcsin, is defined by
sin1 x = y

if and only if sin y = x

where 1 x 1 and /2 y /2.


The inverse cosine function, denoted by cos1 or arccos, is defined by
cos1 x = y

if and only if cos y = x

where 1 x 1 and 0 y .
The inverse tangent or arctangent function, denoted by tan1 or arctan, is defined by
tan1 x = arctan x = y

if and only if

tan y = x

where x is any real number and /2 < y < /2.


The inverse secant or arcsecant function, denoted by sec1 or arcsec , is defined by
sec1 x = arcsec x = y
where |x| 1 and y is in [0, /2] or in [, 3/2].

if and only if sec y = x

1.3 Inverse Trigonometric Functions

Example:

33

Compute cos(sin1 x)

Solution:
(a) Let = sin1 x with the restrictions:

2
2

and

1 x 1.

(b) Since sin = x by definition of sin1 , we can construct the given right angle triangle and compute the
third side by Pythagoras theorem.



1 

x






1 x2
(c) Now cos(sin1 x) is cos , so we read the answer off the diagram:
p
cos(sin1 x) = 1 x2 .

Evaluate
79. (a)

sin1

80. (a)

sin1

81. (a)
82. (a)

(c)

tan1 1

(d)

tan1

(b)

p
cos1 3/2

(c)

tan1 0

(d)

sin1 1

sin1 0

(b)

(c)

cos1 0

(d)

cot1 (1)

tan1 (1)

(b)

cos1 1

cot1 3

(c)

sin1 ( 12 )

(d)

cos1

1
2

1
2
1
2

83. sin(sin1 x)

and

(b)

cos1

1
2

tan1 (tan )

84. cos(sin1 x)

and

sin(cos1 y)

86. tan(cos1 x)

and

sin(cos1 1)

85. cos(tan1 x)

and

cos(sec1 x)

87. cos(sin1 12 )

and

tan(cos1 0)

In problems 88 to 123 find the derivative.


88. f (x) = sin1 (x/a), a > 0

89. f (x) = cos1 (x/a), a > 0

90. f (x) = tan1 (x/a), a 6= 0

91. f (x) = cos1 (ax)

92. f (x) = tan1 (ax)

94. f (x) = sin1 x

93. f (x) = cos1 (1/x)

96. g(t) = cos1 (2 3t)



98. f (t) = sin1 t1
2

97. h(x) = sin1 (ax + b)

100. h(x) =

cot(3x)
1+x2

102. f (x) = tan1 [(x 3)2 ]

95. u(t) = (1 + t2 ) tan1 t


99. g(x) = x cos1 x


x
101. f (x) = sin1 1+x
2
103. f (x) = cot1 [(1 x)/(1 + x)]

34

Functions

104. g(x) = ex sin1 x


106. g(t) = etan
108. f (t) =

105. g(t) = cos1 (et )


1

107. h(x) = ecos

tan1 t
t

110. g(x) = ln(sin1 x)


 1 
112. h(x) = ln esin x
 1 
114. g(x) = x ln esin x
116. f (x) = tan1 (ln x)
1

118. G(x) = [sin x]sin

120. F (x) = sin(sin1 (sin x))


122.
(a)
(b)
(c)
(d)
123.
(a)
(b)
(c)


109. f (x) = ln tan1 x


1
111. h(x) = ln etan x
 1 
113. f (x) = ln esin x
115. f (x) = sin1 (ln x)
1

117. F (x) = X sin

119. G(x) = [sin1 x]x


121. H(x) = cos1 (cos x)

Let f (x) = sin1 x + cos1 x


Find f (1)
Find f 0 (x)
What can you conclude about f (x)?


1
Use result (c) to evaluate f 31 , f 16
and f

Let f (x) = sec1 x + csc1 x


Find f (1)
Find f 0 (x)
What can you conclude about f (x)?

3
4

You might also like