Math 150A Study Notes: Second Derivatives and Concavity📝
Subject: The Second Derivative Test and Function Concavity (CSUN Math 150A)📍
Date: November 25, 2025📅
Student Insight👤
As a Math 250 student, Ive found that the second derivative is one of the most
powerful tools we learn for analyzing the shape of a functions graph. While the first
derivative (
f′(x)
) tells us where the function is increasing or decreasing (the slope),
the second derivative (
f″(x)
) tells us how the slope is changing. This concept, known
as concavity, is crucial for accurately sketching curves and identifying relative
extrema. Understanding the relationship between
f″(x)
and concavity is what
distinguishes a mere sketch from a precise graph analysis. It adds a critical layer of
detail beyond just looking at the critical points and basic slope behavior. The
Second Derivative Test is a particularly efficient way to classify local max/min
without having to check intervals, provided
f″(x)
is non-zero at the critical point.
🧠 Core Concepts and Knowledge Outline
I. Defining Concavity
Concavity describes the direction a curve opens.
Concave Upward (Concave
∪
):
oThe graph of
f
lies above its tangent lines on an interval
(a , b)
.
oThe slopes of the tangent lines are increasing.
oThe Second Derivative Test:
f″(x)>0
for all
x
in
(a , b)
.
Concave Downward (Concave
∩
):
oThe graph of
f
lies below its tangent lines on an interval
(a , b)
.
oThe slopes of the tangent lines are decreasing.
oThe Second Derivative Test:
f″(x)<0
for all
x
in
(a , b)
.
II. Inflection Points
An inflection point (IP) is a point
(c , f (c))
on the graph of a function
f
where the
concavity changes (from upward to downward, or vice versa).
Finding Inflection Points:
a. Identify where the second derivative is zero or undefined (these are
possible inflection points). That is, solve
f″(x)=0
or find where
f″(x)
does not exist.
b. Check the sign of
f″(x)
on the intervals determined by these points. If
the sign changes, an inflection point exists at
x=c
.
III. The Second Derivative Test for Local Extrema
The Second Derivative Test is an alternative method to the First Derivative Test for
classifying critical points (where
f′(c)=0
).
Let
c
be a critical number such that
f′(c)=0
.
1. If
f″(c)>0
:
oThe function is concave up at
x=c
.
oTherefore,
f(c)
is a Local Minimum. (Think of a cup
∪
holding
water).
2. If
f″(c)<0
:
oThe function is concave down at
x=c
.
oTherefore,
f(c)
is a Local Maximum. (Think of an umbrella
∩
).
3. If
f″(c)=0
or is undefined:
oThe test is inconclusive. The function could have a local maximum, a
local minimum, or neither (e.g., an inflection point).
oIn this case, you must revert to using the First Derivative Test to
classify the critical point.
IV. Curve Sketching Summary (Utilizing Both Derivatives)
Test Condition Conclusion
Graphical
Interpretation
First Derivative
f′(x)>0
f
is increasing Graph moves up
from left to right
f′(x)<0
f
is decreasing Graph moves
down from left
to right
Second
Derivative
f″(x)>0
f
is Concave Up Curve bends
upward (
∪
)
f″(x)<0
f
is Concave
Down
Curve bends
downward (
∩
)
Test Condition Conclusion
Graphical
Interpretation
Combined
f′(x)>0
and
f″(x)>0
Increasing &
Concave Up
Rising, like the
lower-left
quarter of a
circle.
f′(x)>0
and
f″(x)<0
Increasing &
Concave Down
Rising, like the
upper-left
quarter of a
circle.
f′(x)<0
and
f″(x)>0
Decreasing &
Concave Up
Falling, like the
lower-right
quarter of a
circle.
f′(x)<0
and
f″(x)<0
Decreasing &
Concave Down
Falling, like the
upper-right
quarter of a
circle.
Example Problems and Solutions💡
Example 1: Determining Concavity and Inflection Points
Problem: Find the intervals of concavity and the inflection points for the function
f(x)=x4−4x3+10
.
Solution Steps:
1. Find the first derivative,
f′(x)
:
f′(x)= d
d x (x4−4x3+10)=4x3−12 x2
2. Find the second derivative,
f″(x)
:
f″(x)= d
d x (4x3−12 x2)=12 x2−24 x
3. Find potential inflection points (where
f″(x)=0
or is undefined):
Set
f″(x)=0
:
12 x2−24 x=0
Factor out
12 x
:
12 x(x −2)=0
Potential Inflection Points (PIPs) are
x=0
and
x=2
.
4. Create a sign line/chart for
f″(x)
:
We test the intervals
(− ∞ , 0)
,
(0,2)
, and
(2, ∞)
.
Interval
Test Value (
x
)
f″(x)=12 x(x −2)
Sign of
f″(x)
Concavity
(− ∞ , 0)
x=−1
12(−1)(−1−2)=36
Positive (
+¿
)
Concave Up
(
∪
)
(0,2)
x=1
12(1)(1−2)=−12
Negative (
−
)
Concave
Down (
∩
)
(2, ∞)
x=3
12(3)(3−2)=36
Positive (
+¿
)
Concave Up
(
∪
)
Conclusion:
Concave Upward on
(− ∞ , 0)
and
(2, ∞)
.
Concave Downward on
(0,2)
.
Inflection Points: The concavity changes at
x=0
and
x=2
.
o
f(0)=¿
. IP at
(0,10)
.
o
f(2)=¿
. IP at
(2, −6)
.
Example 2: Using the Second Derivative Test for Local Extrema
Problem: Use the Second Derivative Test to find the local extrema for the function
g(x)=sin (x)+cos (x)
on the interval
0<x<2π
.
Solution Steps:
1. Find the first derivative and critical points:
g′(x)=cos(x)−sin (x)
Set
g′(x)=0
:
cos (x)−sin (x)=0
cos (x)=sin (x)
sin (x)
cos(x)=1⇒tan (x)=1
In the interval
(0,2π)
, the critical points (CPs) are
x=π
4
and
x=5π
4
.
2. Find the second derivative:
g″(x)= d
d x (cos(x)−sin (x))=−sin (x)−cos(x)
3. Apply the Second Derivative Test to the critical points:
Case 1:
x=π
4
g″
(
π
4
)
=−sin
(
π
4
)
−cos
(
π
4
)
g″
(
π
4
)
=−
√
2
2−
√
2
2=−
√
2
Since
g″
(
π
4
)
=−
√
2<0
, the function is concave down (
∩
) at this point.
Conclusion: There is a Local Maximum at
x=π
4
.
The value is
g
(
π
4
)
=sin
(
π
4
)
+cos
(
π
4
)
=
√
2
2+
√
2
2=
√
2
.
Case 2:
x=5π
4
g″
(
5π
4
)
=−sin
(
5π
4
)
−cos
(
5π
4
)
g″
(
5π
4
)
=−
(
−
√
2
2
)
−
(
−
√
2
2
)
=
√
2
2+
√
2
2=
√
2
Since
g″
(
5π
4
)
=
√
2>0
, the function is concave up (
∪
) at this point.
Conclusion: There is a Local Minimum at
x=5π
4
.
The value is
g
(
5π
4
)
=sin
(
5π
4
)
+cos
(
5π
4
)
=−
√
2
2−
√
2
2=−
√
2
.
Example 3: When the Second Derivative Test Fails
Problem: Determine the nature of the critical point for
h(x)=x4
at
x=0
.
Solution Steps:
1. Find the first derivative and critical points:
h′(x)=4x3
Setting
h′(x)=0
gives
4x3=0
, so the only critical point is
x=0
.
2. Find the second derivative:
h″(x)=12 x2
3. Apply the Second Derivative Test:
h″(0)=12 ¿
Since
h″(0)=0
, the Second Derivative Test is inconclusive.
4. Revert to the First Derivative Test:
We check the sign of
h′(x)
around
x=0
.
Test
x=−1
(Interval
(− ∞ , 0)
):
h′(−1)=4¿
. Function is Decreasing.
Test
x=1
(Interval
(0, ∞)
):
h′(1)=4¿
. Function is Increasing.
Since the function changes from decreasing to increasing at
x=0
, there is a Local
Minimum (which is also the absolute minimum) at
x=0
.
Advanced Insight: Connecting Derivatives to Graph Shape🌟
A key takeaway for CSUN Math 250 is to visualize the four possible curve shapes
based on the sign combinations of
f′(x)
and
f″(x)
.
f′(x)
(Slope)
f″(x)
(Concavity) Graph Shape
Example Point
on Graph
+¿
(Up)
+¿
(Up) Concave Up,
Increasing
Right side of a
minimum
+¿
(Up)
−
(Down) Concave Down,
Increasing
Left side of a
maximum
−
(Down)
+¿
(Up) Concave Up,
Decreasing
Left side of a
minimum
−
(Down)
−
(Down) Concave Down,
Decreasing
Right side of a
maximum
This mental mapping is essential for quickly analyzing a functions behavior and for
problems where you are given the graph of
f′
or
f″
and asked to deduce the shape of
f
.
Analogy:
f′(x)
tells you if you are walking uphill or downhill.
f″(x)
tells you if you are walking on a road that is bowed up (a trench) or
bowed down (a hump).
If you are walking uphill on a bowed-up road (
f′>0, f ″>0
), your incline is getting
steeper and steeper!