Download Section 3.1

Survey
yes no Was this document useful for you?
   Thank you for your participation!

* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project

Document related concepts

Big O notation wikipedia , lookup

Addition wikipedia , lookup

Mathematics of radio engineering wikipedia , lookup

Law of large numbers wikipedia , lookup

Large numbers wikipedia , lookup

Proofs of Fermat's little theorem wikipedia , lookup

Dirac delta function wikipedia , lookup

Fundamental theorem of calculus wikipedia , lookup

Continuous function wikipedia , lookup

Function (mathematics) wikipedia , lookup

History of the function concept wikipedia , lookup

Function of several real variables wikipedia , lookup

German tank problem wikipedia , lookup

Non-standard calculus wikipedia , lookup

Elementary mathematics wikipedia , lookup

Transcript
1
Section 3.1: Extrema on An Interval
Practice HW from Larson Textbook (not to hand in)
p. 162 # 1-29 odd
Extrema
Let D be the domain of a function f.
1. A function f has an absolute maximum (global maximum) at x = c if
f (c)  f ( x) for all x in D ( f (c ) is the largest y value for the graph of f on the
domain D).
2. A function f has an absolute minimum (global minimum) at x = c if
f (c)  f ( x) for all x in D ( f (c ) is the smallest y value for the graph of f on the
domain D).
The absolute maximum and absolute minimum values are known as extreme values.
Example 1: Determine the absolute maximum and minimum values for the following
graphs.
2
█
Relative Extrema
A function f has a local maximum (relative maximum) at x = c if f (c)  f ( x) when x is
near c (f changes from increasing to decreasing) at the point (c, f (c )) .
A function f has a local minimum (relative minimum) at x = c if f (c)  f ( x) when x is
near c (f changes from decreasing to increasing) at the point (c, f (c )) .
3
Example 2: Determine the local (relative) maximum and minimum points for the
following graphs.
Solution:
█
4
Note: Local maximum and local minimum points do not always give absolute maximum
and minimum points.
Critical Numbers
If a function f is defined at x = c (x = c is in the domain of f ), then x = c is a critical
number (critical point) if f (c)  0 or if f (c ) is undefined.
5
Fact: If f has a relative minimum or a relative maximum at x = c, then x = c must be a
critical number for the function f.
Note: Before determining the critical numbers for a function, you should state the domain
of the function first.
Example 3: Find the critical numbers of the function g ( x)  x 4  4 x 2 .
.
Solution:
█
6
2
3x 3
 2x .
Example 4: Find the critical numbers of the function f ( x) 
.
Solution: To get the critical numbers we start by computing the derivative of the function
f, which is given by
1
2 
1
2
f ( x)  3( ) x 3  2  2 1  2  3  2
3
x
x3
The critical numbers occur where the derivative f ( x) 
2
 2 equals zero and is
x
undefined. Since f (0) is undefined, one critical number occurs at x = 0. We find the
2
other critical number by setting the derivative f ( x)  3  2  0 equal to zero and
x
solving for x. This process is illustrated as follows:
2
3
x
20
2
2
3
2
3
x
3
x  23 x
x
23 x  2
3
3
x `1
(3 x ) 3 `(1) 3
x 1
(Add 2 to both sides)
(Multiply both sides by 3 x
(Rearrange and simplify)
(Divide both sides by 2)
(Raise both sides to third power to eliminate radical)
(Simplify and solve for x)
Thus, the two critical numbers are x = 0 and x = 1.
(Continued on next page)
7
The following illustrates the graph of the function f ( x) 
2
3x 3
 2x .
█
Note: Having x = c be a critical number, that is, when f (c)  0 or f (c ) is undefined,
does not guarantee that x = c produces a local maximum or local minimum for the
function f.
8
Example 5: Demonstrate that the function f ( x)  x 3 has a critical number but no local
maximum or minimum point.
Solution:
█
The Extreme Value Theorem
If a function f is continuous on a closed interval [a, b], then f has both an absolute
minimum and an absolute maximum in [a, b].
9
Steps for Evaluation Absolute Extrema on a Closed Interval
To find the absolute maximum and absolute minimum points for a continuous function f on the
closed interval [a, b].
1. Find the critical numbers of f (values of x where f ( x)  0 or f (x) is undefined)
that are contained in [a, b]. Important! You must make sure you only consider
critical numbers for step 2 that are in [a, b]. For critical numbers not in [a, b], you
must throw these out and not consider them for step 2.
2. Evaluate f (find the y values) at each critical number in [a, b] and at the endpoints of
the interval x = a and x = b.
3. The smallest of these values (smallest y value) from step 2 is the absolute minimum.
The largest of these values (largest y value) is the absolute maximum.
10
Example 6: Find the absolute maximum and absolute minimum values for the function
f ( x)  2 x 3  21x 2  108x  8 on the interval [-2, 4].
Solution:
11
█
12
Example 7: Find the absolute maximum and absolute minimum values for the function
f ( x)  x ln x on the interval [1, 4].
Solution:
█
13
Example 8: Find the absolute maximum and absolute minimum values for the function
 3
f ( x)  x  2 cos x on the interval [ , ] .
2 2
Solution: To find the candidates for the absolute maximum and minimum points, we first find
the critical numbers. We first compute f ( x)  1  2( sin x)  1  2 sin x . Noting that the
derivative f ' is defined for all values of x, we then find the critical numbers by looking for
values of x where f ( x)  0 . Hence, we set f ( x)  1  2 sin x  0 and solve for x. This gives
f ( x)  1  2 sin x  0
2 sin x  1
(Subtract 1 from both sides)
1
sin x  
(Divide by 2)
2
 3
Within the interval [ , ] , the sine function is negative in the third quadrant. Hence, the
2 2
 3
1
7
critical number within [ , ] where sin x   is x 
. Thus the candidates for
2 2
2
6
finding the absolute maximum and minimum points are the following:
x
x
7
6
 3
(critical number in the given interval [ , ] )
2 2
 3
2
,
 3
(endpoints of the interval [ , ] )
2
2 2
We test these candidates using the original function f ( x)  x  2 cos x to see which as the
smallest and largest functional value (y-value). We see that
x







 y  f ( )   2 cos   2(0)   0   1.57  Absolute Minimum.
2
2
2
2 2
2
2
x
7
7
7
7 7
3
7
 y f( )
 2 cos

 2( ) 
 3  5.40  Absolute Maximum
6
6
6
6
6
2
6
x
3
3
3
3 3
3
3
 y f( )
 2 cos

 2(0) 
0 
 4.71
2
2
2
2
2
2
2
Hence, we see that the absolute extrema are the following:
Absolute maximum: f (
7
7
)
 3  5.40
6
6


Absolute minimum: f ( )   1.57
2
2