0% found this document useful (0 votes)
183 views16 pages

MTS 241 (First)

1. The document discusses real-valued functions and their derivatives. It defines a real-valued function as a function whose range is the set of real numbers. 2. It explains the concept of the derivative as the limiting slope of the secant line as it approaches the tangent line. The derivative of a function f(x) is represented by f'(x), df/dx, or dy/dx. 3. The document provides examples of different types of functions such as one-to-one, onto, and constant functions. It also discusses composite functions and finding the derivatives of composite functions.

Uploaded by

Bello Taiwo
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
183 views16 pages

MTS 241 (First)

1. The document discusses real-valued functions and their derivatives. It defines a real-valued function as a function whose range is the set of real numbers. 2. It explains the concept of the derivative as the limiting slope of the secant line as it approaches the tangent line. The derivative of a function f(x) is represented by f'(x), df/dx, or dy/dx. 3. The document provides examples of different types of functions such as one-to-one, onto, and constant functions. It also discusses composite functions and finding the derivatives of composite functions.

Uploaded by

Bello Taiwo
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 16

FEDERAL UNIVERSITY OF AGRICULTURE, ABEOKUTA

COLLEGE PHYSICAL SCIENCES

DEPARTMENT OF MATHEMATICS

MTS 241 (MATHEMATICAL METHOD I)

BY

NKWUDA, FRANCIS MONDAY


2

MODULE ONE
Real Valued Function of Real Variable

Recall that a function is a rule that establishes the relationship between two or more variables.
If X and Y are an arbitrary sets. For every x ∈ X there is assigned a unique element f (x) = y ∈ Y , then
f is called a function. This is written as f : X → Y , where the set X is the domain of the function and

Y is the codomain of the function. The value of f at x is written as f (x) and is called image or range
of the function. When the set X is actually a subset of Rn , then we say that f : Rn → Y is a function of
several variables (even if the dimension n is huge). If the set Y is R, the set of real numbers, then we say

that f : X → R is a real-valued function. The special cases of real-valued function of a single variable is
the primary topic of discussion in calculus I and graphical methods do enhance intuition on the attitude of
such functions.

Definition: A function whose range is a set of real numbers is called a real valued function. In other
words, it is a function that assigns a real number to each member of its domain.
Pictorial examples of real valued function:

Figure 1: Example of Real valued function.

A f
5
B
9
C
7
D
6

Set D 𝑆𝑒𝑡 𝑌 ⊂ ℝ

In the above example, every element in the set D is related to exactly one element in the set Y ⊂ R
The range = {5, 6, 7, 9}
The following are said to be real valued function since their range is the set of real numbers or some subset

of the real numbers.


(i) f (x)2, the range is {2} ⊂ R.
(ii) f (x) = 11x, the range is R.

(iii) f (x) = ex , the range is (0, +∞) ⊂ R


1
(iv) f (x) = x2
, the range is (0, +∞) ⊂ R
Now, given the domain of a function, we find the range of the function g(t) = 6t 2 + 5 at
3

(i) t = 0, (ii) t = 2 and (iii) t = 3

Solution
The given function g(t) = 6t 2 + 5
At t = 0, g(0) = 6(0)2 + 5 = 5

At t = 1, g(1) = 6(1)2 + 5 = 29
At t = 3, g(3) = 6(3)2 + 5 = 59
Therefore, the domain= {0, 2, 3} and the range = {5, 29, 59}

Types of Functions:
(i) One -to - one (Injective) function: is the type of function that each element in the domain has a distinct
image in the co-domain. In another way, a function f : X → Y is said to be one-to- one or injective if

f (x1 ) = f (x2 ) in Y implies that x1 = x2 in X or equivalently, x1 = x2 in X implies that f (x1 ) = f (x2 )

Figure 2: Example of one –to -one function.

f
𝑎1
5
𝑎2
9
𝑎3
7
𝑎4
6

𝑆𝑒𝑡 𝐴 𝑆𝑒𝑡 𝐵 ⊂ 𝑅

For instance, Let f : R → R (R is a set of real numbers) be a function defined by f (x) = 3x + 1, is f one

-to- one function?


Solution.
f (x) = f (y) implies that 3x + 1 = 3y + 1 = 3x = 3y or x = y

Hence, f is injective.
(ii) Onto (Surjective)function: is a function that every element in the codomain has at least one pre-image
in the domain.

Example :Let f : R → R (R is a set of real numbers) be a function defined by f (x) = 3x +1, is f surjective?
Solution.
Let y ∈ R be arbitrary. Is there x ∈ R such that 3x + 1 = y
4

y−1 3(y−1)
Yes, set x = 3 , then 3x + 1 = 3 + 1 = y − 1 + 1 = y. Hence f is surjective.

(iii) Bijective function: a function f : X → Y is said to bijective if it is both injective and onto function.
Example: a function defined by f (x) = 3x + 1 is a bijective function since it is both one to one and onto.
(iv) Many -to- one function: A function is said to be many to one function if there are at least two elements

in the domain whose images are the same.


Example : a function f : R → R given by f (x) = x2 + 1
Solution.

f (1) = (1)2 + 1 = 2
f (−1)2 + 1 = 2
f (2)2 + 1 = 5

f (−2)2 + 1 = 5 and so on
(v) Constant function: f : R → R defined by b = f (x) = D.a ∈ R.
Domain is f = R

Range f = {D}
(vi) Composite function: Let f : R → R, g : R → R defined by
f (x) = x2 + 1, g(x) = 2x + 5.

Find (i) (go f )(x) (ii) (go f )(0) (iii) (go f )(2) (iv) ( f og)(x) (v) ( f og)(3)
Solution.
(i) (go f )(x) = g[ f (x)] = g[x2 + 1] = 2(x2 + 1) + 5(by the definition of g)

⇒ 2x2 + 2 + 5 = 2x2 + 7
(ii) (go f )(0) = 2 × 02 + 7 = 0 + 7 = 7
(iii) (go f )(2) = 2 × 22 + 7 = +7 = 15

(iv) ( f og)(x) = f [g[x]] = f [2x + 5] = (2x + 5)2 + 1(by definition of f )


⇒ 4x2 + 20x + 25 + 1 = 4x2 + 20x + 26
( f og)(3) = 4 × 32 + 20 × 3 + 26 = 36 + 60 + 26 = 122

Exercises
(1). Let X,Y be any two sets, which of the following relations f : X → Y is a function? When f is a
function, determine whether it is injective, surjective or bijective.

