Exponential Growth

Problem

On her computer, Alex has a screen saver that models exponential growth. The screen saver shows colored dots whole number can be modeled but the equation \fn_jvn \small N(t)=N_{0}\cdot a^{t}, where t stands for the number of seconds since the screen saver’s cycle started. One second after the cycle’s start, there were 6 dots on the screen; three seconds after the cycle’s start there were 24 dots. Find the value of a.

Solution

What do you know? You’re told the equation is \fn_jvn \small N(t)=N_0 \cdot a^t. And you know two data points for that equation: \fn_jvn \small N(1)=6 and \fn_jvn \small N(3)=24. What can you do with that?

Plug the known data points into the equation:

\fn_jvn \small N(t)=N_0 \cdot a^t

\fn_jvn \small N(1)=6=N_0a^2

\fn_jvn \small N(3)=24=N_0a^3

That’s a system of two equations with two unknowns. You can solve it by substitution. Note that if you multiply the N(1) equation by 4, you get 24, the same value that equals N(3).

Replace the 24 in N(3) with \fn_jvn \small 4N_0a:

\fn_jvn \small 4N_0a=N_0a^3

Divide by \fn_jvn \small N_0a:

\fn_jvn \small 4=a^2

\fn_jvn \small a=\pm 2

Exponential bases are always positive, so \fn_jvn \small a=2. And that’s the answer.

To check, go back to one of the original equations and solve for \fn_jvn \small N_0, then plug both a and \fn_jvn \small N_0 into the other original equation and see if you get a true statement:

\fn_jvn \small N(1)=6=N_0a^1

\fn_jvn \small 6=N_0 \cdot 2

\fn_jvn \small N_0=3

and

\fn_jvn \small N(3)=24=N_0a^3

\fn_jvn \small N_0a^3=3 \cdot 2^3=24

Check.