You can put this solution on YOUR website! Given that a and b are both positive numbers solve
1)x^2+a^2/x^2+b^2 >= 0
-------------
Solve the equality for "x":
(x^2+a^2)/(x^2+b^2) = 0
-----
True when x^2+a^2 = 0
Factor in the Complex Number System:
(x+ai)(x-ai) = 0
x = +ai or x = -ai
----------------
Not Real Number solutions.
================================
Cheers,
Stan H.