Question #cb310

2 Answers
Aug 22, 2016

For problems of this type, you need to first graph, and then shade the solution region using test points.

The parabola #y = x^2 - 8# has a vertex at #(0, -8)#. Using a table of values, you will be able to graph it very precisely. The table of values may look like the following:

enter image source here

While you graph, make sure that you have a dotted line, since this inequality has the symbol ">" and not "≥".

For the second equation, #x + y ≤ 1#, I recommend solving for #y# so that you convert to slope intercept form; it's easier to graph this way.

Isolating y:

#y ≤ 1 - x#

You can now place the y intercept, which is #1#, and start placing points using the slope of the line (Vertical change: -1, horizontal change: 1).

You can then connect these dots using a complete line, not a dotted one, since the symbol used in this case is #≤# and not #<#.

As for the shading, usually for quadratic inequalities I would select test points and for linear inequalities I would shade through logical induction. In #y ≤ 1- x#, we would shade below the line, because we want all points where #y# is smaller than #1- x#.

For #y > x^2 - 8#, select test points, one inside the parabola and one on the outside.

Let Test Point #1 be (0, 0)

#0 >^? 0^2 - 8#

#0 > -8#

So, we shade inside the parabola.

Once this is done, the solution to the inequality is the region where the two shaded areas overlap.

Here is what you should have in the way of graphing, except your graph should have the parabola as a dotted line (my program can for some reason not draw this properly).

enter image source here

As for points of intersection, I think the graph says it all. A few examples are #(0, -6)# and #(-2, -2)#.

Hopefully this helps!

Aug 23, 2016

#x in ((-1-sqrt(37))/2,(-1+sqrt(37))/2), y in [x^2-8, 1-x]#

Explanation:

Another way, algebraically:

#x+y<= 1#

#=> y <= 1-x#

#=> 1-x >= y > x^2-8" (*)"#

#=> 1-x > x^2-8#

#=> x^2+x-9 < 0#

The roots of #x^2+x-9=0# are #x=(-1+-sqrt(37))/2#. As #x^2+x-9>0# when the magnitude of #x# grows large (in the positive or negative direction), then it must be the case that #x^2+x-9<0# only between the two roots above:

#(-1-sqrt(37))/2 < x < (-1+sqrt(37))/2#

Given a restriction on #x#, we now can add a restriction on #y# in terms of #x#. However, in our previous work, we already found such a restriction at #"(*)"#. Thus, the set of points satisfying both inequalities is given by

#x in ((-1-sqrt(37))/2,(-1+sqrt(37))/2), y in [x^2-8, 1-x]#


Note that the restrictions on the #x# and #y# values cannot be completely independent of each other. For example, if we solved for the upper and lower bounds on #y#, we would find that

#-33/4 <= y <(3+sqrt(37))/2#,

But points such as #(1,2)# are not in the solution set, even though there are points in the solution set with the #x#-coordinate #1# and points with the #y#-coordinate #2#.