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 #691367 by rapture(86)![]() ![]() You can put this solution on YOUR website! You want the fraction to be greater than zero. \r \n" ); document.write( "\n" ); document.write( "A fraction is positive either when both numerator and denominator are positive or when both are negative. In this case the denominator is positive for each x. So, you have to find for which values of x the numerator is also positive.\r \n" ); document.write( "\n" ); document.write( "I hope this helps.\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |