Question: Python programming problem 1. A correlation for the thermal conductivity of aluminium as a function of temperature has the following form: You need to use
1. A correlation for the thermal conductivity of aluminium as a function of temperature has the following form: You need to use this correlation in some engineering software, but you would like to avoid the expensive calls to the power and exponential functions. So you decide to fit an interpolating polynomial over the temperature range of interest to your problem The correlation parameters for iron are a= 1.610073; b= 0.857540; c=-12.335510-4, d=140.3813 (a) By hand, find the degree 2 (3-pt) Lagrange interpolating polynomial over the range 100 K to 300 K using equal increments in temperature for the sample points (b) Use the interpolating polynomial to evaluate the thermal conductivity and report the relative error when compared to using the correlation directly for the following tempera- tures: (i) T = 200K (ii) T 250 K (ii) T 400 K (c) The relative error when T = 400 K is greater than 20%. Give a reason why you would expect such large error
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
