x2 such that u is finite when t is tending to infinity.
State Laplace equation.
Part B - (5 x 12 = 60 marks)
Answer (a) or (b) in each question.
(a) The heat capacity c of a material (in calories per gram per degree Celsius) could increase with temperature T (in degree Celsius) according to a relationship of the form c = aT2 + bT + k. Determine the constants a, b and k by the method of least squares from the following data:
T 0 50 100 150 200
c 0.13200 0.14046 0.15024 0.16134 0.17376
(b) Fit a least square exponential curve y = aebx to the following data:
x 4 9 14 23
y 27 73 197 1194
(a) In a chemical reaction involving two substances, the velocity of transformation dx/dt at any time t is known to be equal to the product (0.9 - x), (0.4 - x). Express x in terms of t, given that when t = 300, x = 0.3.
(b) A tank of volume 0.5 m3 is filled with brine containing 40 kg of dissolved salt. Water runs into the tank at the rate of 1.5 x 10-4 m3/sec and the mixture, kept uniform by stirring, runs out at the same rate. How much salt is in the tank after two hours?
(a) Find the value of c when T = 40 from the following data:
T -50 -20 10 70
c 0.125 0.128 0.134 0.144
(b) Using Runge-Kutta method of fourth order find y(1), y(2) and y(3) given that dy/dx = 4e0.8x -
0.5y, y(0) = 2.
(a) Use the Newton-Raphson method to estimate the root of e-x = x employing an initial guess of x0 = 0 correct to six decimal places.
(b) Write a FORTRAN program for the problem given in question 24 (a).
(a) A bar of length 30 cm has end temperatures 0o C and 100o C until steady state conditions prevail. Suddenly the temperature at the first end is raised to 50o C from 0o C and thereafter maintained. Find the temperature distribution at any point of the bar at any subsequent time.
(b) Write a FORTRAN program for the problem given in the question 23 (b).