Basic Calculus Q3W6
Basic Calculus Q3W6
QUARTER 3 – WEEK 6
THE DERIVATIVES
I. OBJECTIVES:
Illustrate the Extreme Value Theorem.
Solve optimization problems that yield polynomial functions.
Illustrate Chain Rule of Differentiation and solve problems involving Chain Rule
of Differentiation.
A minimum value of 𝑓 occurs at some 𝑥 = 𝑐, if 𝑓(𝑐) ≤ 𝑓(𝑥) for all 𝑥 ≠ 𝑐 in that interval.
A maximum value of 𝑓 occurs at some 𝑥 = 𝑐, if 𝑓(𝑐) ≥ 𝑓(𝑥) for all 𝑥 ≠ 𝑐 in that interval.
Note: In this lesson, we limit our illustration of extrema (plural form of extremum) to
graphical examples. More detailed and computational examples will follow once
derivatives have been discussed.
Examples:
2. Sketch the graph and find the minimum and maximum value of the
function f( 𝑥) = 5𝑥 2 + 2𝑥 − 3 at the interval [−3, 2].
Note: You may download DESMOS application or GEOGEBRA in your gadget to graph
the function. You may also use this link https://www.desmos.com/calculator.
Figure 2
3. Does the function (𝑥) = cos 𝑥 at the interval (0, 2𝜋) have extrema (both
maximum and minimum value)? Explain your answer.
Solution:
Figure 3
Figure 3 shows that the given function is continuous, but the symbol used in the
given interval is a parenthesis “( )” which indicates that points:
𝜋 𝜋
-- ,0 and - ,0 do not belong to the interval(0, 2𝜋). Take a look at the graph of
2 2
𝜋 𝜋
the points -- ,0 and - ,0 which uses hallow circle to indicate that they are not part of the
2 2
interval. Thus, the function (𝑥) = cos 𝑥 has no absolute maximum or minimum value
because it is not within the closed interval.
𝑥−1
4. Does the function 𝑓(𝑥) = [ ] at [−4, 4] have extrema? Explain your answer
𝑥+1
Observe the graph of the given function (Figure 4). Notice that the graph of the
𝑥−1
function breaks since it will be undefined at 𝑥 = −1. Therefore, f(𝑥) = has no maximum or
𝑥+1
minimum value because it is not a continuous function.
Figure 4
B. OPTIMIZATION PROBLEMS:
Many real – life situations require us to find a value that best suits our needs. If we
are given several options for the value of a variable x, how do we choose the “best value”?
Such problem is classified as an optimization problem.
maximize q = f(x)
or minimize q = f(x)
Example 5: Find the number in the interval [-2, 2] so that the difference of the
number from its square is maximized.
Solution: Let x be the desired number. We want to maximize
𝑓(𝑥) = 𝑥 2 − 𝑥
Where 𝑥 ∈ [−2,2]. Note that f is continuous on [-2, 2] and thus, we can apply
the Extreme Value Theorem.
We first find the critical numbers of f in the interval (-2, 2). We have
𝑓 ′ (𝑥) = 2𝑥 − 1
1
which means that we only have one critical number in (-2, 2): 𝑥 = .
2
Then we compute the compare the function value at the critical number and
the endpoints. We see that
1 1
𝑓(−2) = 6, 𝑓(2) = 2, 𝑓( ) = − .
2 4
From this, we conclude that f attains a maximum on [-2, 2] at the left endpoint
x = -2. Hence, the number we are looking for is −𝟐.
Solution:
Let c be the distance between the house and the point P on the shore
from which Angelo will start to run. Using the Pythagorean Theorem, we see
that the distance he will travel by boat is √4 + (6 − 𝑐)2 .
𝑑𝑖𝑠𝑡𝑎𝑛𝑐𝑒 𝑐
Note that 𝑠𝑝𝑒𝑒𝑑 = . Thus he will sail for hours and run for hours.
𝑡𝑖𝑚𝑒 10
We wish to minimize
√4+(6−𝑐)2 𝑐
𝑇(𝑐) = + .
6 10
We can assume that 𝑐 ∈ [0, 6]. Solving for the critical numbers of f on (0, 6),
30−5𝑐+3√4+(6−𝑐)2
𝑇 ′ (𝑐) = ,
3√4+(6−𝑐)2
9
we get 𝑐 = .
2
Comparing function from values at the endpoints and the critical number,
√40 9 52 14
𝑇(0) = , 𝑇( ) = , 𝑇(6) = .
6 2 60 15
9
we see that the minimum of T is attained at 𝑐 = . Thus, Angelo must row up
2
9 3
to the point C on the shore kilometers from his house and from the point
2 2
on the shore nearest him. Then he must run straight to his house.
Let s be length of the side of the squares to be cut out, and imagine
the “flaps” being turned up to form a box. The length, width and the height of
the box would then be 24 – 2s, 9 – 2s, and s, respectively. Therefore, the
volume of the box is
We wish to maximize V(s) but note that s should be nonnegative and should
not be more than half the width of the cardboard. That is, 𝑠 ∈ [0, 4.5]. (The
case s = 0 or s = 4.5 does not produce any box because one of the
dimensions would become zero; but to make the interval closed and bounded,
we can think of those cases as degenerate boxes with zero volume). Since V
is just a polynomial, it is continuous on the closed and bounded interval
[0, 4.5]. Thus, the Extreme Value Theorem applies. Now,
and hence the only critical number of V in [0, 4.5] is 2 (s = 9 is outside the
interval).
We now compare the functional values at the endpoints and the critical points:
s 0 2 4.5
V(s) 0 200 0
Therefore, from the table, we see that V attains its maximum at s = 2, and the
maximum volume is equal to V(2) = 200 cm 3
Recall: Composite functions are two functions combined to make a single one. For
example, the combination of functions f and g is (f o g)(x) = f(g(x))
Note: To apply the Chain Rule on composite functions, you must take the derivative of
its outside function and then multiply it to the derivative of its inside function.
𝑑
In symbols:
𝑑𝑥
[((𝑥))] = 𝑓′(𝑔(𝑥)) ∙ 𝑔′(𝑥)
EXPLANATION COMPUTATION
Since there is no direct differentiation rule Let u = x + 4
applicable, the equation inside the f(u) = (u)5
parenthesis was represented into single
variable u resulting into a simpler equation
raised to an exponent. This equation is the
outside function.
On the other, the actual equation inside the g(x) = x + 4
parenthesis is the inside function.
Application of Chain Rule: derivative of
outside function multiplied by the derivative of
the inside function,
𝑑
⌈𝑢𝑛 ⌉ = 𝑛(𝑢)𝑛−1 . 𝑢′
𝑑𝑥
Using the table below, it will show you the steps and solution that you need in order to
get the final answer on the equation given above.
EXPLANATION COMPUTATION
The equation inside the parenthesis was Let u = 3x
represented into a single variable u resulting y = sin(u)
into a much simpler equation. This equation
is the outside function. Recall that (x) = y.
A. Identify the extrema (both minimum and maximum) of the given graphs below. If
there is no extrema, provide an explanation.
1. 4.
2. 5.
3.
B. For each of the following problems, determine the absolute extrema of the given
function on the specified interval.
5. ℎ(𝑧) = 4𝑧 3 − 3𝑧 2 + 9𝑧 + 12 on [−2, 1]
1. The sum of two positive number is 12. What are these numbers if their product is
a maximum.
2. You are asked to fence a rectangular region and maximize the area. You are
given 260 meters of fencing materials. What should be the dimensions of the
rectangular regions?
3. We want to build a box whose base length is 6 times the base width and the box
will enclose 20 in3. The cost of the material of the sides is $3/in2 and the cost of
the top and bottom is $15/in2. Determine the dimensions of the box that will
minimize the cost.
D. Solve for the derivative of each function applying the Chain Rule.
1. 𝑦 = (3𝑥 − 1)25
2. f (𝑥) = √𝑥 − 1
3. 𝑦 = cos(5𝑥)
4. y = ecosx
5. h(x) = ( 8x + 3)3/2
IV. EVALUATION
1. When can we say that a function or a graph has extrema (both minimum
and maximum value)? Illustrate the graph showing this situation.
2. How do we identify the minimum and maximum value of the graph of a
function at a given interval? Give example.
a. f(x) = 3x2 – 3x + 4
c. f(x) = x3 – x2 – x – 10
V. ANSWER KEY:
(PRACTICE EXERCISES)
A. 1. Max: (-2, 3) Min: (1, -1)
2. none 3. none
4. none 5. Max: (-1, 2) or (1, 2) Min: (0, 0)
B.
1. Absolute maximum: 1511 at x = −7
1
Absolute minimum: −13.3125 at 𝑥 = 4
2. Absolute maximum: 944 at x = −4
1
Absolute minimum: −13.3125 at 𝑥 =
4
3. Absolute maximum: 4353 at t = 4
Absolute minimum: −1791 at 𝑡 = −4
4. Absolute maximum: 8209 at t = 6
Absolute minimum: 1 at t = 0
5. Absolute maximum: 22 at z = 1
Absolute minimum: −50 at 𝑧 = −2
C. 1. 6 and 6
2. length = 65m width = 65m
3. width = 0.7299 length = 4.3794 height = 6.2568
VI. REFLECTION:
I have learned that
___________________________________________________________________
___________________________________________________________________
___________________________________________________________________
DepEd. 2013. Basic Calculus. Teachers Guide. DepEd. 2013. General Mathematics.
Teachers Guide.
SHS BASIC CALCULUS Learners Material pp 175 – 184 ,193 – 199
Next Century Mathematics (Basic Calculus), Jesus P. Mercado pp: 211 – 220
.
DEVELOPMENT TEAM: