The Second Derivative and Concavity (2024)

For an intuitive definition of the derivative, we talked about zooming in on the graph until it looks like a straight line and taking the slope. For concavity, we want to zoom out a bit, so the graph curves up or down from a line.

We say that a graph is concave up if the line between two points is above the graph, or alternatively if the first derivative is increasing. (In finance, such a curve is said to be convex.) Similarly, we say that a graph is concave down if the line between two points is below the graph, or alternatively if the first derivative is decreasing. (In finance, such a curve is said to be concave.)

The Second Derivative and Concavity (1)

The Second Derivative and Concavity (2)

In determining is a curve is concave up or concave down, we want to take the second derivative of a function, or the derivative of the derivative.

Definition 4.5.1.

For a function \(f(x)\text{,}\) the second derivative of \(f(x)\) or the derivative of \(f'(x)\text{,}\) denoted as \(f''(x)\text{,}\) is defined as

\begin{equation*}f''(x)=\frac{d}{dx}\left(\frac{d}{dx}\left( f(x)\right)\right)\text{.}\end{equation*}

We also want to recall some alternate notations we may use.

As we have noted before, when there are several forms, we use the one that makes the most sense in the case on which we are working.

Example 4.5.2. Finding second derivatives.

Find the second derivative for each of the following functions:

  1. \(\displaystyle f(x)=3x^5+4x^2\)

  2. \(\displaystyle g(x)=5 x^6+3x+9\)

  3. \(\displaystyle h(x)=x e^{2x}\)

  4. \(\displaystyle j(x)=6 \sqrt{x}+\frac{3}{x}\)

  5. \(\displaystyle k(x)=\frac{\ln(x)}{x^3} \)

Solution.

Using our rule:

  1. \(\displaystyle f''(x)=\frac{d}{dx}(\frac{d}{dx}( 3x^5+4x^2 ))\frac{d}{dx} (15x^4+8x)=60x^3+8.\)

  2. \(\displaystyle g''(x)=\frac{d}{dx} (\frac{d}{dx} (5 x^6+3x+9))=\frac{d}{dx} (30x^5+3)=150x^4.\)

  3. \(\displaystyle \begin{aligned} h'' (x)\amp =\frac{d}{dx} (\frac{d}{dx} (x e^{2x} ))=\frac{d}{dx} (e^{2x}+2xe^{2x} )\\\amp =2e^{2x}+2e^{2x}+4xe^{2x}=4e^{2x}+4xe^{2x}.\end{aligned}\)

  4. \(\displaystyle \begin{aligned} j'' (x) \amp = \frac{d}{dx} (\frac{d}{dx} (6 \sqrt{x}+3/x))=\frac{d}{dx} (\frac{d}{dx} (6x^{1/2}+3x^{-1} ))\\\amp = \frac{d}{dx} (3x^{-1/2}-3x^{-2} )=-3/2 x^{-3/2}+6x^{-3}\\\amp = \frac{3}{2\sqrt{x^3}}+\frac{6}{\sqrt{x^3}}.\end{aligned}\)

  5. \(\displaystyle \begin{aligned} k'' (x) \amp = \frac{d}{dx} \left({\frac{d}{dx} \left({\frac{\ln(x)}{x^3} }\right)}\right)=\frac{d}{dx} \left({\frac{(\frac{1}{x} x^3-3(x^2 ) ln(x))}{x^6 }}\right)\\\amp = \frac{d}{dx} \left({\frac{(1-3 \ln(x))}{x^4 }}\right)= \frac{(-\frac{3}{x} x^4-(1-3 \ln(x) )4x^3)}{x^8} \\\amp =\frac{-3-(1-3 \ln(x) )4}{x^5} = \frac{-7+12\ln(x)}{x^5}.\end{aligned} \)

As the last problem shows, it is often useful to simplify between taking the first and second derivatives.

If our function is the position of \(x\text{,}\) then the first derivative is the rate of change or the velocity of \(f(x)\text{.}\) The second derivative is acceleration or how fast velocity changes.

Graphically, the first derivative gives the slope of the graph at a point. The second derivative tells whether the curve is concave up or concave down at that point. If the second derivative is positive at a point, the graph is bending upwards at that point. Similarly, if the second derivative is negative, the graph is concave down. This is of particular interest at a critical point where the tangent line is flat and concavity tells us if we have a relative minimum or maximum.

Insight 4.5.3. Second derivative test of extrema.

Let \(f(x)\) be a function with \(f'(x_0)=0\text{.}\) Then if \(f''(x_0) \gt 0\text{,}\) the function has a local minimum at \(x=x_0\text{.}\) If \(f''(x_0) \lt 0\text{,}\) the function has a local maximum at \(x=x_0\text{.}\) If \(f''(x_0)=0\text{,}\) the second derivative test fails and we cannot tell if we have a local maximum, local minimum, or neither.

Example 4.5.4. Second derivative tests.

For the designated function and point, determine if the graph has a local minimum, local maximum, or non-extreme point, or if the second derivative test fails.

  1. \(\displaystyle f(x)=x^3-12 x,\qquad\qquad x_0=2\)

  2. \(\displaystyle f(x)=x^3-12 x,\qquad\qquad x_0=-2\)

  3. \(\displaystyle f(x)=x^3-12 x,\qquad\qquad x_0=4\)

  4. \(\displaystyle g(x)=x^4,\qquad\qquad x_0=0\)

  5. \(\displaystyle h(x)=x^5,\qquad\qquad x_0=0\)

Solution.

Using our rule:

  1. \(f(x)=x^3-12 x,\qquad\qquad f'(x)=3x^2-12,\qquad\qquad f''(x)=6\)x.

    At \(x_0=2\text{,}\) we have \(f'(x_0)=0\) and \(f''(x_0)=12\text{.}\) We are at a critical point, and the curve is concave up, so we have a local minimum.

  2. \(f(x)=x^3-12 x,\qquad\qquad f'(x)=3x^2-12,\qquad\qquad f''(x)=6x\text{.}\)

    At \(x_0=-2\text{,}\) we have \(f'(x_0)=0\) and \(f'' (x_0 )=-12\text{.}\) We are at a critical point and the curve is concave down, so we have a local maximum.

  3. \(f(x)=x^3-12 x,\qquad\qquad f'(x)=3x^2-12,\qquad\qquad f''(x)=6x\text{.}\)

    At \(x_0=4\text{,}\) we have \(f'(x_0)=36\text{.}\) The second derivative is positive, so the curve is concave up, but since the derivative is not zero, this is not an extreme point.

  4. \(g(x)=x^4,\qquad\qquad g'(x)=4x^3,\qquad\qquad g''(x)=12x^2\text{.}\)

    At \(x_0=0\text{,}\) we have \(g'(x_0)=0\) and \(g''(x_0)=0\text{,}\) so the second derivative test fails at this point. (However if we look a the graph, we can see the curve is concave up everywhere, and that this point is a local minimum.)

  5. \(h(x)=x^5,\qquad\qquad h'(x)=5x^4,\qquad\qquad h''(x)=20x^3\text{.}\)

    At \(x_0=0\text{,}\) we have \(h'(x_0)=0\) and \(h''(x_0)=0\text{,}\) so the second derivative test fails at this point. (However if we look a the graph, we can see this point is neither a local minimum or a local maximum. It is a place where the graph switches from being concave up to being concave down. This is called an inflection point.)

We will use the second derivative test for finding maximums and minimums in the next chapter.

Second derivative with CAS.

We can find second derivatives with our favorite CAS programs.

With Symbolab

The Second Derivative and Concavity (3)

With WolframAlpha

The Second Derivative and Concavity (4)

Second derivative in finance.

The mathematical first and second derivatives are used in pricing various financial products and options that are also called derivatives. The first derivative is used to give a value to whether the underlying product has a price that goes up or down. It looks at the slope of the pricing curve. The second derivative is used to give a value to the volatility of the underlying product. It looks at how much the pricing curve bends. We will return to these uses when we look at integrals.

Reading Questions Reading Check

1. Reading check, The Second Derivative and Concavity.

This question checks your reading comprehension of the material is section 4.5, The Second Derivative and Concavity, 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. We say that a graph is concave down if the line between any two points is below the graph.

  2. We say that a graph is concave up if the first derivative is increasing.

  3. We say that a graph is concave up if the line between any two points is above the graph.

  4. If the second derivative is positive we are at a local minimum.

  5. If the second derivative is positive we are at a local maximum.

  6. If the second derivative is zero we cannot have a local maximum.

  7. The second derivative of a function is the derivative of the derivative of the function.

  8. The second derivative test fails if we are not at a critical point.

  9. None of the above

Exercises Exercises: The Second Derivative and Concavity Problems

Exercise Group.

  1. Find the first and second derivatives of the given function.

  2. Determine where the function is concave up and where it is concave down.

  3. Find the critical points of the function. Classify each as a local minimum, a local maximum, neither, or not a local extremum.

1.

\(f(x)=(x-3)^2-4\)

Solution.
  1. \begin{equation*}f'(x)=2(x-3)\end{equation*}

    \begin{equation*}f''(x)=2\end{equation*}

  2. The second derivative is always positive, so the function is always concave up

  3. There is one critical point at \(x=3\text{.}\) It is a local minimum.

2.

\(g(t)=(x-3)(x-1)(x+4)\)

3.

\(h(t)=t^2 e^{-t}\)

Solution.
  1. \begin{equation*}h' (t)=2te^{-t}-t^2 e^{-t}=(2t-t^2)e^{-t}\end{equation*}

    \begin{equation*}h'' (t)=(2-2t)e^{-t}-(2t-t^2)e^{-t}=(2-4t+t^2 ) e^{-t}\end{equation*}

  2. The function is concave down, where the second derivative is negative, that is for \(2-\sqrt{2} \lt t \lt 2+\sqrt{2}\text{.}\) It is concave up outside this region.

  3. There are critical points when the derivative is undefined or 0. The only critical points are when \(t=0\) and \(t=2\text{.}\) When \(t=0\text{,}\) \(h''(t)\gt 0\text{,}\) so we have a local minimum. When \(t=2\text{,}\) \(h''(t)\lt 0\text{,}\) so we have a local maximum.

4.

\(k(x)=(x^2-9)^3\)

5.

\(m(x)=\frac{x^2-4}{x^2-9}\)

Solution.
  1. \begin{equation*}m' (x)=\frac{-10x}{(x^2-9)^3}\end{equation*}

    \begin{equation*}m'' (x)=\frac{30x^2+90}{(x^2-9)^3}\end{equation*}

  2. The function is concave down, where the second derivative is negative, which for our function is when the denominator is negative. The function \(m(x)\) is concave down when \(-3 \lt x \lt 3\text{.}\) It is concave up outside this region.

  3. There are critical points when \(t\) is 0 or 2. When \(t=0\text{,}\) \(h''(t)\gt 0\text{,}\) so we have a local minimum. When \(t=2\text{,}\) the second derivative is negative and we have a local maximum.

6.

\(\text{ConsumerSurplus}= 10*(0.95)^{\frac{\quantity}{100}}- 2*(1.07)^{\frac{\quantity}{100}}\)

7.

\(\price= 10-\frac{\quantity}{100}- \frac{\quantity^2}{10000}\)

Solution.
  1. \begin{equation*}price'=\frac{-1}{100}-\frac{quantity}{5000}\end{equation*}

    \begin{equation*}price''=\frac{-1}{5000}\end{equation*}

  2. The second derivative is always negative, to the function is always concave down.

  3. There is one critical point at \(quantity=-50\text{.}\) It is a local maximum.

8.

\(\revenue=\quantity*\left(20*.9^{\left(\frac{\quantity}{200}\right)}\right)\)

9.

\(\Sprice= 10*1.04^{\left(\frac{\quantity}{100}\right)}\)

Solution.
  1. \begin{equation*}\Sprice'=\frac{\ln(104)}{10}*1.04^{(\quantity/100)} \end{equation*}

    \begin{equation*}\Sprice''=\frac{\ln(104)^2}{1000}*1.04^{(quantity/100)}\end{equation*}

  2. The second derivative is always positive, to the function is always concave up.

  3. The first derivative is always positive. There are no critical points.

Exercise Group.

Identify which curve is \(f\text{,}\) \(f'\text{,}\) and \(f''\text{.}\)

10.

The Second Derivative and Concavity (5)

11.

The Second Derivative and Concavity (6)

Solution.

Note that local maximums of a function must correspond to zeroes of its derivative. The original function is F (green). Its derivative is D (Purple). The second derivative is E (black).

\begin{equation*}E(x) = D'(x)=F''(x)\text{.}\end{equation*}

12.

The Second Derivative and Concavity (7)

13.

The Second Derivative and Concavity (8)

Solution.

Looking at the middle segment of the curves, the green curve is a downward facing parabola, whose derivative is a line with a negative slope like the purples curve, whose derivative is a negative constant like the black line.

\begin{equation*}F(x) = D'(x)=E''(x)\text{.}\end{equation*}

Exercise Group.

For the next set of problems, you need to know the formula for the price of a zero coupon bond given the face value, the interest rate, and the time to maturity. For such instruments we use the formula

\begin{equation*}\cost=\frac{\FaceValue}{(1+\rate)^{\years}}\text{.}\end{equation*}

(Be aware that a rate of 4% is a rate of 0.04.)

For each problem give:

  1. The cost of the bond as described.

  2. The first derivative of cost as a function of rate. (This measures risk of interest rate change.)

  3. The second derivative of cost as a function of rate. (This measures the value of an option on the bond.)

14.

The face value of the bond is $1000. The interest rate is currently 4%. The bond matures in 10 years.

15.

The face value of the bond is $1000. The interest rate is currently 4%. The bond matures in 30 years.

Solution.
  1. \begin{equation*}\cost=\frac{1000}{(1.04)^{30}} =308.32\end{equation*}

  2. \begin{equation*}\cost(\rate)=\FaceValue(1+\rate)^{(-\years)}\end{equation*}

    \begin{equation*}\cost(\rate)=-\years*\FaceValue(1+\rate)^{(-\years-1)}\end{equation*}

    \begin{equation*}\cost'(.04)=-30*1000(1.04)^{-31}=-8993\end{equation*}

  3. \begin{equation*}\cost''(\rate)=\years(1+\years)*\FaceValue(1+\rate)^{(-\years-2)}\end{equation*}

    \begin{equation*}\cost(.04)=30(31)*1000(1.04)^{(-32)}=265103\end{equation*}

16.

The face value of the bond is $1000. The interest rate is currently 6%. The bond matures in 10 years.

17.

The face value of the bond is $1000. The interest rate is currently 3%. The bond matures in 20 years.

Solution.
  1. \begin{equation*}\cost=\frac{1000}{(1.03)^{20}} =553.68\end{equation*}

  2. \begin{equation*}\cost(\rate)=\FaceValue(1+\rate)^{(-\years)}\end{equation*}

    \begin{equation*}\cost(\rate)=-\years*\FaceValue(1+\rate)^{(-\years-1)}\end{equation*}

    \begin{equation*}\cost'(.03)=-20*1000(1.03)^{-21}=-8000\end{equation*}

  3. \begin{equation*}\cost''(\rate)=\years(1+\years)*\FaceValue(1+\rate)^{(-\years-2)}\end{equation*}

    \begin{equation*}\cost(.03)=20(21)*1000(1.03)^{(-22)}=219914\end{equation*}

The Second Derivative and Concavity (2024)
Top Articles
Using Digital Wallets Vs. Bank Cards Pros and Cons
What Happens If You Get Caught Shoplifting From Walmart? - Attorney 911
Katie Pavlich Bikini Photos
Gamevault Agent
Pieology Nutrition Calculator Mobile
Hocus Pocus Showtimes Near Harkins Theatres Yuma Palms 14
Free Atm For Emerald Card Near Me
Craigslist Mexico Cancun
Hendersonville (Tennessee) – Travel guide at Wikivoyage
Doby's Funeral Home Obituaries
Vardis Olive Garden (Georgioupolis, Kreta) ✈️ inkl. Flug buchen
Select Truck Greensboro
Things To Do In Atlanta Tomorrow Night
Non Sequitur
How To Cut Eelgrass Grounded
Pac Man Deviantart
Alexander Funeral Home Gallatin Obituaries
Craigslist In Flagstaff
Shasta County Most Wanted 2022
Energy Healing Conference Utah
Testberichte zu E-Bikes & Fahrrädern von PROPHETE.
Aaa Saugus Ma Appointment
Geometry Review Quiz 5 Answer Key
Bible Gateway passage: Revelation 3 - New Living Translation
Yisd Home Access Center
Home
Shadbase Get Out Of Jail
Gina Wilson Angle Addition Postulate
Celina Powell Lil Meech Video: A Controversial Encounter Shakes Social Media - Video Reddit Trend
Walmart Pharmacy Near Me Open
A Christmas Horse - Alison Senxation
Ou Football Brainiacs
Access a Shared Resource | Computing for Arts + Sciences
Vera Bradley Factory Outlet Sunbury Products
Pixel Combat Unblocked
Cvs Sport Physicals
Mercedes W204 Belt Diagram
'Conan Exiles' 3.0 Guide: How To Unlock Spells And Sorcery
Teenbeautyfitness
Where Can I Cash A Huntington National Bank Check
Facebook Marketplace Marrero La
Nobodyhome.tv Reddit
Topos De Bolos Engraçados
Sand Castle Parents Guide
Gregory (Five Nights at Freddy's)
Grand Valley State University Library Hours
Holzer Athena Portal
Hampton In And Suites Near Me
Hello – Cornerstone Chapel
Stoughton Commuter Rail Schedule
Otter Bustr
Selly Medaline
Latest Posts
Article information

Author: Jamar Nader

Last Updated:

Views: 5898

Rating: 4.4 / 5 (55 voted)

Reviews: 94% of readers found this page helpful

Author information

Name: Jamar Nader

Birthday: 1995-02-28

Address: Apt. 536 6162 Reichel Greens, Port Zackaryside, CT 22682-9804

Phone: +9958384818317

Job: IT Representative

Hobby: Scrapbooking, Hiking, Hunting, Kite flying, Blacksmithing, Video gaming, Foraging

Introduction: My name is Jamar Nader, I am a fine, shiny, colorful, bright, nice, perfect, curious person who loves writing and wants to share my knowledge and understanding with you.