Question 150966
For the exponential function ex and logarithmic function log x, graphically show the effect if x is doubled.
;
Plot, {{{e^x}}} (purple)
Plot, ln(x) (green)
Looks like this:
{{{ graph( 300, 200, -2, 5, -2, 4, 2.718^x, ln(x)) }}}
:
Plot {{{e^(2x)}}} (purple)
Plot ln(2x), green
:
{{{ graph( 300, 200, -2, 5, -2, 4, 2.718^(2x), ln(2x)) }}}