Assignment 11

course Mth 173

oİeӬzŇassignment #011

011. Rules for calculating derivatives of some functions.

10-06-2008

......!!!!!!!!...................................

20:21:40

`qNote that there are 9 questions in this assignment.

`q001. The most basic functions you studied precalculus were:

the power functions y = x^n for various values of n,

the exponential function y = e^x,

the natural logarithm function y = ln(x), and

the sine and cosine functions y = sin(x) and y = cos(x).

We have fairly simple rules for finding the derivative functions y ' corresponding to each of these functions. Those rules are as follows:

If y = x^n for any n except 0, then y ' = n x^(n-1).

If y = e^x then y ' = e^x (that's right, the rate of change of this basic exponential function is identical to the value of the function).

If y = ln(x) then y ' = 1/x. If y = sin(x) then y ' = cos(x).

If y = cos(x) then y ' = - sin(x).

There are also some rules for calculating the derivatives of combined functions like the product function x^5 * sin(x), the quotient function e^x / cos(x), or the composite function sin ( x^5).

We will see these rules later, but for the present we will mention one easy rule, that if we multiply one of these functions by some constant number the derivative function will be the derivative of that function multiply by the same constant number.

Thus for example,

since the derivative of sin(x) is cos(x), the derivative of 5 sin(x) is 5 cos(x); or

since the derivative of ln(x) is 1 / x, the derivative of -4 ln(x) is -4 (1/x) = -4 / x.

Using these rules, find the derivatives of the functions y = -3 e^x, y = .02 ln(x), y = 7 x^3, y = sin(x) / 5.

......!!!!!!!!...................................

RESPONSE -->

The derivative of y = -3 e^x is -3 times the derivative of y = e^x

The derivative of y = .02 ln(x) is .02 times the derivative of y = ln(x).

The derivative of y = 7 x^3 is 7 times the derivative of x^3. Since the derivative of x^n is n x^(n-1), the derivative of x^3 is 3 x^(3-1), or 3 x^3.

The derivative of y = 7 x^3 is therefore y ' = 7 ( 3 x^2) = 21 x^2.

The derivative of y = sin(x) / 5 is 1/5 the derivative of sin(x)..

The derivative of sin(x) is cos(x). Thus the derivative of y = sin(x) / 5 is y ' = 1/5 cos(x),

confidence assessment: 3

.................................................

......!!!!!!!!...................................

20:21:48

The derivative of y = -3 e^x is -3 times the derivative of y = e^x.

Since by the given rules the derivative of e^x is e^x, the derivative of y = - 3 e^x is y ' = - 3 e^x.

The derivative of y = .02 ln(x) is .02 times the derivative of y = ln(x).

Since the derivative of ln(x) is 1 / x, the derivative of y = .02 ln(x) is y ' = .02 * 1 / x = .02 / x.

The derivative of y = 7 x^3 is 7 times the derivative of x^3. Since the derivative of x^n is n x^(n-1), the derivative of x^3 is 3 x^(3-1), or 3 x^3.

The derivative of y = 7 x^3 is therefore y ' = 7 ( 3 x^2) = 21 x^2.

The derivative of y = sin(x) / 5 is 1/5 the derivative of sin(x). The derivative of sin(x), according to the rules given above, is cos(x). Thus the derivative of y = sin(x) / 5 is y ' = 1/5 cos(x), or y ' = cos(x) / 5.

......!!!!!!!!...................................

RESPONSE -->

ok

self critique assessment: 3

.................................................

......!!!!!!!!...................................

20:23:08

