Showing posts with label increasing function. Show all posts
Showing posts with label increasing function. Show all posts

Wednesday, January 1, 2025

22.22 - Miscellaneous Examples on Applications of Derivatives - Part 4

In the previous section, we saw some miscellaneous examples. In this section, we will see a few more miscellaneous examples.

Solved example 22.82
A circular disc of radius 3 cm is being heated. Due to expansion, it's radius increases at the rate of 0.05 cm/s. Find the rate at which its area is increasing when radius is 3.2 cm.
Solution:
1. We have the formula for area of a circle: A = πr2.
2. The radius increases at the rate of 0.05 cm/s.
• So radius at time t will be 0.05t
4. So area A at time t = π(0.05t)2 = 0.0025πt2 cm2
• Now the rate of change of area w.r.t radius can be obtained as:
dA/dt = 0.0025π(2t) = 0.005 πt cm2/s
• This result can be used to find the rate of change of area at any instant.
5. We want the rate when radius is 3.2 cm. So we want the instant at which the radius is 3.2 cm. For that, we can use the result in (2). We get:
3.2 = 0.05t
⇒ t = 64
6. So from (4) we get:
(dA/dt)t=64 = 0.005π(64) = 0.320π cm2/s

Solved example 22.83
An open topped box is to be constructed by removing equal squares from each corner of a 3 metre by 8 metre rectangular sheet of aluminium and folding up the sides. Find the volume of the largest such box.
Solution:
Step I: Writing the problem as a function
1. In fig.22.77 below, the original rectangular sheet is shown in yellow color. Red squares are cut off from the corners.

Fig.22.77

• So when the flaps are folded up, we will get a box with:
   ♦ base a rectangle (8 − 2x) × (3 − 2x) m2
   ♦ height x m
• Then the volume of the box = x(8 − 2x)(3 − 2x) m3

2. It is clear that, V depends on x. That means, V is a function of x. So we can write:
V = f(x) = x(8 − 2x)(3 − 2x) m3

3. We want V to be as large as possible. That means, we want the largest of all local maxima of f. That means, we need to find all local maxima and compare them.

Step II: Finding the critical points
1. Write the first two derivatives:
f '(x) =12x2 − 44x + 24

f ''(x) = 24x − 44

2. Equate the first derivative to zero and solve for x:
12x2 − 44x + 24 = 0
⇒ x = 2/3, x = 3 

3. So the only two points in category I are: x = 2/3 and x = 3
4. We obtained f '(x) = 12x2 − 44x + 24
• This function is defined for all real numbers. That means, there is no input x at which f '(x) is not defined.
• Therefore, there will be no points in category II.
5. So the only two critical points are: x = 2/3 and x = 3

Step III: Find f ''(x) at the critical points
1. f ''(2/3) = 24(2/3) − 44 = −28
2. f ''(3) =  24(3) − 44 = 28

Step IV: Applying the second derivative test
1. Since f ''(2/3) is −ve, there is a local maximum at x = 2/3
2. Since f ''(3) is +ve, there is a local minimum at x = 3

Step V: Finding the actual maximum value:
• The local maximum value at x = 2/3 is given by:
f(2/3) = (2/3)[8 − 2(2/3)][3 − 2(2/3)] = 200/27 m3.

Solved example 22.84
Manufacturer can sell x items at a price of rupees $\rm{5 - \frac{x}{100}}$ each. The cost price of x items is Rs $\rm{\frac{x}{5} + 500}$. Find the number of items he should sell to earn maximum profit.
Solution:
Step I: Writing the problem as a function
1. When the manufacturer sells x items, he will get an income of: Rs $\rm{x\left(5 - \frac{x}{100} \right)}$
2. To produce those x items, he would have spent:
Rs $\rm{\frac{x}{5} + 500}$
3. So the profit P can be obtained as:
$\rm{P\,=\, x\left(5 - \frac{x}{100} \right)~-~\frac{x}{5} + 500}$
4. It is clear that, P depends on x. That means, P is a function of x. So we can write:
$\rm{P\,=\, f(x)\,=\,x\left(5 - \frac{x}{100} \right)~-~\frac{x}{5} + 500}$
5. We want P to be as large as possible. That means, we want the largest of all local maxima of f. That means, we need to find all local maxima and compare them.

Step II: Finding the critical points
1. Write the first two derivatives:
f '(x) = $\rm{\frac{-x}{50} + \frac{24}{5}}$

f ''(x) = $\rm{\frac{-1}{50}}$

2. Equate the first derivative to zero and solve for x:
$\rm{\frac{-x}{50} + \frac{25}{4} \,=\, 0}$
⇒ x = 240

3. So the only one point in category I is: x = 240
4. We obtained f '(x) = $\rm{\frac{-x}{50} + \frac{24}{5}}$
• This function is defined for all real numbers. That means, there is no input x at which f '(x) is not defined.
• Therefore, there will be no points in category II.
5. So the only one critical point is: x = 240

Step III: Find f ''(x) at the critical points
f ''(x) is a constant: $\rm{\frac{-1}{50}}$

Step IV: Applying the second derivative test
• Since f ''(240) is −ve, there is a local maximum at x = 240

Step V: Final result:
• For maximum profit, the manufacturer must sell 240 items.

Solved example 22.85
Find the maximum area of an isosceles triangle inscribed in the ellipse $\rm{\frac{x^2}{a^2}\,+\,\frac{y^2}{b^2}\,=\,1}$ with it's vertex at one end of the major axis.
Solution:
Step I: Writing the problem as a function
1. The given ellipse is: $\rm{\frac{x^2}{a^2}\,+\,\frac{y^2}{b^2}\,=\,1}$
• So it is clear that:
    ♦ Major axis lies along the x-axis.
    ♦ Minor axis lies along the y-axis.
    ♦ Center of ellipse is at the origin O.
2. Thus we get fig.22.78 below:

Fig.22.78

• The vertex A of the isosceles triangle is at one end of the major axis.
3. Let the base of the isosceles triangle intersect the x-axis at D(h,0).
• Then the y-coordinates of B and C can be obtained as shown below:

$\begin{array}{ll} {~\color{magenta}    1    }    &{{}}    &{\frac{x^2}{a^2}\,+\,\frac{y^2}{b^2}}    & {~=~}    &{1}    \\
{~\color{magenta}    2    }    &{\implies}    &{\frac{h^2}{a^2}\,+\,\frac{y^2}{b^2}}    & {~=~}    &{1}    \\
{~\color{magenta}    3    }    &{\implies}    &{\frac{y^2}{b^2}}    & {~=~}    &{1~-~\frac{h^2}{a^2}}    \\
{~\color{magenta}    4    }    &{\implies}    &{y^2}    & {~=~}    &{b^2 \left(1~-~\frac{h^2}{a^2} \right)}    \\
{~\color{magenta}    5    }    &{\implies}    &{y}    & {~=~}    &{\pm \sqrt{b^2 \left(1~-~\frac{h^2}{a^2} \right)}}    \\
\end{array}$

• So the y-coordinate of B is $\sqrt{b^2 \left(1~-~\frac{h^2}{a^2} \right)}$
• And the y-coordinate of C is $-\sqrt{b^2 \left(1~-~\frac{h^2}{a^2} \right)}$
• Then the distance BC will be $2 \sqrt{b^2 \left(1~-~\frac{h^2}{a^2} \right)}$
4. Next we want the coordinates of A. It can be calculated as shown below:

$\begin{array}{ll} {~\color{magenta}    1    }    &{{}}    &{\frac{x^2}{a^2}\,+\,\frac{y^2}{b^2}}    & {~=~}    &{1}    \\
{~\color{magenta}    2    }    &{\implies}    &{\frac{x^2}{a^2}\,+\,\frac{0^2}{b^2}}    & {~=~}    &{1}    \\
{~\color{magenta}    3    }    &{\implies}    &{\frac{x^2}{a^2}}    & {~=~}    &{1}    \\
{~\color{magenta}    4    }    &{\implies}    &{x^2}    & {~=~}    &{a^2}    \\
{~\color{magenta}    5    }    &{\implies}    &{x}    & {~=~}    &{\pm a}    \\
\end{array}$

• So the coordinates of A are: (a,0).
• Then the altitude AD = (h+a)
5. Now we can write the expression for the area of triangle ABC:
Area = 1/2 × Base × Altitude = 1/2 × BC × AD
= $\frac{1}{2} × 2 \sqrt{b^2 \left(1~-~\frac{h^2}{a^2} \right)} × (h+a)$
• This can be simplified as:

$\begin{array}{ll} {~\color{magenta}    1    }    &{{}}    &{\text{Area}}    & {~=~}    &{\frac{1}{2} × 2 \sqrt{b^2 \left(1~-~\frac{h^2}{a^2} \right)} × (h+a)}    \\
{~\color{magenta}    2    }    &{{}}    &{{}}    & {~=~}    &{b \sqrt{\left(1~-~\frac{h^2}{a^2} \right)} × (h+a)}    \\
{~\color{magenta}    3    }    &{{}}    &{{}}    & {~=~}    &{b \sqrt{\left(\frac{a^2 – h^2}{a^2} \right)} × (h+a)}    \\
{~\color{magenta}    4    }    &{{}}    &{{}}    & {~=~}    &{\frac{b}{a} \sqrt{\left(a^2 – h^2 \right)} × (h+a)}    \\
\end{array}$

6. It is clear that, Area A depends on h. That means, A is a function of h. So we can write:
$\rm{A\,=\, f(x)\,=\,\frac{b}{a} \sqrt{\left(a^2 – h^2 \right)} × (h+a)}$
5. We want A to be as large as possible. That means, we want the largest of all local maxima of f. That means, we need to find all local maxima and compare them.

Step II: Finding the critical points
1. Write the first two derivatives:

