Skip to main content
Logo image

Calculus I: Activities

Section 2.3 Derivative as a Function

We developed the derivative as the limit on the slope (of secant lines). This defined a sort of slope at one point. Here we consider what that slope tells us, practice using it, and realize what that implies about how we treat derivatives.

Subsection 2.3.1 Derivatives and Tangent Slopes

Consider Figure 2.2.2. The line through points A and B intersects the curve in at least those two points. But as A approaches B those intersections are close together. In the limit, points A and B overlap (become one point). That means the line intersects this curve at only one point. This is a common description of a tangent line. They are sometimes known as osculating curves. Osculate is Latin for barely touch (also used to mean “kiss”). In context the line barely touches the curve.
Another perspective on this tangent line comes from considering the direction a person travelling along the curve is facing. Suppose a person is at point A looking toward point B. As they approach B they would not be looking across the curve but just along the curve. This defines the direction of the curve. It is also the direction the person would go if they slipped (direction they are headed at that moment).
Finally we note that we can use either of these perspectives at every point on the curve. This means that while a derivative is defined at a point, we can expand the concept to refer to the derivative as a function that accepts the x value and outputs the derivative at that point. This is why we have the notation \(f^\prime(x)=2x\) for \(f(x)=x^2\text{.}\) The slope of the tangent line at \(x=0\) is \(f^\prime(0)=2(0)=0\text{,}\) and the slope of the tangent line at \(x=7\) is \(f^\prime(7)=2(7)=14\text{.}\) Next we use this idea to write the equation of tangent lines. This has various applications and is common in a part of multi-variable calculus.

Example 2.3.1.

Consider the function \(f(x)=x^3-4x^2+3x\text{.}\) We will write an equation for the line tangent to \(f(x)\) at \(x=3\text{.}\) To write the equation of a line we can use the slope and a point.
Because of the meaning of a derivative (limit on the slopes is the tangent slope), the slope of the tangent line will be \(f^\prime(3)\text{.}\)
\begin{equation*} f^\prime(x) = 3x^2-8x+3 \end{equation*}
The slope then is \(f^\prime(3)=3(3)^2-8(3)+3 = 6.\text{.}\)
Next we need a point. Because this is the tangent line when \(x=3\) we want the point \((3,f(3))\text{.}\) \(f(3)=3^3-4(3)^2+3(3)=0\text{.}\)
Finally we put these together using the point slope form of a line equation.
\begin{equation*} 6 = \frac{y-0}{x-3} \end{equation*}
That can be re-arranged into \(y=6x-18.\)
To find an equation of the line tangent at another point, we simply repeat the process with a different x value.
For \(x=-2\text{,}\)
\begin{align*} f^\prime(-2) = & 3(-2)^2-8(-2)+3\\ = & 31.\\ f(-2) = & (-2)^3-4(-2)^2+3(-2)\\ = & -30.\\ 31 = & \frac{y-(-30)}{x-(-2)}\\ y = & 31x+32 \end{align*}

Subsection 2.3.2 Known Derivatives

For ease of calculation it is useful for us to memorize the following functions and their derivatives.
Table 2.3.2. Derivative Forms
Function
Derivative
\begin{equation*} x^r \end{equation*}
\begin{equation*} rx^{r-1} \end{equation*}
\begin{equation*} \sin(x) \end{equation*}
\begin{equation*} \cos(x) \end{equation*}
\begin{equation*} \cos(x) \end{equation*}
\begin{equation*} -\sin(x) \end{equation*}
\begin{equation*} \tan(x) \end{equation*}
\begin{equation*} \sec^2(x) \end{equation*}
\begin{equation*} \sec(x) \end{equation*}
\begin{equation*} \sec(x)\tan(x) \end{equation*}
\begin{equation*} \csc(x) \end{equation*}
\begin{equation*} -\csc(x)\cot(x) \end{equation*}
\begin{equation*} \cot(x) \end{equation*}
\begin{equation*} -\csc^2(x) \end{equation*}
\begin{equation*} e^x \end{equation*}
\begin{equation*} e^x \end{equation*}
\begin{equation*} \ln(x) \end{equation*}
\begin{equation*} \frac{1}{x} \end{equation*}