What to do when "second differences" are different?

  • Context:
  • Thread starter Thread starter MRF2
  • Start date Start date
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 3K views
MRF2
Messages
4
Reaction score
0
Hey, I'm using data points:

X: -1; 0; 1; 2; 3
Y:-16; 4; 1; 1/4; 1/16

I solved for the first differences, and got:
-12; -3; -1/4; -3/16

I then solved for second differences, and got:
9; 11/4; 1/16

Is my math just wrong in a way I can't see, or...?
Thanks!
 
Last edited:
Mathematics news on Phys.org
So, if the first-level differences are the same, you've got a linear model. If the second-level differences are the same, you've got a quadratic model. What do you have if the ratios are constant?
 
Ackbach said:
So, if the first-level differences are the same, you've got a linear model. If the second-level differences are the same, you've got a quadratic model. What do you have if the ratios are constant?

Exponential model?
 
MRF2 said:
Exponential model?

I didn't find the ratios to be the same.
 
Yes, it would be exponential if the ratios are the same. Is the first data point -16 or 16?

Hmm:
4/16 = 1/4
1/4 = 1/4
(1/4)/1 = 1/4
(1/16)/(1/4) = (1/16) * (4/1) = 1/4

So, if the first data point is +16 instead of -16, would the ratios be the same?