I am trying to understand exponential growth doing some practice questions. I arrived at a solution but they don't feel exponential enough i.e. the value isn't growing as high as I expected.
Given a population of 90 if it grows at 3% per year what will the population be after 4 years.
My logic was to calculate this for each year and round UP as you cannot have 0.5 a person at the end of the year and it should be biased towards a higher full number?
Year 1:(90 x 3)/100 = 2.7 = 90+2.7=92.7 (93 rounded)
Year 2:(93 x 3)/100 = 2.79 = 93+2.79=95.79 (96 rounded)
Year 3:(96 x 3)/100 = 2.88 = 96+2.88=98.88 (99 rounded)
Year 4:(99 x 3)/100 = 2.97 = 99+2.97=101.97 (102 rounded)
Am I on the right track here? It has only grown by 12 after 4 years.
If I use x(t) = x_0 × (1 + r)^t Exponential Growth Calculator I am left with 101.2 (102 rounded) after 20 years the population is 162.5. The growth doesn't seem like its exponentially growing, or is it just because the growth % is so low?
Thanks in advance!