You are on page 1of 6

(1) (1) Find the value of f(1.

6) by Newton's interpolation forward difference


x
f(x)

1.4

1.8

2.2

3.49

4.82

5.96

6.5

f(x)=y

3.49

1.33
1.4

4.82

-0.19
1.14

1.8

5.96

2.2

6.5

0.41
-0.6

0.54

!
x0=

2=

2
!

x=
h=
u=
Formula =
Answer =

1.6
0.4
1.5
Y=

3=

y0+u*y0+u(u-1)y/2!+u(u-1)(u-2)y/3!
5.439375

(3) Find the value of f(1.28)by Newton's Interpolaton Forward Difference


If f(1.15)=1.0723, f(1.20)=1.0954, f(1.25)=1.1180, and f(1.30)=1.1401. find f(1.28)
x
1.15

f(x)=y
1.0723

1.2

1.0954

1.25

1.118

0.0231
-0.0005
0.0226

-6.66134E-16
-0.0005

0.0221
1.3

x0=
x=
h=
u=
Formula =
Answer =

1.1401

1.15
1.28
0.05
2.6
Y=

y0+u*y0+u(u-1)y/2!+u(u-1)(u-2)y/3!
1.13132

(4) Find the value of f(22) by Newton's formula of interpolation forward difference.

x
f(x)

x
20

20

25

30

35

40

45

354

332

291

260

231

204

f(x)=y
354

4y

5y

-22
25

332

-19
-41

30

291

29
10

-31
35

260

40

231

-37
-8

2
-29

45
8

0
2

-27
45

204

x0=
x=
h=
u=

20
22
5
0.4

Formula =
Answer =

(4(b))

Y=

y0+u*y0+u(u-1)y/2!+u(u-1)(u-2)y/3!........
352.22304

Find the value of f(42) by Newton's Formula of Interpolation For Forward Difference

x
f(x)

20

25

30

35

40

45

354

332

291

260

231

204

4y

5y

x
20

f(x)=y
354

25

332

30

291

y
-22
-19
-41

29
10

-37

-31
35

-8

260

2
-29

40

231

45

204

x0=
x=
h=
u=

20
42
5
4.4

-27

Formula=
Answer =

Y =

8
0

y0+u*y0+u(u1)y/2!+u(u1)(u2)y/3!+u(u1)(u-2)(u3)..
218.66304

45

(7) Apply Newton's Forward

Difference Formula to the data


given below.
To obtain a polynomial of degree
4 in x.
x
y

1
1

f(x)=y

2
1

3
1

2y

4
-1

3y

5
1

4y

0
0
0

-2
-2

-2
4

-1

4
2

xn=
x=
h=
u=

Formula=
Answer =

1
42
1
41

y0+u*y0+u(u1)y/2!+u(u-1)(u2)y/3!+u(u-1)(u2)(u-3)..
788841

8
6

(8) Use Langrage's Interpolation Formula to Find the


value of Y when x=10.

x
y

5
12

6
13

9
14

11
16

x0=

y
y0=

x1=

y1=

13

x2=

y2=

14

x3=

11

y3=

16

x=

10

Formula
=
First two
=

((x-x1)(xx2)(xx3)y0/(x0x1)(x0-x2)(x0x3))+((x-x0)(xx1)(x-x2)(xx3)y1/(x1x0)(x1-x2)(x1x3))+((x-x0)(xx1)(xx3)y2/(x2x0)(x2-x1)(x2x3))+((x-x0)(xx1)(xx2)y3/(x3x0)(x3-x1)(x3x2))

177

Second
Two =

953.3333333

Answer
=

1130.333333

12

You might also like