Advertisements
Advertisements
प्रश्न
Find the value of f(x) when x = 32 from the following table:
| x | 30 | 5 | 40 | 45 | 50 |
| f(x) | 15.9 | 14.9 | 14.1 | 13.3 | 12.5 |
Advertisements
उत्तर
Since the value of f(x) is required near the beginning of the table
We use the Newton’s forward interpolation formula.
`y_((x = x_0 + "nh")) = y_0 + "n"/(1!) Deltay_0 + ("n"("n" - 1))/(2!) Delta^2y_0 + ("n"("n" - 1)("n" - 3))/(3!) Delta^3y_0 + .........`
To find y at x = 32
∴ x0 + nh = 32;
30 + n(5) = 32
5n = 32 – 30
⇒ 5n = 2
n = `2/5`
∴ n = 0.4
| x | y | `Deltay` | `Delta^2y` | `Delta^3y` | `Delta^4y` |
| 30 | 15.9 | ||||
| – 1 | |||||
| 35 | 14.9 | 0.2 | |||
| – 0.8 | – 0.2 | ||||
| 40 | 14.1 | 0 | 0.2 | ||
| – 0.8 | 0 | ||||
| 45 | 13.3 | 0 | |||
| – 0.8 | |||||
| 50 | 12.5 |
`y_((x = 32)) = 15.9 + ((0.4))/(1!) (1) + ((0.40.4 - 1))/(2!) (0.2) + ((0.4)(0.4 - 1)(0.4 - 2))/(3) (- 0.2) + ((0.4)(.4 - 1)(0.4 - 2)(0.4 - 3))/(4!) (0.2) +`
= 15.9 – 0.4 – 0.024 – 0.0128 – 0.00832
15.9 – 0.44512 = 15.45488
= 15.45
∴ When x = 32, f(x) = 15.45
APPEARS IN
संबंधित प्रश्न
Using graphic method, find the value of y when x = 48 from the following data:
| x | 40 | 50 | 60 | 70 |
| y | 6.2 | 7.2 | 9.1 | 12 |
The following data gives the melting point of a alloy of lead and zinc where ‘t’ is the temperature in degree c and P is the percentage of lead in the alloy.
| P | 40 | 50 | 60 | 70 | 80 | 90 |
| T | 180 | 204 | 226 | 250 | 276 | 304 |
Find the melting point of the alloy containing 84 percent lead.
Find f(2.8) from the following table:
| x | 0 | 1 | 2 | 3 |
| f(x) | 1 | 2 | 11 | 34 |
Using interpolation estimate the output of a factory in 1986 from the following data.
| Year | 1974 | 1978 | 1982 | 1990 |
| Output in 1000 tones |
25 | 60 | 80 | 170 |
Choose the correct alternative:
For the given points (x0, y0) and (x1, y1) the Lagrange’s formula is
Choose the correct alternative:
Lagrange’s interpolation formula can be used for
Choose the correct alternative:
If f(x) = x2 + 2x + 2 and the interval of differencing is unity then Δf(x)
A second degree polynomial passes though the point (1, –1) (2, –1) (3, 1) (4, 5). Find the polynomial
Find the missing figures in the following table:
| x | 0 | 5 | 10 | 15 | 20 | 25 |
| y | 7 | 11 | - | 18 | - | 32 |
Using Lagrange’s interpolation formula find a polynominal which passes through the points (0, –12), (1, 0), (3, 6) and (4, 12)
