I discovered difference tables as a kid, didn't know they were used much, I was modelling motion on a 2D display (an oscilloscope hooked to a P2P11!). Was a lifesaver for quick polynomial evolution - uses only addition, execution time scales linearly with the order of the polynomial. So, how do you go from the difference table "coefficients" to the polynomial?
Other people have given calculus answers... here is one that doesn't require calculus. Its very tedious, but fairly simple to understand. Give your DT "coefficients" work your way back to the solution. I.e. in this case: you start with 48 48 48 From which you can get 104 152 200 248 And work your way back to 9 73 241 561 1081 1849 So you know you want a polynomial P(x)such that P(1) = 9 p(2) = 73 ... p(3) = 1849 So n…
9,73,241,561,1081,1849,_?_
51–60 of 91 posts
Re: 9,73,241,561,1081,1849,_?_
#52Earlier quoted context omitted.
Reasonable people understand that we're looking for a closed-form solution that can generate these numbers.
You would still need to define precisely what you mean by a closed-form solution and this definition needs to be part of the question. But even then you would be faced with the difficult task of proving that your answer is correct. This kind of ill-defined question might be a fun diversion but it should never be used for any serious purpose (e.g. in any test/assighnment that matters)
Note, that I said "reasonable people." Reasonable people know what is being asked. If, for example, I asked someone how much they weigh, they are not going to respond "I don't know. I weighed myself five minutes ago, but I must have a different weight right now."
Re: 9,73,241,561,1081,1849,_?_
#53Re: 9,73,241,561,1081,1849,_?_
#54Earlier quoted context omitted.
You can only prove that the answer is incorrect.
Why would you think that?
Re: 9,73,241,561,1081,1849,_?_
#55Re: 9,73,241,561,1081,1849,_?_
#56I loaded into excel, then copy and dragged down to see what excel would say is the next 2 answers ... I got the following ...1081,1849,[1890.067],[2248.467].... Now I just wonder how excel got these answers :/
Re: 9,73,241,561,1081,1849,_?_
#57Re: 9,73,241,561,1081,1849,_?_
#58Re: 9,73,241,561,1081,1849,_?_
#59Earlier quoted context omitted.
You would still need to define precisely what you mean by a closed-form solution and this definition needs to be part of the question. But even then you would be faced with the difficult task of proving that your answer is correct. This kind of ill-defined question might be a fun diversion but it should never be used for any serious purpose (e.g. in any test/assighnment that matters)
Luckily, mathematicians have already done this for me: http://en.wikipedia.org/wiki/Closed-form_solution Note, that I said "reasonable people." Reasonable people know what is being asked. If, for example, I asked someone how much they weigh, they are not going to respond "I don't know. I weighed myself five minutes ago, but I must have a different weight right now."
Do you allow Turing-completeness? If not, why not?
What exactly is the measure used to determine the size of a solution?
Re: 9,73,241,561,1081,1849,_?_
#60This answer is correct in that it is the next item in the lowest-order polynomial that generates the first five terms. This reveals both the strength and weakness of difference tables (and the flavor of Mathematics Made Difficult).