document.write( "Question 55709: Determine algebraically whether this function is odd, even, both, or neither:
\n" );
document.write( "f(x) = (3[x]) / (1-x^2)
\n" );
document.write( "(the [x] is an absolute value) \n" );
document.write( "
Algebra.Com's Answer #37792 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! f(x) = |3x| / (1-x^2) \n" ); document.write( "f(-x)= |-3x| / (1-x^2) \n" ); document.write( "-f(-x)= -|-3x| / (1-x^2)\r \n" ); document.write( "\n" ); document.write( "Since f(x)= f(-x) the function is even \n" ); document.write( "Comment: If you doubt this try some values of \"x\" \n" ); document.write( "in f(x) and the same values in f(-x). \n" ); document.write( "------------------ \n" ); document.write( "Since f(x) does not equal -f(-x) the function is \n" ); document.write( "not odd. \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |