How can we use interpolation to create two functions?

  • Thread starter Thread starter haya
  • Start date Start date
  • Tags Tags
    Functions
haya
Messages
15
Reaction score
0

Homework Statement



[PLAIN]http://im2.gulfup.com/2011-04-01/1301652393881.gif

Homework Equations




how can we do into 2 functions

The Attempt at a Solution



[PLAIN]http://im2.gulfup.com/2011-04-01/1301652475262.gif
 
Last edited by a moderator:
Physics news on Phys.org
I do not understand what you are trying to do with all those L's. Just let x=x0,x1,.,xn to verify the equation.
 
how can i show that ?
 
let
g(x)=-f(x)+p(x)(xn-x)/(xn-x0)+q(x)(x-x0)/(xn-x0)
we want to prove that
g(x)=0 for x=x0,x1,.,xn
given
p(x)-f(x)=0 for x=x0,x1,.,xn-1
q(x)-f(x)=0 for x=x1,x2,.,xn

hint
use the fact that 1=(xn-x)/(xn-x0)+(x-x0)/(xn-x0)

to write g(x) as
g(x)=-f(x)(xn-x)/(xn-x0)-f(x)(x-x0)/(xn-x0)
+p(x)(xn-x)/(xn-x0)+q(x)(x-x0)/(xn-x0)
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top