Exercises 1

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.

Question 1

Let f(x)=3x2+2x1f (x) = 3x^2 + 2x − 1.

(a) Show that f(x+h)f(x)h=6x+2+3h \frac{f (x + h) − f (x)}{h} = 6x + 2 + 3h for h0h \neq 0, and use this result to find f(x)f'(x).

(b) Find in particular f(0)f'(0), f(2)f'(-2), and f(3)f'(3). Find also the equation of the tangent to the graph at the point (0,1)(0, -1).

Show answer

(a) Note that f(x+h)f(x)=[3(x+h)2+2(x+h)1][3x2+2x1]=[3(x2+2hx+h2)+2x+2h1][3x2+2x1]=6hx+3h2+2h.f(x+h) - f(x) = [3(x+h)^2 + 2(x+h) -1] - [3x^2 + 2x -1] = [3(x^2 +2hx + h^2) + 2x + 2h - 1] -[3x^2 + 2x -1] = 6hx + 3h^2 +2h.

Now, we obtain f(x)=limh0f(x+h)f(x)h=limh0(6x+3h+2)=6x+2f'(x) = \lim_{h \to 0} \frac{f(x+h) - f(x)}{h} = \lim_{h \to 0} (6x + 3h + 2) = 6x + 2.

(b) f(0)=2,f(2)=10,f(3)=20f'(0) = 2, f'(-2) = -10, f'(3) = 20. The tangent equation is y=2x1y =2x - 1.

Question 2

For f(x)=1/xf (x) = 1/x, show that f(x+h)f(x)h=1x(x+h)\frac{f (x + h) − f (x)}{h} = -\frac{1}{x(x+h)} and use this to show thatf(x)=x1    f(x)=x2f (x) = x^{-1} \implies f'(x) = -x^{-2}.

Show answer

f(x+h)f(x)h=1/(x+h)1/xh=x(x+h)hx(x+h)=hhx(x+h)=1x(x+h)h01x2=f(x).\frac{f(x+h) - f(x)}{h} = \frac{1/(x+h) - 1/x}{h} = \frac{x - (x+h)}{hx(x+h)} = \frac{-h}{hx(x+h)} = -\frac{1}{x(x+h)} \underset{h \to 0}{\rightarrow} -\frac{1}{x^2} = f' (x).

Question 3

In each case below, find the slope of the tangent to the graph of ff at the specified point:

(a) f(x)=x21,f (x) = x^2 − 1, at (1,0)(1, 0)

(b) f(x)=x32x,f (x) = x^3 − 2x, at (0,0)(0, 0)

(c) f(x)=x+1x,f (x) = x +\frac{1}{x}, at (1,2)(−1, −2)

Show answer

(a) f(1)=21=2f'(1) = 2 \cdot 1 = 2.

(b) f(0)=3022=2f'(0) = 3 \cdot 0^2 - 2 = -2.

(x) f(1)=1[1/(1)2]=11=0f' (-1) = 1 - [1/(-1)^{-2}] = 1 -1 = 0.

Question 4

Let f(x)=x=x1/2f(x) = \sqrt{x} = x^{1/2}.

(a) Show that (x+hx)(x+h+x)=h(\sqrt{x + h} - \sqrt{x})(\sqrt{x + h} + \sqrt{x}) = h.

(b) Use the result in part (a) to show that the Newton quotient of f(x)f(x) is 1/(x+h+x)1/(\sqrt{x + h} + \sqrt{x}).

(c) Use the result in part (b) to show for x>0x > 0 one has f(x)=12x=12x1/2f'(x) = \frac{1}{2\sqrt{x}} = \frac{1}{2}x^{-1/2}.

Show answer

(a) x+h+xx+hxx+hx=hx+ h + \sqrt{x}\sqrt{x+h} - \sqrt{x}\sqrt{x+h} - x = h. Simply expand the left-hand side.

(b) By rearranging the identity in (a), we obtain:

f(x+h)f(x)h=x+hxh=1/(x+h+x)\frac{f(x+h) - f(x)}{h} = \frac{\sqrt{x+h} - \sqrt{x}}{h} = 1/(\sqrt{x+h} + \sqrt{x}).

(c) Note that f(x)=limh0f(x+h)f(x)h=12x=12x1/2f'(x) = \lim_{h \to 0} \frac{f(x+h) - f(x)}{h} = \frac{1}{2\sqrt{x}} = \frac{1}{2}x^{-1/2} .

Question 5

(a) Find the values of xx at which f(x)=x24x+3f(x) = x^2 - 4x + 3 is increasing/decreasing.

(b) Examine where f(x)=x3+4x2x6f(x) = -x^3 + 4x^2 - x - 6 is increasing/decreasing.

Show answer

(a) f(x)=2x4f'(x) = 2x - 4, so the function f(x)f(x) is decreasing in (,2](-\infty, 2] and increasing in [2,)[2, \infty).

(b) f(x)=3x28x1=3(xx0)(xx1)f'(x) = -3x^2 8x -1 = −3(x − x_0)(x − x_1 ), where x0=13(413)0.13x_0 = \frac{1}{3}(4 - \sqrt{13}) \approx 0.13 and x1=13(4+13)2.54.x_{1} = \frac{1}{3}(4+\sqrt{13}) \approx 2.54. Then f(x)f(x) is decreasing in (,x0](-\infty, x_{0}], increasing in [x0,x1][x_{0}, x_{1}], and decreasing in [x1,)[x_{1}, \infty).

Last updated