Advertisements
Advertisements
Question
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
Solution
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
RELATED QUESTIONS
Using Newton’s forward interpolation formula find the cubic polynomial.
| x | 0 | 1 | 2 | 3 |
| f(x) | 1 | 2 | 1 | 10 |
The population of a city in a censes taken once in 10 years is given below. Estimate the population in the year 1955.
| Year | 1951 | 1961 | 1971 | 1981 |
| Population in lakhs |
35 | 42 | 58 | 84 |
In an examination the number of candidates who secured marks between certain intervals was as follows:
| Marks | 0 - 19 | 20 - 39 | 40 - 59 | 60 - 79 | 80 - 99 |
| No. of candidates |
41 | 62 | 65 | 50 | 17 |
Estimate the number of candidates whose marks are less than 70.
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 |
Choose the correct alternative:
For the given data find the value of Δ3y0 is
| x | 5 | 6 | 9 | 11 |
| y | 12 | 13 | 15 | 18 |
Find f(0.5) if f(– 1) = 202, f(0) = 175, f(1) = 82 and f(2) = 55
The area A of circle of diameter ‘d’ is given for the following values
| D | 80 | 85 | 90 | 95 | 100 |
| A | 5026 | 5674 | 6362 | 7088 | 7854 |
Find the approximate values for the areas of circles of diameter 82 and 91 respectively
If u0 = 560, u1 = 556, u2 = 520, u4 = 385, show that u3 = 465
From the following table obtain a polynomial of degree y in x.
| x | 1 | 2 | 3 | 4 | 5 |
| y | 1 | – 1 | 1 | – 1 | 1 |
