calc1assgnment13

course MTH272

{?q???x????>??assignment #013

013. Applications of the Chain Rule

11-12-2008

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

10:17:22

`qNote that there are 4 questions in this assignment.

`q001. The Fahrenheit temperature T of a potato just taken from the oven is given by the function T(t) = 70 + 120 e^(-.1 t), where t is the time in minutes since the potato was removed from the oven. At what rate is the temperature changing at t = 5?

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

RESPONSE -->

T(x)=120e^(-.1x)+70

T'(x)=120e^(z)

z'=(-.1)

T'(x)=-.1 * 120e^(-.1x)

=-12e^(-.1x)

T'(5)=-12e^(-.1(5))= -7.278

The temperature is decreasing 7.278 degrees per minute

confidence assessment: 3

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

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

10:20:06

The rate of temperature change is given by the derivative function ( T ( t ) ) ', also written T ' (t).

Since T(t) is the sum of the constant function 70, whose derivative is zero, and 120 times the composite function e^(-.1 t), whose derivative is -.1 e^(-.1 t), we see that T ' (t) = 120 * ( -.1 e^(-.1 t) ) = -12 e^(-.1 t).

Note that e^(-.1 t) is the composite of f(z) = e^z and g(t) = -.1 t, and that its derivative is therefore found using the chain rule.

When t = 5, we have T ' (5) = -12 e^(-.1 * 5 ) = -12 e^-.5 = -7.3, approx.. This represents rate = change in T / change in t in units of degrees / minute, so at t = 5 minutes the temperature is changing by -7.3 degrees/minute.

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

RESPONSE -->

I got the right answer, but I grouped 120 in with e on the composite function. why wouldnt 120 be grouped with e to form 120e^z?

self critique assessment: 2

Either grouping is OK, but the constant rule says that the derivative of c * f(x) is c * f ' (x), and this is the order in which the given solution is expressed.

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

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

10:25:28

`q002. The weight in grams of a growing plant is closely modeled by the function W(t) = .01 e^(.3 t ), where t is the number of days since the seed germinated. At what rate is the weight of the plant changing when t = 10?

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

RESPONSE -->

y'=.01 * e^z

z'= 3

y'= .01 * (3e^(3t))

y'=.03e^(3t)

y'(10)= .03e^(30)

=3.2E11

confidence assessment: 2

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

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

10:28:49

The rate of change of weight is given by the derivative function ( W ( t ) ) ', also written W ' (t).

Since W(t) is .01 times the composite function e^(.3 t), whose derivative is .3 e^(.3 t), we see that W ' (t) = .01 * ( .3 e^(.3 t) ) = .003 e^(.3 t).

Note that e^(.3 t) is the composite of f(z) = e^z and g(t) = .3 t, and that its derivative is therefore found using the chain rule.

When t = 10 we have W ' (10) = .003 e^(.3 * 10) = .03 e^(3) = .06. Since W is given in grams and t in days, W ' will represent change in weight / change in clock time, measured in grams / day.

Thus at t = 10 days the weight is changing by .06 grams / day.

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

RESPONSE -->

haha i missed the decimal place in .3t. i thought that was an extremely large plant.

so the derivative of the original function would be now: .3(.01)e^(.3t)= .003e^(.3t)

f(10)=.003e^(3)=.06 grams per day

self critique assessment: 2

Glad you noticed that the result was unreasonable. No problem with the mechanics of the solution.

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

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

10:32:53

`q003. The height above the ground, in feet, of a child in a Ferris wheel is given by y(t) = 6 + 40 sin ( .2 t - 1.6 ), where t is clock time in seconds. At what rate is the child's height changing at the instant t = 10?

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

RESPONSE -->

y(t)=6+40(sin)(.2t-1.6)

y'=40*cos(z)

z'=.2

y'=40(.2)(cos(.2t-1.6)

=8(cos(.2(10)-1.6)

=7.37 feet per second

confidence assessment: 3

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

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

10:33:16

The rate of change of altitude is given by the derivative function ( y ( t ) ) ', also written y ' (t).

Since y(t) is the sum of the constant term 6, with derivative zero, and 40 times the composite function sin (.2 t - 1.6), whose derivative is .2 cos(.2 t - 1.6), we see that y ' (t) = 40 * ( .2 cos(.2 t - 1.6) ) = 8 cos(.2 t - 1.6).

Note that sin(.2t - 1.6) is the composite of f(z) = sin(z) and g(t) = .2 t - 1.6, and that its derivative is therefore found using the chain rule.

Thus at t = 10 seconds we have rate y ' (10) = 8 cos( .2 * 10 - 1.6) = 8 cos( .4) = 7.4, approx.. Since y represents altitude in feet and t represents clock time in seconds, this represents 7.4 feet per second. The child is rising at 7.4 feet per second when t = 10 sec.

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

RESPONSE -->

self critique assessment: 3

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

?{???????q?¦???]??assignment #013

013. Applications of the Chain Rule

11-12-2008

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

10:42:13

`q004. The grade point average of a certain group of students seems to be modeled as a function of weekly study time by G(t) = ( 10 + 3t ) / (20 + t ) + `sqrt( t / 60 ). At what rate does the grade point average go up as study time is added for a typical student who spends 40 hours per week studying? Without calculating G(40.5), estimate how much the grade point average for this student would go up if she spend another 1/2 hour per week studying.

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

RESPONSE -->

G'(x)=50/(20+x)^2+sqrt z

=50/(20+x)^2+1/(12'sqrt(x/60))

G'(40)= .024

For every hour of additional study GPA increase

.024 points. So an extra half hour wouldnt bring

the student to a 3.0

confidence assessment: 2

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

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

11:01:18

The rate of change of grade point average is given by the derivative function ( G ( t ) ) ', also written G ' (t).

Since G(t) is the sum of the quotient function (10 + 3 t ) / ( 20 + t), with derivative 50 / ( 20 + t ) ^ 2, and the composite function `sqrt( t / 60) , whose derivative is 1 / (120 `sqrt( t / 60) ), we see that G ' (t) = 50 / ( 20 + t ) ^ 2 + 1 / (120 `sqrt( t / 60) ).

Note that `sqrt(t / 60) is the composite of f(z) = `sqrt(z) and g(t) = t / 60, and that its derivative is therefore found using the chain rule.

Thus if t = 40 we have rate G ' (40) = 50 / ( 20 + 40 ) ^ 2 + 1 / (120 `sqrt( 40 / 60) ) = .024, approx.. Since G represents grade point and t represents weekly study time in hours, this represents .024 grade points per hour of weekly study time. The grade point is rising by .024 per additional hour of study.

To estimate G(40.5) we assume that the .024 grade point rise per additional hour of study time remains valid as we increase study time from 40 to 40.5 hours. This is in increase of .5 hours in weekly study time so we would expect the grade point to go up by

grade point change = .5 hours * .024 points / hour = .012 points.

Since G(40) = ( 10 + 3 * 40) / (20 + 40) + `sqrt( 40 / 60) = 2.97 approx, the additional half-hour per week will tend to raise this by .012 to around 2.97. If the student is aiming for a 3-point, a couple more hours would do but the .5 hours won't.

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

RESPONSE -->

I worked the problem again on paper and cant seem to figure out where the 120 came from.when finding the derivative of z i got x/60=60/360 which equals 12.

self critique assessment: 2

You need to take the derivative before you substitute any values. The 'inner' function is z = x / 60, and its derivative is z ' = 1 / 60; i.e., g (x) = x/60 and g ' (x) = 1 / 60.

The derivative of sqrt(z) is 1 / (2 sqrt(z)); this since in power function form sqrt(z) = z^(1/2) so that its derivative is 1/2 z^(1/2 - 1) = 1 / (2 z^(1/2)) = 1 / (2 sqrt(z)).

Thus the derivative of sqrt(x/60) is 1/60 * 1 / (2 sqrt(x/60) ) = 1 / (120 sqrt(x/60)).

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

&#Your work looks good. See my notes. Let me know if you have any questions. &#