document.write( "Question 1076748: Find the range of values of x for: [(4-4x^2)/(X^2+1)^2]>0
\n" );
document.write( "If you look at the denominator, the denominator is always greater than zero because any nonzero number squared is a positive number.
\n" );
document.write( "We should focus on the numerator. Look at (4 - 4x^2) > 0. We get here because we can multiply both sides of the inequality by (x^2 + 1)^2, cancelling it out from both sides of the inequality.
\n" );
document.write( "Now solve for x in (4 - 4x^2) > 0
\n" );
document.write( "4 > 4x^2
\n" );
document.write( "1 > x^2
\n" );
document.write( "sqrt(1) > sqrt(x^2)
\n" );
document.write( "1 > |x|
\n" );
document.write( "We see that by the definition of absolute value we get
\n" );
document.write( "Either 1 > x OR 1 > -x
\n" );
document.write( "1 > x OR -1 < x
\n" );
document.write( "so -1 < x < 1 is our solution. \n" );
document.write( "
Algebra.Com's Answer #691363 by alanc(27)![]() ![]() You can put this solution on YOUR website! Find the range of values of x for: [(4-4x^2)/(X^2+1)^2]>0 \n" ); document.write( "If you look at the denominator, the denominator is always greater than zero because any nonzero number squared is a positive number. \n" ); document.write( "We should focus on the numerator. Look at (4 - 4x^2) > 0. We get here because we can multiply both sides of the inequality by (x^2 + 1)^2, cancelling it out from both sides of the inequality. \n" ); document.write( "Now solve for x in (4 - 4x^2) > 0 \n" ); document.write( "4 > 4x^2 \n" ); document.write( "1 > x^2 \n" ); document.write( "sqrt(1) > sqrt(x^2) \n" ); document.write( "1 > |x| \n" ); document.write( "We see that by the definition of absolute value we get \n" ); document.write( "Either 1 > x OR 1 > -x \n" ); document.write( "1 > x OR -1 < x \n" ); document.write( "so -1 < x < 1 is our solution. \n" ); document.write( " |