Question 177483
Here are the graphs for m=1
{{{ graph( 300, 300, -5, 5, -5, 5, x^2, sqrt(x), 1/x^2) }}}
Blue:{{{y=1/x^2}}}
Red: {{{y=x^2}}}
Green:{{{ y^2=x}}}
.
.
.
Here are the graphs for m=5
{{{ graph( 300, 300, -5, 5, -5, 5, 5x^2, sqrt(5x), 5/x^2) }}}
Blue:{{{y=5/x^2}}}
Red: {{{y=5x^2}}}
Green:{{{ y^2=5x}}}
.
.
.
You can see the similarities and the effect of the constant on each graph.