`q002. If a container is shaped so that when a certain constant water stream flows into the container, the depth function is y = 5 * ln(t), then at what rate is water rising in the container when t = 10?

......!!!!!!!!...................................

RESPONSE -->

The time rate at which water is rising is the derivative

y ' = dy / dt of the depth function y.

derivative of ln(t) is 1 / t

rate = y ' = 5 * 1 / t

= 5 / t.

Since the rate is y ' = 5 / t, when t = 10 the water is rising at rate y ' = 5 / 10 = .5.

If y is depth in cm and t is clock time in seconds

the rate is y ' = dy / dt = .5 cm/sec.

confidence assessment: 3

.................................................

......!!!!!!!!...................................

20:23:29

The time rate at which water is rising is the derivative y ' = dy / dt of the depth function y. Since the derivative of ln(t) is 1 / t, we have

rate = y ' = 5 * 1 / t = 5 / t.

Since the rate is y ' = 5 / t, when t = 10 the water is rising at rate y ' = 5 / 10 = .5.

If y is depth in cm and t is clock time in seconds, then the rate is y ' = dy / dt = .5 cm/sec.

......!!!!!!!!...................................

RESPONSE -->

ok

self critique assessment: 3

.................................................

......!!!!!!!!...................................

20:24:16

`q003. If a container is shaped so that when a certain constant water stream flows into the container, the depth function is y = e^t / 10, then at what rate is water rising in the container when t = 2?

......!!!!!!!!...................................

RESPONSE -->

The time rate at which water is rising is the derivative y ' = dy / dt of the depth function y.

Since the derivative of e^t is e^t,

rate = y ' = e^t / 10.

If y is depth in cm and t is clock time in seconds, then the rate is y ' = dy / dt = .73 cm/sec.

confidence assessment: 3

.................................................

......!!!!!!!!...................................

20:24:28

The time rate at which water is rising is the derivative y ' = dy / dt of the depth function y. Since the derivative of e^t is e^t, we have

rate = y ' = e^t / 10.

Since the rate is y ' = e^t / 10, when t = 2 the water is rising at rate y ' = e^2 / 10 = .73, approx.

If y is depth in cm and t is clock time in seconds, then the rate is y ' = dy / dt = .73 cm/sec.

......!!!!!!!!...................................

RESPONSE -->

right...ok

self critique assessment: 3

.................................................

......!!!!!!!!...................................

20:25:37

`q004. If the altitude of a certain rocket is given as a function of clock time t by y = 12 * t^3, then what function gives the rate of altitude change, and at what rate is the altitude changing when t = 15?

......!!!!!!!!...................................

RESPONSE -->

The time rate at which altitude is changing

=derivative y ' = dy / dt

Since the derivative of t^3 is 3 t^2, we have

rate = y ' = 12 * (3 t^2) = 36 t^2.

Since the rate is y ' = 36 t^2, when t = 15 the altitude is changing at rate y ' = 36 * 15^2 = 8100, approx.

If y is altitude in feet and t is clock time in seconds

rate is y ' = dy / dt = 8100 ft/sec.

confidence assessment: 3

.................................................

......!!!!!!!!...................................

20:25:43

The time rate at which altitude is changing is the derivative y ' = dy / dt of the depth function y. Since the derivative of t^3 is 3 t^2, we have

rate = y ' = 12 * (3 t^2) = 36 t^2.

Since the rate is y ' = 36 t^2, when t = 15 the altitude is changing at rate y ' = 36 * 15^2 = 8100, approx.

If y is altitude in feet and t is clock time in seconds, then the rate is y ' = dy / dt = 8100 ft/sec.

......!!!!!!!!...................................

RESPONSE -->

ok

self critique assessment: 3

.................................................

......!!!!!!!!...................................

20:27:12

`q005. If the position of a certain pendulum is given relative to its equilibrium position by the function y = .35 sin(t), then what function gives the corresponding rate of position change, and what rate is position changing when t = 0, when t = `pi/2, and when t = 4?

......!!!!!!!!...................................

RESPONSE -->

Since the derivative of sin(t) is cos(t)

then

rate = y ' = .35 cos(t).

Since the rate is y ' = .35 cos(t),

When t = 0 the position is changing at rate y ' = .35 cos(0) = .35.

When t = `pi/2 the position is changing at rate y ' = .35 cos(`pi/2) = 0.

When t = 4 the position is changing at rate y ' = .35 cos(4) = -.23.

If y is position in cm and t is clock time in seconds,

the rates are .35 cm/s , -.35 cm/s , and -.23 cm/s

confidence assessment: 3

.................................................

......!!!!!!!!...................................

20:27:19

The time rate at which position is changing is the derivative y ' = dy / dt of the position function y. Since the derivative of sin(t) is cos(t), we have

rate = y ' = .35 cos(t).

Since the rate is y ' = .35 cos(t),

When t = 0 the position is changing at rate y ' = .35 cos(0) = .35.

When t = `pi/2 the position is changing at rate y ' = .35 cos(`pi/2) = 0.

When t = 4 the position is changing at rate y ' = .35 cos(4) = -.23.

If y is position in cm and t is clock time in seconds, then the rates are .35 cm/s (motion in the positive direction), -.35 cm/s (motion in the negative direction), and -.23 cm/s (motion in the negative direction but not quite as fast).

......!!!!!!!!...................................

RESPONSE -->

ok

self critique assessment: 3

.................................................

......!!!!!!!!...................................

20:28:15

`q006. Another rule is not too surprising: The derivative of the sum of two functions is the sum of the derivatives of these functions. What are the derivatives of the functions y = 4 x^3 - 7 x^2 + 6 x, y = 4 sin(x) + 8 ln(x), and y = 5 e^x - 3 x^-5?

......!!!!!!!!...................................

RESPONSE -->

Since y = 4 x^3 - 7 x^2 + 6 x is the sum of the functions 4 x^3, -7 x^2 and 6x, whose derivatives are 12 x^2, -14 x and 6,

we see that y ' is the sum of these derivatives:

y ' = 12 x^2 - 14 x + 6.

Since y = 4 sin(x) + 8 ln(x) is the sum of the functions 4 sin(x) and 8 ln(x), whose derivatives are , respectively, 4 cos(x) and 8 / x, we see that y ' is the sum of these derivatives:

y ' = 4 cos(x) + 8 / x

Since y = 5 e^x - 3 x^-5 is the sum of the functions 5 e^x and 3 x^-5, whose derivatives are, respectively, 5 e^x and -15 x^-6, we see that y ' is the sum of these derivatives:

y ' = 5 e^x + 15 x^-6.

confidence assessment: 3

.................................................

......!!!!!!!!...................................

20:28:24

Since y = 4 x^3 - 7 x^2 + 6 x is the sum of the functions 4 x^3, -7 x^2 and 6x, whose derivatives are 12 x^2, -14 x and 6, respectively, we see that y ' is the sum of these derivatives:

y ' = 12 x^2 - 14 x + 6.

Since y = 4 sin(x) + 8 ln(x) is the sum of the functions 4 sin(x) and 8 ln(x), whose derivatives are , respectively, 4 cos(x) and 8 / x, we see that y ' is the sum of these derivatives:

y ' = 4 cos(x) + 8 / x

Since y = 5 e^x - 3 x^-5 is the sum of the functions 5 e^x and 3 x^-5, whose derivatives are, respectively, 5 e^x and -15 x^-6, we see that y ' is the sum of these derivatives:

y ' = 5 e^x + 15 x^-6.

Note that the derivative of x^-4, where n = -4, is n x^(n-1) = -4 x^(-4-1) = -4 x^-5.

......!!!!!!!!...................................

RESPONSE -->

ok

self critique assessment: 3

.................................................

......!!!!!!!!...................................

20:29:32

`q007. The rule for the product of two functions is a bit surprising: The derivative of the product f * g of two functions is f ' * g + g ' * f. What are the derivatives of the functions y = x^3 * sin(x), y = e^t cos(t), and y = ln(z) * z^-3?

......!!!!!!!!...................................

RESPONSE -->

The derivative of y = x^3 * sin(x),

is

f ' g + g ' f = (x^3) ' sin(x) + x^3 (sin(x)) '

= 3x^2 sin(x) + x^3 cos(x).

The derivative of y = e^t cos(t), which is of form f * g if f = e^t and g = cos(t),

is

f ' g + g ' f = (e^t) ' cos(t) + e^t (cos(t) ) '

= e^t cos(t) + e^t (-sin(t)) = e^t [ cos(t) - sin(t) ].

The derivative of y = ln(z) * z^-3, which is of form f * g if f = ln(z) and g = z^-3,

is

f ' g + g ' f = (ln(z)) ' z^-3 +ln(z) ( z^-3) '

= 1/z * z^-3 + ln(z) * (-3 z^-4) =

z^-4 - 3 ln(z) * z^-4 = z^-4 (1 - 3 ln(z)).

confidence assessment: 3

.................................................

......!!!!!!!!...................................

20:29:38

