Functions
Limits and Derivatives
Applications of Differentiation
Integration

The h-Form of the Derivative and Finding Tangent Lines

A new way of computing derivatives

Recall the formula we used for computing the derivative of a function at a given \(x\)-value:

$$f'(c)=\lim_{x\rightarrow c} \frac{f(x)-f(c)}{x-c}$$

This formula is rather limited in terms of the functions it helps us compute derivatives for. For instance, suppose we want to compute the derivative of \(f(x)=x^3\) at \(x=2\). The formula above would give us (after a little simplifying):

$$f'(1)=\lim_{x\rightarrow 2} \frac{x^3-8}{x-2}$$

It isn’t at all clear how we can clean up this fraction so that we don’t get division by zero when we plug in \(x=2\) to compute the limit. Perhaps we can rearrange the original formula so we have something more practical that enables us to carry out computations more easily.

In the formula \(f'(c)=\lim_{x\rightarrow c} \frac{f(x)-f(c)}{x-c}\), notice that as \(x\) approaches \(c\), the “distance” (or rather the difference) between \(x\) and \(c\) becomes infinitely small; i.e. \(x-c \) approaches \(0\). Let’s let \(h=x-c\). Then as \(x\rightarrow c\), \(h\rightarrow 0\). Solving for \(x\) in the little equation \(h=x-c\) gives us \(x=h+c\).

So let’s rewrite the original derivative limit formula in terms of \(h\) and \(c\) so there are no more \(x\)’s anywhere. This gives us the following.

Again, all we really did to get this new formula is replace \(x-c\) with \(h\) in the denominator, replace \(x\) with \(c+h\) inside \(f\) in the numerator, and change up the limit from \(\lim_{x\rightarrow c}\) to \(lim_{h\rightarrow 0}\) because \(h\) goes to \(0\) when \(x\) goes to \(c\).

This new form helps us compute derivatives much more easily. The steps are as follows

Using the new formula:

$$f'(c)=\lim_{h\rightarrow 0} \frac{f(c+h)-f(c)}{h}$$

First, compute \(f(c+h)\) where \(c=2\). This gives us

$$\begin{align}f(2+h)&=(2+h)^3\\&=h^3+6h^2+12h+8\end{align}$$

Now we compute the entire numerator of that formula above: \(f(c+h)-f(c)\). Note that, using what we just got for \(f(2+h)\),

$$\begin{align}f(2+h)-f(2)&=(h^3+6h^2+12h+8)-(8)\\&=h^3+6h^2+12h\end{align}$$

Now, we compute \(\frac{f(c+h)-f(c)}{h}\) by using what we last computed as our numerator. After a bit of factoring in the numerator, we can kill the \(h\) in the denominator. Hence,

$$\begin{\frac{f(2+h)-f(2)}{h}&=\frac{h^3+6h^2+12h}{h}\\&=\frac{h\cdot(h^2+6h+12)}{h}\\&=h^2+6h+12\end{align}$$

Lastly, we take the limit of this result to get the full derivative computation:

$$\begin{align}f'(c)=\lim_{h\rightarrow 0} \frac{f(c+h)-f(c)}{h}&=\lim_{h\rightarrow 0} h^2+6h+12\\&=(0)^2+6(0)+12\\&=12\end{align}$$


Finding Tangent Lines Using the New Formula…

… works exactly the same way as before. We just use the new \(h\)-form of the derivative to compute the slope of the tangent line. Nothing else changes.

Compute \(f(c+h)\) where \(c\) is the given x-value.

\(f'(c)=\lim_{h\rightarrow 0}\frac{f(c+h)-f(c)}{h}\)

  • Compute \(f(c+h)\) where \(c\) is the given x-value.
  • Compute and simplify \(f(c+h)-f(c)\)
  • Compute and simplify \(\frac{f(c+h)-f(c)}{h}\)
  • Take the limit \(\lim_{h\rightarrow 0}\) of the answer to the above.

\(f'(1)=3\)

Compute \(f(c+h)\) where \(c\) is the given x-value.

\(f'(c)=\lim_{h\rightarrow 0}\frac{f(c+h)-f(c)}{h}\)

  • Compute \(f(c+h)\) where \(c\) is the given x-value.
  • Compute and simplify \(f(c+h)-f(c)\)
  • Compute and simplify \(\frac{f(c+h)-f(c)}{h}\)
  • Take the limit \(\lim_{h\rightarrow 0}\) of the answer to the above.

\(f'(0)=5\)

Compute \(f(c+h)\) where \(c\) is the given x-value.

\(f'(c)=\lim_{h\rightarrow 0}\frac{f(c+h)-f(c)}{h}\)

  • Compute \(f(c+h)\) where \(c\) is the given x-value.
  • Compute and simplify \(f(c+h)-f(c)\)
  • Compute and simplify \(\frac{f(c+h)-f(c)}{h}\)
  • Take the limit \(\lim_{h\rightarrow 0}\) of the answer to the above.

\(f'(1)=1\)

Compute \(f(c+h)\) where \(c\) is the given x-value.

\(f'(c)=\lim_{h\rightarrow 0}\frac{f(c+h)-f(c)}{h}\)

  • Compute \(f(c+h)\) where \(c\) is the given x-value.
  • Compute and simplify \(f(c+h)-f(c)\)
  • Compute and simplify \(\frac{f(c+h)-f(c)}{h}\)
  • Take the limit \(\lim_{h\rightarrow 0}\) of the answer to the above.

\(f'(2)=6\)

Compute \(f(c+h)\) where \(c\) is the given x-value.

\(f'(c)=\lim_{h\rightarrow 0}\frac{f(c+h)-f(c)}{h}\)

  • Compute \(f(c+h)\) where \(c\) is the given x-value.
  • Compute and simplify \(f(c+h)-f(c)\)
  • Compute and simplify \(\frac{f(c+h)-f(c)}{h}\)
  • Take the limit \(\lim_{h\rightarrow 0}\) of the answer to the above.

\(f'(2)=6\)

Find the Equation of the tangent line for the following functions at the given point

Note that \(c=x_0=1\) in this problem. Start by computing \(y_0=f(1)\), then compute \(m=\lim_{h\rightarrow 0}\frac{f(x_0+h)-f(x_0)}{h}\) where \(x_0\) is the given x-value.

  • h-Form of the Derivative:  \(f'(x_0)=\lim_{h\rightarrow 0}\frac{f(x_0+h)-f(x_0)}{h}\)
  • Point-Slope Formula:  \((y-y_0)=m(x-x_0)\)
  • (If not given to you) Compute \(y_0=f(x_0)\) where \(x_0\) is the given x-value.
  • Compute \(m=\lim_{h\rightarrow 0} \frac{f(x_0+h)-f(x_0)}{h}\) to find slope of tangent line
  • Plug \(x_0,y_0,m\) into Point-Slope Form \((y-y_0)=m(x-x_0)\) and solve for \(y\)

\(y=3x+1\)

Note that \(c=x_0=2\) in this problem. Start by computing \(y_0=f(2)\), then compute \(m=\lim_{h\rightarrow 0}\frac{f(x_0+h)-f(x_0)}{h}\) where \(x_0\) is the given x-value.

  • h-Form of the Derivative:  \(f'(x_0)=\lim_{h\rightarrow 0}\frac{f(x_0+h)-f(x_0)}{h}\)
  • Point-Slope Formula:  \((y-y_0)=m(x-x_0)\)
  • (If not given to you) Compute \(y_0=f(x_0)\) where \(x_0\) is the given x-value.
  • Compute \(m=\lim_{h\rightarrow 0} \frac{f(x_0+h)-f(x_0)}{h}\) to find slope of tangent line
  • Plug \(x_0,y_0,m\) into Point-Slope Form \((y-y_0)=m(x-x_0)\) and solve for \(y\)

\(y=4x-3\)

Scroll to Top