|
Exponential Functions
First review: Exponents
The function
y = ex
is the exponential function.
e is the constant 2.71 and is
called the "natural number e."
Its graph looks like:

Notes:
|
1
|
when x = 0, y = 1 (recall any nonzero number raised to 0 is
1)
|
|
2
|
as x increases beyond 0, y increases rapidly
|
|
3
|
as x decreases below 0, y decreases slowly toward 0 but never
reaches 0
|
The base e is commonly used in
advanced Mathematics and Physics. Another common base is 10. PH
values in Chemistry are based on the exponents of base 10 numbers.
Here's a graph of 10x and how it compares to the
ex.

Notes:
1) since 10 is greater than 2.71
the base 10 exponential will increase more rapidly as x increases
above 0 and the base 10 exponential will decrease more rapidly as x
decrease below 0. Both intersect at (0, 1). Why? True for all
exponential functions? No, only those with no leading coefficients, e.g., 5ex crosses the Y axis at y = 5.
(5e0 = 5 • 1 = 5)
The graphs of e-x and
10-x:

Notes:
1) The previous functions increase
with no limit, these decrease toward zero as a limit, as x increases.
2) The x axis (x=0) is the asymptote
of exponential functions.
The plot of a negative exponential
function is the plot of its positive function translated across the
x axis.
For example: –ex

Manipulating Exponentials
First:
The rules for exponents apply to
exponential functions.
For example:
|
|
ex ·
e2x = e(x+2x) = e3x
|
|
|
|
ex · e-4x
= e-3x = 1/e3x
|
|
|
|
(ex)3 = e3•x
= e3x
|
|
a bit more complicated example:
ex/3
• e-2x
= e (1 – 2•3)/3
x = e – 5/3 x =
(e -5x)1/3
= (1/e5x)1/3
so, we have the cube root of the
reciprocal of e5x
Now, solving exponential equations
hinges on the fact that, if two exponentials are equal, then the
exponents must be equal.
For example:
e 2x = e 3x - 1
so, 2x = 3x -1 solving
for x we get x = 1
and:
ex - 1 = e
45
here x - 1 = 45, so x = 44
Without using logarithms, these are the
only types of exponential equations we can solve.
The next example is more complex, it
requires the quadratic equation to solve.
An exponential function can have any
base, even negative. However we usually limit the bases to be
greater than zero.
The standard forms of an exponential
equation are:
|
|
y = A·b kx
or
y = b kx + C
|
|
y : dependent variable
A : constant
b : base ( > 0 )
k : constant
x : independent variable (Real)
C : logb A
Examples: Write the following
equations in standard form:
|
#1
|
Y = 4x + 2
|
|
|
|
Y = 4X ·
42
|
multiplication rule for exponents, reverse
|
|
|
Y = 16 · 4x
|
A = 16, K=1, b = 4
|
|
|
|
|
|
#2
|
Y = 10 x/2
|
|
|
|
Y = 10 1/2 ·
10X
|
multiplication rule for exponents. reverse
|
|
|
Y = 2.16 · 10X
|
A = 2.16, K=1, b = 10
|
|
|
|
|
|
#3
|
Y = 2 3x + 2 ·
4 3
- 4x
|
we need a common base, since 4 = 22
, we'll use 2 for b
|
|
|
Y = 23x+2 ·
22(3
- 4x)
|
recall:
so

|
|
|
Y = 23x + 2 ·
2
6 - 8x
|
|
|
|
Y = 2 -5x +8
|
|
|
|
Y = 28 ·
2
-5x
|
|
|
|
Y = 64 ·
2-5x
|
A = 64, K=-5, b = 2
|
|