$\begin{array}{ll} {~\color{magenta}    1    }    &{{}}    &{f(h)}    & {~=~}    &{\frac{b}{a} \sqrt{\left(a^2 – h^2 \right)} × (h+a)}    \\
{~\color{magenta}    2    }    &{\implies}    &{f'(h)}    & {~=~}    &{\frac{b}{a} \left[\sqrt{\left(a^2 – h^2 \right)} × (1) ~+~(h+a) (1/2) \left(a^2 – h^2 \right)^{-1/2} (-2h) \right]}    \\
{~\color{magenta}    3    }    &{{}}    &{{}}    & {~=~}    &{\frac{b}{a} \left[\sqrt{\left(a^2 – h^2 \right)}  ~-~ \frac{h(h+a)}{\sqrt{\left(a^2 – h^2 \right)}} \right]}    \\
{~\color{magenta}    4    }    &{{}}    &{{}}    & {~=~}    &{\frac{b}{a} \left[\frac{a^2 – h^2 ~-~h(h+a)}{\sqrt{\left(a^2 – h^2 \right)}} \right]}    \\
{~\color{magenta}    5    }    &{{}}    &{{}}    & {~=~}    &{\frac{b}{a} \left[\frac{a^2 – h^2 – h^2 – ha}{\sqrt{\left(a^2 – h^2 \right)}} \right]}    \\
{~\color{magenta}    6    }    &{{}}    &{{}}    & {~=~}    &{\frac{b}{a} \left[\frac{a^2 – 2 h^2  – ha}{\sqrt{\left(a^2 – h^2 \right)}} \right]}    \\
\end{array}$                           

• In this problem, calculation of f ''(h) will be a lengthy process. So we will use the first derivative test

2. Equate the first derivative to zero and solve for h:
$\rm{a^2 – 2 h^2  – ha \,=\, 0}$
⇒ $\rm{2 h^2 + ha - a^2 \,=\, 0}$
• Using quadratic formula, we get:
h = a/2 and h = −a
• h cannot be −a. Because, then in fig.22.78 above, D will coincide with the left end of the major axis. Parts of the triangle will fall outside the ellipse.

3. So the only one point in category I is: x = a/2
4. We obtained f '(h) = $\frac{b}{a} \left[\frac{a^2 – 2 h^2  – ha}{\sqrt{\left(a^2 – h^2 \right)}} \right]$
• This function is not defined when h = a. But when h = a, the function itself becomes invalid because there will be no inscribed triangle.
• Therefore, there will be no points in category II.
5. So the only one critical point is: h = a/2
6. The domain is (−a,a).
• Based on the critical point, the domain can be divided into two intervals: (−a, a/2) and (a/2, a)

Step III: Analyzing the signs of f '(x) in the two intervals
1. Consider the first interval. Zero is a convenient point.
• We get:
$\begin{array}{ll} {~\color{magenta}    1    }    &{{}}    &{f'(h)}    & {~=~}    &{\frac{b}{a} \left[\frac{a^2 – 2 h^2  – ha}{\sqrt{\left(a^2 – h^2 \right)}} \right]}    \\
{~\color{magenta}    2    }    &{\implies}    &{f'(0)}    & {~=~}    &{\frac{b}{a} \left[\frac{a^2 – 2 (0)^2  – (0)a}{\sqrt{\left(a^2 – (0)^2 \right)}} \right]}    \\
{~\color{magenta}    3    }    &{{}}    &{{}}    & {~=~}    &{\frac{b}{a} \left[\frac{a^2}{\sqrt{\left(a^2 \right)}} \right]}    \\
{~\color{magenta}    4    }    &{{}}    &{{}}    & {~=~}    &{b}    \\
\end{array}$

• So in the first interval. f '(x) is +ve.

2. Consider the second interval. $\frac{3a}{4}$  is a convenient point.
• We get:
$\begin{array}{ll} {~\color{magenta}    1    }    &{{}}    &{f'(h)}    & {~=~}    &{\frac{b}{a} \left[\frac{a^2 – 2 h^2  – ha}{\sqrt{\left(a^2 – h^2 \right)}} \right]}    \\
{~\color{magenta}    2    }    &{\implies}    &{f'(3a/4)}    & {~=~}    &{\frac{b}{a} \left[\frac{a^2 – 2 (3a/4)^2  – (3a/4)a}{\sqrt{\left(a^2 – (3a/4)^2 \right)}} \right]}    \\
{~\color{magenta}    3    }    &{{}}    &{{}}    & {~=~}    &{\frac{b}{a} \left[\frac{a^2 – 2 \left(\frac{9 a^2}{16} \right)  – \frac{3 a^2}{4}}{\sqrt{\left(a^2 – \frac{9 a^2}{16} \right)}} \right]}    \\
{~\color{magenta}    4    }    &{{}}    &{{}}    & {~=~}    &{\frac{b}{a} \left[\frac{\frac{16 a^2 - 18 a^2 – 12 a^2}{16}}{\sqrt{\left(\frac{16 a^2 – 9 a^2}{16} \right)}} \right]}    \\
{~\color{magenta}    5    }    &{{}}    &{{}}    & {~=~}    &{\frac{b}{a} \left[\frac{\frac{16 a^2 - 30 a^2}{16}}{\sqrt{\left(\frac{7 a^2}{16} \right)}} \right]}    \\
{~\color{magenta}    6    }    &{{}}    &{{}}    & {~=~}    &{\frac{b}{a} \left[\frac{\frac{- 14 a^2}{16}}{\sqrt{\left(\frac{7 a^2}{16} \right)}} \right]}    \\
\end{array}$

• So in the second interval. f '(x) is −ve.

Step IV: Applying the first derivative test
• Since f '(x) changes sign from +ve to −ve at the critical point, we have a maximum at that critical point.

Step V: Final result:
• For maximum area, h = a/2
So from step I, we get:

$\begin{array}{ll} {~\color{magenta}    1    }    &{{}}    &{\text{Area}}    & {~=~}    &{\frac{1}{2} × 2 \sqrt{b^2 \left(1~-~\frac{h^2}{a^2} \right)} × (h+a)}    \\
{~\color{magenta}    2    }    &{\implies}    &{\text{Area (max)}}    & {~=~}    &{\sqrt{b^2 \left(1~-~\frac{(a/2)^2}{a^2} \right)} × ((a/2)+a)}    \\
{~\color{magenta}    3    }    &{{}}    &{{}}    & {~=~}    &{\sqrt{b^2 \left(1~-~\frac{a^2 / 4}{a^2} \right)} × (3a/2)}    \\
{~\color{magenta}    4    }    &{{}}    &{{}}    & {~=~}    &{\sqrt{3 b^2 / 4} × (3a/2)}    \\
{~\color{magenta}    5    }    &{{}}    &{{}}    & {~=~}    &{\frac{\sqrt{3} b}{2} × \frac{3a}{2}}    \\
{~\color{magenta}    6    }    &{{}}    &{{}}    & {~=~}    &{\frac{3 \sqrt{3} \,ab}{4}}    \\
\end{array}$


The link below gives a few more miscellaneous examples:

Miscellaneous Exercise


We have completed this chapter on applications of derivatives. In the next chapter, we will see Integrals.

Previous

Contents

Next

Copyright©2024 Higher secondary mathematics.blogspot.com

Sunday, December 29, 2024

22.21 - Miscellaneous Examples on Applications of Derivatives - Part 3

In the previous section, we saw some miscellaneous examples. In this section, we will see a few more miscellaneous examples.

Solved example 22.77
Find the intervals in which the function given by
$\rm{f(x)\,=\,\frac{3}{10} x^4 - \frac{4}{5} x^3 - 3 x^2 + \frac{36}{5} x + 11}$
is (a) strictly increasing (b) strictly decreasing.
Solution:
1. First we write the derivative:

$\begin{array}{ll} {~\color{magenta}    1    }    &{{}}    &{f(x)}    & {~=~}    &{\frac{3}{10} x^4 - \frac{4}{5} x^3 - 3 x^2 + \frac{36}{5} x + 11}    \\
{~\color{magenta}    2    }    &{\implies}    &{f'(x)}    & {~=~}    &{\frac{3(4)}{10} x^3 - \frac{4(3)}{5} x^2 - 3(2) x + \frac{36}{5} + 0}    \\
{~\color{magenta}    3    }    &{{}}    &{{}}    & {~=~}    &{\frac{6}{5} x^3 - \frac{12}{5} x^2 - 6 x + \frac{36}{5}}    \\
\end{array}$

2. Equating the above result to zero, we get:

$\begin{array}{ll} {~\color{magenta}    1    }    &{{}}    &{f'(x)}    & {~=~}    &{0}    \\
{~\color{magenta}    2    }    &{\implies}    &{\frac{6}{5} x^3 - \frac{12}{5} x^2 - 6 x + \frac{36}{5}}    & {~=~}    &{0}    \\
{~\color{magenta}    3    }    &{\implies}    &{6 x^3 - 12 x^2 - 30 x + 36}    & {~=~}    &{0}    \\
{~\color{magenta}    4    }    &{\implies}    &{x^3 - 2 x^2 - 5 x + 6}    & {~=~}    &{0}    \\
\end{array}$

3. Solving the above third degree equation, we get:
x = −2, x = 1 and x = 3

• So the domain R can be divided into four intervals:
(−∞,−2), (−2,1), (1,3) and (3,∞)

4. Consider the first interval (−∞,−2)
−3 is a convenient point in this interval.

$\begin{array}{ll} {~\color{magenta}    1    }    &{{}}    &{f'(-3)}    & {~=~}    &{\frac{6}{5} (-3)^3 - \frac{12}{5} (-3)^2 - 6 (-3) + \frac{36}{5}}    \\
{~\color{magenta}    2    }    &{{}}    &{{}}    & {~=~}    &{-28.8}    \\
\end{array}$                           

• So f '(x) is −ve in this interval. That means, f(x) is decreasing in this interval.
• Note that, f '(−2) will be zero. But −2 is not an input value. So we can write:
The given f is strictly decreasing in (−∞,−2)

5. Consider the second interval (−2,1)
0 is a convenient point in this interval.

$\begin{array}{ll} {~\color{magenta}    1    }    &{{}}    &{f'(0)}    & {~=~}    &{\frac{6}{5} (0)^3 - \frac{12}{5} (0)^2 - 6 (0) + \frac{36}{5}}    \\
{~\color{magenta}    2    }    &{{}}    &{{}}    & {~=~}    &{7.2}    \\
\end{array}$                           

• So f '(x) is +ve in this interval. That means, f(x) is increasing in this interval.
• Note that, f '(−2) and f '(0) will be zero. But −2 and 1 are not an input values. So we can write:
The given f is strictly increasing in (−2,1)

6. Consider the third interval (1,3)
2 is a convenient point in this interval.

$\begin{array}{ll} {~\color{magenta}    1    }    &{{}}    &{f'(2)}    & {~=~}    &{\frac{6}{5} (2)^3 - \frac{12}{5} (2)^2 - 6 (2) + \frac{36}{5}}    \\
{~\color{magenta}    2    }    &{{}}    &{{}}    & {~=~}    &{-4.8}    \\
\end{array}$                           

• So f '(x) is −ve in this interval. That means, f(x) is decreasing in this interval.
• Note that, f '(1) and f '(3) will be zero. But 1 and 3 are not an input values. So we can write:
The given f is strictly decreasing in (1,3)

7. Consider the fourth interval (3,∞)
4 is a convenient point in this interval.

$\begin{array}{ll} {~\color{magenta}    1    }    &{{}}    &{f'(4)}    & {~=~}    &{\frac{6}{5} (4)^3 - \frac{12}{5} (4)^2 - 6 (4) + \frac{36}{5}}    \\
{~\color{magenta}    2    }    &{{}}    &{{}}    & {~=~}    &{21.6}    \\
\end{array}$                           

• So f '(x) is +ve in this interval. That means, f(x) is increasing in this interval.
• Note that, f '(3) will be zero. But 3 is not an input value. So we can write:
The given f is strictly increasing in (3,∞)

Solved example 22.78
Show that the function f given by
f(x) = tan−1(sin x + cos x), x > 0 is always a strictly increasing function in (0, π/4).
Solution:
1. First we write the derivative:

$\begin{array}{ll} {~\color{magenta}    1    }    &{{}}    &{f(x)}    & {~=~}    &{\tan^{-1}(\sin x + \cos x)}    \\
{~\color{magenta}    2    }    &{\implies}    &{f'(x)}    & {~=~}    &{\left(\frac{1}{1 + (\sin x + \cos x)^2} \right) (\cos x - \sin x)}    \\
{~\color{magenta}    3    }    &{{}}    &{{}}    & {~=~}    &{\left(\frac{1}{1 + \sin^2 x + 2 \sin x \cos x + \cos^2 x} \right) (\cos x - \sin x)}    \\
{~\color{magenta}    4    }    &{{}}    &{{}}    & {~=~}    &{\left(\frac{1}{2 + \sin(2 x)} \right) (\cos x - \sin x)}    \\
{~\color{magenta}    5    }    &{{}}    &{{}}    & {~=~}    &{\frac{\cos x - \sin x}{2 + \sin(2 x)}}    \\
\end{array}$

2. In this problem, there is no need to equate f'(x) to zero and find the intervals. This is because, we are already given an interval. We are asked to show that, the function is always strictly increasing in that interval.
• The given interval is (0, π/4). The boundaries of this interval may not be consecutive critical points. So the usual method of checking using a 'convenient number' cannot be used. We must show the general case.

3. We obtained the derivative as: $\frac{\cos x - \sin x}{2 + \sin(2 x)}$
• The largest input possible from the given interval is a value just below π/4.
• Even if the input is π/4, sin(2x) will be in the first quadrant. Sine is always +ve in the first quadrant. So (2 + sin(2x)) is +ve in the given interval.
• That means, denominator of the derivative is +ve in the given interval.

4. Now we can write, the derivative will be +ve if the numerator is also +ve.
That means: Derivative will be +ve if cos x − sin x > 0.
⇒ cos x / sin x  − sin x / sin x > 0
⇒ cot x  − 1 > 0
⇒ cot x  > 1

• In the given interval (0, π/4), tan x is always less than 1. So cot x is always greater than 1.
• So we can write: the numerator is also +ve.

5. We see that, f '(x) is +ve in the interval (0, π/4).
Therefore, f(x) is increasing in this interval.

6. Note that,
   ♦ f '(0) is 1/2. It is +ve.
   ♦ f '(π/4) is zero.
• But π/4 is not an input value. So we can write:
The given f is strictly increasing in (0, π/4)

7. Fig.22.75 below shows the graph.

Fig.22.75

Solved example 22.79
Find the intervals in which the function f given by
$f(x)\,=\,\frac{4 \sin x - 2x - x \cos x}{2 + \cos x}$
is (i) increasing (ii) decreasing.
Solution:
1. First we write the derivative:
Using quotient rule, we get:
• $f'(x)\,=\,-{\frac{\cos x(\cos x - 4)}{(2 + \cos x)^2}}$

2. Next, we equate the above result to zero:
• The denominator cannot be zero. So we get:
cos x (cos x − 4) = 0
• cos x cannot be 4. So we get: cos x = 0

3. Solving the equation cos x = 0, we get:
x = π/2 and x = 3π/2 as the principal solutions

• So the angle of the unit circle can be divided into three intervals:
(0, π/2), (π/2, 3π/2) and (3π/2, 2π)

4. Consider the first interval (0, π/2)
• π/4 is a convenient point in this interval.
$f'(\pi/4)\,=\,-{\frac{\cos (\pi/4)(\cos (\pi/4) - 4)}{(2 + \cos (\pi/4))^2}}$
• Here, the only −ve term is (cos(π/4) − 4).
• So f '(x) is +ve in this interval. That means, f(x) is increasing in this interval.

5. Consider the second interval (π/2, 3π/2)
• π is a convenient point in this interval.
$f'(\pi)\,=\,\frac{\cos (\pi)(\cos (\pi) - 4)}{(2 + \cos (\pi))^2}$
• Here, both terms in the numerator are −ve. The denominator is +ve.
• So f '(x) is −ve in this interval. That means, f(x) is decreasing in this interval.

6. Consider the third interval (3π/2, 2π)
• 7π/4 is a convenient point in this interval.
$f'(7 \pi/4)\,=\,\frac{\cos (7\pi/4)(\cos (7\pi/4) - 4)}{(2 + \cos (7\pi/4))^2}$
• cos(7π/4) = cos(π + 3π/4) = −cos(3π/4)
= −[cos(π/2 + π/4)] = −[−sin(π/4)] = sin(π/4)

• So here, the only −ve term is (cos(7π/4) − 4).
• Thus f '(x) is +ve in this interval. That means, f(x) is increasing in this interval.

7. Now we can write about the intervals.
f is:
   ♦ Increasing in (0, π/2) and (3π/2, 2π)
   ♦ Decreasing in (π/2, 3π/2)

8. Fig.22.76 below shows the graph.

Fig.22.76

• Note that:
   ♦ π/2 = 1.57
   ♦ 3π/2 = 4.71

Solved example 22.80
Find the intervals in which the function f given by
$f(x)\,=\,x^3 + \frac{1}{x^3}$
is (i) increasing (ii) decreasing.
Solution:
1. First we write the derivative:
$f'(x)\,=\,3x^2 \,-\, \frac{3}{x^4}$

2. Next, we equate the above result to zero:
$3x^2 \,-\, \frac{3}{x^4}~=~0$
⇒ $x^2 \,-\, \frac{1}{x^4}~=~0$
⇒ $x^2 ~=~\frac{1}{x^4}$
⇒ $x^6 ~=~1$
⇒ $x\,=\,1~\text{and}~x\,=\,-1$

3. So the domain can be divided into three intervals:
(−∞, −1), (−1, 1) and (1, ∞)

4. Consider the first interval (−∞, −1)
• −2 is a convenient point in this interval.
$f'(-2)\,=\,3(-2)^2 \,-\, \frac{3}{(-2)^4}$
= $12\,-\, \frac{3}{16}$
• So f '(x) is +ve in this interval. That means, f(x) is increasing in this interval.

5. Consider the second interval (−1, 1)
• 0.5 is a convenient point in this interval.
$f'(0.5)\,=\,3(0.5)^2 \,-\, \frac{3}{(0.5)^4}$
= $\frac{3}{4}\,-\, \frac{30000}{625}$
• So f '(x) is −ve in this interval. That means, f(x) is decreasing in this interval.

6. Consider the third interval (1, ∞)
• 2 is a convenient point in this interval.
$f'(2)\,=\,3(2)^2 \,-\, \frac{3}{(2)^4}$
= $12\,-\, \frac{3}{16}$
• So f '(x) is +ve in this interval. That means, f(x) is increasing in this interval.

7. Now we can write about the intervals.
f is:
   ♦ Increasing in (−∞, −1) (1, ∞)
   ♦ Decreasing in (−1, 1)

Solved example 22.81
Let f be a function defined on [a,b] such that f '(x) > 0 for all x ∈ (a,b). Then prove that f is an increasing function on (a,b).
Solution:
1. Let x1, x2 ∈ (a,b) such that x1 < x2.
2. f is defined on [a,b]. Also, [x1,x2] is a subset of [a,b].
So f is continuous and differentiable in [x1,x2]
3. By mean value theorem,
There exists a number c in (x1,x2) such that:
$f'(c)\,=\,\frac{f(x_2) - f(x_1)}{x_2 - x_1}$
4. Given that, f '(x) > 0 for all x ∈ (a,b).
• So f '(c) > 0
⇒ $\frac{f(x_2) - f(x_1)}{x_2 - x_1}~>~0$
f(x2) − f(x1) > 0
f(x2) > f(x1)
5. So we can write:
When x2 > x1, we will obtain: f(x2) > f(x1)
• That means, f is an increasing function on (a,b).


In the next section, we will see a few more miscellaneous examples.

Previous

Contents

Next

Copyright©2024 Higher secondary mathematics.blogspot.com

Sunday, September 8, 2024

22.3 - Solved Examples on Increasing And Decreasing Functions

In the previous section, we saw the derivative test which help us to find whether a given function is increasing or decreasing. We saw a solved example also. In this section, we will see a few more solved examples.

Solved example 22.9
Prove that the function given by f(x) = cos x is
(a) strictly decreasing in (0, π).
(b) strictly increasing in (π, 2π).
(c) neither increasing nor decreasing in (0,2π).
Solution:
First we write the derivative: f'(x) = −sin x

Part (a):
1. The interval that we need to consider in part (a) is (0,π).
2. This interval indicates I and II quadrants. In I and II quadrants, sine is always +ve. So −sin x will be −ve.
3. We can write:
f'(x) < 0. So f(x) is strictly decreasing in this interval.
4. Note that (0,π) is an open interval. So zero and π are not included. At zero and π, sine becomes zero. Since the boundaries are not included, we will not obtain f'(x) ≤ 0.
• So f(x) is not just decreasing, it is strictly decreasing.

Part (b):
1. The interval that we need to consider in part (b) is (π,2π).
2. This interval indicates III and IV quadrants. In III and IV quadrants, sine is always −ve. So −sin x will be +ve.
3. We can write:
f'(x) > 0. So f(x) is strictly increasing in this interval.
4. Note that (π,2π) is an open interval. So π and 2π are not included. At π and 2π, sine becomes zero. Since the boundaries are not included, we will not obtain f'(x) ≥ 0.
• So f(x) is not just increasing, it is strictly increasing.

Part (c):
1. The interval that we need to consider in part (c) is (0,2π).
2. This interval indicates all the four quadrants. It includes both the intervals in parts (a) and (b).
3. So in (0,2π), f(x) is neither increasing nor decreasing.
• Fig.22.5 below shows the graphs:
   ♦ f(x) = cos x (red curve)
   ♦ f'(x) = −sin x (yellow curve)


Fig.22.5

• We see that:
   ♦ In the interval (0,π),
         ✰ yellow curve is −ve
         ✰ red curve is decreasing
   ♦ In the interval (π,2π),
         ✰ yellow curve is +ve
         ✰ red curve is increasing

Solved example 22.10
Find the intervals in which the function given by
f(x) = x2 − 4x + 6 is
(a) strictly increasing.
(b) strictly decreasing.
Solution:
First we write the derivative: f'(x) = 2x −4

Part (a):
1. For f(x) to be strictly increasing, f'(x) > 0.
2. So we can write:
$\begin{array}{ll} {~\color{magenta}    1    }    &{{}}    &{2x - 4}    & {~>~}    &{0}    \\
{~\color{magenta}    2    }    &{\implies}    &{2x}    & {~>~}    &{4}    \\
{~\color{magenta}    3    }    &{\implies}    &{x}    & {~>~}    &{2}    \\
\end{array}$
(This is a linear inequality. We have seen how to solve such inequalities in chapter 6 of class 11. Details here)                                       
3. That means, x can be any real number greater than 2. In such a situation, f(x) will be strictly increasing.
• In other words, f(x) will be strictly increasing in the interval (2,∞).
• We can represent this on a real number line as shown in fig.22.6(a) below:

Fig.22.6

4. Note that (2,∞) is an open interval. So 2 and ∞ are not included. At 2, f'(x) becomes zero. Since the boundary 2 is not included, we will not obtain f'(x) ≥ 0.
• So f(x) is not just increasing, it is strictly increasing.

Part (b):
1. For f(x) to be strictly decreasing, f'(x) < 0.
2. So we can write:
$\begin{array}{ll} {~\color{magenta}    1    }    &{{}}    &{2x - 4}    & {~<~}    &{0}    \\
{~\color{magenta}    2    }    &{\implies}    &{2x}    & {~<~}    &{4}    \\
{~\color{magenta}    3    }    &{\implies}    &{x}    & {~<~}    &{2}    \\
\end{array}$
               
3. That means, x can be any real number less than 2. In such a situation, f(x) will be strictly decreasing.
• In other words, f(x) will be strictly decreasing in the interval (−∞,2).
• We can represent this on a real number line as shown in fig.22.6(b) above.
4. Note that (−∞,2) is an open interval. So −∞ and 2 are not included. At 2, f'(x) becomes zero. Since the boundary 2 is not included, we will not obtain f'(x) ≤ 0.
• So f(x) is not just decreasing, it is strictly decreasing.

• Fig.22.7 below shows the graphs:
   ♦ f(x) = x2 − 4x + 6 (red curve)
   ♦ f'(x) = 2x −4 (yellow curve)

Fig.22.7

• We see that:
   ♦ In the interval (−∞,2),
         ✰ yellow line is −ve
         ✰ red curve is decreasing
   ♦ In the interval (2,∞),
         ✰ yellow line is +ve
         ✰ red curve is increasing
    ♦ At x = 2, f'(x) = 0
        ✰ Here, f(x) is neither increasing, nor decreasing

Solved example 22.11
Find the intervals in which the function given by
f(x) = 4x3 − 6x2 − 72x + 30 is
(a) strictly increasing.
(b) strictly decreasing.
Solution:
First we write the derivative: f'(x) = 12x2 −12x − 72
= 12(x2 − x − 6)
= 12(x − 3)(x + 2)

Part (a):
1. For f(x) to be strictly increasing, f'(x) > 0.
2. So we can write:
12(x − 3)(x + 2) > 0
• For this inequality to be true,
x must be either greater than 3 or less than −2
(In the previous problem, we obtained a linear inequality. It can be solved easily. But here, the inequality is not linear. We need to examine it carefully to find the appropriate x values)
• x > 3 and x < −2 is possible only in two intervals:
(3,∞) and (−∞,−2)
• We can represent this on a real number line as shown in fig.22.8(a) below:

Fig.22.8

3. Note that both are open intervals. So 3 and −2 are not included. At those points, f'(x) becomes zero. Since they are not included, we will not obtain f'(x) ≥ 0.
• So f(x) is not just increasing, it is strictly increasing. 

Part (b):
1. For f(x) to be strictly decreasing, f'(x) < 0.
2. So we can write:
12(x − 3)(x + 2) < 0
• This is possible only in one interval:
(−2,3)
• We can represent this on a real number line as shown in fig.22.8(b) above.
3. Note that it is an open interval. So −2 and 3 are not included. At those points, f'(x) becomes zero. Since they are not included, we will not obtain f'(x) ≤ 0.
• So f(x) is not just decreasing, it is strictly decreasing.

• Fig.22.9 below shows the graphs:
   ♦ f(x) = 4x3 − 6x2 − 72x + 30 (red curve)
   ♦ f'(x) = 12x2 −12x − 72 (yellow curve)

Fig.22.9

• We see that:
   ♦ To the left of x = −2,
         ✰ yellow curve is +ve
         ✰ red curve is increasing
   ♦ Between x = −2 and x = 3,
         ✰ yellow curve is −ve
         ✰ red curve is decreasing
   ♦ To the right of x = 3,
         ✰ yellow curve is +ve
         ✰ red curve is increasing
    ♦ At x = −2, f'(x) = 0
        ✰ Here, f(x) is neither increasing, nor decreasing
    ♦ At x = 3, f'(x) = 0
        ✰ Here, f(x) is neither increasing, nor decreasing

Solved example 22.12
Find the intervals in which the function given by
$\rm{f(x)~=~\sin 3x, ~x \in  \left[0,\frac{\pi}{2} \right]}$ is
(a) increasing
(b) decreasing
Solution:
First we write the derivative: f'(x) = 3 cos 3x

Part (a):
1. For f(x) to be increasing, f'(x) ≥ 0.
2. So we can write: 3 cos 3x ≥ 0
3. To solve this inequality, we will first write it as an equation. We get: 3 cos 3x = 0
This is possible only if cos 3x = 0.

4. This is a trigonometric equation. We will find the general solution. From the general solution, we can pickup the appropriate values.

For finding the general solution of cosine functions, we must use theorem 2 which we saw in chapter 3. Details here.

• For any real numbers x and y
cos x = cos y implies x = 2n𝞹 ± y, where n ∈ Z

• In the place of cos x, we have cos 3x.
• In the place of cos y, we have zero, which is cos (π/2).
So we can write:
cos 3x = cos (π/2) implies 3x = 2n𝞹 ± (π/2), where n ∈ Z
• This can be simplified as follows:

5. Now we can put various values of n. We get:

We see that:
• n = −1 and n = − 2 give x values out side the domain $\rm{  \left[0,\frac{\pi}{2} \right]}$
So we need not test for n values below −2
• n = 2 also gives x values out side the domain. So we need not test for n values above 2.
• Consider the following values
    ♦ $x = \rm{\frac{\pi}{6}}$ obtained when n = 0
    ♦ $x = \rm{\frac{\pi}{2}}$ obtained when n = 1
These are the only values which are present in the domain. The derivative becomes zero at these two values.

6. Let us mark the two acceptable values on the real number line. It is shown in fig.22.10 below:

Fig.22.10

• A and B are the boundaries of the domain. Point C divides AB into two parts.
   ♦ In one of these two parts, f(x) will be increasing.
   ♦ In the other part, f(x) will be decreasing.
7. Let us consider an input x from between A and C. We get:
$\rm{0 \lt x \lt \frac{\pi}{6}}$
⇒ $\rm{0 \lt 3x \lt \frac{\pi}{2}}$
• The input for cosine is "3x". This "3x" is increasing from 0 to $\rm{\frac{\pi}{2}}$.
• So "3x" is in the quadrant I. In that quadrant, cosine is always +ve.
• That means, if we take an input from between A and C, cos 3x will be greater than zero.
• In other words, if we take an input from between A and C, f'(x) will be greater than zero.
• Therefore, f(x) is strictly increasing in $\rm{\left(0,\frac{\pi}{6} \right)}$

8. Suppose that, the input is the exact point A.
Then we get: cos 3x = cos 0 = 1
Here also, f'(x) is greater than zero. So it is strictly increasing.

9. Suppose that, the input is the exact point C.
Then we get: $\rm{\cos 3x ~=~\cos \left(3 \times \frac{\pi}{6} \right)~=~\cos \frac{\pi}{2}~=~0}$
Here, f'(x) is equal to zero. So it is just increasing. Not strictly increasing.

10. Based on (7), (8) and (9), we can write:
   ♦ f(x) is strictly increasing on $\rm{\left[0,\frac{\pi}{6} \right)}$
   ♦ f(x) is increasing on $\rm{\left[0,\frac{\pi}{6} \right]}$

11. Let us consider an input x from between C and B. We get:
$\rm{\frac{\pi}{6} \lt x \lt \frac{\pi}{2}}$
⇒ $\rm{\frac{\pi}{2} \lt 3x \lt \frac{3 \pi}{2}}$
• The input for cosine is "3x". This "3x" is increasing from $\rm{\frac{\pi}{2}}$ to $\rm{\frac{3 \pi}{2}}$.
• So "3x" is in the quadrants II and III. In those quadrants, cosine is always −ve.
• That means, if we take an input from between C and B, cos 3x will be less than zero.
• In other words, if we take an input from between C and B, f'(x) will be less than zero.
• Therefore, f(x) is strictly decreasing in $\rm{\left( \frac{\pi}{6} , \frac{\pi}{2} \right)}$

12. Suppose that, the input is the exact point C.
• Then we get: $\rm{\cos 3x \,=\, \cos \left(3 \times \frac{\pi}{6} \right) \,=\, \cos \frac{\pi}{2} \,=\,0}$
• Here, f'(x) is equal to zero. So it is just decreasing, Not strictly decreasing.

13. Suppose that, the input is the exact point B.
• Then we get: $\rm{\cos 3x ~=~\cos \left(3 \times \frac{\pi}{2} \right)~=~\cos \frac{3 \pi}{2}~=~0}$
• Here, f'(x) is equal to zero. So it is just decreasing, Not strictly decreasing.

14. Based on (11), (12) and (13), we can write:
   ♦ f(x) is strictly decreasing in $\rm{\left( \frac{\pi}{6} , \frac{\pi}{2} \right)}$
   ♦ f(x) is increasing on $\rm{\left[ \frac{\pi}{6} , \frac{\pi}{2} \right]}$

• Fig.22.11 below shows the graphs:
   ♦ f(x) = sin 3x
   ♦ f'(x) = 3 cos 3x

Fig.22.11
 

• We see that:
   ♦ Between A and C,
         ✰ yellow curve is +ve
         ✰ red curve is increasing
   ♦ Between C and B,
         ✰ yellow curve is −ve
         ✰ red curve is decreasing
    ♦ At x = π/6, f'(x) = 0
        ✰ Here, f(x) is neither increasing, nor decreasing
    ♦ At x = π/2, f'(x) = 0
        ✰ Here, f(x) is neither increasing, nor decreasing

Solved example 22.13
Find the intervals in which the function given by
$\rm{f(x)~=~\sin x \,+\, \cos x, ~x \in  \left[0,2 \pi \right]}$ is
(a) Strictly increasing
(b) Strictly decreasing
Solution:
First we write the derivative: f'(x) = cos x − sin x

1. For f(x) to be increasing, f'(x) > 0.
2. So we can write: cos x − sin x > 0
3. To solve this inequality, we will first write it as an equation. We get: cos x − sin x = 0
⇒ cos x = sin x
⇒ cos x = cos (π/2 − x)

4. This is a trigonometric equation. We will find the general solution. From the general solution, we can pickup the appropriate values.

For finding the general solution of cosine functions, we must use theorem 2 which we saw in chapter 3. Details here.

• For any real numbers x and y
cos x = cos y implies x = 2n𝞹 ± y, where n ∈ Z

• In the place of cos x, we have cos x.
• In the place of cos y, we have cos (π/2 − x).
So we can write:
cos x = cos (π/2 − x) implies x = 2n𝞹 ± (π/2 − x), where n ∈ Z
• This can be simplified as follows:

5. Now we can put various values of n. We get:


We see that:
• n = −1 and n = − 2 give x values out side the domain $\rm{  \left[0,2 \pi \right]}$
So we need not test for n values below −2
• n = 2 also gives x values out side the domain. So we need not test for n values above 2.
• Consider the following values
    ♦ $x = \rm{\frac{\pi}{4}}$ obtained when n = 0
    ♦ $x = \rm{\frac{5 \pi}{4}}$ obtained when n = 1
These are the only values which are present in the domain. The derivative becomes zero at these two values.

6. Let us mark the two acceptable values on the real number line. It is shown in fig.22.12 below:

Fig.22.12

• A and B are the boundaries of the domain. Points C and D divide AB into three parts. AC, CD and DB. We need to analyze each of the three parts.

7. For easy analysis, it is better to rearrange f'(x) as the product of two trigonometric functions. This can be done as follows:
$\begin{array}{ll}  &{\color{magenta}1}    &{}    &{f’(x)}    &{}={}    &{\cos x - \sin x}    &{} \\
&{~\color{magenta}2}    &{}    &{{}}    &{}={}    &{\cos x - \cos \left(\frac{\pi}{2} – x \right)}    &{} \\
&{~\color{magenta}3}    &{}    &{{}}    &{}={}    &{-2 \sin \left(\frac{x + \pi/2 - x}{2} \right) \sin \left(\frac{x - \pi/2 + x}{2} \right)}    &{} \\
&{~\color{magenta}4}    &{}    &{{}}    &{}={}    &{-2 \sin \left(\frac{\pi}{4} \right) \sin \left(x - \frac{\pi}{4} \right)}    &{} \\
&{~\color{magenta}5}    &{}    &{{}}    &{}={}    &{-2 \frac{1}{\sqrt 2} \sin \left(x - \frac{\pi}{4} \right)}    &{} \\
&{~\color{magenta}6}    &{}    &{{}}    &{}={}    &{-{\sqrt 2} \sin \left(x - \frac{\pi}{4} \right)}    &{} \\
\end{array}$

8. Let us consider the first interval AC.
• When the input x from between A and C, x will be less than $\frac{\pi}{4}$
• So $(x - \frac{\pi}{4})$ will be −ve.
$\implies \sin(x - \frac{\pi}{4})$ is −ve.
$\implies -\sqrt{2}\sin(x - \frac{\pi}{4})$ is +ve`.

9. Suppose that, the input is the exact point A.
Then we get:
$\begin{array}{ll}  &{\color{magenta}1}    &{}    &{f’(x)}    &{}={}    &{-\sqrt{2}\sin(x - \frac{\pi}{4})}    &{} \\
&{~\color{magenta}2}    &{}    &{{}}    &{}={}    &{-\sqrt{2}\sin(0 - \frac{\pi}{4})}    &{} \\
&{~\color{magenta}3}    &{}    &{{}}    &{}={}    &{-\sqrt{2}\sin(- \frac{\pi}{4})}    &{} \\
&{~\color{magenta}4}    &{}    &{{}}    &{}={}    &{-\sqrt{2} . -\sqrt{2}}    &{} \\
&{~\color{magenta}5}    &{}    &{{}}    &{}={}    &{\sqrt{2}}    &{} \\
\end{array}$
• Here also, f'(x) is +ve. So it is strictly increasing.

10. Suppose that, the input is the exact point C.
Then we get:
$\begin{array}{ll}  &{\color{magenta}1}    &{}    &{f’(x)}    &{}={}    &{-\sqrt{2}\sin(x - \frac{\pi}{4})}    &{} \\
&{~\color{magenta}2}    &{}    &{{}}    &{}={}    &{-\sqrt{2}\sin(\frac{\pi}{4} - \frac{\pi}{4})}    &{} \\
&{~\color{magenta}3}    &{}    &{{}}    &{}={}    &{-\sqrt{2}\sin(0)}    &{} \\
&{~\color{magenta}4}    &{}    &{{}}    &{}={}    &{0}    &{} \\
\end{array}$
• f'(x) is zero. So at C, the given function is just increasing. Not strictly increasing.

11. We are asked to find the intervals where the function is strictly increasing or strictly decreasing. Based on (8), (9) and (10), we can write:
   ♦ f(x) is strictly increasing on $\rm{\left[0,\frac{\pi}{4} \right)}$

12. Let us consider the second interval CD.
• When the input x from between C and D, x will be between $\frac{\pi}{4}$ and $\frac{5 \pi}{4}$
• So $(x - \frac{\pi}{4})$ will be between zero and π. It is the I and II quadrants.
$\implies \sin(x - \frac{\pi}{4})$ is +ve.
$\implies -\sqrt{2}\sin(x - \frac{\pi}{4})$ is −ve.

13. Suppose that, the input is the exact point C.
• This is same as (10) above.
• f'(x) is zero. So at C, the given function is just decreasing. Not strictly decreasing.

14. Suppose that, the input is the exact point D.
Then we get:
\begin{array}{ll}  &{\color{magenta}1}    &{}    &{f’(x)}    &{}={}    &{-\sqrt{2}\sin(x - \frac{\pi}{4})}    &{} \\
&{~\color{magenta}2}    &{}    &{{}}    &{}={}    &{-\sqrt{2}\sin(\frac{5 \pi}{4} - \frac{\pi}{4})}    &{} \\
&{~\color{magenta}3}    &{}    &{{}}    &{}={}    &{-\sqrt{2}\sin(\pi)}    &{} \\
&{~\color{magenta}4}    &{}    &{{}}    &{}={}    &{0}    &{} \\
\end{array}                   
• Here also, f'(x) is zero. So at D, the given function is just decreasing. Not strictly decreasing.

15. Based on (12), (13) and (14), we can write:
   ♦ f(x) is strictly decreasing in $\rm{\left( \frac{\pi}{4} , \frac{5 \pi}{4} \right)}$

16. Let us consider the last interval DB.
• When the input x from between D and B, x will be between $\frac{5 \pi}{4}$ and 2π.
• So $(x - \frac{\pi}{4})$ will be between π and $\frac{7 \pi}{4}$. It is the III and IV quadrants.
$\implies \sin(x - \frac{\pi}{4})$ is −ve.
$\implies -\sqrt{2}\sin(x - \frac{\pi}{4})$ is +ve.

17. Suppose that, the input is the exact point D.
• This is same as (14) above.
• f'(x) is zero. So at D, the given function is just increasing. Not strictly increasing.

18. Suppose that, the input is the exact point B.
Then we get:
\begin{array}{ll}  &{\color{magenta}1}    &{}    &{f’(x)}    &{}={}    &{-\sqrt{2}\sin(x - \frac{\pi}{4})}    &{} \\
&{~\color{magenta}2}    &{}    &{{}}    &{}={}    &{-\sqrt{2}\sin(2 \pi - \frac{\pi}{4})}    &{} \\
&{~\color{magenta}3}    &{}    &{{}}    &{}={}    &{-\sqrt{2} \left( -\sin \frac{\pi}{4} \right)}    &{} \\
&{~\color{magenta}4}    &{}    &{{}}    &{}={}    &{-\sqrt{2} . -\sqrt{2}}    &{} \\
&{~\color{magenta}5}    &{}    &{{}}    &{}={}    &{2}    &{} \\
\end{array}                   

• f'(x) is +ve. So at D, the given function is strictly increasing.

19. Based on (16), (17) and (18), we can write:
   ♦ f(x) is strictly increasing on $\rm{\left(\frac{5 \pi}{4}, 2 \pi \right]}$

• Fig.22.11 below shows the graphs:
   ♦ f(x) = sin x + cos x (red color)
   ♦ f'(x) = cos x − sin x (yellow color)

Fig.22.13

• We see that:
   ♦ Between A and C,
         ✰ yellow curve is +ve
         ✰ red curve is increasing
   ♦ Between C and D,
         ✰ yellow curve is −ve
         ✰ red curve is decreasing
   ♦ Between D and B,
         ✰ yellow curve is +ve
         ✰ red curve is increasing
    ♦ At x = C, f'(x) = 0
        ✰ Here, f(x) is neither increasing, nor decreasing
    ♦ At x = D, f'(x) = 0
        ✰ Here, f(x) is neither increasing, nor decreasing


The link below gives a few more solved examples:

Exercise 22.2



In the next section, we will see tangents and normals.

Previous

Contents

Next

Copyright©2024 Higher secondary mathematics.blogspot.com

Friday, August 30, 2024

22.2 - Derivative Test For Increasing And Decreasing functions

In the previous section, we saw definition 1 and definition 2, which help us to find the nature of a function at any given point. In this section, we will see how derivatives can be applied to find the nature.

To apply derivatives, we need to learn theorem 1. We will first see the theorem. Then we will write an explanation and after that, we will write the proof.

Theorem 1
Let f be continuous in [a,b] and differentiable in (a,b). Then
(a) f is strictly increasing in [a,b] if f'(x) > 0 for each x ∈ (a,b)
(b) f is increasing in [a,b] if f'(x) ≥ 0 for each x ∈ (a,b)
(c) f is strictly decreasing in [a,b] if f'(x) < 0 for each x ∈ (a,b)
(d) f is decreasing in [a,b] if f'(x) ≤ 0 for each x ∈ (a,b)
(e) f is constant in [a,b] if f'(x) = 0 for each x ∈ (a,b)

Explanation can be written in 2 steps:
1. We want to know the nature of the function in the interval [a,b]
2. There are infinite number of points in the interval (a,b).
(a) If the derivative f'(x) is greater than zero at all those points, then we say that:
f is strictly increasing in [a,b].

(b) If the derivative f'(x) is greater than or equal to zero at all those points, then we say that:
f is increasing in [a,b].

(c) If the derivative f'(x) is lesser than zero at all those points, then we say that:
f is strictly decreasing in [a,b] 

(d) If the derivative f'(x) is lesser than or equal to zero at all those points, then we say that:
f is decreasing in [a,b]

(e) If the derivative f'(x) is zero at all those points, then we say that:
f is constant in [a,b]

Proof for (a) can be written in 4 steps:
1. Let x1 and x2 be any two points in the interval [a,b], such that x1 < x2.
2. Given that:
   ♦ f is a real valued function
   ♦ f is continuous in [a,b]
   ♦ f is differentiable in (a,b)
• Then the three conditions are satisfied. We can apply Mean Value Theorem between the two points x1 and x2.

3. There exists a point c between x1 and x2 in such a way that:
Derivative at c is equal to the slope of the secant between x1 and x2.
• So we get:
$\begin{array}{ll} {~\color{magenta}    1    }    &{{}}    &{f'(c)}    & {~=~}    &{\frac{f(x_2) \,-\, f(x_1)}{x_2 \,-\, x_1}}    \\
{~\color{magenta}    2    }    &{\implies}    &{f(x_2) \,-\, f(x_1)}    & {~=~}    &{f'(c) (x_2 \,-\, x_1)}    \\
{~\color{magenta}    3    }    &{\implies}    &{f(x_2) \,-\, f(x_1)}    & {~>~}    &{0}    \\
{~\color{magenta}    4    }    &{\implies}    &{f(x_2)}    & {~>~}    &{f(x_1)}    \\
\end{array}$

◼ Remarks:
2 (magenta color):
• In part (a) of the theorem, it is given that, f'(x) > 0 for all points within (a,b). So f'(c) will be greater than zero.
• Also, we choose x1 and x2 in such a way that x2 > x1. So (x2 − x1) will be greater than zero.
• Therefore, f'(c) (x2 − x1) will be greater than zero.

4. From the above step, we see that:
If x1 < x2, then f(x1) < f(x2) and so, the given function is a strictly increasing function.   

Proof for (b) can be written in 4 steps:
1. Let x1 and x2 be any two points in the interval [a,b], such that x1 < x2.
2. Given that:
   ♦ f is a real valued function
   ♦ f is continuous in [a,b]
   ♦ f is differentiable in (a,b)
• Then the three conditions are satisfied. We can apply Mean Value Theorem between the two points x1 and x2.

3. There exists a point c between x1 and x2 in such a way that:
Derivative at c is equal to the slope of the secant between x1 and x2.
• So we get:
$\begin{array}{ll} {~\color{magenta}    1    }    &{{}}    &{f'(c)}    & {~=~}    &{\frac{f(x_2) \,-\, f(x_1)}{x_2 \,-\, x_1}}    \\
{~\color{magenta}    2    }    &{\implies}    &{f(x_2) \,-\, f(x_1)}    & {~=~}    &{f'(c) (x_2 \,-\, x_1)}    \\
{~\color{magenta}    3    }    &{\implies}    &{f(x_2) \,-\, f(x_1)}    & {~\ge~}    &{0}    \\
{~\color{magenta}    4    }    &{\implies}    &{f(x_2)}    & {~\ge~}    &{f(x_1)}    \\
\end{array}$

◼ Remarks:
2 (magenta color):
• In part (b) of the theorem, it is given that, f'(x) ≥ 0 for all points within (a,b). So f'(c) will be greater than or equal to zero.
• Also, we choose x1 and x2 in such a way that x2 > x1. So (x2 − x1) will be greater than zero.
• Therefore, f'(c) (x2 − x1) will be greater than or equal to zero.

4. From the above step, we see that:
If x1 < x2, then f(x1) ≤ f(x2) and so, the given function is an increasing function.

Proof for (c) can be written in 4 steps:
1. Let x1 and x2 be any two points in the interval [a,b], such that x1 < x2.
2. Given that:
   ♦ f is a real valued function
   ♦ f is continuous in [a,b]
   ♦ f is differentiable in (a,b)
• Then the three conditions are satisfied. We can apply Mean Value Theorem between the two points x1 and x2.

3. There exists a point c between x1 and x2 in such a way that:
Derivative at c is equal to the slope of the secant between x1 and x2.
• So we get:
$\begin{array}{ll} {~\color{magenta}    1    }    &{{}}    &{f'(c)}    & {~=~}    &{\frac{f(x_2) \,-\, f(x_1)}{x_2 \,-\, x_1}}    \\
{~\color{magenta}    2    }    &{\implies}    &{f(x_2) \,-\, f(x_1)}    & {~=~}    &{f'(c) (x_2 \,-\, x_1)}    \\
{~\color{magenta}    3    }    &{\implies}    &{f(x_2) \,-\, f(x_1)}    & {~<~}    &{0}    \\
{~\color{magenta}    4    }    &{\implies}    &{f(x_2)}    & {~<~}    &{f(x_1)}    \\
\end{array}$

◼ Remarks:
2 (magenta color):
• In part (c) of the theorem, it is given that, f'(x) < 0 for all points within (a,b). So f'(c) will be less than zero.
• Also, we choose x1 and x2 in such a way that x2 > x1. So (x2 − x1) will be greater than zero.
• Therefore, f'(c) (x2 − x1) will be less than zero.

4. From the above step, we see that:
If x1 < x2, then f(x1) > f(x2) and so, the given function is a strictly decreasing function.

• Proofs for parts (d) and (e) can be written in a similar way.


Now we will see some solved examples:

Solved example 22.8
Show that the function given by
f(x) = x3 − 3x2 + 4x, x ∈ R is strictly increasing on R.
Solution:
1. f'(x) = 3x2 −6x + 4
2. This can be written as:
f'(x) = 3(x2 −2x + 1) + 1
= 3(x −1)2 + 1
3. There is a square term and a +ve term. So f'(x) will be always greater than zero.
• We can try input x from any interval (a,b) in R. The value of f'(x) will be never less than zero.
• Also, since there is a "+ 1" term, f'(x) can never become equal to zero.
Therefore, f is a strictly increasing function.

4. Fig.22.45 below shows the graph of f(x) in red color and f'(x) in yellow color.

Fig.22.4

From the yellow curve we see that, no f'(x) value is zero or less than zero.

In the next section, we will see a few more solved examples.

Previous

Contents

Next

Copyright©2024 Higher secondary mathematics.blogspot.com

Thursday, August 29, 2024

Chapter 22.1 - Increasing And Decreasing Functions

In the previous section, we saw how derivatives can be used to find rate of change of quantities. In this section, we will see increasing and decreasing functions.

Some basic details can be written in 4 steps:
1. Consider the graph of the function f(x) = x2. It is shown in fig.22.3 below:

Fig.22.3

2. We see a vertical yellow line. This line helps us to understand the concept of height of graph.
• We see that, the vertical yellow line is drawn through x0.
   ♦ The lower end of the line is on the x-axis.
   ♦ The upper end of the line lies on the curve.
• So height of the vertical yellow line is f(x0).
• In such a situation, we say that:
Height of the graph at x0 is f(x0).

• It may be noted that, we do not consider the actual height of the yellow line. We consider the value of f(x0).

• Consider two cases:
   ♦ Case I: f(x0) = −8 
   ♦ Case II: f(x0) = −3
• Height of the yellow line will be larger in case I. But the value of f(x0) is larger in case II.
3. Now consider the portion of the x-axis from O to X'.
• In this portion, if we move along the x-axis from left to right, we will be passing through points like −3, −2, −1.5, −1, −0.5, −0.25, and finally 0.
• We can find the corresponding f(x) values. They are tabulated in the table 22.1(a) below:

Table 22.1(a)

• The second column of this table, gives the corresponding heights. We see that:
As we move from left to right, the height of the graph decreases.
• In this situation, we write:
The function is decreasing for x < 0

4. Similarly, consider the portion of the x-axis from O to X.
• In this portion, if we move along the x-axis from left to right, we will be passing through points like 0, 0.25, 0.5, 1, 1.5, 2, 3, . . .
• We can find the corresponding f(x) values. They are tabulated in the table 22.1(b) above.
• The second column of this table, gives the corresponding heights. We see that:
As we move from left to right, the height of the graph increases.
• In this situation, we write:
The function is increasing for x > 0


Based on the above discussion, we can write a definition of increasing and decreasing functions.

Definition 1:

Let I be an open interval contained in the domain of a real valued function f. Then f is said to be
(i) Increasing on I if x1 < x2 in I ⇒ f(x1) ≤ f(x2) for all x1, x2 ∈ I.
(ii) Strictly increasing on I if x1 < x2 in I ⇒ f(x1) < f(x2) for all x1, x2 ∈ I.
(iii) Decreasing on I if x1 < x2 in I ⇒ f(x1) ≥ f(x2) for all x1, x2 ∈ I.
(iv) Strictly decreasing on I if x1 < x2 in I ⇒ f(x1) > f(x2) for all x1, x2 ∈ I.


Now we will write a detailed explanation of the definition. The explanation can be written by using the function f(x) = x2 as an example. It can be written in 6 steps:

1. In the definition, there is a mention about domain of a real valued function.
• In fig.22.1 above, f(x) = x2 is a real valued function. It's domain is R. So all points in the x-axis, are included in the domain.
2. In the definition, there is a mention about an open interval I.
• 'Open interval' means, the end points should not be used as input values.
• In our discussion based on fig.22.1 above, we used two open intervals:
   ♦ (−∞,0) related to the portion OX' of the x-axis.
   ♦ (0,∞) related to the portion OX of the x-axis.
• Both of the above intervals are contained in R.

3. Now consider the open interval (−∞,0).
• Take any two points x1 and x2 such that, x1 < x2.
Let us take x1 = −3 and x2 = −0.25
• So we get:
   ♦ f(x1) = f(−3) = (−3)2 = 9  
   ♦ f(x2) = f(−0.25) = (−0.25)2 = 0.0625
• We can write: f(x1) > f(x2)
• So item (iv) of the definition is applicable here. We can write:
On the open interval I = (−∞,0), the function f(x) = x2 is strictly decreasing.
• The general graphical representation of a strictly decreasing function is shown in fig.22.4(d) below:

Fig.22.4

• Note that x1, that we select as the first point, should be always less than x2, that we select as the second point. This condition will ensure that, we always move from left to right along the x-axis. 

4. Similarly consider the open interval (0,∞).
• Take any two points x1 and x2 such that, x1 < x2.
Let us take x1 = 0.5 and x2 = 3
• So we get:
   ♦ f(x1) = f(0.5) = (0.5)2 = 0.25 
   ♦ f(x2) = f(3) = (3)2 = 9
• We can write: f(x1) < f(x2)
• So item (ii) of the definition is applicable here. We can write:
On the open interval I = (0,∞), the function f(x) = x2 is strictly increasing.
• The general graphical representation of a strictly increasing function is shown in fig.22.4(b) above.
• Note that x1, that we select as the first point, should be always less than x2, that we select as the second point. This condition will ensure that, we always move from left to right along the x-axis.

5. Once we understand strictly decreasing function, we will be able to write about decreasing function. Item (iii) of the definition is applicable here. The only difference between the two can be written as:
   ♦ For strictly decreasing, we have f(x1) > f(x2)
   ♦ For decreasing, we have f(x1) ≥ f(x2)
• That means, for some x1 and x2 values, the corresponding f(x) values may be equal. Such x values will give a horizontal segment to the graph.
• The general graphical representation of a decreasing function is shown in fig.22.4(c) above.

6. Similarly, once we understand strictly increasing function, we will be able to write about increasing function. Item (i) of the definition is applicable here. The only difference between the two can be written as:
   ♦ For strictly increasing, we have f(x1) < f(x2)
   ♦ For increasing, we have f(x1) ≤ f(x2)
• That means, for some x1 and x2 values, the corresponding f(x) values may be equal. Such x values will give a horizontal segment to the graph.
• The general graphical representation of a increasing function is shown in fig.22.4(a) above.


Now we will see a solved example.
Solved example 22.7
Show that the function f(x) = 7x − 3 is strictly increasing on R.
Solution:
1. In the discussion above, we considered an interval I inside the domain. In this problem, the interval is same as the domain, which is R.
2. Take any two points x1 and x2 from R. x1 must be less than x2.
• Let us take x1 = −3 and x2 = 5
3. So we get:
   ♦ f(x1) = 7(−3) − 3 = −24
   ♦ f(x2) = 7(5) − 3 = 32
4. We see that, f(x1) < f(x2).
So based on definition 1, we get a hint that, the given f(x) is strictly increasing. However, to prove it beyond doubt, we must write the proof for the general case. It can be done in 3 steps:

1. Take any two points x1 and x2 from R such that, x1 < x2.
2. Since x1 < x2, we get: 7(x1) − 3 < 7(x2) − 3
3. Since, 7(x1) − 3 < 7(x2) − 3, we can write: f(x1) < f(x2)
• So based on definition 1, we can write: f is a strictly decreasing function.


• The definition 1 that we saw above, will help us to find the nature of a function within an interval I.
• The next definition 2 that we are going to see, will help us to find the nature of a function at a point.

We will write the definition first and then see the explanation.
Definition 2:
Let x0 be a point in the domain of a real valued function f. Then f is said to be increasing, strictly increasing, decreasing or strictly decreasing at x0 if there exist an open interval I containing x0 such that f is increasing, strictly increasing, decreasing or strictly decreasing, respectively in I.
The explanation can be written in 3 steps:
1. We are given a real valued function f.
2. x0 is any point in the domain of f.
We want to know the nature of f at the point x0.
3. For that, we consider an open interval:
I = (x0 − h, x0 + h), where h > 0.
• If I exists such that, f is increasing on I, then we say that f is increasing at x0.
• If I exists such that, f is strictly increasing on I, then we say that f is strictly increasing at x0.
• If I exists such that, f is decreasing on I, then we say that f is decreasing at x0.
• If I exists such that, f is strictly decreasing on I, then we say that f is strictly decreasing at x0.


In the next section, we will see how to apply derivatives to find the nature.

Previous

Contents

Next

Copyright©2024 Higher secondary mathematics.blogspot.com