Dr. Kevin G. TeBeest
Always rework my examples successfully on your own BEFORE attempting the homework.
Here we use NewtonGregory interpolating polynomials to approximate derivatives from tabulated (numeric) data.
See these various difference formulas for derivatives. This is merely a sampling of various differentiation formulas.
- Use the data given on Slide 13 of the lecture notes to approximate the velocity of the asteroid
Answers: (a) 68,750 kph, (b) 81,250 kph, (c) 93,750 kph.
- at 3:00 a.m. on Sunday using the 3-point forward difference formula.
- at 3:00 a.m. on Monday using the 3-point central difference formula.
- at 3:00 a.m. on Tuesday using the 3-point backward difference formula.
Explain why the velocities are negative.
- In class I used Formula (3P) in the lecture notes to obtain:
Now you use Formula (3P) to obtain the 3 point BACKWARD difference formula (3b) to approximate f '(x2).
- the 3 point FORWARD difference formula (3f) for f '(x0), and
- the 3 point CENTRAL difference formula for f '(x1).
Then write the formula in standard form so that the interpolant is called x0 rather than x2.
- Work these problems on numerical differentiation.
- What's the fewest number of points needed in order to approximate a
Explain why.
- 3rd derivative? (Answer: 4 points)
- 5th derivative? (Answer: 6 points)
- 8th derivative? (Answer: 9 points)
Answers:
- 4 points
- 6 points
- 9 points
- Why might we get large errors when approximating a high order derivative by Newton-Gregory polynomials?