Question 1127223
{{{f(x)=x^2}}}

We can stretch or compress it in the y-direction by multiplying the whole function by a constant.

    {{{c > 1}}} stretches it
    {{{0 < c < 1}}} compresses it


{{{g(x) =c*x^2}}} 

{{{c=1/7}}}

{{{g(x) =(1/7)(x^2)}}}




Summary: for future reference

We can do all transformation in one go using this:

{{{af( b(x + c) ) + d}}} 


{{{a}}} is vertical stretch/compression

    {{{abs(a) > 1}}} stretches
    {{{abs(a) < 1}}} compresses
   {{{ a < 0 }}}flips the graph upside down

{{{b}}} is horizontal stretch/compression

    {{{abs(b) > 1}}} compresses
    {{{abs(b)  < 1}}} stretches
    {{{b < 0}}} flips the graph left-right

{{{c }}}is horizontal shift

    {{{c < 0}}} shifts to the right
    {{{c > 0}}} shifts to the left

{{{d}}} is vertical shift

    {{{d > 0}}} shifts upward
    {{{d < 0}}} shifts downward