Newtons Divided Difference First Derivative

AI Thread Summary
The discussion focuses on differentiating Newton's Divided Difference Polynomial (NDDP) to find its minimum for function approximation. The original poster struggles with the complexity of differentiation involving pi and sigma operators. They inquire whether the first derivative for an nth order NDDP is known and seek assistance. A formula for the derivative is provided, expressed as a double summation involving products of terms. The conversation highlights the challenges of differentiation in this context and offers a specific derivative formula for practical application.
NotASmurf
Messages
150
Reaction score
2
Hey all, for a function approximation program t run fast enough i need to solve for where the function (represented by a NDDP) is at a minimum (necessary trust me), althogh I have no idea how to go about differentiating it, i tried to break it up from its's general formula (the pi operators and the sigma summations make the differentiation difficult for me as i have never had to differentiate a pi operator before), but that seems to make things worst is the first derivative for a nth order NDDP known? Any help apreciated.
 
Mathematics news on Phys.org
2.2 here perhaps ? Or did you find that already ?
 
  • Like
Likes NotASmurf
Thanks :D
 
Wasnt familiar with the reccurance relation version so that paper didn't help too much, however found a nice pattern, turns out the derivative is

$$ \sum_{k=0}^{k<=n}\sum_{i=0}^{k} \Pi_{j=0, j \neq i}^{k-1} (x-x_j) $$

You can see it in action here for 4th order poly
 

Attachments

  • upload_2016-2-29_18-11-58.png
    upload_2016-2-29_18-11-58.png
    32.7 KB · Views: 474
Seemingly by some mathematical coincidence, a hexagon of sides 2,2,7,7, 11, and 11 can be inscribed in a circle of radius 7. The other day I saw a math problem on line, which they said came from a Polish Olympiad, where you compute the length x of the 3rd side which is the same as the radius, so that the sides of length 2,x, and 11 are inscribed on the arc of a semi-circle. The law of cosines applied twice gives the answer for x of exactly 7, but the arithmetic is so complex that the...
Thread 'Unit Circle Double Angle Derivations'
Here I made a terrible mistake of assuming this to be an equilateral triangle and set 2sinx=1 => x=pi/6. Although this did derive the double angle formulas it also led into a terrible mess trying to find all the combinations of sides. I must have been tired and just assumed 6x=180 and 2sinx=1. By that time, I was so mindset that I nearly scolded a person for even saying 90-x. I wonder if this is a case of biased observation that seeks to dis credit me like Jesus of Nazareth since in reality...
Fermat's Last Theorem has long been one of the most famous mathematical problems, and is now one of the most famous theorems. It simply states that the equation $$ a^n+b^n=c^n $$ has no solutions with positive integers if ##n>2.## It was named after Pierre de Fermat (1607-1665). The problem itself stems from the book Arithmetica by Diophantus of Alexandria. It gained popularity because Fermat noted in his copy "Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos, et...

Similar threads

Back
Top