Skip to main content

Business Calculus with Excel

Section 4.1 Elementary Derivatives

Subsection 4.1.1 Definition and Notation

We start by recalling the formal definition, with a slight adjustment in notation to match the standard conventions:

Definition 4.1.1. Derivative.

For a function \(f(x)\text{,}\) the instantaneous rate of change of \(f(x)\text{,}\) or the derivative of \(f(x)\text{,}\) denoted as \(f'(x)\text{,}\) is defined as
\begin{equation*} f'(x )=\lim_{h\to 0}\frac{f(x+h)-f(x)}{h}\text{.} \end{equation*}
We also want to recall some alternate notations we may use.
Notation: Let \(y=f(x)\text{.}\)
The derivative of \(f(x)\) is denoted as \(f'(x)\) or \(\frac{d}{dx} f(x) \)or \(dy/dx\text{.}\)
The derivative at \(x=x_0\) is denoted as \(f'(x_0 )\) or \(\frac{dy}{dx}|_{x=x_0}\text{.}\)
As is typical in mathematics, when there are several forms, we use the one that makes the most sense in the case on which we are working.

Subsection 4.1.2 Derivatives of monomials

Our first rule for symbolic differentiation gives the derivative of a monomial.
This rule is a generalization of the rule we found in section 3.2 using trendlines. There we noticed that the derivative is linear whenever the function is quadratic. The rule is valid for all values of n, not just for positive whole numbers. We can now find derivatives for expressions that can be converted into this form.

Example 4.1.3. Derivatives of monomials.

Using our first rule of symbolic differentiation, find the derivatives of the following functions:
  1. \(\displaystyle f(x)=3 x\)
  2. \(\displaystyle g(x)=5 x^2\)
  3. \(\displaystyle h(x)=7x^{25}\)
  4. \(\displaystyle j(x)=6 \sqrt{x}\)
  5. \(\displaystyle k(x)=\frac{4}{x^3} \)
Solution.
Using our rule:
  1. \(\displaystyle \frac{d}{dx} f(x)= \frac{d}{dx} (3 x^1)=1*3 x^0=3.\)
  2. \(\displaystyle \frac{d}{dx} g(x)=\frac{d}{dx} (5 x^2 )=2*5 x^1=10 x.\)
  3. \(\displaystyle \frac{d}{dx} h(x)=\frac{d}{dx} (7x^{25})=25*7 x^{24}=175x^{24}.\)
  4. \(\displaystyle \frac{d}{dx} j(x)=\frac{d}{dx} (6 \sqrt{x})=\frac{d}{dx} (6x^{1/2} )=1/2*6x^{-1/2}=3x^{-1/2}=\frac{3}{\sqrt{x}}\)
  5. \(\displaystyle \frac{d}{dx} k(x)=\frac{d}{dx} \frac{4 }{x^3 }=d/dx (4 x^{(-3)} )=-3*4 x^{-4}=-12 x^{-4}=\frac{-12}{x^4}\)
For parts (d) and (e), we converted roots and fractions so they looked like monomials with negative or fractional exponents and applied our rule.
Probably the most convincing demonstration of the truth of this rule is for us to use Excel and the techniques of the last chapter to find a function, its numeric and symbolic derivatives and see that the symbolic and numeric derivatives are the same up to round off error. We would also like to see how the symbolic derivative can be derived from the formal definition of derivative in simple cases.

Example 4.1.4. Derivatives of linear functions.

From the formal definition of derivative, if \(f(x)=a x+b\text{,}\) then show \(f'(x)=a\text{.}\)
Solution.
Using our definition:
\begin{align*} f'(x)\amp =\lim_{h\to0}\frac{f(x+h)-f(x)}{h}\\ \amp =\lim_{h\to0}\frac{(a (x+h)+b)-(a x+b)}{h}\\ \amp =\lim_{h\to0}\frac{(a x+a h+b)-(a x+b)}{h}\\ \amp =\lim_{h\to0}\frac{ah}{h}=\left({\lim_{h\to0}\frac{a}{1}}\right)\left({\lim_{h\to0}\frac{h}{h}}\right)\\ \amp =\lim_{h\to0}a=a\text{.} \end{align*}
The last step is justified by noting that as \(h\) gets very small the value of \(a\) simply stays \(a\text{.}\)
We want to look at a quadratic function, since we will need to take a limit in that case.

Example 4.1.5. A quadratic derivative.

From the formal definition of derivative, if \(f(x)=a x^2\text{,}\) then show \(f'(x)=2 a x\text{.}\)
Solution.
Using our definition:
\begin{align*} f'(x)\amp =lim_{h\to0}\frac{f(x+h)-f(x)}{h}\\ \amp =\lim_{h\to0}\frac{(a (x+h)^2)-(a x^2)}{h}\\ \amp =\lim_{h\to0}\frac{(a x^2+2 a h x +a h^2)-(a x^2)}{h}\\ \amp =\lim_{h\to0}\frac{2 a h x +a h^2}{h} =\lim_{h\to0}\frac{h(2 a x +a h)}{h}\\ \amp =\lim_{h\to0}(2ax+ah)=2ax\text{.} \end{align*}
The last step is justified by noting that as \(h\) gets very small the value of \(ah\) also gets very small.
We can modify this last example to find a formula for the derivative of \(f(x)=x^n\) for any positive integer \(n\text{.}\) We recall that
\begin{equation*} (x+h)^n=x^n+n x^{(n-1)}h+\text{ terms involving } h^2\text{.} \end{equation*}
We are ready to generalize.

Example 4.1.6. Derivative of power function.

From the formal definition of derivative, if \(f(x)=a x^n\text{,}\) then show \(f'(x)=n a x^{(n-1)}\text{.}\)
Solution.
Using our definition:
\begin{align*} f'(x)\amp =\lim_{h\to0}\frac{f(x+h)-f(x)}{h}\\ \amp =\lim_{h\to0}\frac{(a (x+h)^n)-(a x^n)}{h}\\ \amp =\lim_{h\to0}\frac{(a (x^n+n x^{n-1}h + \text{ terms involving } h^2)-(a x^n)}{h}\\ \amp =\lim_{h\to0}\frac{a (n x^{n-1}h + \text{ terms involving } h^2)}{h}\\ \amp =\lim_{h\to0}a (n x^{n-1} + \text{ terms involving } h)\\ \amp =anx^{n-1}\text{.} \end{align*}
The last step is justified by noting that as \(h\) gets very small, the value of \(h\) times a polynomial in \(h\) also gets very small.

Subsection 4.1.3 Derivatives of Exponential Functions

The elegance of this rule is part of the reason why mathematicians and math books like base \(e\) for exponential functions. However we more typically want to use exponential functions based on a rate of growth or decay.

Example 4.1.9. Exponential examples.

Using the exponential rules of symbolic differentiation, find the derivatives of the following functions:
  1. \(\displaystyle f(x)=2 e^x\)
  2. \(\displaystyle g(x)=\pi e^x\)
  3. \(\displaystyle h(x)=7*2^x\)
  4. \(\displaystyle j(x)=5*(1.06)^x\)
  5. \(\displaystyle k(x)=9*(0.97)^x\)
Solution.
Using our rule:
  1. \(\displaystyle \frac{d}{dx} f(x)= \frac{d}{dx} (2 e^x)=2 e^x.\)
  2. \(\displaystyle \frac{d}{dx} g(x)=\frac{d}{dx} (\pi e^x )=\pi e^x.\)
  3. \(\displaystyle \frac{d}{dx} h(x)=\frac{d}{dx} (7*2^x )=7*\ln(2)*2^x\)
  4. \(\displaystyle \frac{d}{dx} j(x)=\frac{d}{dx} (5*(1.06)^x) =5*\ln(1.06)*(1.06)^x \)
  5. \(\displaystyle \frac{d}{dx} k(x)=\frac{d}{dx} (9*(0.97)^x) =9*\ln(0.97)*(0.97)^x \)
In some ways, the most convincing argument for these rules is to use Excel to plot the function, its numeric derivative and its symbolic derivative for a variety of values and see that the numeric and symbolic derivatives are the same up to rounding error. We would also like to make an argument from the formal definition of the derivative.

Example 4.1.10. Justification of first exponential rule.

From the formal definition of derivative show that if \(f(x)=e^x\text{,}\) then \(f'(x)=e^x\text{.}\)
Solution.
Using our definition:
\begin{align*} f'(x)\amp =\lim_{h\to0}\frac{f(x+h)-f(x)}{h}\\ \amp =\lim_{h\to0}\frac{e^{(x+h)}-e^x}{h}\\ \amp =\lim_{h\to0}\frac{e^x(e^h-1)}{h}\\ \amp=e^x\left(\lim_{h\to0}\frac{e^h-1}{h}\right)\text{.} \end{align*}
It suffices to show that \(\lim_{h\to0}\frac{e^h-1}{h} =1\text{.}\) This can be done by starting with a formal definition of \(e\text{.}\) For this class it can also be done by using Excel to evaluate the expression for smaller and smaller values of \(h\text{.}\)
It seems clear that \(\lim_{h\to0}\frac{e^h-1}{h} =1\text{.}\)

Example 4.1.11. Justification of second exponential rule.

From the formal definition of derivative, if \(f(x)=a^x\text{,}\) then show \(f'(x)=\ln(a)*a^x\text{.}\)
Solution.
We start by mimicking the last problem. At a key step we will recall that by replacing \(h\) with \(h \ln(a)\) in our previous justification, we obtain \(a^x=\left({e^{\ln(a)}}\right)^x=e^{ \ln(a)x}=e^{ x\ln(a)}\text{.}\) We also want to note that
\begin{equation*} \left(\lim_{h\ln(a) \to0}\frac{e^{h\ln(a)}-1}{h\ln(a)}\right) = \left(\lim_{h\to0}\frac{e^h-1}{h}\right) =1\text{.} \end{equation*}
Using our definition:
\begin{align*} f'(x)\amp =\lim_{h\to0}\frac{f(x+h)-f(x)}{h}\\ \amp =\lim_{h\to0}\frac{a^{(x+h)}-a^x}{h}\\ \amp =\lim_{h\to0}\frac{a^x(a^h-1)}{h}\\ \amp =(a^x)\left(\lim_{h\to0}\frac{a^h-1}{h}\right)\\ \amp =(a^x)\left(\lim_{h\to0}(\ln(a))\frac{e^{h\ln(a)}-1}{h\ln(a)}\right)\\ \amp =(a^x\ln(a))\left(\lim_{h\ln(a)\to0}\frac{e^{h\ln(a)}-1}{h\ln(a)}\right)\\ \amp =(a^x\ln(a))\left(\lim_{h\to0}\frac{e^{h}-1}{h}\right)\\ \amp =a^x\ln(a)\text{.} \end{align*}
We are most likely to see exponential functions in the context of continuously compounding interest.

Example 4.1.12. Computing future rate of change.

If I have a dollar in the bank at an effective annual interest rate of 6%, compounded continuously, at what rate is the principal increasing after ten years?
Solution.
We know \(f(x)=(1.06)^x\text{.}\) Thus \(f'(x)=\ln(1.06)(1.06)^x\text{.}\) We evaluate this at 10 years and get \(f'(10)=\ln(1.06)(1.06)^{10}=.10435074\text{.}\) Thus after 10 years, I am earning a little more than 10 cents a year.

Subsection 4.1.4 Derivatives of Logarithmic Functions

For a last rule for this section we want to find the derivative of \(f(x)=a \ln(x)\text{.}\)

Example 4.1.14. Derivatives of logarithmic functions.

Using the logarithmic rule of symbolic differentiation, find the derivatives of the following functions:
  1. \(\displaystyle f(x)=2 \ln(x)\)
  2. \(\displaystyle g(x)=3 \ln(x^2)\)
  3. \(\displaystyle h(x)=5 \ln(1/x)\)
Solution.
Using our rule:
  1. \(\displaystyle \frac{d}{dx} f(x)= \frac{d}{dx} (2 \ln(x))=2/x.\)
  2. \(\displaystyle \frac{d}{dx} g(x)=\frac{d}{dx} (3 \ln(x^2))= \frac{d}{dx} (3*2\ln(x))=6/x.\)
  3. \(\displaystyle \frac{d}{dx} h(x)=\frac{d}{dx} (5 \ln(1/x))= \frac{d}{dx} (-1*5\ln(x))=-5/x.\)
Our argument for this derivative rule will be more geometric.

Example 4.1.15. Justification of logarithmic rule.

If \(f(x)=\ln(x)\text{,}\) then show \(f'(x)=1/x\text{.}\)
Solution.
We start by noticing that \(y=e^x\) and \(y=\ln(x)\) are inverse functions. That means their graphs can be obtained by reflecting across the line \(y=x\text{.}\)
The slope of the tangent line at \((a,e^a)\) is \(e^a\) by the exponential rule. Symmetry tells us the slope of the line tangent to \(y=\ln(x)\) at \((e^a,a)\) is \(1/e^a\text{.}\) Letting \(b=e^a\text{,}\) the slope of the line tangent to \(y=\ln(x)\) at \((b,\ln(b))\) is \(1/b\text{.}\) Thus \(\frac{d}{dx}(\ln(x))=1/x\text{.}\)

Example 4.1.16. Slope of a tangent line.

Find the slope of the line tangent to \(y=\ln(x)\) at \(x=10\text{.}\) Compare your answer to the estimate given by the approximation techniques of the last chapter.
Solution.
Since \(f(x)=\ln(x)\text{,}\) \(f'(10) =1/10=0.1\text{.}\) When I use Excel to compute \((f(10.001)-f(9.999))/.002\) I get \(0.1000000003\text{.}\)

Exercises 4.1.5 Exercises: Elementary Derivatives Problems

1. Reading check, Elementary Derivatives.

This question checks your reading comprehension of the material is section 4.1, Elementary Derivatives, of Business Calculus with Excel. Based on your reading, select all statements that are correct. There may be more than one correct answer. The statements may appear in what seems to be a random order.
  1. If \(f(x)=a*x^{\pi}\) then \(f'(x)=a*\ln(pi)*x^{\pi}\text{.}\)
  2. If \(f(x)=a*\ln(x^n)\) then \(f'(x)=a*n/x^{n-1}\text{.}\)
  3. If \(f(x)=a*x^n\) then \(f'(x)=n*a*x^{n-1}\text{.}\)
  4. If \(f(x)=a*e^x\) then \(f'(x)=a*e^x\text{.}\)
  5. The monomial rule for taking the derivative of \(f(x)=a*x^n\) is only valid when \(n\) is an integer.
  6. If \(f(x)=b*a^x\) then \(f'(x)=b*\ln(a)*a^x\text{.}\)
  7. If \(f(x)=a*\ln(x)\) then \(f'(x)=a/x\text{.}\)
  8. None of the above
Answer.
\(\text{C, D, F, G}\)

Exercise Group.

In the following exercises, use the symbolic rules to find the derivative of the function.
2.
\(f(x)=x^5\)
Answer.
\begin{equation*} f(x)=5x^4 \end{equation*}
3.
\(g(x)=7/x^3\)
4.
\(h(x)=3\sqrt{(x^7)}\)
Solution.
Rewrite \(h(x)=3x^{7/2}\text{.}\) Then,
\begin{equation*} h'(x)=\frac{21}{2}(x^{5/2})=\frac{21}{2}\left({\sqrt{x^5}}\right)\text{.} \end{equation*}
5.
\(f(x)=2x^{\pi}\)
6.
\(k(x)=17\)
Answer.
\(k'(x)=0\)
7.
\(m(x)=9x^{-5}\)
8.
\(f(x)=x^2 \sqrt{x}\)
Solution.
Rewrite \(f(x)=x^{5/2}\text{.}\) Then
\begin{equation*} f'(x)=\frac{5}{2}x^{3/2} =\frac{5}{2}\sqrt{x^3} \text{.} \end{equation*}
9.
\(g(x)=\ln(x)\)
10.
\(h(x)=e^x\)
Answer.
\(h'(x)=e^x\)
11.
\(k(x)=5^x\)
12.
\(m(x)=1.03^x\)
Answer.
\(m'(x)=1.03^x\ln(1.03)\)
13.
\(n(x)=(0.9)^x\)

Exercise Group.

For the following exercises, use the symbolic rules to find the derivative at the specified point. Use Excel to find the numeric approximation using the “calculator formula.” To how many digits do the two methods agree?
14.
\(f(x)=x^2\text{.}\) Evaluate at \(x=2\text{.}\)
Solution.
\(f'(x)=2x\text{,}\) so \(f'(2)=4\text{.}\) The numeric derivative agrees to 12 decimal digits.
15.
\(g(x)=5x\text{.}\) Evaluate at \(x=7\text{.}\)
16.
\(h(x)=1.06^x\text{.}\) Evaluate at \(x=10\text{.}\)
Solution.
\(h'(x)=\ln(1.06)(1.06)^x\text{.}\) So \(h'(10)=\ln(1.06)(1.06)^{10}\ (\approx 0.104)\text{.}\) The numeric derivative agrees to 10 decimal digits.
17.
\(f(x)=e^x\text{.}\) Evaluate at \(x=5\text{.}\)
18.
\(k(x)=\ln(x)\text{.}\) Evaluate at \(x=100\text{.}\)
Solution.
\(k'(x)=1/x\text{.}\) So \(k'(100)=0.01\text{.}\) The numeric derivative agrees to 13 decimal digits.
19.
\(m(x)=3/x\text{.}\) Evaluate at \(x=\pi\text{.}\)

Exercise Group.

Find tangent lines to the given curves at the indicated points.
20.
\(f(x)=3x^4\text{.}\) At \(x=1\text{.}\)
Solution.
We need a point: if \(x =1\) then \(y=f(1)=3\text{.}\)
We need a slope: \(f'(x)=12 x^3\text{.}\) Hence \(m=f'(1)=12\text{.}\)
Find the line: \(y-y_0=m(x-x_0 )\text{,}\) so \(y-3=12(x-1)\text{.}\)
Comments
  • We can rewrite the tangent line as \(y=12x-9\)
  • We could have used the slope intercept version of the line to solve the problem as well. Then \(y=mx+b\text{.}\) We know \(m = 12\text{,}\) and we can solve for \(b\) by letting \(x = 1\) and \(y = 3\text{.}\)
21.
\(g(x)=a x\text{.}\) At \(x=b\text{.}\)
22.
\(h(x)=1.05^x\text{.}\) At \(x=20\text{.}\)
Solution.
We need a point: if \(x =20\) then \(y=h(20)=(1.05)^{20}\approx 2.6533\text{.}\)
We need a slope: \(h'(x)=\ln(1.05) (1.05)^x\text{.}\)
Hence \(m=\ln(1.05) (1.05)^{20}=0.12945\)
Find the line: \(y-y_0=m(x-x_0 )\text{,}\) so \(y-2.6533=0.12945(x-20)\text{.}\)
23.
\(f(x)=e^x\text{.}\) At \(x=1\text{.}\)
You have attempted of activities on this page.