The derivative of y = x^3 * sin(x), which is of form f * g if f = x^3 and g = sin(x), is

f ' g + g ' f = (x^3) ' sin(x) + x^3 (sin(x)) '

= 3x^2 sin(x) + x^3 cos(x).

The derivative of y = e^t cos(t), which is of form f * g if f = e^t and g = cos(t), is

f ' g + g ' f = (e^t) ' cos(t) + e^t (cos(t) ) '

= e^t cos(t) + e^t (-sin(t)) = e^t [ cos(t) - sin(t) ].

The derivative of y = ln(z) * z^-3, which is of form f * g if f = ln(z) and g = z^-3, is

f ' g + g ' f = (ln(z)) ' z^-3 +ln(z) ( z^-3) '

= 1/z * z^-3 + ln(z) * (-3 z^-4) =

z^-4 - 3 ln(z) * z^-4 = z^-4 (1 - 3 ln(z)).

......!!!!!!!!...................................

RESPONSE -->

ok

self critique assessment: 3

.................................................

......!!!!!!!!...................................

20:30:37

`q008. The rule for the quotient of two functions is perhaps even more surprising:

The derivative of the quotient f / g of two functions is [ f ' g - g ' f ] / g^2.

What are the derivatives of the functions y = e^t / t^5, y = sin(x) / cos(x) and y = ln(x) / sin(x)?

......!!!!!!!!...................................

RESPONSE -->

The derivative of y = e^t / t^5,

=

(f ' g - g ' f) / g^2= ( (e^t) ' t^5 - e^t (t^5) ' ) / (t^5)^2

= (e^t * t^5 - e^t * 5 t^4) / (t^5)^2

= t^4 * e^t ( t - 5) / t^10

= e^t (t-5) / t^6..

The derivative of y = sin(x) / cos(x), which is of form f / g if f = sin(x) and g = cos(x),

=

(f ' g + g ' f) / g^2 =( (sin(x)) ' cos(x) - sin(x) (cos(x)) ' ) / (cos(x))^2 '

= (cos(x) * cos(x) - sin(x) * -sin(x) ) / (cos(x))^2 =

( (cos(x))^2 + (sin(x))^2 ) / (cos(x))^2 =

1 / cos(x)^2.

confidence assessment: 3

.................................................

......!!!!!!!!...................................

20:30:56

The derivative of y = e^t / t^5, which is of form f / g if f = e^t and g = t^5, is

(f ' g - g ' f) / g^2= ( (e^t) ' t^5 - e^t (t^5) ' ) / (t^5)^2

= (e^t * t^5 - e^t * 5 t^4) / (t^5)^2

= t^4 * e^t ( t - 5) / t^10

= e^t (t-5) / t^6..

The derivative of y = sin(x) / cos(x), which is of form f / g if f = sin(x) and g = cos(x), is

(f ' g + g ' f) / g^2 =( (sin(x)) ' cos(x) - sin(x) (cos(x)) ' ) / (cos(x))^2 '

= (cos(x) * cos(x) - sin(x) * -sin(x) ) / (cos(x))^2 =

( (cos(x))^2 + (sin(x))^2 ) / (cos(x))^2 =

1 / cos(x)^2.

Note that we have used the Pythagorean identity (sin(x))^2 + (cos(x))^2 = 1.

......!!!!!!!!...................................

RESPONSE -->

ok

self critique assessment: 3

.................................................

......!!!!!!!!...................................

20:31:05

The derivative of y = e^t / t^5, which is of form f / g if f = e^t and g = t^5, is

(f ' g - g ' f) / g^2= ( (e^t) ' t^5 - e^t (t^5) ' ) / (t^5)^2

= (e^t * t^5 - e^t * 5 t^4) / (t^5)^2

= t^4 * e^t ( t - 5) / t^10

= e^t (t-5) / t^6..

The derivative of y = sin(x) / cos(x), which is of form f / g if f = sin(x) and g = cos(x), is

(f ' g + g ' f) / g^2 =( (sin(x)) ' cos(x) - sin(x) (cos(x)) ' ) / (cos(x))^2 '

= (cos(x) * cos(x) - sin(x) * -sin(x) ) / (cos(x))^2 =

( (cos(x))^2 + (sin(x))^2 ) / (cos(x))^2 =

1 / cos(x)^2.

Note that we have used the Pythagorean identity (sin(x))^2 + (cos(x))^2 = 1.

The derivative of y = ln(x) / sin(x), which is of form f / g if f = ln(x) and g = sin(x), is

(f ' g + g ' f) / g^2 =( (ln(x)) ' sin(x) - ln(x) (sin(x)) ' ) / (sin(x))^2 =

(sin(x) * 1/x - ln(x) * cos(x) ) / (sin(x))^2 =

( sin(x) / x - ln(x) cos(x) ) / (sin(x))^2 =

1 / ( x sin(x)) - ln(x) cos(x) / (sin(x))^2. Further simplification using the tangent function is possible, but the answer here will be left in terms of the sine and cosine functions.

......!!!!!!!!...................................

RESPONSE -->

ok

self critique assessment:

.................................................

......!!!!!!!!...................................

20:33:20

`q009. Combining the above rules find the derivatives of the following functions: y =4 ln(x) / sin(x) - sin(x) * cos(x); y = 3 e^t / t + 6 ln(t), y = -5 t^5 / ln(t) + sin(t) / 5.

