Question 62721
need the function listed below with it's graph.
The principle function is:
f(x)=x^2
{{{graph(300,200,-10,10,-10,10,x^2)}}}
f(x)= (x+2)^2  Looks the same shifted horizontally left 2 units.
{{{graph(300,200,-10,10,-10,10,(x+2)^2)}}}
f(x)= -x^2+3  Looks the same reflected about the x axis because of the - in front of the x^2, and shifted vertically up 3 units because of the +3.
{{{graph(300,200,-10,10,-10,10,-x^2+3)}}}
f(x)= x^2-2  Looks the same shifted down vertically 2 units.
{{{graph(300,200,-10,10,-10,10,x^2-2)}}}
f(x)= (x-2)^2  Looks the same shifted right horizontally 2 units.
{{{graph(300,200,-10,10,-10,10,(x-2)^2)}}}
Happy Calculating!!!