PolarSPARC

Introduction to Calculus - Part 4


Bhaskar S 03/27/2021


Differential Calculus

In Part 3, we covered additional rules of Differentiation, worked on few problems, introduced decreasing/increasing functions and critical numbers.

First-Derivative Test for Relative Extrema

The following are the definitions of Relative Extrema, for a given continuous function f(x), if f(x) is differentiable in the interval (a, b) and c is a critical number in the interval:

In other words, if a continuous function f(x) has a relative maximum or a relative minimum at x = c, then c is the Critical Number of the given function. That is, either f(c) = 0 or undefined.

Let us look at an example now.

Example-1 Find the relative extrema for the function y=x4x3

To determine the relative extrema, we first need to determine its derivative.

y = ddx[x4x3] = 4x33x2 = x2(4x3)

We can infer y is continuous at all points and is zero (0) at two points: x = 0 and x=34. These are the critical numbers of the given function y.

The following graph is the illustration of the functions y (in green) and with the critical numbers as red dots:

f(x) Graph
Fig.1

The critical numbers of the function f(x) partition the domain of the function f(x) into intervals (,0), (0,34), and (34,) respectively.

Now it is time to find the sign of the derivative function y in each of the 3 domain intervals by picking a test number in each of the domain intervals.

test number x  value and sign of y
1 in (,0)  7 negative
12 in (0,34)  14 negative
1 in (34,)  1 positive

RESULT: applying the first-derivative test to the above table, there is no relative extrema at x = 0 since the derivative is negative on the left and right. At x = 34, we have the derivative as negative to the left and positive to the right and therefore we have a relative minimum.


Let us look at another example.

Example-2 Find the relative extrema for the function y=2x3x23

To determine the relative extrema, we first need to determine its derivative.

y = ddx[2x3x23] = 43.23.x231 = 2(11x13) = 2(x131)x13

We can infer y is continuous at all points and (a) is undefined at zero (0) and (b) zero (0) at x = 1. These are the critical numbers of the given function y.

The following graph is the illustration of the functions y (in green) and with the critical numbers as red dots:

f(x) Graph
Fig.2

The critical numbers of the function f(x) partition the domain of the function f(x) into intervals (,0), (0,1), and (1,) respectively.

Now it is time to find the sign of the derivative function y in each of the 3 domain intervals by picking a test number in each of the domain intervals.

test number x  value and sign of y
1 in (,0)  5 negative
12 in (0,1)  0.95 positive
32 in (1,)  31.17 negative

RESULT: applying the first-derivative test to the above table, we have a relative maximum at x = 0 since the derivative is negative on the left and positive on the right. Similarly, at x = 1, we have a relative minimum since the derivative is positive to the left and negative to the right.


Let us look at one other example.

Example-3 The product of two positive numbers is 288. Minimize the sum of the second number and twice the first number

Let x be the first number and y be the second number. Given xy = 288. We want to minimize the sum S = 2x + y.

Rewriting the equation for S to depend on one variable (say x), S=2x+288x.

Given that the numbers are positive, the domain if x0.

Next, we find the critical number(s) to help us identify the minimum value of S. To find the critical number(s), we need to find the derivative of S. That is S = ddx[2x288x] = 2288x2

To find the critical number(s), we set the derivative S=2288x2 = 0.

That is, x2=144 or x=±12. Since the domain is only positive numbers, we choose x = 12.

The critical number x = 12 partitions the domain of the function S into intervals (0,12) and (12,) respectively.

Now it is time to find the sign of the derivative function S in each of the 2 domain intervals by picking a test number in each of the domain intervals.

test number x  value and sign of S
1 in (0,12)  -286 negative
13 in (12,)  0.296 positive

RESULT: applying the first-derivative test to the above table, we have a relative minimum at x = 12, since the derivative is negative to the left and positive to the right. Therefore, the two numbers are x = 12 and y = 24.


Second-Derivative Test for Concavity

The following are the definitions of Concavity, for a given continuous function f(x) that is differentiable in the interval (a, b):


Let us look at an example.

Example-4 Find the intervals for which the graph of the function f(x) = 3x2+3 is either concave upward and/or concave downward ?

The given equation for the function is f(x)=3x2+3.

Given f(x)=3x2+3, the first derivative of f(x)=6.(x2+3)1 using the chain rule is f(x)=6.(1).(2x).(x2+3)2 = 12x(x2+3)2.

The second derivative f(x) can be found using the quotient rule. Therefore, f(x)=(x2+3)2(12)(12x)(2)(2x)(x2+3)(x2+3)4 = 12(x2+3)+48x2(x2+3)3 = 36(x21)(x2+3)3.

