Aproximace funkce polynomem

Abstract

This Bachelor's thesis deals with the topic of polynomial approximation of a function. In practice, we often encounter situations where complicated functions need to be replaced by polynomials to simplify certain calculations. There are several methods to achieve this. In the first part we focus on the Lagrange interpolation polynomial. Aftewards we derive the formula for the error of the Lagrange interpolation polynomial and realize that it might not be suitable for certain types of functions. In the second part of the thesis, we turn our attention to Bézier curves and show, how they could be used for approximation of a function. We find that Bézier polynomials approximate certain functions well enough, although they are not always the most efficient solution. In the final section, we compare both methods and add one interesting fact regarding the Bézier curves, including own implementation in Python. Chapters include both examples and diagrams illustrating approximations for the two methods.

Description

Subject(s)

polynomial, function approximation, Lagrange interpolation polynomial, approximation error, Bézier curves, Bézier polynomial, control points

Citation