Navigation

Introduction to the derivative

3.3 The derivative

36 problems · hints, answers and solutions shown beside each one

Stage 1 · Conceptual

Q1Stage 1

The function f(x)f(x) is shown. Select all options below that describe its derivative, dfdx\ds\diff{f}{x}:

(a) constant (b) increasing (c) decreasing
(d) always positive (e) always negative

Figure from prob_s2.2, line 7

Figure from prob_s2.2, line 7

Hint

What are the properties of ff' when ff is a line?

Answer

(a), (d)

Full solution

The function shown is a line, so it has a constant slope–(a) . Since the function is always increasing, ff' is always positive, so also (d) holds. Remark: it does not matter that the function itself is sometimes negative; the slope is always positive because the function is always increasing. Also, since the slope is constant, ff' is neither increasing nor decreasing: it is the function that is increasing, not its derivative.

Q2Stage 1

The function f(x)f(x) is shown. Select all options below that describe its derivative, dfdx\ds\diff{f}{x}:

(a) constant (b) increasing (c) decreasing
(d) always positive (e) always negative

Figure from prob_s2.2, line 7

Figure from prob_s2.2, line 7

Hint

Be very careful not to confuse ff and ff'.

Answer

(e)

Full solution

The function is always decreasing, so ff' is always negative, option (e). However, the function alternates between being more and less steep, so ff' alternates between increasing and decreasing several times, and no other options hold.

Remark: ff is always positive, but (d) does not hold!

Q3Stage 1

The function f(x)f(x) is shown. Select all options below that describe its derivative, dfdx\ds\diff{f}{x}:

(a) constant (b) increasing (c) decreasing
(d) always positive (e) always negative

Figure from prob_s2.2, line 6

Figure from prob_s2.2, line 6

Hint

Be very careful not to confuse ff and ff'.

Answer

(b)

Full solution

At the left end of the graph, ff is decreasing rapidly, so ff' is a strongly negative number. Then as we move towards x=0x=0, ff decreases less rapidly, so ff' is a less strongly negative number. As we pass 0, ff increases, so ff' is a positive number. As we move to the right, ff increases more and more rapidly, so ff' is an increasing positive number. This description tells us that ff' increases for the entire range shown. So (b) holds, but not (a) or (c). Since ff' is negative to the left of the yy axis, and positive to the right of it, also (d) and (e) do not hold.

Q4Stage 1Past exam · 2006H

State, in terms of a limit, what it means for f(x)=x3f(x) = x^3 to be differentiable at x=0x = 0.

Answer

By definition, f(x)=x3f(x) = x^3 is differentiable at x=0x = 0 if the limit

limh0f(h)f(0)h=limh0h30h\lim_{h\rightarrow 0}\frac{f(h)-f(0)}{h} =\lim_{h\rightarrow 0}\frac{h^3-0}{h}

exists.

Full solution

By definition, f(x)=x3f(x) = x^3 is differentiable at x=0x = 0 if the limit

limh0f(h)f(0)h=limh0h30h\lim_{h\rightarrow 0}\frac{f(h)-f(0)}{h} =\lim_{h\rightarrow 0}\frac{h^3-0}{h}

exists.

Q5Stage 1

For which values of xx does f(x)f'(x) not exist?

Figure from prob_s2.2, line 2

Figure from prob_s2.2, line 2

Hint

The slope has to look “the same" from the left and the right.

Answer

x=1x=-1 and x=3x=3

Full solution

f(1)f'(-1) does not exist, because to the left of x=1x=-1 the slope is a pretty big positive number (looks like around +1+1) and to the right the slope is 1/4-1/4. Since the derivative involves a limit, that limit needs to match the limit from the left and the limit from the right. The sharp angle made by the graph at x=1x=-1 indicates that the left and right limits do not match, so the derivative does not exist.

f(3)f'(3) also does not exist. One way to see this is to notice that the function is discontinuous here. More viscerally, note that f(3)=1f(3)=1, so as we take secant lines with one endpoint (3,1)(3,1), and the other endpoint just to the right of x=3x=3, we get slopes that are more and more strongly negative, as shown in the picture below. If we take the limit of the slopes of these secant lines as xx goes to 33 from the right, we get -\infty. (This certainly doesn't match the slope from the left, which is 14-\frac{1}{4}.)

Figure from prob_s2.2, line 2

Figure from prob_s2.2, line 2

At x=3x=-3, there is some kind of “change" in the graph; however, it is a smooth curve, so the derivative exists here.

Q6Stage 1

Suppose f(x)f(x) is a function defined at x=ax=a with

limh0f(a+h)f(a)h=limh0+f(a+h)f(a)h=1.\lim_{h \to 0^-}\frac{f(a+h)-f(a)}{h}=\lim_{h \to 0^+}\frac{f(a+h)-f(a)}{h}=1.

True or false: f(a)=1f'(a)=1.

Hint

Use the definition of the derivative, and what you know about limits.

Answer

True. (Contrast to Question 7.)

Full solution

True. The definition of the derivative tells us that

f(a)=limh0f(a+h)f(a)h,f'(a) = \lim_{h \to 0}\dfrac{f(a+h)-f(a)}{h},

if it exists. We know from our work with limits that if both one-sided limits
limh0f(a+h)f(a)h\ds\lim_{h \to 0^-}\frac{f(a+h)-f(a)}{h} and limh0+f(a+h)f(a)h\ds\lim_{h \to 0^+}\frac{f(a+h)-f(a)}{h} exist and are equal to each other, then limh0f(a+h)f(a)h\ds \lim_{h \to 0}\dfrac{f(a+h)-f(a)}{h} exists and has the same value as the one-sided limits. So, since the one-sided limits exist and are equal to one, we conclude f(a)f'(a) exists and is equal to one.

Q7Stage 1

Suppose f(x)f(x) is a function defined at x=ax=a with

limxaf(x)=limxa+f(x)=1.\lim_{x \to a^-}f'(x)=\lim_{x \to a^+}f'(x)=1.

True or false: f(a)=1f'(a)=1.

Hint

Consider continuity.

Answer

In general, false. (Contrast to Question 6.)

Full solution

In general, this is false. The key problem that can arise is that f(x)f(x) might not be continuous at x=1x=1. One example is the function

