Philip P. answered 11/11/15
Tutor
4.9
(484)
Effective and Patient Math Tutor
I assume the expression is 1/(x2+y). In math division by zero is undefined. So when you have a rational expression like this, the expression will be undefined when the denominator is zero. The denominator is (x2+y), so we need to know the values of x and y that can make it equal to zero.
There are two terms in the denominator, x2 and y. x2 will always be positive, even if x is negative ((-2)2 = (-2)*(-2)=4). So if y is also positive, the denominator cannot equal zero. Hence 1/(x2+y) is defined for y>0.
When y is negative (y<0), then the denominator can be zero.
x2+y = 0
y = -x2
For example, suppose x=2 and y = -4:
x2+y = 22-4 = 4-4 = 0.
So 1/(x2+y) will be undefined whenever y = -x2.