Advertisements
Advertisements
Question
Using Newton’s forward interpolation formula find the cubic polynomial.
x | 0 | 1 | 2 | 3 |
f(x) | 1 | 2 | 1 | 10 |
Solution
Since we use the Newton’s forward interpolation formula.
`y_((x = x_0 + "h")) = y_0 + "n"/(1!) Deltay_0 + ("n"("n" - 1))/(2!) Delta^2y_0 ("n"("n" - 1)("n" - 2))/(3!) Delta^3y_0 + .........`
To find y at x
∴ x0 + nh = x
0 + n(1) = x
∴ n = x
x | y | `Deltay` | `Delta^2y` | `Delta^3y` |
0 | 1 | |||
1 | ||||
1 | 2 | – 2 | ||
– 1 | 12 | |||
2 | 1 | 10 | ||
9 | ||||
3 | 10 |
y = `1 + x/(1!) + (x(x -1))/(2!) (-2) + (x(x - 1)(x - 2))/(3!) (12)`
= `1 + x/1 + (x(x - 1))/2 (-2) + (x(x - 1)(x - 2)(12))/6`
= 1 + x + (x2 – x)(– 1) + 2x(x2 – 3x + 2)
y = 1 + x – x2 + x + 2x3 – 6x2 + 4x
y = 2x3 – 7x2 + 6x + 1
∴ f(x) = 2x3 – 7x2 + 6x + 1
APPEARS IN
RELATED QUESTIONS
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 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.
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 |
Using interpolation, find the value of f(x) when x = 15
x | 3 | 7 | 11 | 19 |
f(x) | 42 | 43 | 47 | 60 |
Choose the correct alternative:
For the given points (x0, y0) and (x1, y1) the Lagrange’s formula is
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
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