f(x)={xx<0x1x0f(x)=\left\{\begin{array}{ll} x&x<0\\ x-1&x \geq 0 \end{array}\right.

where f(x)=1f'(x)=1 whenever x0x \neq 0 (so in particular, limx0f(x)=limx0+f(x)=1\ds\lim_{x \to 0^-}f'(x)=\ds\lim_{x \to 0^+} f'(x)=1) but f(0)f'(0) does not exist.

There are two ways to see that f(0)f'(0) does not exist. One is to notice that ff is not continuous at x=0x=0.

Figure from prob_s2.2, line 1

Figure from prob_s2.2, line 1

Another way to see that f(0)f'(0) does not exist is to use the definition of the derivative. Remember, in order for a limit to exist, both one-sided limits must exist. Let's consider the limit from the left. If h0h \to 0^-, then h<0h<0, so f(h)f(h) is equal to hh (not h1h-1).

limh0f(0+h)f(0)h=limh0(h)(1)h=limh0h+1h=limh01+1h=\begin{align*}\lim_{h \to 0^-}\frac{f(0+h)-f(0)}{h}&=\lim_{h \to 0^-}\frac{(h)-(-1)}{h}\\ &=\lim_{h \to 0^-}\frac{h+1}{h}\\ &=\lim_{h \to 0^-}1+\frac{1}{h}\\ &=-\infty\end{align*}

In particular, this limit does not exist. Since the one-sided limit does not exist,

limh0f(0+h)f(0)h=DNE\begin{align*}\lim_{h \to 0}\frac{f(0+h)-f(0)}{h}&=DNE\end{align*}

and so f(0)f'(0) does not exist.

Q8Stage 1

Suppose s(t)s(t) is a function, with tt measured in seconds, and ss measured in metres. What are the units of s(t)s'(t)?

Hint

Look at the definition of the derivative. Your answer will be a fraction.

Answer

metres per second

Full solution

Using the definition of the derivative,

s(t)=limh0s(t+h)s(t)hs'(t)=\lim_{h \to 0}\frac{s(t+h)-s(t)}{h}

The units of the numerator are meters, and the units of the denominator are seconds (since the denominator comes from the change in the input of the function). So, the units of s(t)s'(t) are metres per second.

Remark: we learned that the derivative of a position function gives velocity. In this example, the position is given in metres, and the velocity is measured in metres per second.

Stage 2 · Procedural

Q9Stage 2

Use the definition of the derivative to find the equation of the tangent line to the curve y(x)=x3+5y(x)=x^3+5 at the point (1,6)(1,6).

Hint

You need a point (given), and a slope (derivative).

Answer

y6=3(x1)y-6=3(x-1), or y=3x+3y=3x +3

Full solution

We can use point-slope form to get the equation of the line, if we have a point and its slope. The point is given: (1,6)(1,6). The slope is the derivative:

y(1)=limh0y(1+h)y(1)h=limh0[(1+h)3+5][13+5]h=limh0[1+3h+3h2+h3+5][1+5]h=limh03h+3h2+h3h=limh03+3h+h2=3\begin{align*} y'(1)&=\lim_{h \rightarrow 0}\frac{y(1+h)-y(1)}{h}\\ &=\lim_{h \rightarrow 0}\frac{[(1+h)^3+5]-[1^3+5]}{h}\\ &=\lim_{h \rightarrow 0}\frac{[1+3h+3h^2+h^3+5]-[1+5]}{h}\\ &=\lim_{h \rightarrow 0}\frac{3h+3h^2+h^3}{h}\\ &=\lim_{h \rightarrow 0}{3+3h+h^2}\\ &=3 \end{align*}

So our slope is 3, which gives a line of equation y6=3(x1)y-6=3(x-1).

Q10Stage 2

Use the definition of the derivative to find the derivative of f(x)=1xf(x)=\frac{1}{x}.

Hint

You'll need to add some fractions.

Answer

1x2\dfrac{-1}{x^2}

Full solution

We set up the definition of the derivative.

f(x)=limh0f(x+h)f(x)h=limh01x+h1xh=limh0xx(x+h)x+hx(x+h)h=limh0x(x+h)x(x+h)h=limh0hx(x+h)h=limh01x(x+h)=1x2\begin{align*} f'(x)&=\lim_{h \rightarrow 0}\frac{f(x+h)-f(x)}{h}\\ &=\lim_{h \rightarrow 0}\frac{\frac{1}{x+h}-\frac{1}{x}}{h}\\ &=\lim_{h \rightarrow 0}\frac{\frac{x}{x(x+h)}-\frac{x+h}{x(x+h)}}{h}\\ &=\lim_{h \rightarrow 0}\frac{\frac{x-(x+h)}{x(x+h)}}{h}\\ &=\lim_{h \rightarrow 0}\frac{\frac{-h}{x(x+h)}}{h}\\ &=\lim_{h \rightarrow 0}\frac{-1}{x(x+h)}\\ &=\frac{-1}{x^2} \end{align*}
Q11Stage 2Past exam · 2007H

Let f(x)=xxf(x) = x|x|. Using the definition of the derivative, show that f(x)f(x) is differentiable at x=0x = 0.

Hint

You don't have to take the limit from the left and right separately–things will cancel nicely.

Answer

By definition

f(0)=limh0f(h)f(0)h=limh0hhh=limh0h=0f'(0)=\lim_{h\rightarrow 0}\frac{f(h)-f(0)}{h} =\lim_{h\rightarrow 0}\frac{h|h|}{h} =\lim_{h\rightarrow 0}|h|=0

In particular, the limit exists, so the derivative exists (and is equal to zero).

Full solution

By definition

f(0)=limh0f(h)f(0)h=limh0hhh=limh0h=0f'(0)=\lim_{h\rightarrow 0}\frac{f(h)-f(0)}{h} =\lim_{h\rightarrow 0}\frac{h|h|}{h} =\lim_{h\rightarrow 0}|h|=0

In particular, the limit exists, so the derivative exists (and is equal to zero).

Q12Stage 2Past exam · 1997A

Use the definition of the derivative to compute the derivative of the function f(x)=2x+1f(x)=\frac{2}{x+1}.

Hint

You might have to add fractions

Answer

2(x+1)2\dfrac{-2}{(x+1)^2}

Full solution

We set up the definition of the derivative.

f(x)=limh0f(x+h)f(x)h=limh01h(2x+h+12x+1)=limh02h (x+1)(x+h+1)(x+h+1)(x+1)=limh02h h(x+h+1)(x+1)=limh02(x+h+1)(x+1)=2(x+1)2\begin{align*} f'(x)&=\lim_{h\rightarrow 0}\frac{f(x+h)-f(x)}{h} =\lim_{h\rightarrow 0}\frac{1}{h}\Big(\frac{2}{x+h+1} -\frac{2}{x+1}\Big) =\lim_{h\rightarrow 0}\frac{2}{h}\ \frac{(x+1)-(x+h+1)}{(x+h+1)(x+1)}\cr &=\lim_{h\rightarrow 0}\frac{2}{h}\ \frac{-h}{(x+h+1)(x+1)} =\lim_{h\rightarrow 0}\frac{-2}{(x+h+1)(x+1)} =\frac{-2}{(x+1)^2} \end{align*}
Q13Stage 2Past exam · 1996D

Use the definition of the derivative to compute the derivative of the function f(x)=1x2+3f(x)=\frac{1}{x^2+3}.

Answer

2x[x2+3]2\dfrac{-2x}{[x^2+3]^2}

Full solution
f(x)=limh0f(x+h)f(x)h=limh01h(1(x+h)2+31x2+3)=limh01hx2(x+h)2[(x+h)2+3][x2+3]=limh01h2xhh2[(x+h)2+3][x2+3]=limh02xh[(x+h)2+3][x2+3]=2x[x2+3]2\begin{align*} f'(x)&=\lim_{h\rightarrow 0}\frac{f(x+h)-f(x)}{h} =\lim_{h\rightarrow 0}\frac{1}{h}\Big(\frac{1}{(x+h)^2+3} -\frac{1}{x^2+3}\Big) =\lim_{h\rightarrow 0}\frac{1}{h}\frac{x^2-(x+h)^2}{[(x+h)^2+3][x^2+3]}\cr &=\lim_{h\rightarrow 0}\frac{1}{h}\frac{-2xh-h^2}{[(x+h)^2+3][x^2+3]} =\lim_{h\rightarrow 0}\frac{-2x-h}{[(x+h)^2+3][x^2+3]} =\boxed{\frac{-2x}{[x^2+3]^2}} \end{align*}
Q14Stage 2

Use the definition of the derivative to find the slope of the tangent line to the curve
f(x)=xlog10(2x+10)f(x)=x\log_{10}(2x+10) at the point x=0x=0.

Hint

Your limit should be easy.

Answer

1

Full solution

The slope of the tangent line is the derivative. We set this up using the same definition of the derivative that we always do. This limit is hard to take for general xx, but easy when x=0x=0.

f(0)=limh0f(0+h)f(0)h=limh0hlog10(2h+10)0h=limh0log10(2h+10)=log10(10)=1\begin{align*} f'(0)&=\lim_{h \rightarrow 0} \frac{f(0+h)-f(0)}{h}\\ &=\lim_{h \rightarrow 0} \frac{h\log_{10}(2h+10)-0}{h}\\ &=\lim_{h \rightarrow 0} \log_{10}(2h+10)=\log_{10}(10)=1 \end{align*}

So, the slope of the tangent line is 1.

Q15Stage 2Past exam · 1998H

Compute the derivative of f(x)=1x2f(x)=\frac{1}{x^2} directly from the definition.

Hint

add fractions

Answer

f(x)=2x3f'(x)=-\dfrac{2}{x^3}

Full solution
f(x)=limh0f(x+h)f(x)h=limh01(x+h)21x2h=limh0x2(x+h)2(x+h)2x2h=limh02xhh2(x+h)2x2h=limh02xh(x+h)2x2=2xx4=2x3\begin{align*} f'(x)&=\lim_{h\rightarrow 0}\frac{f(x+h)-f(x)}{h} =\lim_{h\rightarrow 0}\frac{\frac{1}{(x+h)^2}-\frac{1}{x^2}}{h} =\lim_{h\rightarrow 0}\frac{x^2-(x+h)^2}{(x+h)^2x^2h} =\lim_{h\rightarrow 0}\frac{-2xh-h^2}{(x+h)^2x^2h}\cr &=\lim_{h\rightarrow 0}\frac{-2x-h}{(x+h)^2x^2}=\frac{-2x}{x^4} =-\frac{2}{x^3} \end{align*}
Q16Stage 2Past exam · 2006H

Find the values of the constants aa and bb for which

f(x)={x2x2ax+bx>2\begin{align*} f(x) = \left\{ \begin{array}{lc} x^2 & x\le 2\\ ax + b & x > 2 \end{array}\right. \end{align*}

is differentiable everywhere.

Remark: In the text, you have already learned the derivatives of x2x^2 and ax+bax+b. In this question, you are only asked to find the values of aa and bb—not to justify how you got them—so you don't have to use the definition of the derivative. However, on an exam, you might be asked to justify your answer, in which case you would show how to differentiate the two branches of f(x)f(x) using the definition of a derivative.

Hint

For ff to be differentiable at x=2x=2, two things must be true: it must be continuous at x=2x=2, and the derivative from the right must equal the derivative from the left.

Answer

a=4a=4, b=4b=-4

Full solution

When xx is not equal to 2, then the function is differentiable– the only place we have to worry about is when xx is exactly 2.

In order for ff to be differentiable at x=2x=2, it must also be continuous at x=2x=2. This forces x2x=2=[ax+b]x=2x^2\big|_{x=2}=\big[ax+b\big]_{x=2} or

2a+b=4.2a+b=4.

In order for a limit to exist, the left- and right-hand limits must exist and be equal to each other. Since a derivative is a limit, in order for ff to be differentiable at x=2x=2, the left hand derivative of ax+bax+b at x=2x=2 must be the same as the right hand derivative of x2x^2 at x=2x=2. Since ax+bax+b is a line, its derivative is aa everywhere. We've already seen the derivative of x2x^2 is 2x2x, so we need

a=2xx=2=4.a=2x\big|_{x=2}=4.

So, the values of aa and bb that makes ff differentiable everywhere are a=4a=4 and b=4b=-4.

Q17Stage 2Past exam · 2009H

Use the definition of the derivative to compute f(x)f'(x) if f(x)=1+xf(x) = \sqrt{1 + x}. Where does f(x)f'(x) exist?

Hint

After you plug in f(x)f(x) to the definition of a derivative, you'll want to multiply and divide by the conjugate 1+x+h+1+x\sqrt{1+x+h}+\sqrt{1+x}.

Answer

f(x)=121+xf'(x)=\dfrac{1}{2\sqrt{1+x}} when x>1x>-1; f(x)f'(x) does not exist when x1x \leq -1.

Full solution

We plug in f(x)f(x) to the definition of a derivative. To evaluate the limit, we multiply and divide by the conjugate of the numerator, then simplify.

f(x)=limh0f(x+h)f(x)h=limh01+x+h1+xh=limh01+x+h1+xh(1+x+h+1+x1+x+h+1+x)=limh0(1+x+h)(1+x)h(1+x+h+1+x)=limh0hh(1+x+h+1+x)=limh011+x+h+1+x=11+x+0+1+x=121+x\begin{align*} f'(x)=\lim\limits_{h\rightarrow 0}\frac{f(x+h)-f(x)}{h} &=\lim\limits_{h\rightarrow 0}\frac{\sqrt{1+x+h}-\sqrt{1+x}}{h}\\ &=\lim\limits_{h\rightarrow 0}\frac{\sqrt{1+x+h}-\sqrt{1+x}}{h} \left(\frac{\sqrt{1+x+h}+\sqrt{1+x}}{\sqrt{1+x+h}+\sqrt{1+x}}\right)\\ &=\lim\limits_{h\rightarrow 0}\frac{(1+x+h)-(1+x)}{h(\sqrt{1+x+h}+\sqrt{1+x})}\\ &=\lim\limits_{h\rightarrow 0}\frac{h}{h(\sqrt{1+x+h}+\sqrt{1+x})}\\ &=\lim\limits_{h\rightarrow 0}\frac{1}{\sqrt{1+x+h}+\sqrt{1+x}}\\ &=\frac{1}{\sqrt{1+x+0}+\sqrt{1+x}}=\frac{1}{2\sqrt{1+x}} \end{align*}

The domain of the function is [1,)[-1,\infty). In particular, f(x)f(x) is defined when x=1x=-1. However, f(x)f'(x) is not defined when x=1x=-1, so f(x)f'(x) only exists over (1,)(-1,\infty).

Remark: limx1+f(x)=\ds\lim_{x \to -1^+}f'(x)=\infty, so the tangent line to f(x)f(x) at the point x=1x=-1 has a vertical slope.

Stage 3 · Application

Q18Stage 3

Use the definition of the derivative to find the velocity of an object whose position is given by the function s(t)=t4t2s(t)=t^4-t^2.

Hint

When you're finding the derivative, you'll need to cancel a lot on the numerator, which you can do by expanding the polynomials.

Answer

v(t)=4t32tv(t)=4t^3-2t

Full solution

Recall the velocity is exactly the derivative.

v(t)=limh0s(t+h)s(t)h=limh0(t+h)4(t+h)2t4+t2h=limh0(t4+4t3h+6t2h2+4th3+h4)(t2+2th+h2)t4+t2h=limh04t3h+6t2h2+4th3+h42thh2h=limh04t3+6t2h+4th2+h32th=4t32t\begin{align*} v(t)&=\lim_{h \rightarrow 0}\frac{s(t+h)-s(t)}{h}\\ &=\lim_{h \rightarrow 0}\frac{(t+h)^4-(t+h)^2-t^4+t^2}{h}\\ &=\lim_{h \rightarrow 0}\frac{(t^4+4t^3h+6t^2h^2+4th^3+h^4)-(t^2+2th+h^2)-t^4+t^2}{h} \\ &=\lim_{h \rightarrow 0}\frac{4t^3h+6t^2h^2+4th^3+h^4-2th-h^2}{h} \\ &=\lim_{h \rightarrow 0}4t^3+6t^2h+4th^2+h^3-2t-h\\ &=4t^3-2t \end{align*}

So, the velocity is given by v(t)=4t32tv(t)=4t^3-2t.

Q19Stage 3Past exam · 2015Q

Determine whether the derivative of following function exists at x=0x=0.

f(x)={xcosx if x0x2+x4 if x<0\begin{align*} f(x) &=\begin{cases} x \cos x & \text{ if } x\ge 0\\ \sqrt{x^2+x^4} & \text{ if } x< 0 \end{cases} \end{align*}

You must justify your answer using the definition of a derivative.

Hint

You'll need to look at limits from the left and right. The fact that f(0)=0f(0)=0 is useful for your computation. Recall that if x<0x<0 then x2=x=x\sqrt{x^2}=|x|=-x.

Answer

No, it does not.

Full solution

The function is differentiable at x=0x=0 if the following limit:

limx0f(x)f(0)x0=limx0f(x)0x=limx0f(x)x\lim_{x\to 0}\frac{f(x)-f(0)}{x-0} = \lim_{x\to 0}\frac{f(x)-0}{x}=\lim_{x\to 0} \frac{f(x)}{x}

exists (note that we used the fact that f(0)=0f(0)=0 as per the definition of the first branch which includes the point x=0x=0). We start by computing the left limit. For this computation, recall that if x<0x<0 then x2=x=x\sqrt{x^2}=|x|=-x.

limx0f(x)x=limx0x2+x4x=limx0x21+x2x=limx0x1+x2x=1\lim_{x\to 0^-}\frac{f(x)}{x}=\lim_{x\to 0^-}\frac{\sqrt{x^2+x^4}}{x}=\lim_{x\to 0^-} \frac{\sqrt{x^2}\sqrt{1+x^2}}{x}=\lim_{x \rightarrow 0}\frac{-x\sqrt{1+x^2}}{x}=-1

Now, from the right:

limx0+xcosxx=limx0+cosx=1.\lim_{x\to 0^+}\frac{x\cos x}{x}=\lim_{x\to 0^+}\cos x = 1.

Since the limit from the left does not equal the limit from the right, the derivative does not exist at x=0x=0.

Q20Stage 3Past exam · 2015Q

Determine whether the derivative of the following function exists at x=0x=0

f(x)={xcosx if x01+x1 if x>0\begin{align*} f(x) &=\begin{cases} x \cos x & \text{ if } x\le 0\\ \sqrt{1+x}-1 & \text{ if } x> 0 \end{cases} \end{align*}

You must justify your answer using the definition of a derivative.

Hint

You'll need to look at limits from the left and right. The fact that f(0)=0f(0)=0 is useful for your computation.

Answer

No, it does not.

Full solution

The function is differentiable at x=0x=0 if the following limit:

limx0f(x)f(0)x0=limx0f(x)0x=limx0f(x)x\lim_{x\to 0}\frac{f(x)-f(0)}{x-0} = \lim_{x\to 0}\frac{f(x)-0}{x}=\lim_{x\to 0} \frac{f(x)}{x}

exists (note that we used the fact that f(0)=0f(0)=0 as per the definition of the first branch which includes the point x=0x=0).

We start by computing the left limit.

limx0f(x)x=limx0xcosxx=limx0cosx=1.\begin{align*} \lim_{x\to 0^-}\frac{f(x)}{x}=\lim_{x\to 0^-} \frac{x\cos x}{x} =\lim_{x\to 0^-} \cos x = 1. \end{align*}

Now, from the right:

limx0+1+x1x=limx0+1+x1x1+x+11+x+1=limx0+1+x1x(1+x+1)=limx0+11+x+1=12\begin{align*} \lim_{x\to 0^+}\frac{\sqrt{1+x}-1}{x} &= \lim_{x\to 0^+}\frac{\sqrt{1+x}-1}{x} \cdot \frac{\sqrt{1+x}+1}{\sqrt{1+x}+1} \\ &= \lim_{x\to 0^+} \frac{1+x-1}{x(\sqrt{1+x}+1)} = \lim_{x\to 0^+} \frac{1}{\sqrt{1+x}+1} = \frac{1}{2} \end{align*}

Since the limit from the left does not equal the limit from the right, the derivative does not exist at x=0x=0.

Q21Stage 3Past exam · 2015Q

Determine whether the derivative of the following function exists at x=0x=0

f(x)={x37x2 if x0x3cos(1x) if x>0\begin{align*} f(x) &=\begin{cases} x^3-7x^2 & \text{ if } x\le 0\\ x^3 \cos\left(\frac{1}{x}\right) & \text{ if } x> 0 \end{cases} \end{align*}

You must justify your answer using the definition of a derivative.

Hint

You'll need to look at limits from the left and right. The fact that f(0)=0f(0)=0 is useful for your computation.

Answer

Yes, it is.

Full solution

The function is differentiable at x=0x=0 if the following limit:

limx0f(x)f(0)x0=limx0f(x)0x=limx0f(x)x\begin{align*} \lim_{x\to 0}\frac{f(x)-f(0)}{x-0} = \lim_{x\to 0}\frac{f(x)-0}{x}=\lim_{x\to 0} \frac{f(x)}{x} \end{align*}

exists (note that we used the fact that f(0)=0f(0)=0 as per the definition of the first branch which includes the point x=0x=0). We compute left and right limits; so

limx0f(x)x=limx0x37x2x=limx0x27x=0\begin{align*} \lim_{x\to 0^-}\frac{f(x)}{x}=\lim_{x\to 0^-}\frac{x^3-7x^2}{x}=\lim_{x\to 0^-} x^2-7x=0 \end{align*}

and

limx0+x3cos(1x)x=limx0+x2cos(1x).\begin{align*} \lim_{x\to 0^+}\frac{x^3\cos\left(\frac{1}{x}\right)}{x}=\lim_{x\to 0^+}x^2\cdot \cos\left(\frac{1}{x}\right). \end{align*}

This last limit equals 00 (see Question 23 in 2.1.1 for a similar example).

Since the left and right limits match (they're both equal to 00), we conclude that indeed f(x)f(x) is differentiable at x=0x=0 (and its derivative at x=0x=0 is actually equal to 00).

Q22Stage 3Past exam · 2015Q

Determine whether the derivative of the following function exists at x=1x=1

f(x)={4x28x+4 if x1(x1)2sin(1x1) if x>1\begin{align*} f(x) &=\begin{cases} 4x^2-8x+4 & \text{ if } x\le 1\\ (x-1)^2\sin\left(\dfrac{1}{x-1}\right) & \text{ if } x> 1 \end{cases} \end{align*}

You must justify your answer using the definition of a derivative.

Hint

You'll need to look at limits from the left and right. The fact that f(1)=0f(1)=0 is useful for your computation.

Answer

Yes, it is.

Full solution

The function is differentiable at x=1x=1 if the following limit:

limx1f(x)f(1)x1=limx1f(x)0x1=limx1f(x)x1\lim_{x\to 1}\frac{f(x)-f(1)}{x-1} = \lim_{x\to 1}\frac{f(x)-0}{x-1}=\lim_{x\to 1} \frac{f(x)}{x-1}

exists (note that we used the fact that f(1)=0f(1)=0 as per the definition of the first branch which includes the point x=0x=0). We compute left and right limits; so

limx1f(x)x1=limx14x28x+4x1=limx14(x1)2x1=limx14(x1)=0\lim_{x\to 1^-}\frac{f(x)}{x-1}=\lim_{x\to 1^-}\frac{4x^2-8x+4}{x-1}=\lim_{x\rightarrow 1^-}\frac{4(x-1)^2}{x-1} =\lim_{x\to 1^-} 4(x-1)=0

and

limx1+(x1)2sin(1x1)x1=limx1+(x1)sin(1x1).\lim_{x\to 1^+}\frac{(x-1)^2\sin\left(\frac{1}{x-1}\right)}{x-1}=\lim_{x\to 1^+}(x-1)\cdot \sin\left(\frac{1}{x-1}\right).

For this last limit, note that sin(1x1)1\left|\sin\left(\frac{1}{x-1}\right)\right| \le 1, so (x1)sin(1x1)x1\left|(x-1)\cdot \sin\left(\frac{1}{x-1}\right)\right| \le |x-1|. That is, the `sine' part of the product can only make the (x1)(x-1) part closer to 0, not farther from 0. Since limx1+(x1)=0\lim\limits_{x \to 1^+}(x-1)=0, then also limx1+(x1)sin(1x1)=0\lim\limits_{x\to 1^+}(x-1)\cdot \sin\left(\frac{1}{x-1}\right)=0.

Since the left and right limits match (they're both equal to 00), we conclude that indeed f(x)f(x) is differentiable at x=1x=1 (and its derivative at x=1x=1 is actually equal to 00).

Q23Stage 3

Sketch a function f(x)f(x) with f(0)=1f'(0)=-1 that takes the following values:

x\mathbf{x}1-112-\frac{1^{ }}{2_{ }}14-\frac{1}{4}18-\frac{1}{8}0018\frac{1}{8}14\frac{1}{4}12\frac{1}{2}11
f(x)\mathbf{f(x)}1-112-\frac{1^{ }}{2_{ }}14-\frac{1}{4}18-\frac{1}{8}0018\frac{1}{8}14\frac{1}{4}12\frac{1}{2}11

Remark: you can't always guess the behaviour of a function from its points, even if the points seem to be making a clear pattern.

Hint

There's lots of room between 00 and 18\frac{1}{8}; see what you can do with it.

Answer

Many answers are possible; here is one.

Figure from prob_s2.2, line 2

Figure from prob_s2.2, line 2

Full solution

Many answers are possible; here is one.

Figure from prob_s2.2, line 2

Figure from prob_s2.2, line 2

The key is to realize that the few points you're given suggest a pattern, but don't guarantee it. You only know nine points; anything can happen in between.

Q24Stage 3

Let p(x)=f(x)+g(x)p(x)=f(x)+g(x), for some functions ff and gg whose derivatives exist. Use limit laws and the definition of a derivative to show that p(x)=f(x)+g(x)p'(x)=f'(x)+g'(x).

Remark: this is called the sum rule, and we'll learn more about it in Lemma 4.1.1.

Hint

Set up your usual limit, then split it into two pieces

Answer
p(x)=limh0p(x+h)p(x)h=limh0f(x+h)+g(x+h)f(x)g(x)h=limh0f(x+h)f(x)+g(x+h)g(x)h=limh0[f(x+h)f(x)h+g(x+h)g(x)h]()=[limh0f(x+h)f(x)h]+[limh0g(x+h)g(x)h]=f(x)+g(x)\begin{align*} p'(x) &= \lim_{h \rightarrow 0} \frac{p(x+h)-p(x)}{h}\\ &= \lim_{h \rightarrow 0} \frac{f(x+h)+g(x+h)-f(x)-g(x)}{h}\\ &= \lim_{h \rightarrow 0} \frac{f(x+h)-f(x)+g(x+h)-g(x)}{h}\\ &= \lim_{h \rightarrow 0} \left[\frac{f(x+h)-f(x)}{h}+ \frac{g(x+h)-g(x)}{h}\right]\\ (*)&= \left[\lim_{h \rightarrow 0} \frac{f(x+h)-f(x)}{h}\right]+ \left[\lim_{h \rightarrow 0} \frac{g(x+h)-g(x)}{h}\right]\\ &= f'(x)+g'(x) \end{align*}

At step (*), we use the limit law that limxa[F(x)+G(x)]=limxaF(x)+limxaG(x)\displaystyle\lim_{x \rightarrow a} \left[F(x)+G(x)\right] = \displaystyle\lim_{x \rightarrow a} F(x)+\displaystyle\lim_{x \rightarrow a}G(x), as long as limxaF(x)\displaystyle\lim_{x \rightarrow a} F(x) and limxaG(x)\displaystyle\lim_{x \rightarrow a}G(x) exist. Because the problem states that f(x)f'(x) and g(x)g'(x) exist, we know that limh0f(x+h)f(x)h\displaystyle\lim_{h \rightarrow 0} \frac{f(x+h)-f(x)}{h} and $\displaystyle\lim_{h \rightarrow 0} \frac{g(x+h)-g(x)}{h}$ exist, so our work is valid.

Full solution
p(x)=limh0p(x+h)p(x)h=limh0f(x+h)+g(x+h)f(x)g(x)h=limh0f(x+h)f(x)+g(x+h)g(x)h=limh0[f(x+h)f(x)h+g(x+h)g(x)h]()=[limh0f(x+h)f(x)h]+[limh0g(x+h)g(x)h]=f(x)+g(x)\begin{align*} p'(x) &= \lim_{h \rightarrow 0} \frac{p(x+h)-p(x)}{h}\\ &= \lim_{h \rightarrow 0} \frac{f(x+h)+g(x+h)-f(x)-g(x)}{h}\\ &= \lim_{h \rightarrow 0} \frac{f(x+h)-f(x)+g(x+h)-g(x)}{h}\\ &= \lim_{h \rightarrow 0}\left[ \frac{f(x+h)-f(x)}{h}+ \frac{g(x+h)-g(x)}{h}\right]\\ (*)&= \left[\lim_{h \rightarrow 0} \frac{f(x+h)-f(x)}{h}\right]+ \left[\lim_{h \rightarrow 0} \frac{g(x+h)-g(x)}{h}\right]\\ &= f'(x)+g'(x) \end{align*}

At step (*), we use the limit law that limxa[F(x)+G(x)]=limxaF(x)+limxaG(x)\displaystyle\lim_{x \rightarrow a} \left[F(x)+G(x)\right] = \displaystyle\lim_{x \rightarrow a} F(x)+\displaystyle\lim_{x \rightarrow a}G(x), as long as limxaF(x)\displaystyle\lim_{x \rightarrow a} F(x) and limxaG(x)\displaystyle\lim_{x \rightarrow a}G(x) exist. Because the problem states that f(x)f'(x) and g(x)g'(x) exist, we know that limh0f(x+h)f(x)h\displaystyle\lim_{h \rightarrow 0} \frac{f(x+h)-f(x)}{h} and $\displaystyle\lim_{h \rightarrow 0} \frac{g(x+h)-g(x)}{h}$ exist, so our work is valid.

Q25Stage 3

Let f(x)=2xf(x)=2x, g(x)=xg(x)=x, and p(x)=f(x)g(x)p(x)=f(x) \cdot g(x).

  1. Find f(x)f'(x) and g(x)g'(x).

  2. Find p(x)p'(x).

  3. Is p(x)=f(x)g(x)p'(x)=f'(x) \cdot g'(x)?

In Theorem 4.1.3, you'll learn a rule for calculating the derivative of a product of two functions.

Hint

You don't need the definition of the derivative for a line.

Answer

(a) f(x)=2f'(x)=2 and g(x)=1g'(x)=1 (b) p(x)=4xp'(x)=4x (c) no

Full solution

(a) Since y=f(x)=2xy=f(x)=2x and y=g(x)=xy=g(x)=x are straight lines, we don't need the definition of the derivative (although you can use it if you like). f(x)=2f'(x)=2 and g(x)=1g'(x)=1.

(b) p(x)=2x2p(x)=2x^2, so p(x)p(x) is not a line: we use the definition of a derivative to find p(x)p'(x).

p(x)=limh0p(x+h)p(x)h=limh02(x+h)22x2h=limh02x2+4xh+2h22x2h=limh04xh+2h2h=limh04x+2h=4x\begin{align*} p'(x)&=\lim_{h \rightarrow 0} \frac{p(x+h)-p(x)}{h}\\ &=\lim_{h \rightarrow 0} \frac{2(x+h)^2-2x^2}{h}\\ &=\lim_{h \rightarrow 0} \frac{2x^2+4xh+2h^2-2x^2}{h}\\ &=\lim_{h \rightarrow 0} \frac{4xh+2h^2}{h}\\ &=\lim_{h \rightarrow 0} {4x+2h}\\&=4x \end{align*}

(c) No, p(x)=4x21=f(x)g(x)p'(x) = 4x \ne 2\cdot 1 = f'(x)\cdot g'(x). In general, the derivative of a product is not the same as the derivative of the functions being multiplied.

Q26Stage 3Past exam · 2006H

There are two distinct straight lines that pass through the point (1,3)(1,-3) and are tangent to the curve y=x2y = x^2. Find equations for these two lines.

Remark: the point (1,3)(1,-3) does not lie on the curve y=x2y=x^2.

Hint

A generic point on the curve has coordinates (α,α2)(\alpha, \alpha^2). In terms of α\alpha, what is the equation of the tangent line to the curve at the point (α,α2)(\alpha, \alpha^2)? What does it mean for (1,3)(1,-3) to be on that line?

Answer

y=6x9y=6x-9 and y=2x1y=-2x-1

Full solution

We know that y=2xy'=2x. So, if we choose a point (α,α2)(\alpha,\alpha^2) on the curve y=x2y=x^2, then the tangent line to the curve at that point has slope 2α2\alpha. That is, the tangent line has equation

(yα2)=2α(xα)simplified, y=(2α)xα2\begin{align*}(y-\alpha^2)&=2\alpha(x-\alpha)\\ \text{simplified, } \qquad y&=(2\alpha)x-\alpha^2\end{align*}

So, if (1,3)(1,-3) is on the tangent line, then

3=(2α)(1)α2    0=α22α3    0=(α3)(α+1)    α=3,orα=1.\begin{align*}-3&=(2\alpha)(1)-\alpha^2\\ \iff\qquad 0&=\alpha^2-2\alpha-3\\ \iff\qquad 0&=(\alpha-3)(\alpha+1)\\ \iff\qquad \alpha&=3, \quad\text{or}\qquad \alpha=-1.\end{align*}

So, the tangent lines y=(2α)xα2y=(2\alpha)x-\alpha^2 are

y=6x9andy=2x1.\begin{align*}y&=6x-9 \quad\text{and}\quad y=-2x-1.\end{align*}
Q27Stage 3Past exam · 2009H

For which values of aa is the function

f(x)={0x0xasin1xx>0f(x) =\left\{\begin{array}{ll} 0 & x\le 0\\ x^a \sin\frac{1}{x} & x > 0\end{array}\right.

differentiable at 0?

Hint

Remember for a constant nn,

limh0hn={0n>01n=0DNEn<0\ds\lim_{h \to 0} h^{n} = \left\{\begin{array}{ll} 0&n>0\\ 1&n=0\\ DNE&n<0 \end{array}\right.
Answer

a>1a>1

Full solution

Using the definition of the derivative, ff is differentiable at 00 if and only if

limh0f(h)f(0)h\begin{align*}\lim_{h \to 0}\frac{f(h)-f(0)}{h}&\end{align*}

exists. In particular, this means ff is differentiable at 00 if and only if both one-sided limits exist and are equal to each other.

When h<0h<0, f(h)=0f(h)=0, so

limh0f(h)f(0)h=limh000h=0\begin{align*}\lim_{h \to 0^-}\frac{f(h)-f(0)}{h}&=\lim_{h \to 0^-}\frac{0-0}{h}=0\end{align*}

So, ff is differentiable at x=0x=0 if and only if

limh0+f(h)f(0)h=0.\begin{align*}\lim_{h \to 0^+}\frac{f(h)-f(0)}{h}&=0.\end{align*}

To evaluate the limit above, we note f(0)=0f(0)=0 and, when h>0h>0, f(h)=hasin(1h)f(h)=h^a\sin\left(\frac{1}{h}\right), so

limh0+f(h)f(0)h=limh0+hasin(1h)h=limh0+ha1sin(1h)\begin{align*}\lim_{h \to 0^+}\frac{f(h)-f(0)}{h}&=\lim_{h \to 0^+}\frac{h^a\sin\left(\frac{1}{h}\right)}{h}\\ &=\lim_{h \to 0^+}h^{a-1}\sin\left(\frac{1}{h}\right)\end{align*}

We will spend the rest of this solution evaluating the limit above for different values of aa, to find when it is equal to zero and when it is not. Let's consider the different values that could be taken by ha1h^{a-1}.

  • If a=1a=1, then a1=0a-1=0, so ha1=h0=1h^{a-1}=h^0=1 for all values of hh. Then

    limh0+ha1sin(1h)=limh0+sin(1h)=DNE\lim_{h \to 0^+}h^{a-1}\sin\left(\frac{1}{h}\right)=\lim_{h \to 0^+}\sin\left(\frac{1}{h}\right)=DNE

    (Recall that the function sin(1x)\sin\left(\frac{1}{x}\right) oscillates faster and faster as xx goes to 0. We first saw this behaviour in Example 2.1.5 in the text.)

  • If a<1a<1, then a1<0a-1<0, so limh0+ha1=\ds\lim_{h \to 0^+}h^{a-1}=\infty. (Since we have a negative exponent, we are in effect dividing by a smaller and smaller positive number. For example, if a=12a=\frac{1}{2}, then limh0+ha1=limh0+h12=limh0+1h=\ds\lim_{h \to 0^+}h^{a-1}=\ds\lim_{h \to 0^+}h^{-\frac{1}{2}}=\ds\lim_{h \to 0^+}\frac{1}{\sqrt{h}}=\infty.) Since sin(1x)\sin\left(\frac{1}{x}\right) goes back and forth between one and negative one,

    limh0+ha1sin(1x)=DNE\lim_{h \to 0^+}h^{a-1}\sin\left(\frac{1}{x}\right)=DNE

    since as hh goes to 0, the function oscillates between positive and negative numbers of ever-increasing magnitude.

  • If a>1a>1, then a1>0a-1>0, so limh0+ha1=0\ds\lim_{h \to 0^+}h^{a-1}=0. Although sin(1x)\sin\left(\frac{1}{x}\right) oscillates wildly near x=0x=0, it is bounded by 1-1 and 11. So, it can't stop the `going to zero' behaviour of ha1h^{a-1}. (Indeed, ha1sin(1x)h^{a-1}\sin\left(\frac1x\right) is either equal to ha1h^{a-1}, or even closer to 0 than ha1h^{a-1} alone.) So,

    limh0+ha1sin(1h)=0.\lim_{h \to 0^+}h^{a-1}\sin\left(\frac{1}{h}\right)=0.

In the above cases, we learned
limh0+f(h)f(0)h=limh0+ha1sin(1x)=0\ds\lim_{h \to 0^+}\frac{f(h)-f(0)}{h}=\ds\lim_{h \to 0^+} h^{a-1}\sin\left(\frac{1}{x}\right)=0 when a>1a>1, and
limh0+f(h)f(0)h=limh0+ha1sin(1x)0\ds\lim_{h \to 0^+}\frac{f(h)-f(0)}{h}=\ds\lim_{h \to 0^+} h^{a-1}\sin\left(\frac{1}{x}\right)\neq 0 when a1a \leq 1.
So, ff is differentiable at x=0x=0 if and only if a>1a>1.

Stage 2 · Procedural

Q28Stage 2

Suppose h(t)h(t) gives the height at time tt of the water at a dam, where the units of tt are hours and the units of hh are meters.

  1. What is the physical interpretation of the slope of the secant line through the points (0,h(0))(0,h(0)) and (24,h(24))(24,h(24))?

  2. What is the physical interpretation of the slope of the tangent line to the curve y=h(t)y=h(t) at the point (0,h(0))(0,h(0))?

Hint

Think about units.

Answer

(a) The average rate of change of the height of the water over the single day starting at t=0t=0, measured in mhr\frac{\mathrm{m}}{\mathrm{hr}}.

(b) The instantaneous rate of change of the height of the water at the time t=0t=0.

Full solution

(a) The slope of the secant line is h(24)h(0)240mhr\dfrac{h(24)-h(0)}{24-0} \quad \dfrac{\mathrm{m}}{\mathrm{hr}}; this is the change in height over the first day divided by the number of hours in the first day. So, it is the average rate of change of the height over the first day, measured in meters per hour.

(b) Consider (a). The secant line gives the average rate of change of the height of the dam; as we let the second point of the secant line get closer and closer to (0,h(0))(0,h(0)), its slope approximates the instantaneous rate of change of the height of the water. So the slope of the tangent line is the instantaneous rate of change of the height of the water at the time t=0t=0, measured in mhr\frac{\mathrm{m}}{\mathrm{hr}}.

Q29Stage 2

Suppose p(t)p(t) is a function that gives the profit generated by selling tt widgets. What is the practical interpretation of p(t)p'(t)?

Answer

Profit per additional widget sold, when tt widgets are being sold. This is called the marginal profit per widget, when tt widgets are being sold.

Full solution

p(t)=limh0p(t+h)p(t)hp(t+1)p(t)1=p(t+1)p(t)p'(t) = \displaystyle\lim_{h \rightarrow 0}\frac{p(t+h)-p(t)}{h} \approx \frac{p(t+1)-p(t)}{1} = p(t+1)-p(t), or the difference in profit caused by the sale of the (t+1)st(t+1)^{\mathrm{st}} widget. So, p(t)p'(t) is the profit from the (t+1)st(t+1)^{\mathrm{st}} widget. That is, p(t)p'(t) is the profit per additional widget sold, when tt widgets are being sold. This is called the marginal profit per widget, when tt widgets are being sold.

Q30Stage 2

T(d)T(d) gives the temperature of water at a particular location dd metres below the surface. What is the physical interpretation of T(d)T'(d)? Would you expect the magnitude of T(d)T'(d) to be larger when dd is near 0, or when dd is very large?

Answer

T(d)T'(d) measures how quickly the temperature is changing per unit change of depth, measured in degrees per metre. T(d)|T'(d)| will probably be largest when dd is near zero, unless there are hot springs or other underwater heat sources.

Full solution

How quickly the temperature is changing per unit change of depth, measured in degrees per metre. In an ordinary body of water, the temperature near the surface (d=0d=0) is pretty variable, depending on the sun, but deep down it is more stable (unless there are heat sources). So, one might reasonably expect that T(d)|T'(d)| is larger when dd is near 0.

Q31Stage 2

C(w)C(w) gives the calories in ww grams of a particular dish. What does C(w)C'(w) describe?

Answer

Calories per additional gram, when there are ww grams.

Full solution

C(w)=limh0C(w+h)C(w)hC(w+1)C(w)1=C(w+1)C(w)C'(w)=\displaystyle\lim_{h \rightarrow 0} \dfrac{C(w+h)-C(w)}{h} \approx \dfrac{C(w+1)-C(w)}{1}=C(w+1)-C(w), which is the number of calories in C(w+1)C(w+1) grams minus the number of calories in C(w)C(w) grams. This is the number of calories per additional gram, when there are ww grams.

Q32Stage 2

The velocity of a moving object at time tt is given by v(t)v(t). What is v(t)v'(t)?

Answer

The acceleration of the object.

Full solution

The rate of change of velocity is acceleration. (If your velocity is increasing, you're accelerating; if your velocity is decreasing, you have negative acceleration.)

Q33Stage 2

The function T(j)T(j) gives the temperature in degrees Celsius of a cup of water after jj joules of heat have been added. What is T(j)T'(j)?

Answer

Degrees Celsius temperature change per joule of heat added. (This is closely related to heat capacity and to specific heat — there's a nice explanation of this on Wikipedia.)

Full solution

The rate of change in this case will be the relationship between the heat added and the temperature change. limh0T(j+h)T(j)hT(j+1)T(j)1=T(j+1)T(j)\displaystyle\lim_{h \rightarrow 0} \dfrac{T(j+h)-T(j)}{h} \approx \dfrac{T(j+1)-T(j)}{1}=T(j+1)-T(j), or the change in temperature after the application of one joule. (This is closely related to heat capacity and to specific heat — there's a nice explanation of this on Wikipedia.)

Q34Stage 2

A population of bacteria, left for a fixed amount of time at temperature TT, grows to P(T)P(T) individuals. Interpret P(T)P'(T).

Answer

Number of bacteria added per degree. That is: the number of extra bacteria (possibly negative) that will exist in the population by raising the temperature by one degree.

Full solution

As usual, it is instructive to think about the definition of the derivative:

P(T)=limh0P(T+h)=P(T)hP(T+1)P(t)1=P(T+1)P(T).P'(T) = \displaystyle\lim_{h \rightarrow 0}\dfrac{P(T+h)=P(T)}{h} \approx \dfrac{P(T+1)-P(t)}{1} = P(T+1)-P(T).

This is the difference in population between two hypothetical populations, raised one degree in temperature apart. So, it is the number of extra individuals that exist in the hotter experiment (with the understanding that this number could be negative, as one would expect in conditions that are hotter than the bacteria prefer). So P(T)P'(T) is the number of bacteria added to the colony per degree.

Stage 3 · Application

Q35Stage 3

You hammer a small nail into a wooden wagon wheel. R(t)R(t) gives the number of rotations the nail has undergone tt seconds after the wagon started to roll. Give an equation for how quickly the nail is rotating, measured in degrees per second.

Hint

There are 360 degrees in one rotation.

Answer

360R(t)360R'(t)

Full solution

R(t)R'(t) is the rate at which the wheel is rotating measured in rotations per second. To convert to degrees, we multiply by 360: 360R(t)\boxed{360R'(t)}.

Q36Stage 3

A population of bacteria, left for a fixed amount of time at temperature TT, grows to P(T)P(T) individuals. There is one ideal temperature where the bacteria population grows largest, and the closer the sample is to that temperature, the larger the population is (unless the temperature is so extreme that it causes all the bacteria to die by freezing or boiling). How will P(T)P'(T) tell you whether you are colder or hotter than the ideal temperature?

Hint

P(t)P'(t) was discussed in Question 34.

Answer

If P(t)P'(t) is positive, your sample is below the ideal temperature, and if P(t)P'(t) is negative, your sample is above the ideal temperature. If P(t)=0P'(t) = 0, you don't know whether the sample is exactly at the ideal temperature, or way above or below it with no living bacteria.

Full solution

If P(t)P'(t) is positive, your sample is below the ideal temperature, because adding heat increases the population. If P(t)P'(t) is negative, your sample is above the ideal temperature, because adding heat decreases the population. If P(t)=0P'(t)=0, then adding a little bit of heat doesn't change the population, but it's unclear why this is. Perhaps your sample is deeply frozen, and adding heat doesn't change the fact that your population is 0. Perhaps your sample is boiling, and again, changing the heat a little will keep the population constant at “none." But also, at the ideal temperature, you would expect P(t)=0P'(t)=0. This is best seen by noting in the curve below, the tangent line is horizontal at the peak.

Figure from prob_s2.3, line 2

Figure from prob_s2.3, line 2

From the UBC Math 100 open textbook project, © Joel Feldman, Andrew Rechnitzer, Elyse Yeager and others. Licensed CC BY-NC-SA 4.0; this HTML adaptation is released under the same licence. Full attribution.