How to calculate compound percentage change

  • Context: Undergrad 
  • Thread starter Thread starter drdoug
  • Start date Start date
  • Tags Tags
    Change
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 10K views
drdoug
Messages
2
Reaction score
0
Example: Inflation over time
Supposed that I want calculate the final percent change in a 10 year period.

(year , % Change) --> (1,3) (2,4) (3,7) (4,3) (5,2) (6,5) (7,4) (8,3) (9,4) (10,6)

How should I calculate the final percent inflation without having to calculate one by one?
 
Physics news on Phys.org
sorry for my laziness but how would you calculate with negative values?
 
Each term in the above product is (1 + %change/100).

So for a 3% change (increase) the product term is 1.03, for a 3% decrease you would use 0.97 and so on.