document.write( "Question 1118148: If the function y=x^2 is dilated in the x direction by a factor of 5, dilated in the y direction by a factor of 2, translated 3 to the right and translated 4 up, then type its equation. \n" ); document.write( "
Algebra.Com's Answer #733402 by greenestamps(13203)\"\" \"About 
You can put this solution on YOUR website!


\n" ); document.write( "The original function is \"y+=+x%5E2\".

\n" ); document.write( "(1) dilated in the x direction by a factor of 5: replace x with x/5: \"y+=+%28x%2F5%29%5E2\"

\n" ); document.write( "(2) dilated in the y direction by a factor of 2: replace y with y/2: \"y%2F2+=+%28x%2F5%29%5E2\", or \"y+=+2%28x%2F5%29%5E2\"

\n" ); document.write( "(3) translated 3 to the right: replace x with x-3: \"y+=+2%28%28x-3%29%2F5%29%5E2\"

\n" ); document.write( "(4) translated 4 up: add 4 to y: \"y+=+2%28%28x-3%29%2F5%29%5E2%2B4\"

\n" ); document.write( "A graph:

\n" ); document.write( "red: basic function
\n" ); document.write( "green: dilated by a factor of 5 in the x direction (red, 1/5 as steep)
\n" ); document.write( "blue: dilated by a factor of 2 in the y direction (green, 2 times as steep)
\n" ); document.write( "purple: translated 3 to the right (blue, moved right 3)
\n" ); document.write( "yellow: translated 4 up (purple, moved up 4)

\n" ); document.write( "
\n" ); document.write( "
\n" );