Find Larange’s interpolating polynomial passing through set of points
(0,2) (2,-2),(3,-1),Use it to find
at x = 2
Lagrange Second Order Interpolation Formula can be written as
"+\\dfrac{(x-x_0)(x-x_2)}{(x_1-x_0)(x_1-x_2)}y_1+\\dfrac{(x-x_0)(x-x_1)}{(x_2-x_0)(x_2-x_1)}y_2"
Substitute
"+\\dfrac{(x-0)(x-2)}{(3-0)(3-2)}(-1)"
"=\\dfrac{1}{3}x^2-\\dfrac{5}{3}x+2+x^2-3x-\\dfrac{1}{3}x^2+\\dfrac{2}{3}x"
"f(x)=x^2-4x+2"
Comments
Leave a comment