Assignment 2
- Using Newton and Langrange methods, find polynoms which interpolate the following datas:
- a.
-
latex x$ 1.2 2.1 3.0 3.6 0.7 8.1 27.7 45.1 -
1.0 2.0 3.0 4.0 5.0 6.0 14.5 19.5 30.5 53.5 94.5 159.5
b.
-
- A researcher wants to investigate the relation between crops produced (
) and the amount of fertilizers given (
). He conducted 5 experiments, in which he applied different amounts to each of his experiments. The result of his experiments is as follows:
- Using the Taylor expansion, derive the following formula
,
and find the error of this formula. - Using the Taylor expansion, derive the following formula
,
and find the error of this formula. - Let
and find approximations for
,
a. Use central-difference formula, with,
b. Use central-difference formula in no (3), with,
c. Compare with the true value of - Untuk setiap persamaan diferensial berikut ini, selesaikanlah dengan metodaTaylor berorde 2, Runge-Kutta orde 2 dan Runge-Kutta orde 4. Gunakan h=0.2 sebanyak dua langkah.
a.dengan
,
b.dengan
.
| the amount of fertilizer, |
1 | 2 | 3 | 4 | 5 |
| the amount of crops, |
22 | 23 | 25 | 30 | 28 |
a. Find the interpolation polynom of the data given in the table above.
b. Use (a) to find the amount of crops produced if a farmer gave 2.5 pound of fertilizer.

Your says