Q15E

Question

Newton’s law of cooling states that the rate of change in the temperature T(t) of a body is proportional to the difference between the temperature of the medium M(t) and the temperature of the body. That is, dTdt=KMt-Tt where K is a constant. Let K=0.04min-1 and the temperature of the medium be constant, Mt=293 kelvins . If the body is initially at 360 kelvins, use Euler’s method with h = 3.0 min to approximate the temperature of the body after 

(a) 30 minutes. 

(b) 60 minutes.

Step-by-Step Solution

Verified
Answer

⦁    The temperature of the body after 30 minutes is approximately 311.7 kelvins.

⦁    The temperature of the body after 60 minutes is approximately 298.2 kelvins.

1Euler’s Scheme for an Initial Value problem

Euler’s method is a tool to approximate the solution of an initial value problem at a given point. For a given initial value problem  dydx=fx,y,yx0=y0, the recursive relation that is referred to as Euler’s scheme is

xn+1=xn+hyn+1=yn+hfxn,yn

Here, h is the step size.

2Approximation of the Temperature of the body after 30 min

The prescribed initial value problem is

dTdt=0.04293-T,T0=360

The given step size is h = 3.0

Here, 


ft,T=0.04293-Tt0=0T0=360

Apply the Euler’s scheme as defined in step 1. 

Putting n = 0, it results, 


t1=t0+3=0+3=3T1=T0+3f0,360=360+30.04293-360=351.96

Putting n = 1, it gives, 


t2=t1+3=3+3=6T2=T1+3f3,351.96=351.96+30.04293-351.96=344.8848

Continuing in this process, the result obtained is listed below. 


                        n
                        tn
                         Tn
                         0                          0
    360
                          1                          3
    351.96
                          2                          6    344.8848
                          3                          9    338.658624
                          4                          12    333.17958912
                          5                          15    328.3580384256
                          6                          18    324.115073814528
                          7                          21    320.3812649567846
                          8                          24    317.0955131619705
                          9                          27    314.204051582534
                          10                          30    311.6595653926299

From the above table, you can see that the approximate value of T (30) is 311.6595653926299. Rounding off to the one-decimal place, the approximate value of T (30) is 311.7. 

Thus, after 30 mins, the temperature of the body is approximately 311.7 kelvins.

3Approximation of the temperature of the body after 60 mins

In the previous part, the temperature of the body has already been calculated. In this step, perform the iteration for n = 30 and onwards. 

Putting n = 30 in the iteration scheme, it follows, 


t31=t30+h=30+3=33T31=T30+3f30,311.7=311.7+30.04293-311.7=309.456

Putting n = 31, it results

t32=t31+h=33+3=36T32=T31+3f33,309.456=309.456+30.04293-309.456=307.48128

Continuing in this process, the result obtained is listed below.


                          n
                            tn
                            Tn
                             0                         30     311.7
                             1                          33     309.456
                             2                          36     307.48128
                             3                          39     305.7435264
                             4                          42     304.214303232
                             5                          45     302.86858684416
                             6                          48     301.6843564228608
                             7                          51     300.642233652117504
                             8                          54     299.725165613863404
                             9                          57     298.918145740199796
                            10                          60     298.20796825137582

From the above table, you can see that the approximate value of T (60) is 298.20796825137582. Rounding off to the one-decimal place, the approximate value of T (60) is 298.2.