Concavity and Curve Sketching
Concavity and Curve Sketching
DEFINITION
The graph of a dierentiable function y = f (x) is
• concave up on an open interval I if f 0 is increasing on I .
• concave down on an open interval I if f 0 is decreasing on I.
1
Example
Find the intervals on which f (x) = x2 − 4x + 3 is increasing and the intervals on which it is decreasing.
Example
Determine the concavity of y = 3 + sin x on [0, 2π]
2
Point of Inection
DEFINITION
A point where the graph of a function has a tangent line and where the concavity changes is a point of inection.
DEFINITION
At a point of inection (c, f (c)), either f 00 (c) = 0 or f 00 (c) fails to exist.
Example
The function f (x) = xe−x has an inection point. Use the rst and second derivatives of f to determine the intervals
on which f is increasing, decreasing, concave up, and concave down. Locate all inection points.
3
Second Derivative Test for Local Extrema
Suppose f 00 is continuous on an open interval that contains x = c
• If f 0 (c) = 0 and f 00 (c) < 0, then f has a local maximum at x = c
• If f 0 (c) = 0 and f 00 (c) > 0, then f has a local minimum at x = c.
• If f 0 (c) = 0 and f 00 (c) = 0, then the test fails. The function f may have a local maximum, a local minimum, or
neither.
Example
Consider the function f (x) = x3 − 3x2 + 1. Use the rst and second derivatives of f to determine the intervals on which
f is increasing, decreasing, concave up, and concave down. Locate all inection points.
4
Summary
The following gure summarizes the things we learned
Figure 1: summary
5
Indeterminate Forms and L'hopital's Rule
Indeterminate Form 0/0
THEOREM
Suppose that f (a) = g(a) = 0, that f and g are dierentiable on an open interval I containing a, and that g 0 (x) 6= 0 on
I if x 6= a. Then
f (x) f 0 (x)
lim = lim 0
x→a g(x) x→a g (x)
assuming that the limit on the right side of this equation exists.
Suppose that we have an indeterminate form of type 0/0 in which f 0 and g 0 are continuous at x = a and g 0 (a) 6= 0. since
f and g can be closely approximated by their local linear approximations near a, it is reasonable to expect that
6
Example
In each part conrm that the limit is an indeterminate form of type 0/0 and evaluate it using L'Hôpital's rule.
• (a) limx→0 sin 2x
x
• (b) limx→π/2 1−sin
cos x
x
• (c)
x
limx→0 e x−1
3
7
Indeterminate Forms ∞/∞, ∞ · 0, ∞ − ∞
8
Indeterminate Powers
Theorem
If limx→a ln f (x) = L, then
lim f (x) = lim eln f (x) = eL
x→a x→a
9
Applied Optimization
Example
Suppose that r(x) = 9x and c(x) = x3 − 6x2 + 15x, where x represents millions of MP3 players produced. Is there a
production level that maximizes prot? If so, what is it?
Example
A liquid form of antibiotic manufactured by a pharmaceutical rm is sold in bulk at a price of $200 per unit. If the total
production cost (in dollars) for x units is
C(x) = 500, 000 + 80x + 0.003x2
and if the production capacity of the rm is at most 30, 000 units in a specied time, how many units of antibiotic must
be manufactured and sold in that time to maximize the prot?
10
Example
It costs you c dollars each to manufacture and distribute backpacks. If the backpacks sell at x dollars each, the number
sold is given by
a
n= + b(100 − x)
x−c
where a and b are positive constants. What selling price will bring a maximum prot?
11
Antiderivatives
Denition
A function F is an antiderivative of f on an interval I if F 0 (x) = f (x) for all x in I .
Example
Find an antiderivative for each of the following functions.
• f (x) = 2x
• g(x) = cos x
1
• h(x) = x + 2e2x
Theorem
If F is an antiderivative of f on an interval I , then the most general antiderivative of f on I is
F (x) + C
12
AntiDerivative Formulas
Some antiderivatives are in the table
Indenite Integrals
The collection of all antiderivatives of f is called the indenite integral of f with respect to x, and is denoted by
Z
f (x)dx
The symbol is an integral sign. The function f is the integrand of the integral, and x is the variable of integration.
R
13
Example
Evaluate Z
x2 − 2x + 5 dx
14