Question 499019
to graph them, you make the inequality an equality and then you solve for y.
y >= |x| becomes y = |x|.
you can graph it as such.
x^2 + y^2 <= 25 becomes x^2 + y^2 = 25
subtract x^2 from both sides of the equation to get y^2 = 25 - x^2
take the square root of both sides of the equation to get y = +/- sqrt(25 - x^2)
you can graph it as such.
the equations you are graphing are:
y = |x|
y = +/- sqrt(25-x^2)
your graph will look like this:
<img src = "http://theo.x10hosting.com/2011/sep161.jpg" alt = "$$$$$" />
now you have to go back to the inequality and figure out which part of this graph is what you want.
we'll start with y >= |x|
if x is positive, then this is equivalent to y >= x.
if x is negative, then this is equivalent to y >= -x.
regardless of whether x is positive or negative, y will always be positive.
in both cases the value of y will be on the line of the graph or above it.
next we'll work on x^2 + y^2 <= 25
we subtract x^2 from both sides of the equation to get:
y^2 <= 25 - x^2
we take the square root of both sides of this equation to get:
y <= sqrt(25 - x^2) and y >= -sqrt(25 - x^2)
this may be a little hard to see, but it has to be this way in order for y^2 to be smaller than or equal to 25 - x^2.
in our example, we are only concerned with y <= sqrt(x) because we are restricted to positive values of y since y has to be >= |x|.
the shaded area in the graph shows you the area of the graph that is compatible with the requirements of the problem.
y >= |x| puts y above the graph of that equation.
y <= sqrt(25 - x^2) puts y within the boundaries of the circle.