MAT 210 Lecture1
MAT 210 Lecture1
This course is designed to enable learners to understand differentiation and integration in more than one
variable.
2. Taylor’s theorem
6. Partial differentiation
7. Multiple integrals
Course Evaluation
Evaluation
Assignments C.A.T Main Exam Total
2% 4% 4% 10% 10% 70% 100%
Due Date 27/05 24/06 22/07 21/06 14 July 18
th th
29th July 2022
Totals 12% 18% 70% 100%
1
1.4. Weekly class schedules
2
Course code: MAT 210 Course Title: Calculus Target Groups: SC/BSE/BAE/ACS/AST
Department: Physics, Mathematics and Computer Science Lecturer: Nixon Ronoh
Topic: 2 Title: Mean Value Theorem of Differential Calculus Date: 12/09/2023
Now that we are familiar with the foundation concepts of differentiation, learned in MAT 110, we are well
equipped to study the mean value theorem of differential calculus.
First recall that a secant line is a straight line that goes through two points in a curve.
Remark 2.1.1 (Statement of the Mean value theorem of differential calculus). The Mean Value Theorem
(MVT) of differential calculus states that if a function f (x) is continuous on a x b and differentiable on
the open interval (a, b), then there exists a number x = c such that
f (b) f (a)
f 0 (c) = (2.1)
b a
Remark 2.1.1 implies that a secant line drawn through the points (a, f (a)) and (b, f (b)) is parallel to the
gradient of the curve at some point x = c which is between x = a and x = b.
Example 2.1.2. Consider the function f (x) = 2x3 + 3x2 + x on the interval 2 x 3. The task is to prove
the mean value theorem,i.e, that equation (2.1) holds for some x = c. We proceed as follows;
Show that f (x) is continuous and differentiable within the limits 2 x 3. We can always show this, since
at no point within the interval does f (x) become undefined.
f ( 2) = 2( 2)3 + 3( 2)2 2 = 6
f (3) = 2(3)3 + 3(3)2 + 3 = 84
f (3) f ( 2)
Next, differentiate f (x) and equate the expression of f 0 (c) to 3 ( 2)
. This is according to the statement of
the MVT, Remark 2.1.1;
f 0 (x) = 6x2 + 6x + 1
f 0 (c) = 6c2 + 6c + 1
f (3) f ( 2)
6c2 + 6c + 1 =
3 ( 2)
84 ( 6)
=
3 ( 2)
90
=
5
= 18
3
We now solve the quadratic equation in c;
6c2 + 6c + 1 = 18
6c2 + 6c 17 = 0
Notice that c = 1.2559423 falls within the interval 2 x 3, while c = 2.2559423 does not. At
c = 1.2559423 ,the value of f (x) is f (1.2559423);
f (x)|1.2559423 = f (1.2559423)
= 2(1.2559423)3 + 3(1.2559423)2 + 1.2559423
= 9.9503398
The mean value theorem is thus verified, and c is the point (1.2559423, 9.9503398).
While the statement in Remark 2.1.1 guarantees the existence of such a value c, it does not indicate the number
of such values. This implies that there may be more than one value x = c that satisfy the conclusions of the
MVT.
Exercise 2.1.1
Verify the conclusions of the Mean Value Theorem for the function
We now look at a special case of the MVT, called the Rolles theorem. This theorem looks specifically at
situations where the value of f (x) at end points of an interval a x b are the same. That is, f (a) = f (b).
The implication to Equation (2.1) is as follows;
f (b) f (a)
f 0 (c) =
b a
=0
4
Remark 2.1.3 implies that between the limit points x = a and x = b of the interval a x b, there must be a
turning point x = c, f (c), at which point f 0 (c) = 0.
Example 2.1.4. The task is to state the Rolle’s theorem and verify its existence for the function
f (x) = x4 2x2 in the interval [ 2, 2].
f ( 2) = ( 2)4 2( 2)2
= 16 8
=8
f (2) = (2)4 2(2)2
= 16 8
=8
Having shown that f ( 2) = f (2), according to Rolles theorem, there exists at least one x = c such that
f 0 (c) = 0. Now;
f (x) = x4 2x2
f 0 (x) = 4x3 4x
f 0 (c) = 4c3 4c
4c3 4c = 0
4c(c2 1) = 0
This leads to
4c = 0
=) c = 0
and
2
c 1=0
c2 = 1
=) c = 1 and c = 1
Hence the verification of Rolle’s theorem, that there exists at least one x = c (for this case three ) between
x = 2 and x = 2, at which f 0 (c) = 0.
5
Course code: MAT 210 Course Title: Calculus Target Groups: SC/BSE/BAE/ACS/AST
Department: Physics, Mathematics and Computer Science Lecturer: Nixon Ronoh
Topic: 3 Title: Taylor’s theorem Date: 14/05/2022
Suppose that a function f (x) has a power series representation of the form
1
X
f (x) = cn (x a)n (3.1)
n=0
6
We can now deduce that each of the coefficients cn is
f (n) (a)
cn = (3.10)
n!
Consequently, Equation (3.13) becomes
1
X f (n) (a)
f (x) = (x a)n (3.11)
n=0
n!
Suppose that a function f (x) has a power series representation of the form
1
X
f (x) = cn (x a)n (3.13)
n=0
Expanding the right hand side leads to Equation (3.3). If we evaluate f (x) at x = 0, we obtain another very
useful expansion;
Example 3.2.1 (Taylor and Maclaurin series expansion of f (x) = ex ). Suppose that we are tasked to find first
four terms of the Taylor series expansion of f (x) = ex at x = a, we use equation (3.12), and proceed as
follows;
f (a) = ea
f 0 (a) = ea
f 00 (a) = ea
f 000 (a) = ea
ea ea
f (x) = ea + ea (x a) + (x a)2 + (x a)3 + · · ·
✓ 2 3! ◆
2
a (x a) (x a)3
= e 1 + (x a) + + + ···
2 3!
To find the first four terms of the Maclaurin’s series expansion of ex , we use Equation (3.14), i.e, we evaluate
at a = 0;
✓ ◆
0 (x 0)2 (x 0)3
f (x) = e 1 + (x 0) + + + ···
2 3!
x2 x3
=1+x+ + + ···
2 3!
7
We evaluate the Taylor series of any function in the same way as the above example. Consider also the
Maclaurin’s expansion of f (x) = cos x, below;
Example 3.2.2 (Maclaurin series expansion of cos x). The task is to evaluate the Maclaurin’s series expansion
of cos x, to the third term. We proceed as follows;
f (a) = cos a
f 0 (a) = sin a
f 00 (a) = cos a
f 000 (a) = sin a
f (4) (a) = cos a
f (5) (a) = sin a
We are now equipped to evaluate the Taylor and Maclaurin’s series expansion of any function f (x). Please
see further examples in 1.
8
Assignment 3.2.1
1. Read, make short notes and provide two applications of the mean value theorem.
2. Find the nth term of the Taylor and Maclaurin series expansions of the functions below;
(a) sin x
(b) e x
(c) x4 e 3x
3.3. Integration