Mth517 WK 10 Matlab: Differential Calculus
Mth517 WK 10 Matlab: Differential Calculus
Differential Calculus
Commands on Limits and Differential Calculus
• taylor - Returns the Taylor series of a function.
• limit - Returns the limit of an expression
• diff - Returns the derivative of an expression.
Exercises on Limits
1. Find the following limits.
(a) lim sin x.
x→0
(b) lim cos x.
x→π
(c) lim ex .
x→0
(d) lim ln x.
x→0
(e) lim x+1 .
x→2 x−2
(f) lim x−1
3 .
x→1 x −1
√
(g) lim x+1−1
x
.
x→0
1
2
−2x
(i) lim xx+1 .
x→3
4
−1
(j) lim xx−1 .
x→1
2
(k) lim 2x x+1
+x−1
.
x→1