English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

2007-12-05 21:43:38 · 2 answers · asked by Rishi P 1 in Science & Mathematics Engineering

2 answers

newtons forward interpolation formula
it can be used to find the value of a particular item in a range ie; extremes are known.

Yu = Y0 + U * delta Y0 + U*(U-1) / 2 factorial delta ^2 Y0 + U (U-1) (U-2) / 3 factorial delta ^3 Y0 +.....

where U = X-A / H
H - difference between the values of given value.
X - value to be determined
A - first value of the data

2007-12-08 06:53:16 · answer #1 · answered by Garfield 2 · 0 0

Newton's Forward Difference Formula
In the special case of equally spaced table entries the
divided difference formula can be expressed in terms
of these forward differences
f[x
k
, x
k+1
, ..., x
k+n
] = (1/n!h
n
)
n
f
k
Substituting in the formula for divided difference
interpolation we get
p
n
(x) = f
0
+ (1/h) f
0
(x-x
0
) + (1/2!h
2
)
2
f
0
(x-x
0
)(x-x
1
)
+ ... + (1/n!h
n
)
n
f
0
(x-x
0
)(x-x
1
) ... (x-x
n-1
)
or, for arguments starting at 0 and spaced by one
p
n
(x) = f
0
+ f
0
x + (1/2!)
2
f
0
x(x-1)
+ ... + (1/n!)
n
f
0
x(x-1) ... (x-n+1)
=
0
n
n
f
0
(
x
i
)
where (
x
i
) = x!/[i!(x-i)!]
This expression is called Newton's forward difference
formula

2007-12-06 06:11:52 · answer #2 · answered by sagarukin 4 · 0 0

fedest.com, questions and answers