Simplifying 'b2' of Newton's divided difference interpolation

Click For Summary
SUMMARY

This discussion focuses on simplifying the expression for 'b2' in Newton's divided difference interpolation. The key equation presented is b_2 = \dfrac{f(x_2)-f(x_1)}{(x_2-x_1)} - \dfrac{f(x_1)-f(x_0)}{(x_1-x_0)}, which is derived through algebraic manipulations involving substitutions of previous divided differences. The user seeks clarification on the necessary algebraic steps to arrive at this solution, indicating a need for a deeper understanding of the interpolation method.

PREREQUISITES
  • Understanding of Newton's divided difference interpolation
  • Familiarity with algebraic manipulation of equations
  • Knowledge of function notation and differences
  • Basic calculus concepts related to derivatives and limits
NEXT STEPS
  • Study the derivation of Newton's divided difference formula
  • Learn about the application of divided differences in polynomial interpolation
  • Explore algebraic techniques for simplifying complex expressions
  • Investigate numerical methods for interpolation and their computational efficiency
USEFUL FOR

Mathematicians, computer scientists, and engineers involved in numerical analysis, particularly those focusing on interpolation methods and polynomial approximations.

bsodmike
Messages
82
Reaction score
0
Hi all,

http://www.bsodmike.com/stuff/interpolation.pdf"

I am going through some of my notes and quite a few books; they all skip the over the point I have marked with 3 red dots in the http://www.bsodmike.com/stuff/interpolation.pdf" .

[tex]\begin{equation}\label{eq:solution}\begin{split} <br /> b_2&=\dfrac{f(x_2)-b_0-b_1(x_2-x_0)}{(x_2-x_0)(x_2-x_1)}=\dfrac{f(x_2)-f(x_0)-\dfrac{f(x_1)-f(x_0)}{x_1-x_0}(x_2-x_0)}{(x_2-x_0)(x_2-x_1)}={\color{red}\hdots}= \\[10px]<br /> &=\dfrac{\dfrac{f(x_2)-f(x_1)}{x_2-x_1}-\dfrac{f(x_1)-f(x_0)}{x_1-x_0}}{(x_2-x_0)}<br /> \end{split}\end{equation}[/tex]

[tex]As marked above in {\color{red}red} as three {\color{red}$\hdots$}, what algebraic manipulations are needed to arrive at the solution? <br /> <br /> The farthest I can get is,<br /> \begin{equation}\label{eq:attempt}\begin{split} <br /> b_2&=\dfrac{f(x_2)-f(x_0)-\dfrac{f(x_1)-f(x_0)}{x_1-x_0}(x_2-x_0)}{(x_2-x_0)(x_2-x_1)}\\[10px]<br /> &=\dfrac{f(x_2)-f(x_0)-\left[\left(\dfrac{f(x_1)}{x_1-x_0}+\dfrac{f(x_0)}{x_0-x_1}\right)(x_2-x_0)\right]}{(x_2-x_0)(x_2-x_1)}<br /> \end{split}\end{equation}[/tex]

I would most appreciate your comments on solving this. You can either send me a PM or an email to mike@bsodmike.com.
 
Last edited by a moderator:
Mathematics news on Phys.org
I believe I managed to figure it out. Take the eq. ([tex]b_1[/tex]) in terms of [tex]f(x_0)[/tex],

[tex]\begin{equation}\label{eq:attempt}<br /> f(x_0)=f(x_1)-b_1(x_1-x_0)=f(x_1)-\dfrac{f(x_1)-f(x_0)}{x_1-x_0}(x_1-x_0)<br /> \end{equation}[/tex]

and substitute [tex]b_1[/tex] inside. Substitute the entire [tex]f(x_0)[/tex] in,

[tex]\begin{equation}\label{eq:attempt}\begin{split} <br /> b_2&=\dfrac{f(x_2)-f(x_0)-\dfrac{f(x_1)-f(x_0)}{x_1-x_0}(x_2-x_0)}{(x_2-x_0)(x_2-x_1)}\\[10px]<br /> &=\dfrac{f(x_2)-\left(f(x_1)-\dfrac{f(x_1)-f(x_0)}{x_1-x_0}(x_1-x_0)\right)-\dfrac{f(x_1)-f(x_0)}{x_1-x_0}(x_2-x_0)}{(x_2-x_0)(x_2-x_1)}\\[10px]<br /> &=\dfrac{\dfrac{f(x_2)-f(x_1)}{x_2-x_1}-\left(\dfrac{f(x_1)-f(x_0)}{(x_1-x_0)(x_2-x_1)}((x_0-x_1)+(x_2-x_0))\right)}{(x_2-x_0)}\\[10px]<br /> &=\dfrac{\dfrac{f(x_2)-f(x_1)}{x_2-x_1}-\dfrac{f(x_1)-f(x_0)}{x_1-x_0}}{(x_2-x_0)}<br /> \end{split}\end{equation}[/tex]

\o/ :approve:
 

Similar threads

Replies
3
Views
2K
  • · Replies 2 ·
Replies
2
Views
3K
Replies
3
Views
2K
  • · Replies 61 ·
3
Replies
61
Views
12K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
6
Views
2K
  • · Replies 175 ·
6
Replies
175
Views
28K
  • · Replies 39 ·
2
Replies
39
Views
14K
  • · Replies 52 ·
2
Replies
52
Views
13K