Advertisements
Advertisements
प्रश्न
Find f(0.5) if f(– 1) = 202, f(0) = 175, f(1) = 82 and f(2) = 55
Advertisements
उत्तर
From the given data
| x | – 1 | 0 | 1 | 2 |
| f(x) | 202 | 175 | 82 | 55 |
Here we have to apply Newton’s forward interpolation formula,
Since the value of f(x) is required near the beginning of the table.
`y_((x = x_0 + "nh")) = "f"(x_0) + "n"/(1!) Delta"f"(x_0) + ("n"("n" - 1))/(2!) Delta^2"f"(x_0) + ("n"("n" - 1)("n" - 2))/(3!) Delta^3"f"(x_0) + .......`
Given:
x = 0.5 and h = 1
x0 + nh = x
– 1 + n(1) = 0.5
n = 1 + 0.5
∴ n = 1.5
| x | f(x) | `Delta"f"(x)` | `Delta^2"f"(x)` | `Delta^3"f"(x)` |
| – 1 | 202 | |||
| – 27 | ||||
| 0 | 175 | – 66 | ||
| – 93 | 132 | |||
| 1 | 82 | 66 | ||
| – 27 | ||||
| 2 | 55 |
`"y"_((0.5)) = 202 + 1.5/(1!) (-27) + ((1.5)(1.5 - 1))/(2!) (- 66) + ((1.5)(1.5 - 1)(1.5 - 2))/(3!) (132)`
= `202 + 1.5(- 27) + ((1.5)(0.5)(- 66))/2 + ((1.5)(0.5)(- 0.5)(132))/6`
= 202 – 40.5 – 24.75 – 8.25
= 202 – 73.5
f(0.5) = 128.5
APPEARS IN
संबंधित प्रश्न
Using Newton’s forward interpolation formula find the cubic polynomial.
| x | 0 | 1 | 2 | 3 |
| f(x) | 1 | 2 | 1 | 10 |
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 |
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 |
Use Lagrange’s formula and estimate from the following data the number of workers getting income not exceeding Rs. 26 per month.
| Income not exceeding (₹) |
15 | 25 | 30 | 35 |
| No. of workers | 36 | 40 | 45 | 48 |
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
Find the missing figures in the following table:
| x | 0 | 5 | 10 | 15 | 20 | 25 |
| y | 7 | 11 | - | 18 | - | 32 |
From the following table obtain a polynomial of degree y in x.
| x | 1 | 2 | 3 | 4 | 5 |
| y | 1 | – 1 | 1 | – 1 | 1 |
Using Lagrange’s interpolation formula find a polynominal which passes through the points (0, –12), (1, 0), (3, 6) and (4, 12)
