document.write( "Question 1031795: how to prove cot x = 1/tan x by using trigonometric ratio? \n" ); document.write( "
Algebra.Com's Answer #646455 by Theo(13342) You can put this solution on YOUR website! let a = opposite side of angle x. \n" ); document.write( "let b = adjacent side of angle x.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "tanx = opposite side / adjacent side = a/b\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "cotx = adjacent side / opposite side = b/a\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "if you take 1 and divide it by tanx, you get 1 / tanx = 1 / (a/b)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "since 1 / (a/b) is equal to 1 * (b/a), you get 1 / tanx = b/a\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "since b/a is equal to cotx, you get 1/tanx = cotx.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "that's your proof. \n" ); document.write( " |