document.write( "Question 629017: Determine whether the following function is odd, even, or neither.
\n" );
document.write( "f(x) = 2sinxcosx\r
\n" );
document.write( "\n" );
document.write( "Here is my solution:
\n" );
document.write( "f(-x) = 2sin(-x)cos(-x)
\n" );
document.write( "= -2sin(x)cos(x)
\n" );
document.write( "Neither \n" );
document.write( "
Algebra.Com's Answer #395973 by reviewermath(1029)![]() ![]() You can put this solution on YOUR website! 2(sin x)(cos x) = sin(2x), double angle identity \n" ); document.write( "f(-x) = sin(-2x) \n" ); document.write( " = -sin(2x) \n" ); document.write( " = -f(x) \n" ); document.write( "Therefore f(x) is an ODD FUNCTION. \n" ); document.write( " |