Advertisements
Advertisements
प्रश्न
From the following table obtain a polynomial of degree y in x.
x | 1 | 2 | 3 | 4 | 5 |
y | 1 | – 1 | 1 | – 1 | 1 |
उत्तर
We will use Newton’s backward interpolation formula to find the polynomial.
`y_((x = x_"n" + "nh")) = y_"n" + "n"/(1!) ∇y_"n" + ("n"("n" + 1))/(2!) ∇^2y_"n" + ("n"("n" + 1)("n" + 2))/(3!) Delta^2y_"n" + .......`
x | y | `Deltay` | `Delta^2y` | `Delta^3y`` | Delta^4y` |
1 | 1 | ||||
– 2 | |||||
2 | – 1 | 4 | |||
2 | – 8 | ||||
3 | 1 | – 4 | 16 | ||
– 2 | 8 | ||||
4 | – 1 | 4 | |||
2 | |||||
5 | 1 |
To find y in terms of x
xn + nh = x
5 + n(1) = x
∴ n = x – 5
`"y"_((x)) = 1 + ((x - 5))/(1!) (2) + ((x - )(x - 5 + 1))/(2!) (4) + ((x - 5)(x -5 + 1)(x - 5 + 2))/(3!) (8) + ((x - 5)(x - 5 + 1)(x - 5 + 2)(x - 5 + 3))/(4!) (16)`
= `1 + 2(x - 5) + ((x - 5)(x - 4)(4))/2 + ((x - 5)(x - 4)(x - 2)(8))/6 + ((x - 5)(x - 4)(x - 2)(16))/24`
= `1 + 2x - 10 + 2(x^2 - 9x + 20) + 4/3 (x - 5) (x^2 - 7x + 12) + 2/3(x^2 - 9x + 20)(x^2 - 5x + 6)`
= `1 + 2x - 10 + 2x^2 - 18x + 40 + 4/3 [x^3 - 7x^2 + 12x - 5x^2 + 35x - 60] + 2/3 [x^4 - 5x^3 + 6x^2 - 9x^3 + 45x^2 - 54x + 20x^2 - 100x + 120]`
= `2x^2 - 16x + 31 + 4/3 [x^3 - 12x^2 + 47x - 60] + 2/3 [x^4 - 14x^3 + 71x^2 - 154x + 120]`
= `2x^2 - 16x + 31 + 4/3 x^3 - 16x^2 + 188/3 x - 80 + 2/3 x^4 - 28/3 x^3 + 142/3 x^2 - 308/3 x + 80`
= `2/3 x^4 + (4/3 - 28/3) x^3 + (2 - 16 + 142/3) x^2 + (- 16 + 188/3 - 308/3)x + (31 - 80 + 80)`
= `2/3 x^4 + ((-24)/3)x^3+ ((6 - 48 + 142)/3) x^2 + ((-48 + 188 - 308)/3) x + 31`
`y(x) = 2/3 x^4 - 8x^3 + 100/3 x^2 - 56x + 31`
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 |
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 |
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 estimate the business done in 1985 from the following data
Year | 1982 | 1983 | 1984 | 1986 |
Business done (in lakhs) |
150 | 235 | 365 | 525 |
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:
If f(x) = x2 + 2x + 2 and the interval of differencing is unity then Δf(x)