How can i estimate speed per year based on speed per day?

31 Views Asked by At

consider the following data:

        date        mm/year
2469    2006-10-05  0.3885
2472    2006-10-08  0.4095
2473    2006-10-09  0.4095
2474    2006-10-10  0.4095
2475    2006-10-11  0.3441
2476    2006-10-12  0.3224
2477    2006-10-13  0.3224
2478    2006-10-14  0.3640
2479    2006-10-15  0.2905
2480    2006-10-16  0.0284
2481    2006-10-17  0.0284
2496    2006-11-01  0.0284
2497    2006-11-02  0.0284
2498    2006-11-03  0.0284
2499    2006-11-04  0.2485

This is a small sample of my data which covers a period of 2 full years.

These data represent the decreasing speed of the thickness of an object based milimeters per year. Knowing that my object has a base thickness of 5mm, and the thickness loss per day expressed in mm/year, how can i calculate the total thickness loss for a given period of time of say 2 years?

Thank you very much in advance

1

There are 1 best solutions below

5
On BEST ANSWER

Take an average of your data points. Multiply by the number of years you wish to estimate. This will give you an approximate mm loss over that many years.

E.g. suppose your average was 0.4mm/year and you want to estimate 3 years of loss.

0.4mm/year * 3years = 1.2mm