Problem
Consider the following statement to answer questions 1 to 2.
We want to approximate the function by a second degree polynomial P2(x) near x = 2.
Write a Python program that returns values from the polynomial P2(x). The program should return the estimate of the value of the function at x = 2.1 using the respective polynomial.