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
संबंधित प्रश्न
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 |
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 |
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 |
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:
For the given data find the value of Δ3y0 is
x | 5 | 6 | 9 | 11 |
y | 12 | 13 | 15 | 18 |
Find the missing figures in the following table:
x | 0 | 5 | 10 | 15 | 20 | 25 |
y | 7 | 11 | - | 18 | - | 32 |
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 |