毕业论文——插值方法初探与应用

  • 格式:doc
  • 大小:1.65 MB
  • 文档页数:31

插值方法初探与应用

届学生毕业论文(设计)

题目:

系 别 :

专 业 :

班 级 :

姓 名 :

学 号 :

指导教师 :

完成时间: 年 月 日 插值方法初探与应用

插值方法初探与应用

摘要

插值法是计算数学中的一种重要的方法,而且计算问题可以说是现代社会各个领域普遍存在的共同问题,无论哪一行哪一业都有许多数据需要处理,插值法正在科学技术中发挥越来越大的作用.本文首先介绍了插值法的概念,并进一步讨论了插值问题的存在性与唯一性;由该性质出发,结合数学归纳法与猜想法构造性的引出拉格朗日插值法.但拉格朗日插值法随着插值结点的变化,会引起重复计算的问题;为克服该问题又引出了牛顿插值.但牛顿插值随着插值结点的增多,会导致多项式的增高插值函数的稳定性降低,为克服该问题又进一步引出分段线性插值.但分段线性插值带来光滑性问题,埃尔米特插值在插值结点处的一阶微商处也符合插值条件,一定程度上克服了这个缺点.三次样条插值能够很好的求出插值结点处的微商值,因此在这些方面,三次样条插值代替了埃尔米特插值.其次介绍了插值法在初高中的一些问题上的应用,为了说明插值法并不是陌生的知识;最后介绍了插值法在热工计算上及温度预测上的处理数据的实际应用.

关键字:插值;插值结点;拉格朗日插值;热工计算;温度预测

插值方法初探与应用

PRELIMINARY SYUDY AND APPLICATION OF

INTERPOLATION METHOD

ABSTRACT

Interpolation method is a kind of important methods of computational mathematics, and

computing problems can be said to be the common problems of each modern social domain,

no matter which field it is, many data need dealing with, and interpolation is playing a more

and more important role in science and technology. This paper first introduces the concept of

interpolation method, and further discusses the existence and uniqueness of the interpolation

problem. Starting from the nature, combined with the method of mathematical induction and

conjecture leads Lagrange interpolation method constructively. But the Lagrange

interpolation method will cause repeated calculation problems with the change of the

interpolation node. In order to overcome this problem, piecewise linear interpolation the

Newton interpolation is introduced. But piecewise linear interpolation Newton interpolation

can lead to the reduction of the stability of higher polynomial interpolation function along

with the increase in interpolation nodes, in order to overcome this problem, is introduced.

But the piecewise linear interpolation bring smoothness problem, Hermite interpolation order

interpolation nodes in the micro business is also in line with the interpolation conditions, to a

certain extent, overcomes this drawback. Cubic spline interpolation is good for the derivative

of the interpolation node value, so in these respects, cubic spline interpolation can replace

Hermite interpolation. Secondly, the application of interpolation method in some problems in

the secondary and high school stages are introduced to illustrate interpolation method is not

new knowledge. Finally this paper introduces the practical application of interpolation method

in the data processing of thermal calculation and temperature prediction.

插值方法初探与应用

Key words: interpolation; interpolation node; Lagrange interpolation; thermal calculation;

temperature prediction

插值方法初探与应用

目 录

1 前言--------------------------------------------------------------------1

2 插值法------------------------------------------------------------------2

2.1 插值法的概念--------------------------------------------------------2

2.2 几种不同插值法------------------------------------------------------2

2.2.1 拉格朗日插值--------------------------------------------------3

2.2.2 牛顿插值------------------------------------------------------5

2.2.3 分段线性插值--------------------------------------------------6

2.2.4 埃尔米特插值--------------------------------------------------7

2.2.5 三次样条插值--------------------------------------------------8

3 插值法的应用-----------------------------------------------------------11

3.1 基础知识-----------------------------------------------------------11

3.2 插值法在初高中数学问题中的应用-------------------------------------11

3.2.1 插值法在初中数学问题中的应用---------------------------------12

3.2.2 插值法在高中数学问题中的应用---------------------------------16

3.3 插值法在实际问题中的应用-------------------------------------------19

3.3.1 热工计算上的实际应用-----------------------------------------19

3.3.2 温度预测上的实际应用-----------------------------------------22

4 结论-------------------------------------------------------------------25

参考文献-----------------------------------------------------------------26

致谢---------------------------------------------------------------------27 插值方法初探与应用

第 1 页 共 27 页

1 前 言

插值法是函数逼近的一种重要方法,是数值计算的基本课题.插值法是一个古老的话题,早在公元六世纪,刘焯就创立“等间距二次内插法公式”来计算日、月、五星的运行速度,之后,插值法就随着后来科学家的深入研究使之更加完善.插值法不仅是在算法上能够更加简便,而且在实际应用中,插值法会使很多问题由复杂变为简单从而方便解决.插值法的提出主要源于实际问题,在许多实际问题及科学研究中,因素之间往往存在着函数关系,然而,这种关系经常很难有明显的解析表达,通常只是由观察与测试得到一些离散数值,因此需要用插值方法处理,求出近似函数.在插值问题的研究工作中,对用于逼近的简单函数的类型有不同的选取.多项式或分段多项式最便于计算和使用,因而使用的也比较多。特别计算机出现后,人们更把注意力集中在利用多项式的插值方面,因为计算公式相对的易于描述和进行程序设计,其误差分析也比较简单.无论国外还是国内,科学家们对于插值法已有了很多研究,如:刘焯、牛顿、拉格朗日、莱昂哈德·欧拉、爱德华·华林等,对于插值法算法的研究,虽然在一些想法上比较抽象,不容易理解,但是在解法上还是比较具体的.通过本论文的研究会对插值法有进一步不一样的了解,会让它在初学者眼里都比较熟悉,同时拓展运算思维能力,因此进一步开展这方面的研究将大有可为.