Skip to main content

Worksheet The Derivative Function - Activity 1.4.3

Activity 10.

For each of the listed functions, determine a formula for the derivative function. For the first two, determine the formula for the derivative by thinking about the nature of the given function and its slope at various points; do not use the limit definition. For the latter four, use the limit definition. Pay careful attention to the function names and independent variables. It is important to be comfortable with using letters other than \(f\) and \(x\text{.}\) For example, given a function \(p(z)\text{,}\) we call its derivative \(p'(z)\text{.}\)

(c)

\(p(z) = z^2\)
Hint.
\(p(z+h) = (z+h)^2\)
Answer.
\(p'(z) = 2z\text{.}\)
Solution.
By the limit definition,
\begin{align*} p'(z) \amp= \lim_{h \to 0} \frac{p(z+h)-p(z)}{h} \\ \amp= \lim_{h \to 0} \frac{(z+h)^2-z^2}{h} \\ \amp= \lim_{h \to 0} \frac{z^2 + 2zh + h^2 - z^2}{h} \\ \amp= \lim_{h \to 0} \frac{2zh + h^2}{h} \\ \amp= \lim_{h \to 0} \frac{h(2z + h)}{h} \\ \amp= \lim_{h \to 0} (2z + h) \\ \amp= 2z \end{align*}

(d)

\(q(s) = s^3\)
Hint.
\(q(s+h) = (s+h)^3\)
Answer.
\(q'(s) = 3s^2\text{.}\)
Solution.
By the limit definition,
\begin{align*} q'(s) \amp= \lim_{h \to 0} \frac{q(s+h)-q(s)}{h} \\ \amp= \lim_{h \to 0} \frac{(s+h)^3-s^3}{h} \\ \amp= \lim_{h \to 0} \frac{s^3 + 3s^2h + 3sh^2 + h^3 - s^2}{h} \\ \amp= \lim_{h \to 0} \frac{3s^2h + 3sh^2 + h^3}{h} \\ \amp= \lim_{h \to 0} \frac{h(3s^2 + 3sh + h^2)}{h} \\ \amp= \lim_{h \to 0} (3s^2 + 3sh + h^2) \\ \amp= 3s^2 \end{align*}

(e)

\(F(t) = \dfrac{1}{t}\)
Hint.
\(F(t+h) = \dfrac{1}{t+h}\)
Answer.
\(F'(t) = \dfrac{-1}{t^2}\text{.}\)
Solution.
By the limit definition,
\begin{align*} F'(t) \amp= \lim_{h \to 0} \frac{F(t+h)-F(t)}{h} \\ \amp= \lim_{h \to 0} \frac{\frac{1}{t+h}-\frac{1}{t}}{h} \\ \amp= \lim_{h \to 0} \frac{\frac{1}{t+h} \cdot \frac{t}{t} - \frac{1}{t} \cdot \frac{t+h}{t+h}}{h} \\ \amp= \lim_{h \to 0} \frac{\frac{t - (t+h)}{t(t+h)}}{h} \\ \amp= \lim_{h \to 0} \frac{-h}{ht(t+h)} \\ \amp= \lim_{h \to 0} \frac{-1}{t(t+h)} \\ \amp= \dfrac{-1}{t^2} \end{align*}

(f)

\(G(y) = \sqrt{y}\)
Hint.
\(G(y+h) = \sqrt{y+h}\)
Answer.
\(G'(y) = \frac{1}{2\sqrt{y}}\text{.}\)
Solution.
By the limit definition,
\begin{align*} G'(y) \amp= \lim_{h \to 0} \frac{G(y+h)-G(y)}{h} \\ \amp= \lim_{h \to 0} \frac{\sqrt{y+h}-\sqrt{y}}{h} \\ \amp= \lim_{h \to 0} \frac{\sqrt{y+h}-\sqrt{y}}{h} \cdot \frac{\sqrt{y+h}+\sqrt{y}}{\sqrt{y+h}+\sqrt{y}} \\ \amp= \lim_{h \to 0} \frac{(y+h)-y}{h \cdot \sqrt{y+h}+\sqrt{y}} \\ \amp= \lim_{h \to 0} \frac{h}{h \cdot \sqrt{y+h}+\sqrt{y}} \\ \amp= \lim_{h \to 0} \frac{1}{\sqrt{y+h}+\sqrt{y}} \\ \amp= \dfrac{1}{2\sqrt{y}} \end{align*}