CSE541 Homework #3

CSE541 Homework #3

Answers

Due:


GENERAL INSTRUCTIONS


ASSIGNMENT

Consider the following function in the problems below

f(x) = x^3 - 2*x^2 + 2x - 3

  1. Write table of values for x = 0, 1, 2, 3, 4; also write value for x = 0.5

  2. Write the equations of each of the first 4 derivatives of f(x)

  3. Evaluate each of the derivatives at x=0

  4. Write each of the first 4 Taylor Series expansions of f(x=0) using: one term, two terms, three terms, four terms

  5. For each of the 4 Taylor Series expansions, give the estimation for Δx=0.5. Explain the results - the trend in the values as well as the specific value for the four term Taylor Series expansion.

  6. For Newton polynomial interpolation, using the table of values from Step #1, write the matrix (sideways pyramid) of divided differences

  7. Write the progression of estimates for Newton polynomial interpolation using the table of divided differences using one term, two terms, three terms, four terms.

  8. For each of the four Newton polynomials, write the estimate for x = 0.5. Explain the results - the trend in the values as well as the specific value for the four term Newton polynomial.