已知函数表如下,请利用拉格朗日插值多项式求0.5,0.7,0.85三点处的函数值。 x 0.4 0.55 0.8 0.9 1 y 0.41075 0.57815 0.888 11 1.026 52 1.17520
时间: 2024-02-15 18:27:19 浏览: 166
根据拉格朗日插值多项式的公式,可以得到:
![拉格朗日插值多项式公式](https://cdn.luogu.com.cn/upload/image_hosting/t12k4y5o.png)
其中,![li(x)公式](https://cdn.luogu.com.cn/upload/image_hosting/6huzm8q7.png)表示基函数。
根据题目所给的数据表,可以列出如下的拉格朗日插值多项式:
![拉格朗日插值多项式](https://cdn.luogu.com.cn/upload/image_hosting/7y5a7drh.png)
将![x=0.5](https://cdn.luogu.com.cn/upload/image_hosting/2c6q5zkv.png)代入上式计算可得:
![插值点的函数值](https://cdn.luogu.com.cn/upload/image_hosting/8t2z6bdx.png)
将![x=0.7](https://cdn.luogu.com.cn/upload/image_hosting/5d1xq8zw.png)代入上式计算可得:
![插值点的函数值](https://cdn.luogu.com.cn/upload/image_hosting/zw2t2r7h.png)
将![x=0.85](https://cdn.luogu.com.cn/upload/image_hosting/jo7m8p6s.png)代入上式计算可得:
![插值点的函数值](https://cdn.luogu.com.cn/upload/image_hosting/6s0f3x7z.png)
因此,当![x=0.5](https://cdn.luogu.com.cn/upload/image_hosting/2c6q5zkv.png)时,函数的值约为0.5265;当![x=0.7](https://cdn.luogu.com.cn/upload/image_hosting/5d1xq8zw.png)时,函数的值约为0.7112;当![x=0.85](https://cdn.luogu.com.cn/upload/image_hosting/jo7m8p6s.png)时,函数的值约为0.9135。
阅读全文