Skip to main content
Mathematics LibreTexts

2.14: Project- Hard Definition of Derivative Problems

  • Page ID
    88638
  • \( \newcommand{\vecs}[1]{\overset { \scriptstyle \rightharpoonup} {\mathbf{#1}} } \) \( \newcommand{\vecd}[1]{\overset{-\!-\!\rightharpoonup}{\vphantom{a}\smash {#1}}} \)\(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\) \(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\)\(\newcommand{\AA}{\unicode[.8,0]{x212B}}\)

    Purpose of the project: Struggle through a difficult but important calculus problem.

    Each of the following is a difficult definition of the derivative problem. Your group will be assigned one of the following, and then you can present the solution to the class. In each case, the “stuff in the example box” is not your problem, but look at it and hopefully it will help with your problem.

    1. Let \(f(x) = x^4\). Using the definition of the derivative, find \(f'(x)\).
      Simplify \((x + 1)^4\).We can do this problem by splitting it up into \((x + 1)^2 (x + 1)^2\). We know \((x + 1)^2 = x^2 + 2x + 1\) — that means

      \((x + 1)^4 = (x^2 + 2x + 1)(x^2 + 2x + 1)\)

      To solve from here, we need to multiply every term of \((x^2 + 2x + 1)\) by \(x^2\), then every term by \(2x\), then every term by \(1\), and add it all up. Here we go:

      \[\begin{align*} (x + 1)^4 & = (x^2 + 2x + 1)({\color{green} x^2} + {\color{red} 2x} + {\color{blue} 1}) \\ & = (x^2 + 2x + 1){\color{green}x^2} + (x^2 + 2x + 1){\color{red}2x} + (x^2 + 2x + 1){\color{blue}1} \\ & = {\color{green} x^4 + 2x^3 + x^2} + {\color{red}2x^3 + 4x^2 + 2x} + {\color{blue}x^2 + 2x + 1} \\ & = x^4 + 4x^3 + 6x^2 + 4x + 1. \end{align*}\]

    2. Let \(f(x) = \sqrt{x}\). Using the definition of the derivative, find \(f'(x)\) (which can also be written \(\frac{d}{dx} f(x)\) or \(\frac{df}{dx}\)).
      Rationalize the numerator of \(\frac{\sqrt{x + 1} - \sqrt{x}}{x}\).

      To “rationalize the numerator”, the trick is to multiply top and bottom by what is known as the conjugate: it is the same as the numerator, only the sign is flipped so that subtraction becomes addition or vice versa. In this case, the conjugate is \(\sqrt{x + 1} + \sqrt{x}\). We see

      \[\begin{align*} \frac{\sqrt{x + 1} - \sqrt{x}}{x} & = \frac{(\sqrt{x + 1} - \sqrt{x})}{(x)} \cdot \frac{(\sqrt{x + 1} + \sqrt{x})}{(\sqrt{x + 1} + \sqrt{x})}\\ & = \frac{(\sqrt{x + 1} - \sqrt{x})(\sqrt{x + 1} + \sqrt{x})}{(x)(\sqrt{x + 1} + \sqrt{x})} \\ & = \frac{(\sqrt{x + 1})^2 - (\sqrt{x})^2}{x(\sqrt{x + 1} + \sqrt{x})} \\ & = \frac{x+1 - x}{x(\sqrt{x + 1} + \sqrt{x})} \\ & = \frac{1}{x(\sqrt{x + 1} + \sqrt{x})} \end{align*}\]

      The numerator is now rationalized.

    3. Let \(f(x) = \sin(x)\). Using the definition of the derivative, find \(f'(x)\) (which can also be written \(\frac{d}{dx} f(x)\) or \(\frac{df}{dx}\)). There are three facts we need to compute this derivative:
      • \(\sin(A + B) = \sin(A) \cos(B) + \cos(A) \sin(B)\)
      • \(\lim_{h \to 0} \frac{\sin(h)}{h} = 1\)
      • \(\lim_{h \to 0} \frac{\cos(h) - 1}{h} = 0\)
      Find \(\lim_{h \to 0} \cfrac{\sin(y + h) - \sin(y) \cos(h)}{h}\).

      In this example, we use the first fact listed above to write \(\sin(y + h) = \sin(y) \cos(h) + \cos(y) \sin(h)\). We have the original problem is equal to

      \[\begin{align*} & = \lim_{h \to 0} \frac{\sin(y) \cos(h) + \cos(y) \sin(h)- \sin(y) \cos(h)}{h} \\ & = \lim_{h \to 0} \frac{\cos(y) \sin(h)}{h} \\ & = \lim_{h \to 0} \frac{\sin(h)}{h} \cdot \cos(y) \\ & = 1 \cdot \cos(y) \\ & = \cos(y) \end{align*}\]

      Notice towards the end we used \(\lim_{h \to 0} \frac{\sin(h)}{h} = 1\).

    4. Let \(f(x) = e^x\). Using the definition of the derivative, find \(f'(x)\) (which can also be written \(\frac{d}{dx} f(x)\) or \(\frac{df}{dx}\)). Use the limit we found on the homework yesterday: \(\lim_{h \to 0} \frac{e^h - 1}{h} = 1\).
      Helpful example: Simplify \(\frac{e^{x + 1} + e^1}{e^x + 1}\).

      Recall that \(e^{x + 1} = e^x e^1\). Hence this becomes

      \[\begin{align*} \frac{e^{x + 1} + e^1}{e^x + 1} & = \frac{e^x e^1 + e^1}{e^x + 1} \\ & = \frac{e^1(e^x + 1)}{e^x + 1} \\ & = e^1 = e \end{align*}\]

    5. Let \(f(x) = \frac{1}{x}\). Using the definition of the derivative, find \(f'(x)\) (which can also be written \(\frac{d}{dx} f(x)\) or \(\frac{df}{dx}\)).
      Simplify \(\cfrac{\cfrac{1}{x + 1} - \cfrac{1}{x}}{x}\).

      In this example, we want to clear the denominators from this tricky double fraction. To do this, we will multiply by both denominators: \(x(x + 1)\).

      \[\begin{align*} \cfrac{\cfrac{1}{x + 1} - \cfrac{1}{x}}{x} & = \cfrac{\left(\cfrac{1}{x + 1} - \cfrac{1}{x} \right)}{x} \cdot \frac{x(x + 1)}{x(x + 1)} \\ & = \cfrac{\left(\cfrac{1}{x + 1} - \cfrac{1}{x} \right)x(x + 1)}{(x)(x)(x + 1)} \\ & = \cfrac{\left(\cfrac{x(x + 1)}{x + 1} - \cfrac{x(x + 1)}{x} \right)}{x^2(x + 1)} \\ & = \cfrac{x - (x + 1)}{x^2(x + 1)} \\ & = \cfrac{-1}{x^2(x + 1)} \end{align*}\]

    6. Let \(f(x) = \ln(x)\). Using the definition of the derivative, find \(f'(x)\) (which can also be written \(\frac{d}{dx} f(x)\) or \(\frac{df}{dx}\)). We will need the following facts:
      • quicklatex.com-11d6946017bb2ec9e85060456acc6cf1_l3.png
      • quicklatex.com-1a5db7a1d094a73f4720d434ce42bf08_l3.png
      • \(n \ln(A) = \ln(A^n)\)
      • \(\ln(e^x) = x\)
      (Example 1): Rewrite \(\frac{\ln(x+5) - \ln(x)}{2}\) as the natural log of a single quantity.

      We need to use some log rules to simplify this. First we use quicklatex.com-1a5db7a1d094a73f4720d434ce42bf08_l3.png.

      \[\begin{align*} \frac{\ln(x+5) - \ln(x)}{2} & = \frac{\ln\left(\frac{x+5}{x}\right)}{2} \\ & = \frac{\ln\left(1 + \frac{5}{x} \right)}{2} \end{align*}\]

      Now we use \(n \ln(A) = \ln(A^n)\), thinking of the division by \(2\) as a multiplication by quicklatex.com-92759ad21f5aa105eb2ef212fdb68ffa_l3.png.

      (Example 2): Simplify quicklatex.com-7d7b0ee4b219187e8bd7faaf8a791ce9_l3.png.

      In this example, we know from our facts above that quicklatex.com-11d6946017bb2ec9e85060456acc6cf1_l3.png. We also see that

      Notice now that \(\frac{3}{k}\) is playing the same role as \(x\) in the \(e^x\) equation. So this simplifies to quicklatex.com-fce7bb66d96b354ca84ed5709c0f3ee5_l3.png.


    This page titled 2.14: Project- Hard Definition of Derivative Problems is shared under a CC BY 4.0 license and was authored, remixed, and/or curated by Tyler Seacrest via source content that was edited to the style and standards of the LibreTexts platform; a detailed edit history is available upon request.