0% found this document useful (0 votes)
43 views

Mth517 WK 10 Matlab: Differential Calculus

This document provides an overview of commands for limits and differential calculus in MATLAB. It includes exercises to find limits of various functions as x approaches different values, as well as to take the derivatives of functions containing exponents, logarithms, trigonometric, and other terms. The exercises are intended to help users practice applying limit and differential calculus commands in MATLAB.

Uploaded by

Shavin Chand
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
43 views

Mth517 WK 10 Matlab: Differential Calculus

This document provides an overview of commands for limits and differential calculus in MATLAB. It includes exercises to find limits of various functions as x approaches different values, as well as to take the derivatives of functions containing exponents, logarithms, trigonometric, and other terms. The exercises are intended to help users practice applying limit and differential calculus commands in MATLAB.

Uploaded by

Shavin Chand
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

MTH517 Wk 10 MATLAB

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

(h) lim sinx3x .


x→0

(i) lim |x| .


x→0− x

(j) lim tan(x+1) .


x→−1 x+1

2. Find the limits of the following functions.


(a) lim (x2 − 4x + 3).
x→5
(b) lim 3.
x→25
(c) lim x .
x→3 x−3
3
(d) lim 5xx−3
+4
.
x→2
2 −6x+9
(e) lim x x−3
.
x→3
(f) lim 22x+8 .
x→−4 x +x−12
2
(g) lim x2 −3x−10 .
x→5 x −10x+25
(h) lim x(x − 1)(x + 1).
x→2

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

Exercises on Differential Calculus


1. Differentiate the following functions.
1.)f (x) = (4x2 − 1)(7x3 + x) 2.)f (x) = (x + 1)(2x − 1)
3 2
x + 2x − 1 x2 − 1
3.)y = 4.)f (x) = 4
x+5 x +1
2 6
5.)y = (x + 1) 6.)y = (x + 2x)37
3

7.)y = [(x3 + 2x)2 + 13x]4


2. Differentiate the following logarithmic and exponential functions.
x
1.)f (x) = ln(x2 + 1) 2.)y = ln
3
3 3
3.)y = (ln x) 4.)y = x ln x
2
5.)y = ln 2x3 6.)y = ex
1
7.)y = e5x 8.)y = e x
9.)y = e(x−3x) 10.)y = cos(ex + 1)
3. Differentiate the following trigonometric functions.
1.)y = 10 sin x 2.)y = 3 cos 5t
5 − cos x
3.)y = 4x cos x + 2 sin x 4.)f (x) =
5 + sin x
sec x sin x sec x
5.)f (x) = 6.)f (x) =
1 + tan x 1 + x tan x
2
7.)f (x) = sin x 8.)y = sin x cos x

You might also like