Jump to content

Course:MATH110/Archive/2010-2011/002/Notes/Modeling with exp

From UBC Wiki

The exponential function ex

The exponential function exp(x), also written as ex, occurs very commonly in many applications. It is used to model population growth, radioactive decay, heating and cooling, compound interest, chemical reactions, metabolic processes, and numerous other situations.

In what follows, we'll consider the function as modeling a system which changes with time, and write it as a function of the independent variable t.

We'll see later that the exponential function has many interesting and remarkable properties, but for now, we'll make use of just a few.

Algebraic properties

The notation ex suggests that the exponential function should behave as follows:

e(s+t)=eset

We'll see this is in fact valid for the exponential function.

For the notation to be consistent, it had better be true that

et=e(0+t)=e0et

Hence we need

e0=1

Next

1=e0=e(tt)=e(t+t)=etet

So

1et=et

exp(t) is an increasing function of t

We'll see later (from looking at models for continuously compounded interest) that

e=limn(1+1n)n

From this, we can show that the number e is a positive constant, about equal to 2.71828...,

This is consistent with viewing the exponential function et as a raising the number e to the power t (we have to make sense of doing this for arbitrary real numbers t).

From this we see that the exponential function is an increasing function of t, and hence et is a decreasing function of t.

Rate of growth

Consider

e2t=e(t+t)=etet=(et)2

So multiplying t by the constant 2 causes the function to increase as the square of et. Generalizing this observation, we'll think of the parameter k as determining the growth rate of ekt.

Summary: modeling with the exponential function

If we have a model which starts at time t=0 with an initial size of c, and which grows exponentially at a rate of k, it will be described by

y(t)=cekt

If k is positive, the function will increase with t, else it will decrease.

Note that et is positive for all values of t

Notes

This is still a fairly rough draft. The organization of this will likely change, and there's various things that are stated without proof; we'll address this later in readings, lectures, and homework.