Question 200328
<font face="Garamond" size="+2">


The red graph is *[tex \Large e^x]


The green graph is *[tex \Large e^{\frac{x}{2}}]


{{{drawing(
500, 500, -5, 5, -5, 5,
grid(1),
graph(
500, 500, -5, 5, -5, 5,
2.718^x,
2.718^(x/2)
))}}}


The red graph is *[tex \Large \ln(x)]


The green graph is *[tex \Large \ln({\frac{x}{2}})]


{{{drawing(
500, 500, -5, 5, -5, 5,
grid(1),
graph(
500, 500, -5, 5, -5, 5,
ln(x),
ln(x/2)
))}}}


Use your calculator or an Excel spreadsheet to generate your own table of values.  Remember the domain of *[tex \Large \log_b(x)] is *[tex \Large \left(0,\infty\right)]


John
*[tex \LARGE e^{i\pi} + 1 = 0]
</font>