Answers:
- Function is

- Monthly growth rate is roughly <u>1.53%</u>
=====================================================
Explanation:
The population starts at 100 pigeons. After a year, the population goes up by 20%, meaning the population goes up by 20. It lands on 120 after a full year (100+20 = 120).
Dividing the "before" and "after" population amounts gets us 120/100 = 1.20
If we didn't worry about the monthly rate, and only cared about the annual rate of growth, then the population function would be

where t is the number of years and P(t) is the population for that year number. Notice how the 1.20 is the base of the exponential to quickly tell the reader the annual rate of growth. We read off the .20 portion and that converts to 20% after moving the decimal 2 spots to the right.
If we were to plug t = 0 into that function, then we'd get P(0) = 100. Inputting t = 1 leads to P(1) = 120. This helps confirm we have the correct annual growth rate function.
---------------------
Unfortunately, your teacher doesn't want the annual growth rate function. Instead, they want you to write a function where the reader can easily pick out the monthly rate of change without having to do any math. This is due to the instructions that "the monthly rate of change can be found from a constant in the function". Let m be this constant.
Since t is the number of years, this means t = 1/12 represents 1/12 of a year, aka 1 month. If you were to compute P(1/12), then you should get roughly 101.530947049973
Divide this amount over the initial population to find m.
m = 101.530947049973/100 = 1.01530947049973
So we get m = 1.0153 after rounding to four decimal places.
The number m is in the form 1+x. Solving 1+x = m will lead to x = 0.0153 to indicate a monthly rate of change is roughly 1.53% since we move the decimal point 2 spots to the right to go from 0.0153 to 1.53%
The pigeon population is increasing by roughly 1.53% each month.
This is why computing this m value leads to the reader able to spot the monthly rate of change without having to resort to a calculator. All they have to do is read the digits to the right of the decimal point and convert that to percentage form.
---------------------
An alternative way to compute this value is to use this formula
m = (1+r)^(1/12)
We'll plug in the annual rate r = 0.20 to get:
m = (1+r)^(1/12)
m = (1+0.20)^(1/12)
m = 1.01530947049973
m = 1.0153
We get the same approximate value as earlier.
---------------------
Whichever method you use, you should get roughly m = 1.0153
We're given that A = 100 is the initial population
So we'll then be able to form this function

This represents the monthly growth of the population where t is in years. Note that after something like t = 3 years, we have 12t = 12*3 = 36 months pass by. So that's why the 12t is in the exponent rather than simply t.
Once again, for comparison we have...
for annual growth
for monthly growth
Each function has t represent the number of years. The difference is the base of each exponential to tell us the respective annual or monthly growth rate. Also, the exponent up top must be adjusted depending on which you go for.
---------------------
You may be wondering: "what if the exponent in the monthly growth rate function wasn't 12t?". Let's find out. We'll assume the monthly growth rate function is
and show that an error happens.
If we plugged in something like t = 1, we should get P(t) = 120 like mentioned earlier.

That value of 101.53 is the approximate population number after 1 month, rather than 1 year. Making the exponent 12t will fix the issue.