Advertisements
Advertisements
प्रश्न
A second degree polynomial passes though the point (1, –1) (2, –1) (3, 1) (4, 5). Find the polynomial
उत्तर
Point (1, –1), (2, –1), (3, 1), (4, 5)
x | 1 | 2 | 3 | 4 |
y | – 1 | – 1 | 1 | 5 |
We will use Newton’s backward interpolation formula to find the polynomial.
x | y | `Deltay` | `Delta^2y` | `Delta^3y` |
1 | – 1 | |||
0 | ||||
2 | – 1 | 2 | ||
2 | 0 | |||
3 | 1 | 2 | ||
4 | ||||
4 | 5 |
`y_((x = x + "nh")) = y_"n" + "n"/(1!) ∇y_"n" ("n"("n" + 1))/(2!) ∇^2y_"n" + ("n"("n" + 1)("n" + 2))/(3!) Delta^3y_"n" + ......`
To find y in terms of x
`x_"n" + "nh" = x`
Here `x_"n"` = 4, h = 1
4 + n(1) = x
n = x – 4
`y_((x)) = 5 + ((x - 4))/(1!) (4) + ((x - 4)(x - 4 + 1))/(2!) (2) + ((x - 4)(x - 4 + 1)(x - 4 + 2))/(3!) (0) + ......`
= 5 + (x – 4)(4) + (x – 4)(x – 3) + 0
= 5 + 4x – 16 + x2 – 7x + 12
y(x) = x2 – 3x + 1
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 relates to indirect labour expenses and the level of output
Months | Jan | Feb | Mar |
Units of output | 200 | 300 | 400 |
Indirect labour expenses (Rs) |
2500 | 2800 | 3100 |
Months | Apr | May | June |
Units of output | 640 | 540 | 580 |
Indirect labour expenses (Rs) |
3820 | 3220 | 3640 |
Estimate the expenses at a level of output of 350 units, by using graphic method.
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 |
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:
Lagrange’s interpolation formula can be used for
Choose the correct alternative:
For the given data find the value of Δ3y0 is
x | 5 | 6 | 9 | 11 |
y | 12 | 13 | 15 | 18 |
From the following data find y at x = 43 and x = 84.
x | 40 | 50 | 60 | 70 | 80 | 90 |
y | 184 | 204 | 226 | 250 | 276 | 304 |