......!!!!!!!!...................................

RESPONSE -->

derivative of sin(x) / ln(x) is 1 / ( x sin(x)) + ln(x) cos(x) / (sin(x))^2 ),

the derivative of sin(x) * cos(x)

= -(sin(x))^2 + (cos(x))^2,

the derivative of y = 4 sin(x) / ln(x) - sin(x) * cos(x) is y '

= 4 [ 1 / ( x sin(x) - ln(x) cos(x) / (sin(x))^2 ] - ( -(sin(x))^2 + (cos(x))^2 )

= 4 / ( x sin(x) ) - 4 ln(x) cos(x) / ( sin(x))^2 + (sin(x))^2 - (cos(x))^2.

The derivative of 3 e^t / t is found by the quotient rule to be ( 3 e^t * t - 3 e^t * 1 ) / t^2 = 3 e^t ( t - 1) / t^2, the derivative of 6 ln(t) is 6 / t, so the derivative of y = 3 e^t / t + 6 ln(t) is therefore

y ' = 3 e^t ( t - 1) / t^2 + 6 / t.

Since the derivative of -5 t^5 / ln(t) is found by the quotient rule to be ( -25 t^4 ln(t) - (-5 t^5 ) * ( 1 / t ) ) / (ln(t))^2, and the derivative of sin(t) / 5 is cos(t) / 5, we see that the derivative of y = -5 t^5 / ln(t) + sin(t) / 5 is

y ' = (-25 t^4 ln(t) - (-5 t^5 ) * ( 1 / t ) ) / (ln(t))^2 + cos(t) / 5 =

-25 t^4 ln(t) + 5 t^4 / (ln(t))^2 + cos(t) / 5.

confidence assessment: 3

.................................................

......!!!!!!!!...................................

20:33:27

Since the derivative of sin(x) / ln(x) is 1 / ( x sin(x)) + ln(x) cos(x) / (sin(x))^2 ), as just seen, and the derivative of sin(x) * cos(x) is easily seen by the product rule to be -(sin(x))^2 + (cos(x))^2, we see that the derivative of y = 4 sin(x) / ln(x) - sin(x) * cos(x) is y ' = 4 [ 1 / ( x sin(x) - ln(x) cos(x) / (sin(x))^2 ] - ( -(sin(x))^2 + (cos(x))^2 ) =

4 / ( x sin(x) ) - 4 ln(x) cos(x) / ( sin(x))^2 + (sin(x))^2 - (cos(x))^2.

Further rearrangement is possible but will not be done here.

The derivative of 3 e^t / t is found by the quotient rule to be ( 3 e^t * t - 3 e^t * 1 ) / t^2 = 3 e^t ( t - 1) / t^2, the derivative of 6 ln(t) is 6 / t, so the derivative of y = 3 e^t / t + 6 ln(t) is therefore

y ' = 3 e^t ( t - 1) / t^2 + 6 / t.

Since the derivative of -5 t^5 / ln(t) is found by the quotient rule to be ( -25 t^4 ln(t) - (-5 t^5 ) * ( 1 / t ) ) / (ln(t))^2, and the derivative of sin(t) / 5 is cos(t) / 5, we see that the derivative of y = -5 t^5 / ln(t) + sin(t) / 5 is

