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 Wednesday using the 3-point forward difference formula.
- at 3:00 a.m. on Thursday using the 3-point central difference formula.
- at 3:00 a.m. on Friday using the 3-point backward difference formula.
Explain why the velocities are negative.
- Work these problems on numerical differentiation.
- In class I used Formula (3P) in the lecture notes to obtain the 3 point forward difference formula to approximate f '(x0)
and to obtain the 3 point central difference formula to approximate f '(x1).Now you use Formula (3P) to obtain the 3 point backward difference formula to approximate f '(x2).
Then write the formula in standard form so that the interpolant is called x0 rather than x2.
- 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)