document.write( "Question 86977: Let f(x) be any function and O(x) = [f(x) – f(-x)]/2 . Show that O(x) is odd. This question is really giving me a hard time. I would love it if someone could please help me. \n" ); document.write( "
Algebra.Com's Answer #62941 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Let f(x) be any function and O(x) = [f(x) – f(-x)]/2 . Show that O(x) is odd. \n" ); document.write( "----------- \n" ); document.write( "Condition to be \"odd\": O(x) has to equal -O(-x) \n" ); document.write( "O(x) = [f(x) – f(-x)]/2 \n" ); document.write( "-O(-x) = -[f(-x)-f(--x)]/2 \n" ); document.write( "= -[f(-x)-f(x)]/2 \n" ); document.write( "= [f(x)-f(-x)]/2 \n" ); document.write( "--------- \n" ); document.write( "Since the required \"condition\" is met, O(x) is odd. \n" ); document.write( "================ \n" ); document.write( "cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |