Section 2.1 - Rectangular Coordinates and Graphs#

Definition 4 (Major Definitions:)

  • An ordered pair consists of two components, written inside parentheses.

  • Given two real number lines intersecting perpendicularly at (0,0) makes up the rectangular coordinate system.

  • The intersection of the two number lines at (0,0) is called the origin.

  • The number lines are called axis, the horizontal axis is the x-axis and the vertical axis is the y-axis.

  • The plane into which the coordinate system is introduced is the coordinate plane, or xy-plane.

  • The x-axis and y-axis divide the plane into four regions, or quadrants. Points on the x-axis or y-axis belong to no quadrant.

  • Let (x1,y1) and (x2,y2) be two points on the xy-plane

    Δx=x2x1Δy=y2y1d=(Δx)2+(Δy)2=(x2x1)2+(y2y1)2M=(x1+x22,y1+y22)
    where Δx is the change in x, Δy is the change in y, d is the distance between (x1,y1) and (x2,y2), and M is the midpoint between (x1,y1) and (x2,y2).

  • The solution to a one variable equation can be represented as x=a on the x-axis.

  • The solution to a two variable equation can be represented as an ordered on the xy-plane.

  • The graph of an equation is found by plotting ordered pairs that are solutions to the equation, sometimes called constructing a table of values. The intercepts of the graph are good points to plot first. An x-intercept is a point where the graph intersects the x-axis. A y-intercept is a point where the graph intersects the y-axis.

Example 24

Determine whether the three points are collinear.

  • (0,7), (3,5), and (2,15)

Solution:

The distance between (0,7) and (3,5) is

d=(0(3))2+(75)2=9+144=153 or 317

The distance between (0,7) and (2,15) is

d=(02)2+(7(15))2=4+64=68 or 217

The distance between (3,5) and (2,15) is

d=(32)2+(5(15))2=25+400=425 or 517

As we can see 317+217=517 which implies the three points are collinear.

  • (1,3), (5,12), and (1,11)

Solution:

The distance from (1,3) to (5,12) is 24115.5.

The distance from (1,3) to (1,11) is 2178.2.

The distance from (5,12) to (1,11) is 56523.8.

Since

241+217565
we say the three points are not collinear.

Example 25

Plot the following from a table of values:

x

-7

-5

4

6

y

-5

4

-2

5

Solution:

Figure made with TikZ

x

-3

-2

-1

0

y

9

4

1

0

Solution:

Figure made with TikZ

Given the two variable equation construct a table of values and plot the ordered pairs on the xy-plane.

  1. 2yx=2

  2. yx=3

  3. y=x2