Question 1128744
Here are the plots of{
(1) {{{ f(x) = 1/( 3^(-x)) }}} and
(2) {{{ f(x) = 1/( 3^x ) }}}
{{{ graph( 400, 400, -10, 10, -10, 10, 1/( 3^(-x)), 1/( 3^x) ) }}}
---------------------------
For vertical compression, previous values of
{{{ x }}} are larger to make up for the factor of {{{ 4 }}} I will put in
{{{ f(x) = 1/( 3^(4X) ) }}}. Here's the plot:
{{{ graph( 400, 400, -5, 5, -10, 10, 1/( 3^(4x)) ) }}}
I think this is right. Get another opinion also