y ' = (-25 t^4 ln(t) - (-5 t^5 ) * ( 1 / t ) ) / (ln(t))^2 + cos(t) / 5 =

-25 t^4 ln(t) + 5 t^4 / (ln(t))^2 + cos(t) / 5.

......!!!!!!!!...................................

RESPONSE -->

ok

self critique assessment: 3

.................................................

€ڮdV}

assignment #011

zKÑQߔ׼

Calculus I

10-06-2008

......!!!!!!!!...................................

20:35:23

problem 1.7.6 (was 1.11.4) continuity of x / (x^2+2) on (-2,2)is the function continuous on the given interval and if so, why?

......!!!!!!!!...................................

RESPONSE -->

The denominator would never be 0, since x^2 must always be positive. .

So you could never have division by zero, and the function is defined for every value of x.

The function has a smooth graph on this interval and is therefore continuous.

.................................................

......!!!!!!!!...................................

20:35:28

** The denominator would never be 0, since x^2 must always be positive. So you could never have division by zero, and the function is therefore defined for every value of x. The function also has a smooth graph on this interval and is therefore continuous.

The same is true of the correct Problem 4, which is 1 / `sqrt(2x-5) on [3,4]. On this interval 2x-5 ranges continuously from 2*3-5=1 to 2*4-5=3, so the denominator ranges continuously from 1 to `sqrt(3) and the function itself ranges continuously from 1 / 1 to 1 / `sqrt(3). **

......!!!!!!!!...................................

RESPONSE -->

ok

.................................................

......!!!!!!!!...................................

20:37:05

query problem 1.7.20(was 1.11.9) continuity of sin(x) / x, x<>0; 1/2 for x = 0. Where is the function continuous and where is it not continuous?

......!!!!!!!!...................................

RESPONSE -->

Division by zero is not defined,

so sin(x) / x cannot exist at x = 0.

The function is, however, not defined at x = 0 by sin(x) / x; the definition says that at x = 0, the function is equal to 1/2.

sin(x) / x as x approaches zero.

Substituting small nonzero values of x into sin(x) / x will yield results close to 1, and the closer x gets to 0 the closer the result gets to 1.

So I think that the limiting value of the function at x = 0 is 1, not 1/2.

.................................................

......!!!!!!!!...................................

20:37:10

** Division by zero is not defined, so sin(x) / x cannot exist at x = 0. The function is, however, not defined at x = 0 by sin(x) / x; the definition says that at x = 0, the function is equal to 1/2.

It remains to see what happens to sin(x) / x as x approaches zero. Does the function approach its defined value 1/2, in which case the value of the function at x = 0 would equal its limiting value x = 0 and the function would be continuous; does it approach some other number, in which case the limiting value and the function value at x = 0 would not the equal and the function would not be continuous; or does the limit at x = 0 perhaps not exist, in which case we could not have continuity.

Substituting small nonzero values of x into sin(x) / x will yield results close to 1, and the closer x gets to 0 the closer the result gets to 1. So we expect that the limiting value of the function at x = 0 is 1, not 1/2. It follows that the function is not continuous. **

......!!!!!!!!...................................

RESPONSE -->

ok

.................................................

......!!!!!!!!...................................

20:37:41

Query problem 1.8.12 lim (cos h - 1 ) / h, h -> 0. What is the limit and how did you get it?

......!!!!!!!!...................................

RESPONSE -->

h = .1, .01, .001

the values of (cos(h)-1 ) / h are -0.04995834722, -0.004999958472, -0.0005.

The limit is zero

.................................................

......!!!!!!!!...................................

20:37:45

** For h = .1, .01, .001 the values of (cos(h)-1 ) / h are -0.04995834722, -0.004999958472, -0.0005. The limit is zero. **

......!!!!!!!!...................................

RESPONSE -->

ok

.................................................

......!!!!!!!!...................................

20:38:01

Query Add comments on any surprises or insights you experienced as a result of this assignment.

......!!!!!!!!...................................

RESPONSE -->

no surprises

................................................."

&#Your work looks very good. Let me know if you have any questions. &#