MAT2110 Tut Solutions
MAT2110 Tut Solutions
Dr A. Banda
Solutions to selected questions from Tutorial sheet 2, 3, and 5
Tutorial sheet 2
2d) We find the nth derivative of f (x) = 1
a+bx = (a + bx)−1 .
Solution:
f 0 (x) = −(a + bx)−2 .b = −b(a + bx)−2
f 00 (x) = 2b2 (a + bx)−3
f 000 (x) = −2 · 3b3 (a + bx)−4
f (4) (x) = 2 · 3 · 4b4 (a + bx)−5
We can see from the pattern above that each derivative is −a2 times the
second previous one. Therefore, a formula that gives all derivatives is
(
(−1)k an cos(ax) if n = 2k
f (n) (x) = (k = 1, 2, . . . )
(−1)k an sin(ax) if n = 2k − 1
1
3) Let y = sec(kx), then y 0 = k sec(kx) tan(kx) and
d 0
y k+1 = (Pk+1 (tan x)) = Pk+1 (tan x)(1 + tan2 x).
dx
0 0
Here the degree of Pk+1 is k and so Pk+1 (tan x)(1 + tan2 x) has degree
k + 2. This proves that the nth derivative of y = tan x is in the form
Pn+1 (tan x).
5) (f g)0 = f 0 g + f g 0 and (f g)00 = f 00 g + f 0 g 0 + f 0 g 0 + f g 00 = f 00 g + 2f 0 g 0 + f g 00 .
6b)
d x2
d x−y
= +1
dx x + y dx y
(1 − y 0 )(x + y) − (x − y)(1 + y 0 ) 2xy − x2 y 0
⇒ =
(x + y)2 y2
0 0 0 0
x + y − xy − yy − (x + xy − y − yy ) 2xy − x2 y 0
⇒ =
(x + y)2 y2
0 2 0
2y − 2xy 2xy − x y
⇒ =
(x + y)2 y2
2
x 2x 2xy 2y
⇒ − y0 = 2 −
y2 (x + y)2 y (x + y)2
2xy(x + y)2 − y 3
⇒ y0 = 2
x (x + y)2 − 2xy 2
2
y2
7b) Differentiating x + 2y + 1 = (x−1) implicitly, we get
2yy 0 (x − 1) − y 2
1 + 2y 0 = .
(x − 1)2
At (2, −1) we get
−2y 0 − 1
1 + 2y 0 =
1
so that
−1
y0 =
2
Therefore, the equation of the tangent is
−1
y+1= (x − 2) or 2y + x = 0
2
√
7d) Differentiating 2x + y − 2 sin(xy) = π/2 implicitly, we get
√
2 + y 0 − 2 cos(xy)(y + xy 0 ) = 0.
At (π/4, 1) we get
√ 1 π
2 + y0 − 2 √ (1 + y 0 ) = 0
2 4
so that
π 0 π
2 + y0 − 1 − y = 0 or y 0 (1 − ) = −1.
4 4
Thus
4
y0 = −
4−π
Therefore, the equation of the tangent is
4 π
y−1=− (x − )
4−π 4
8c) Differentiating x3 − 3xy + y 3 = 1 implicitly, we get
3x2 − 3y − 3xy 0 + 3y 2 y 0 = 0
3x2 − 3y x2 − y
⇒ y0 = =
3x − 3y 2 x − y2
Differentiating again, we get
6x − 3y 0 − 3y 0 − 3xy 00 + 6y(y 0 )2 + 3y 2 y 00 = 0
(3y 2 − 3x)y 00 = 6y 0 − 6(y 0 )2 − 6x
2y 0 − 2(y 0 )2 − 2x
y 00 =
y2 − x
x2 −y
Substitute y 0 = x−y 2 and simplify to obtain
y − x2 (x2 − y)2
00
y =2 + +x
x − y2 (x − y 2 )2
3
Tutorial sheet 3
1
3b) i) Let f (x) = x and x0 = 2. Then
1 2
f 0 (x) = − and f 00 (x) = 3 .
x2 x
Thus the linearization about x = 2 is
1 1
L(x) = − (x − 2).
2 4
So we have
1 1 1 1.997
≈ L(2.003) = − (0.003) = = 0.49925
2.003 2 4 4
ii) For 2 ≤ x ≤ 2.002, we have f 00 (x) > 0, i.e, f (x) > L(x). Hence, the
sign of the error is positive (by Corollary 2.3.5).
iii) Observe that
2 1
|f 00 (x)| = 3 < f 00 (2) = .
x 4
So with k = 14 , we have (by Corollary 2.3.6)
1 1
|E(2.003)| < · (0.003)2 = 0.000001125
4 2
1
So 2.003 lies in the interval
8) Let f (x) = sin x, then f (a) = sin a, f (b) = sin b and f 0 (x) = cos x. By the
Mean Value Theorem, there is c ∈ (a, b) such that
4
Tutorial Sheet 5
1e) To evaluate x(ln x)3 dx, we let u = ln x. Then eu = x and dx = eu du.
R
by parts.
R √ √
1f) To evaluate xe x dx, we let u = x. Then u2 = x and dx = 2udu. Thus
we now evaluate Z
2 u3 eu du
by parts.
1g) Let I = x2 tan−1 xdx, U = x2 and V = tan−1 xdx. Then dU = 2xdx
R
= 2(u ln u − u + C)
= 2((1 + x2 ) ln(1 + x2 ) − (1 + x2 )) + C
So we have
1
I + 2I = x2 (x tan−1 x − ln(1 + x2 )) − 2((1 + x2 ) ln(1 + x2 ) − (1 + x2 )) + C
2
and solving for I and simplifying, we get
2
1 3 −1 5x 2 2
I= x tan x − + 2 ln(1 + x ) − 2(1 + x ) + C
3 2
5
Let u = ln x, then du = x1 dx and
Z
I1 = sec xdx = ln | sec x + tan x| + C
Z
I2 = sec2 xdx = tan x + C
For n ≥ 3 we have
Z Z
n
In = sec xdx = secn−2 x sec2 xdx.
Thus we have
so that
secn−2 x tan x (n − 2)
In = − In−2
n−1 n−1
To find I6 we apply the above formula:
sec x tan x 1 sec x tan x 1
I3 = − I1 = − ln | sec x + tan x| + C
2 2 2 2
6
sec2 x tan x 2 sec2 x tan x 2
I4 = − I2 = − tan x + C
3 3 3 3
sec3 x tan x 3
I5 = − I3
4 4
3
sec x tan x 3 sec x tan x 1
= − − ln | sec x + tan x| + C
4 4 2 2
sec3 x tan x 3
= − (sec x tan x − ln | sec x + tan x|) + C
4 8
sec4 x tan x 4
I6 = − I4
5 5
sec4 x tan x 4 sec2 x tan x 2
= − − tan x + C
5 5 3 3
4
sec x tan x 4
sec2 x tan x − 2 tan x + C
= −
5 15
sec5 tan x 5
I7 = − I5
6 6
sec5 tan x 5 sec3 x tan x 3
= − − (sec x tan x − ln | sec x + tan x|) + C
6 6 4 8
5
sec tan x 5 3 3
= − sec3 x tan x − sec x tan x + ln | sec x + tan x| + C
6 24 2 2
xdx
, we complete the square of 3 − 2x − x2 :
R
4i) For 3
(3−2x−x2 ) 2
3 − 2x − x2 = 3 + 12 − 12 − 2x − x2 = 4 − (x + 1)2
so Z Z
xdx xdx
3 = 3
(3 − 2x − x2 ) 2 (4 − (x + 1)2 ) 2
Let u = x + 1, then du = dx and x = u − 1. Substituting we have
(u − 1)
Z Z
xdx
3 = 3 du
2
(4 − (x + 1) ) 2 (4 − u2 ) 2
Z Z
u du
= 3 du − 3
2
(4 − u ) 2 (4 − u2 ) 2