From the above equation for f(x), we can infer the second derivation is defined for all real numbers. Also, for x = -1 or 1, f(x)=0.

Therefore, the domain of the function f(x) can be divided into intervals (,1), 1,1, and (1,) respectively.

Now it is time to find if the second derivative function f(x) is increasing or decreasing in each of the 3 domain intervals by picking a test number in each of the intervals.

interval test number x sign of f(x) concave type
(,1) x = -2 f(2)>0 upward
(1,1) x = 0 f(0)<0 downward
(1,) x = 2 f(2)>0 upward

The following illustration shows the conclusion on the concavity of the function f(x):

Concavity
Fig.3


The second derivative of a function f(x) can also be used to determine the relative minimum or relative maximum of the function. If f(c)=0 and if f(c) exists for the interval that contains the critical number c, then the following steps summarize of the second derivative test:

If f(c)=0, then the test fails and one can resort to using the first derivative test.

Exponential Functions

Exponential Functions are typically used to model the growth a some quantity that is not restricted. Examples include growth of a population growth, radioactive decay, etc

If a>0 and a1, then the Exponential Function with base a is represented as f(x)=ax, where x is the Exponent.

If a and b are positive numbers, then following are some of the properties of exponents

The following illustration shows the graphs for exponential functions y=2x in blue and y=3x in violet:

Exponential Function Graphs
Fig.4

The natural irrational number e which is defined as the constant 2.71828182846... is typically used at the base of the exponential function.

Mathematically, the irrational number e is defined as follows:

    limx0(1+x)1x=e

The following illustration shows the graph for exponential function y=ex:

Exponential Function
Fig.5

Let us look at an example now.

Example-5 A bacterial culture is growing according to the growth model y=1.251+0.25e0.4t, where t0 is the time (in hours) and y is the culture weight (in grams). What is the weight of the culture after 10 hours ? Also, what is the limit of the model as t increases without bound ?

(a) The weight of the culture after t=10 hours, y=1.251+0.25e0.4(10)

RESULT: The weight y1.244 grams

(b) The limit of the model as t increases without bound (to ) is limt1.251+0.25e0.4t = limt1.251+0.25e0.4t

As t, the term e0.4t gets very large. This implies 0.25e0.4t will approach zero (0). Therefore, y=1.251+0 = 1.25

RESULT: The weight of the culture approaches 1.25 as t increases without bound.


Let us look at another example.

Example-6 The balance amount A on investing principal P at an annual rate r that it compounded n times is given by the formula A=P(1+rn)n. What is the limit of the balanace A as n increases without bound ?

The balance amount A as n (number of interest compound) increases without bound (to ) is limnP(1+rn)n = limnP[(1+rn)nr]r

Let x=rn, then limx0P(1+x)1x = P[limx0(1+x)1x]

We know limx0(1+x)1x=e.

RESULT: The limit of the balanace A as n increases without bound is limnA=Per.


Derivatives of Exponential Functions

The following are the rules of derivatives for natural exponential functions:

The following are the properties of natural exponential functions:

Let us look at an example now.

Example-7 Find the derivative of f(x)=e3x2

We need to use the chain rule to find the derivative of f(x). Let u=3x2.

Then, f(x)=e3x2=eu. We know ddx[eu] = eu.dudx.

Therefore, f(x)=eu.dudx = eu.(3)(2)x21=6x.eu=6xe3x2

RESULT: The derivative of f(x) is 6xe3x2.


Let us look at another example.

Example-8 The function y=30(ex60+ex60), where 30x30, models the shape of the telephone wire that is hung between two poles that are 60 feet apart. What is the height (from the ground) of the lowest point on the telephone wire ?

The following diagram provides a pictorial illustration:

f(x) Graph
Fig.6

Given the domain of x is the closed interval [30,30].

To find the lowest (or minimum) point on the telephone wire, we need to find the first-derivative of the function and find the critical number.

Let u=x60. Therefore, y=ddx[30(eu+eu)] = 30[eu.dudx+eu.dudx] = 30[eu.(160)+eu.(160)] = 30[eu60eu60] = 12(eueu) = 12(ex60ex60)

To find the critical number, we set y=0. That is, 12(ex60ex60)=0

That is ex60ex60=0. OR x60=x60. OR x=x. OR 2x=0. This implies x=0.

The height the telephone wire (from the ground) can be computed by substituting x=30, x=0, and x=30 in the function for y to figure the lowest (minimum) point. The following are the three values:

x value y value
-30 67.68
0 60
30 67.68

RESULT: The height from the ground at the lowest point in the telephone wire is 60 feet.


References

Introduction to Calculus - Part 3

Introduction to Calculus - Part 2

Introduction to Calculus - Part 1


© PolarSPARC