document.write( "Question 9727: If P=x+1/x-1 and Q=x-1/x+1, find P^2+Q^2-PQ. \n" ); document.write( "
Algebra.Com's Answer #5258 by khwang(438)![]() ![]() ![]() You can put this solution on YOUR website! First of all, alway remember to put parentheses to group related terms, \n" ); document.write( " as P= (x+1)/(x-1) and Q=(x-1)/(x+1).\r \n" ); document.write( "\n" ); document.write( " Note, P = 1 + [2/(x-1)] and Q = 1/P = 1 + [-2/(x+1)] \n" ); document.write( " So,P-Q = 2[1/(x-1) + 1/(x+1)] = 2[2x/(x^2-1)] \n" ); document.write( " = 4x/(x^2-1) \n" ); document.write( " and PQ = ??(for you)\r \n" ); document.write( "\n" ); document.write( " Since P^2+Q^2-PQ = (P-Q)^2 +PQ (why ?) \n" ); document.write( " We have P^2+Q^2-PQ = [4x/(x^2-1)]^2 + 1 \n" ); document.write( " = 1 + 16x^2 /(x^2-1)^2 \r \n" ); document.write( "\n" ); document.write( " Of course ,you can use direct substitution and staightford computation \n" ); document.write( " to get the same asnwer. But, the above way it faster and can avoid some \n" ); document.write( " mistakes. \n" ); document.write( " \n" ); document.write( " I won't give further explanations for this level of questions.\r \n" ); document.write( "\n" ); document.write( " Kenny \n" ); document.write( " \n" ); document.write( " |