This page allows you to practice some exercises on Differentiation. If you notice that you have difficulties, we advise you to go over the corresponding sections in the book.
These questions correspond to the following sections:
- Section 6.5 - A Brief Introduction to Limits
- Section 6.6 - Simple Rules for Differentiation
- Section 6.7 - Sums, Products, and Quotients
Question 6
Determine the following limits by using rules for limits.
(a) limx→0(3+2x2)
(b) limt→8(5t+t2−81t3)
(c) limz→−2z1/z+2
(d) limy→0y+1(y+1)5−y5
(e) limλ→0λ1(3λ−2λ)
(f) limx→1x−1x2+7x−8
Show answer
(a) 3.
(b) 40.
(c) −3/4.
(d) 1.
(e) 0.4055 (or more precisely ln(3/2). You could evaluate this limit in different ways: e.g. using a Taylor expansion for small λ or using l'Hôpital's rule. Let's provide a small sketch of both solutions:
For small λ, aλ≈1+λlna. Thus 3λ−2λ≈λ(ln3−ln2). Plug this into the expression and we readily obtain that the limit is ln(3/2).
We can define f(λ)=3λ−2λ and g(λ)=λ. Then f(0)=g(0)=0. L'Hôpital's rule now states that limλ→0g(λ)f(λ)=g′(0)f′(0). Evaluating this expression readily yields the desired limit.
L'Hôpital's rule will be one of the topics that you'll get familiar with during the bachelor programme. If you already want to read more about it, you can check out Section 7.12 in Essential Mathematics for Economic Analysis.
(f) x2+7x−8=(x−1)(x+8), so limx→1(x−1)x2+7x−8=limx→1x+8=9.
Question 7
Compute the following limits.
(a) limx→0xx3+3x2−2x
(b) limh→0h(x+h)3−x3
(c) limx→0h(x+h)3−x3
(d) limx→0x2x2−1
(e) limh→0hh+3−3
(f) limt→−2t2+10t+16t2−4
(g) limx→44−x2−x
Show answer
(a) limx→0x2+3x−2=−2.
(b) limh→0h(x+h)3−x3=limh→03x2+3hx+h2=3x2.
(c) limx→0h(x+h)3−x3=limh→03x2+3hx+h2=h2.
(d) limx→01−x21=−∞, in other words, the limit does not exist.
(e) limh→0hh+3−3×h+3+3h+3+3=limh→0h+3+31=231. Or equivalently, 3/6.
(f) Note that t2−4=(t+2)(t−2) and t2+10t+16=(t+8)(t+2). So an equivalent expression is limt→−2t+8t−2=−4/6=−2/3.
(g) Note that 4−x=(2−x)(2+x). So we can write the exercise equivalently as limx→42x1=1/4.
Question 8
Compute the derivatives of the following functions.
(a) y=9x10
(b) y=π7
(c) y=−4x−7
(d) y=x2−2
(e) y=3x3
(f) y=xx−2
Show answer
(a) 90x9.
(b) 0.
(c) 28x−8.
(d) 4x−3.
(e) −x−4/3.
(f) 3x−5/2.
Question 9
Suppose we know g′(x). Find expressions for the derivatives of the following:
(a) 2g(x)+3(b) 3g(x)−5
Show answer
(a) 2g′(x).
(b) 31g′(x).
Question 10
For each of the following functions, find a function F(x) having f(x) as its derivative - that is, find a function that satisfies F′(x)=f(x).
(a) f(x)=x2(b) f(x)=2x+3(c) f(x)=xa, for a=−1
Show answer
(a) F(x)=31x3+C.
(b) F(x)=x2+3x+C.
(c) F(x)=a+11xa+1+C.
Question 11
The following limits are all of the form limh→0[f(a+h)−f(a)]/h. Use your knowledge of derivatives to find the limits.