(i) X = {2, 6, 8, 12},Y = {a, b, c}. f = {(2, a), (6, b), (12, c)}
(ii) X = {a, b, c, d},Y = {5, 12, 7, 10}. f = {(a, 7), (b, 12), (c, 10), (d, 5)
(iii) X = {6, 4, 7, 11},Y = {a, b, c}. f = {(6, a), (4, c), (7, b), (11, c)
5

(iv) X = Y = R (the set of real numbers) f = {x, 3x + 5 : x ∈ X

(v) X = the set of integers, Y =the set of positive integers. f = {n, n2 : n ∈ X}


(2). Let f : R → R, g : R → R be defined by
f (x) = x2 , i f x ≥ 0 or 21 , i f x < 0

Find (i) (go f )(0) (ii) (go f )(−1), (iii) ( f og)(x)(x > 0), (iv)(go f )(x)(x, 0)
(3). Let X = [−1, 1] and let f : X → R, g : X → R. h : X → R be defined by f (x) = sinx, g(x) =
sin(πx), h(x) = logx

Examine whether
(i) f is injective, surjective
(ii) g is injective, surjective

(iii) h is injective, surjective.


6

MODULE ONE

Review of Differentiation

The Gradient Function

Consider the curve whose equation is given by y = f (x)


Let m be the gradient of the secant line AB, then
increase in y
m= increase in x

From the idea of gradient of a line, we have that


y2 −y1
m= x2 −x1

Suppose we put x2 − x1 = 4x (4 x 6= 0, Since x2 6= x1 ) we have x2 = x1 + 4x

y1 = f (x1 ), y2 = f (x2 ) = f (x1 + 4x)


y2 −y1 f (x1 +4x)− f (x)
Therefore m = x2 −x1 = 4x

Let the point A remain fixed, and let the point B move closer to A along the curve. As B moves closer to A

along the curve, 4x gets closer to zero. 4x is called the increment of x, and is read ’δ x’. As B approaches
A along the curve, the slope of the secant approaches the slope of the tangent at A.
If 4x is made to approach zero, the function
f (x1 +4x)− f (x)
m= 4x is called the gradient function of y = f (x)
The Derivative of a function
Recall that the gradient of the curve y = f (x) is given by
f (x+4x)− f (x)
m1 = 4x

The expression m1 is the gradient of the secant AB. As B moves closer to A, 4x becomes smaller and it
tends to zero. Let m2 be the gradient of the tangent at a point A. As B approaches A along the curve, m1

tends to m2 .
In other words, the gradient of the secant AB tends to the gradient of the tangent to the curve at A. We say
that m2 is the limiting value of m1 as 4x tends to zero. This limiting value is written as
f (x1 +4x)− f (x)
lim 4x
4x→0
and it is denoted simply as f 0 (x). Thus
f (x1 +4x)− f (x)
f 0 (x) = lim 4x
4x→0
Consider again the function y = f (x). A small increment in x will cause a small increment in y. If we
represent the small increment in x by 4x, then we can also represent a small increment in y by 4y. Thus
if y = f (x), then y + 4y = f (x + 4x)
7

As B moves closer to A, 4x → 0.

If m1 is the gradient of the secant AB and m2 is the gradient of the tangent at A. m2 is the limiting value of
4y
m1 as 4x → 0. m2 = lim 4x
4x→0
4y dy dy
The expression m2 = lim 4x is denoted by dx , which is read 0 dee y dee x0 . dx is the limiting value of the
4x→0
slope of the secant AB as B gets closer to A.
The process of finding the derivative of a function is called differentiation. The notations which are
commonly used for the derivative of a function are:

f 0 (x) read f −prime of x;


d
dx f read dee − deex of f ;
df
dx read dee − f − by − deex;
dy dy dy
If y = f (x) then dx = f 0 (x). The notations dx and f 0 (x) will often be used interchangeably. Sometimes, dx

is called the differential coefficient of y with respect to (wrt) x.


dy dy
As we proceed, different meanings associated with dx will be unfolded, but for the time being dx is either

the gradient function of the curve y = f (x) or the rate of change of y with respect to x.
Differentiation by First Principle
The technique adopted in the last section in finding the derivative of a function from the consideration of

the limiting value is called differentiation from first principle.


Examples
(i)Find the derivative of f (x) = x2 from the first principle.

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

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


Thus
f (x+4x)− f (x)
4x = 2x + 4x
f (x+4x)− f (x)
lim 4x = 2x
4x→0
Therefore f 0 (x) = 2x.
(ii) Find the derivative of y = x3 from the first principle

Solution.
y = x3
y + 4y = (x + 4x)3 = x3 + 3x2 4 x + 3x(4x)2 + (4x)3
8

4y = (x + 4x)3 − y = (x + 4x)3 − x3

= 3x2 4 x + 3x(4x)2 + (4x)3


4y 3x2 4x+3x(4x)2 +(4x)3
4x = 4x = 3x2 + 3x 4 x + (4x)2
dy 4y
Therefore, dx = lim 4x = 3x2
4x→0
dy
Hence, dx = 3x2 .
(iii) Find from the first principle, the derivative of y = ax + b, a and b are constants.
Solution.

Given y = ax + b
y + 4y = a(x + 4x) + b = ax + a 4 x + b
4y = ax + a 4 x + b − (ax + b)

= ax + a 4 x + b − ax − b = a 4 x
4y
Therefore 4x =a
dy 4y dy
So that dx = lim 4x =a⇒ dx =a
4x→0
1
(iv) Find the derivative of y = x

Solution.
1
y= x
1
y + 4y = x+4x
1 1
4y = x+4x −y = x+4x − 1x
x−(x+4x) −4x
= (x+4x)x = x(x+4x)
4y
lim = − x12
4x→0 4x
dy 1
Hence, dx = x2

In what follows, we are going to prove some theorems that gives basic formulas for differentiation.
dy
Theorem 1: If y = xn , then dx = nxn−1
Proof. Let y = xn
y + 4y = (x + 4x)n

= xn + nxn−1 4 x + n(n−1)
1.2 x
n−2 (4x)2 + ... + (4x)n

4y = xn + nxn−1 4 x + n(n−1)
1.2 x
n−2 (4x)2 + ... + (4x)n − xn

= nxn−1 4 x + n(n−1)
1.2 x
n−2 (4x)2 + ... + (4x)n

4y
4x = nxn−1 4 x + n(n−1)
1.2 x
n−2 (4x)2 + ... + (4x)n−1

dy 4y
Therefore, = lim = nxn−1
dx 4x→0 4x
dy
Hence if, y = xn , then dx = nxn−1
9

Examples

(i) y = axn :
dy
dx = naxn−1
(ii) y = −2x3 :
dy
dx = −2.3x3−1 = −6x2
dy
(iii) 1
x3
= x−3 : dx = −3x−3−1 = −3x−4 = − x34
Theorem 2: (The Derivative of a sum ) Let f ,U and V be differential functions of x such that f (x) =

U(x) +V (x) then


f 0 (x) = u0 (x) + v0 (x)
In other words, If y = u + v, where u and v are differential functions of x
dy du dv
then dx = dx + dx
Hence, the derivative of sum is the sum of the derivatives.
Proof. Let y = u(x) + v(x), where u and v are differentiable functions of x. Then applying first principle

rule gives the desired result.


Examples. Find the derivative of each of the following:
x3 +2x2 +1
(i) 2x3 − 5x2 + 2 (ii) 3x2 + 1x (iii) x

Solutions.
(i)Let y = 2x3 − 5x2 + 2
dy
Therefore, dx = 6x2 − 10x

(ii) Let y = 3x2 + 1x = 3x2 + x−1


dy
dx = 6x − x12
dy
(iii) Let y = 1
x3
= x−3 : dx = −3x−3−1 = −3x−4 = − x34 = x2 + 2x + x−1
dy
dx = 2x + 2 − x12
Derivative of function of a function (Composite function).
Theorem 3: Suppose y = f (u) and u = g(x), then
dy dy du
dx = du . dx

The above formula is called Chain Rule and the prove is left as Exercise for the reader.
Examples. Find the derivative of each of the following:
p
(i) y = (3x2 − 2)3 (ii) y = (1 − 2x3 ) (iii) y = (6−x5 2 )3 .
Solutions.
(i) Given y = (3x2 − 2)3 , Let u = 3x2 − 2, then y = u3
10

dy du
du = 3u2 , dx = 6x
dy dy du
dx = du . dx = 3u2 .6x = 18xu2
Substituting for u, we have
dy
dx = 18x(3x2 − 2)2
p
(ii) Given y = (1 − 2x3 ). Let u = 1 − 2x3 . Then y = u 12
dy 1
dx = 21 u− 2 = 1
√ , du
2 u dx
= −6x2
dy dy du 1 3x 2
dx = du . dx = √
2 u
, −6x2 = √
u

Hence, substituting for u, gives


dy 2
dx = − √ 3x
1−2x3
5
(iii) y = (6−x2 )3
.

Let u = 6 − x2 , Then y = 5
u3
= 5u−3 .
dy
dx = −15u−4 , du
dx = −2x
dy dy du
dx = du . dx = −15u−4 . − 2x = 30xu−4 = 30x
u4

Hence, substituting for u, you have


dy 30x
dx = (6−x2 )4

The Derivative of a Product

We shall now consider the derivative of y = uv where u and v are functions of x.


Theorem 4: Suppose y = uv where u and v are functions of x, then
dy dv
dx = u dx + v du
dx

The above formula is called Product Rule. Examples: Find the derivative of the following;

(i) y = (3 + 2x)(1 − x) (ii) y = (1 − 2x + 3x2 )(4 − 5x2 ) (iii) y = x(1 + 2x)2
Solutions.

(i) y = (3 + 2x)(1 − x). Let u = 3 + 2x, v = 1 − x


du dv
= 2, dx = −1
dx
dy dv
Therefore, dx = u dx + v du
dx

= (3 + 2x)(−1) + (1 − x)(2)
= −(3 + 2x) + 2(1 − x)
= −3 − 2x + 2 − 2x
dy
dx = −1 − 4x
(ii) y = (1 − 2x + 3x2 )(4 − 5x2 ). Let u = 1 − 2x + 3x2 , v = 4 − 5x2
du dv
dx = −2 + 6x, dx = −10x
11

Therefore
dy dv
dx = u dx + v du
dx

= (1 − 2x + 3x2 )(−10x) + (4 − 5x2 )(−2 + 6x)


= −10x(1 − 2x + 3x2 ) + (6x − 2)(4 − x2 )
√ √
(iii)y = x(1 + 2x)2 . Let u = x, v = (1 + 2x)2 .
du 1
dx = √ , dv
2 x dx
= 4(1 + 2x)
dy dv
dx = u dx + v du
dx
√ 1
= x. 4(1 + 2x) + (1 + 2x)2 . 2√ x
dy √ 1 2
dx = 4 x(1 + 2x) + 2 x (1 + 2x)

The Derivative of a Quotient


u
Theorem 6: Let y = v where u and v are functions of x and v(x) 6= 0 for all x, then
dy v du du
dx −u dx
dx = v2

u
Let y = v where u and v are functions of x and v(x) 6= 0 for all x

The above formula is called Quotient Rule.


Examples. Find the derivative of each of the following;
1+x2 3+2x−x

2 2+x
(i) 1−x2
(ii) 1+x
(iii) x2 +2x+7

Solutions.
1+x2
(i) y = 1−x2
. Let u = 1 + x2 , v = 1 − x2
du dv
dx = 2x, dx = −2x
dy v du du
dx −u dx
dx = v2

(1−x2 )(2x)−(1+x2 )(−2x)


= (1−x2 )2
2x−2x3 +2x+2x3
= (1−x2 )2
4x
= (1−x2 )2
3+2x−x 2 1
(ii) y = √
1+x
. Let u = 3 + 2x − x2 , v = (1 + x) 2 .
1
du
dx = 2 − 2x = 2(1 − x), dv
dx = 12 (1 + x)− 2 = 1
1
√ 2(1+x) 2
1
( 1+x).2(1−x)−(3+2x−x2 ). 1
dy 2(1+x) 2
dx = 1+x
4(1+x)(1−x)−(3+2x−x2 ) 4−4x2 −3−2x+x2 1−2x−3x2
= 1 = 3 = 3
2(1+x)(1+x) 2 2(1+x) 2 2(1+x) 2
2+x
(iii) y = x2 +2x+7
, Put u = 2 + x, v = x2 + 2x + 7
du dv
dx = 1, dx = 2x + 2
dy (x2 +2x+7).1−(2+x)(2x+2)
dx = (x2 +2x+7)2
12

x2 +2x+7−2(x+2)(x+1) x2 +2x+7−2x2 −6x−4 −x2 −4x+3


= (x2 +2x+7)2
= (x2 +2x+7)2
= (x2 +2x+7)2
dy 3−4x−x2
dx = (x2 +2x+7)2

Derivative of Trigonometric, logarithmic, Exponential and Hyperbolic Functions are summarized in

the table below;


13

dy
S/N y dx

1 cosx −sinx

2 sinx cosx

3 tanx sec2 x

4 secx secx tanx

5 cosecx −cosecx cotx

6 cotx −cosec2 x

1
7 loga x x loga e

1
8 ln x, x

9 ax ax lna

10 ex ex

11 eax aeax

12 cosh x sinh x

13 sinhx coshx

14 tanhx sech2 x

15 tan−1 x 1
1+x2

−1
16 cot −1 x 1+x2

17 cos−1 x √−1
1−x2

18 sin−1 x √ 1
1−x2

19 sec−1 x √1
x x2 −1

20 tanh−1 x 1
1−x2

21 cosh−1 x √ 1
x2 −1

22 sinh−1 x √ 1
x2 +1

Table 1.0
Examples: Find the derivative of each of the following;
14

3
(a) cos 2x (b) sec 6x (c) cosec 4 x2

Solutions.
(a) Given that y = cos 2x, let u = 2x, ⇒ y = cos u.
Therefore by chain rule,
dy dy du
dx = du . dx = −sin u.2 = −2sin 2x
(b) Let y = sin 13 x
dy
dx = cos 31 x. dx
d 1
( 3 x) = 13 cos 13 x

(c) Let y = cosec 34 x2 . Put u = 34 , So y = cosec u


dy
du = −cosec u.cot u and du
dx = 32 x
dy du dy
dx = dx . du = − 32 x cot 34 x2 .cosec 34 x2 .

(d) loga (5x + 1)


Solution
Given that y = loga (5x + 1), let u = 5x + 1, then y = loga u
dy
du = u1 loga e, du
dx =5
dy du dy
Thus dx = dx . du = 5. u1 loga e = 5
5x+1 loga e

(e) y = sinh 3x
dy d
dx = cosh 3x dx (3x) = 3cosh 3x
Application of Differentiation
The differential Calculus is a powerful tool for solving problems or determining the maximum or minimum

values of a function. The business man wants to maximize profit and minimize cost, the government deter-
mines the tax rate that optimize tax revenue. Hence, the nature determines many maximum or minimum
problems.

Definition: Turning points are those points along the graph of the function which have a zero gradient or
the points with horizontal tangents to the graph of the functions.
dy
It is where the gradient of the curve vanishes. i.e, where dx =0

Maximum and Minimum Values


Definition: A function f is said to have a local (or relative ) maximum at a x = x0 , if f (x0) ≥ f (x0 + h)
for all positive and negative values of h sufficiently near zero, and it is said to have a local (or relative

)minimum at a point x = x0 , if f (x0 ) ≤ f (x0 + h) for all values of h near zero.


The conditions for the function to attain their minimum or maximum values are as follows
d2y
(1) For minimum, dx2
>0
15

d2y
(2) For maximum, dx2
<0
Example: A monopolist’s revenue function is R = 240x + 57x2 − x3

Find the output level that gives maximum revenue. What is the maximum revenue?
Solution.

R = 240x + 57x2 − x3
dR
dx = 240 + 114x − 3x2
dR
At turning point dx = 0 i.e,x2 − 38x − 80 = 0 ⇒ (x − 40)(x + 2) = 0 ⇒ x = 40 or x = −2

The output level that gives maximum revenue is 40. Thus


Maximum Revenue R = 240x + 57x2 − x3 = 240(40) + 57(40) − 403 = 36, 800
Therefore, the maximum revenue is 36, 800.

Integration

Integration is the opposite of differentiation.

Recall that during differentiation, we multiplied the power by the function and subtract 1 from the power.
But in integration, we add 1 to the power and divide the function by the addition of power and 1. i.e., xn =
R

xn+1
n+1
+1 5 6 x6
Examples : Evaluate 3x5 , ⇒ 3. x5+1 = 3. x6 = = 21 x6
R
2

Definition: A function F is called the Integral (anti-derivative) of a function f on an interval I if F 0 (x) =


f (x) for every value of x ∈ I.

Remark: If F is defined by F(x) = 4x3 + x2 + 5, then F 0 (x) = 12x2 + 2x.


Thus, if f is the function defined by f (x) = 12x2 + 2x, we say that f is the derivative of F and that F is an
integral of f .

In general, if a function F is an integral of a functions f on an interval I and G is defined by


G(x) = F(x) +C, where C is an arbitrary constant, then
G0 (x) = F 0 (x) = f (x)

and G is also an anti-derivative of f on the interval I. Infact, we shall show below that if F is any particular
integral of f on an interval I, then all possible integral of f on I are defined by F(x) + C where C is an

arbitrary constant.
We have various integration functions as shown below;
Indefinite Integral: We know that after the integration of an indefinite integral, there is need to add a
16

constant of integration as follows;


n +1
x = xn+1
R n
+C where C is a constant
Since a constant can be arbitrarily lost after differentiation, and we know that integration is just an opposite
of differentiation.

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy