document.write( "Question 1051337: How do you show if these equations are odd, even, or neither?\r
\n" );
document.write( "\n" );
document.write( "f(x)=x^3-8x f(x)=3x^4-7x+2\r
\n" );
document.write( "\n" );
document.write( "I know looking at the graph how to tell but how do you know what test to perform? And what tests are these? \n" );
document.write( "
Algebra.Com's Answer #666878 by ikleyn(52803)![]() ![]() You can put this solution on YOUR website! How do you show if these equations are odd, even, or neither?\r \n" ); document.write( "\n" ); document.write( "1. f(x)=x^3-8x \n" ); document.write( "2. f(x)=3x^4-7x+2 \n" ); document.write( "~~~~~~~~~~~~~~~~~~~~~~~~\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \r\n" ); document.write( "1. f(x) = x^3 - 8x\r\n" ); document.write( "\r\n" ); document.write( " To decide if it is odd, even, or neither, we must to consider f(-x) and compare it with f(x).\r\n" ); document.write( "\r\n" ); document.write( " f(-x) = (-x)^3 - 8*(-x).\r\n" ); document.write( "\r\n" ); document.write( " It is equal to \r\n" ); document.write( "\r\n" ); document.write( " f(-x) = (-x)^3 - 8*(-x) = -x^3 + 8x = -(x^3 -8).\r\n" ); document.write( "\r\n" ); document.write( " What is the very right side expression? It is nothing else as -f(x).\r\n" ); document.write( "\r\n" ); document.write( " So, we got f(-x) = -f(x).\r\n" ); document.write( "\r\n" ); document.write( " It means that the function f(x) is ODD.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "2. If you do the same with the function \"N2\", you will get that that this function is neither even nor odd.\r\n" ); document.write( "\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |