document.write( "Question 1196873: g(x)= -(x-2)³
\n" );
document.write( "parent function ,f = x³
\n" );
document.write( "Write g(x) in terms of f using function notation \n" );
document.write( "
Algebra.Com's Answer #829901 by math_tutor2020(3817)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "f(x) = x^3 \n" ); document.write( "f(x-2) = (x-2)^3 ... replace each x with x-2 \n" ); document.write( "-f(x-2) = -(x-2)^3 ... multiply both sides by -1 \n" ); document.write( "-f(x-2) = g(x) \n" ); document.write( "g(x) = -f(x-2)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The replacement of x with x-2 means the entire curve shifts 2 units right. \n" ); document.write( "The negative out front reflects the curve over the x axis. \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |