The figures below show the graphs of the exponential functio
Solution
(a)
f(x) show exponential growth. // increase in value of \"x\" value of \"y\" also increases.
so the general formula of ecponential growth is y = a*ex
this graph passes through (0, 0.75)
plugging these values in the equation, we get
0.75 = a*e0 // e0 = 1
0.75 = a * 1
a = 0.75
so the formula is y = 0.75 ex
(b)
since this is exponential decay
the general equation of this graph is y = a * e-x.
this graph passes through (2, 2/9)
2/9 = a * e-2
a *0.135 = 2/9
a = 1.65
so the equation if the graph is y = 1.65 e-x
(c)
this is a line.
it has y-intercept \"3\", so it passes through (0, 3)
and this line passes through (a, a+3)
we can find the slope of this line as we have two points
slope (m) = (a+3 - 3) / (a - 0) // m = (y2 - y1) / (x2 - x1)
m = a / a = 1
m = 1
now we have the slope and one point (0,3)
using point slope form of a line => y - y1 = m (x - x1)
y - 3 = 1 (x - 0)
y - 3 = x
x - y + 3 = 0
(d)
f(x) = g(x)
0.75 ex = 1.65 e-x
0.75 ex = 1.65 * (1/ex ) // x-a = 1 / xa
ex * ex = 1.65 / 0.75
e2x = 2.2 // xa * xa = xa + a = x2a
taking natural log both sides
ln e2x = ln 2.2
2x ln e = ln 2.2 // ln ab = b* ln a
2x = 0.7884 // ln e = 1
x = 0.394

