Chapter 9 Objects in the Two-Dimensional Coordinate System

Section 9.4 Regions in the plane

9.4.2 Regions bounded by Lines and Circles


The Info Box below lists the regions that can occur if the equals sign in the equation of a line is replaced by an inequality sign.
Info 9.4.1
 
Let a line g in the plane (with slope m and y-intercept b) be given by

g:y=mx+b

in normal form with respect to a fixed coordinate system. Substituting an inequality sign for the equals sign results in the following sets that describe regions in the plane:
  • B1 :={(x;y)2 :y>mx+b}= "region above the line excluding the points on the line itself"
  • B2 :={(x;y)2 :ymx+b}= "region above the line including the points on the line itself"
  • B3 :={(x;y)2 :y<mx+b}= "region below the line excluding the points on the line itself"
  • B4 :={(x;y)2 :ymx+b}= "region below the line including the points on the line itself"


For equations of a line that cannot be transformed into normal form, the line of thought on the resulting regions is analogous. The example below shows two simple cases.
Example 9.4.2
Let two lines be given by the equations

g:y=-x+1



h:x=-1.

Find and sketch the following sets:

A= "region above g excluding the points on the line g itself" ,



B= "region to the right of line h including the points on the line h itself" ,

and AB.
From the Info Box above, we have

A={(x;y)2 :y<-x+1}

and

B={(x;y)2 :x-1}

since the points to the right of line h have x-coordinates that are greater than -1. Thus, the intersection AB is the set of points with coordinates that satisfy both the conditions:

AB={(x;y)2 :y<-x+1x-1}.

This is illustrated by the figures below.

Here, the intersection point (-1;2) of the two lines is not an element of AB since points on the line g are generally excluded from the region AB. In the figure above this is indicated by a small empty circle at this point.

The example above illustrates the following: regions given by coordinate inequalities derived from equations of lines are easy to specify. It becomes more difficult if intersections of such regions are considered. The following, more difficult example shows that even absolute values can be involved.
Example 9.4.3
Describe the set defined by

M={(x;y):|x-y|<1}

in words and sketch it.
For absolute values (see Section 2.2) a case analysis is required as usual:
  1. x-y0xy
    In this case the inequality |x-y|<1 can be solved for

    |x-y|<1x-y<1y>x-1.

    Thus, the set M contains all points (x;y) with coordinates that satisfy the inequalities xy and y>x-1, i.e. those points that lie above the line y=x-1 but below the angle bisector y=x.
  2. x-y<0x<y
    In this case the inequality |x-y|<1 can be solved for

    |x-y|<1-(x-y)<1y<x+1.

    Thus, the set M contains all points (x;y) with coordinates that satisfy the inequalities x<y and y<x+1, i.e. those points that lie below the line y=x+1 but above the angle bisector y=x.
From these two cases, we obtain the following description of the set M:

M= "all points between the lines y=x-1 and y=x+1 that do not lie on those lines"

The figure below shows the corresponding sketch.

Exercise 9.4.4
Describe and sketch the following sets:
  1. A={(x;y)2 :y1}{(x;y)2 :x1}
  2. B={(x;y)2 :|2x-y|1}
  3. C={(x;y)2 :|y|>x+1}


The Info Box below lists the regions in the plane that can be bounded by a circle.
Info 9.4.5
 
Let a circle K in the plane (with the centre M=( x0 ; y0 ) and the radius r) be given by the equation

K:(x- x0 )2 +(y- y0 )2 = r2

in normal form with respect to a fixed coordinate system. Then replacing the equals sign with an inequality results in the following sets that describe regions an a plane:
  • B1 :={(x;y)2 :(x- x0 )2 +(y- y0 )2 < r2 }= "region within the circle excluding the points on the circle itself"
  • B2 :={(x;y)2 :(x- x0 )2 +(y- y0 )2 r2 }= "region within the circle including the points on the circle itself"
  • B3 :={(x;y)2 :(x- x0 )2 +(y- y0 )2 > r2 }= "region outside the circle excluding the points on the circle itself"
  • B4 :={(x;y)2 :(x- x0 )2 +(y- y0 )2 r2 }= "region outside the circle including the points on the circle itself"


The example below shows a few special cases of regions that are bounded by circles as well as a few more complex cases that arise by combining several regions bounded by circles or lines.
Example 9.4.6
Let two circles K1 and K2 be given by the equations

K1 : x2 + y2 =4

and

K2 :(x-2 )2 + y2 =1,

and let the line g be given by the equation

g:y=-x+1.

  • The set A1 :={(x;y)2 :(x-2 )2 + y2 1} consists of all points within and on the circle K2 :

  • The set A2 :={(x;y)2 :(x-2 )2 + y2 <1}{(x;y)2 : x2 + y2 <4} consists of all points that lie both within the circle K1 and within the circle K2 , i.e. within the intersection of the two discs, excluding the points on the circles themselves:

  • The set A3 :={(x;y)2 :(x-2 )2 + y2 <1y-x+1} consists of all points that lie both within the circle K2 - excluding the points on the circle - and above the line g:
    The intersection points between the circle and the line do not belong to the set A3 .

Exercise 9.4.7
Sketch the given sets:
  1. A={(x;y)2 :(x-1 )2 +(y-1 )2 1}{(x;y)2 :y>- 1 2 x+1}
  2. B={(x;y)2 :|x|<1}{(x;y)2 :(x+3 )2 +(y-1 )2 4}
  3. C={(x;y)2 : x2 + y2 <4 x2 +(y+1 )2 1}