Question 188415
<font face="Garamond" size="+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 e^x] and 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,
log(10,x),
log(10,x/2)
))}}}


The red graph is *[tex \Large log_{10}(x)] and the green graph is *[tex \Large log_{10}({\frac{x}{2}})]


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


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


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