Question 205180
Can someone please help me with this problem, I'm having a hard time understanding. For the exponential function e^x and logarithmic function log x, graphically show the effect if x is halved. Include a table of values for all four functions.
---------------------------
y=e^x
{{{graph(400,300,-10,10,-10,10,(2.718282)^x)}}}
----------------------------------------------------
y=e^(x/2)
{{{graph(400,300,-10,10,-10,10,2.718282^(x/2))}}}
----------------------------------------------------
y = log(x)
{{{graph(400,300,-10,10,-10,10,ln(x)/ln(10))}}}
-----------------------------------------------------
y = log(x/2)
{{{graph(400,300,-10,10,-10,10,ln(x/2)/ln(10))}}}
-------------------------------------------------------
Cheers,
Stan H.