1.1 Rectangular Coordinate Plane

1.1.1 The Cartesian Coordinate Plane

In order to visualize the pure excitement that is Precalculus, we need to unite Algebra and Geometry. Simply put, we must find a way to draw algebraic things. Let’s start with possibly the greatest mathematical achievement of all time: the Cartesian Coordinate Plane.[1] Imagine two real number lines crossing at a right angle at 0 as drawn below.

A Cartesian Plan with the horizontal axis labeled as x and counts from negative 5 to 5. The vertical axis is labeled with a y and counts from negative 5 upward to positive 5.
Empty Cartesian Plane

The horizontal number line is usually called the \boldmath{x}-axis while the vertical number line is usually called the \boldmath{y}-axis. As with things in the `real’ world, however, it’s best not to get too caught up with labels. Think of x and y as generic label placeholders, in much the same way as the variables x and y are placeholders for real numbers. The letters we choose to identify with the axes depend on the context. For example, if we were plotting the relationship between time and the number of Sasquatch sightings, we might label the horizontal axis as the t-axis (for `time’) and the vertical axis the N-axis (for `number’ of sightings.) As with the usual number line, we imagine these axes extending off indefinitely in both directions.[2]

Having two number lines allows us to locate the positions of points off of the number lines as well as points on the lines themselves. For example, consider the point P on the next page. To use the numbers on the axes to label this point, we imagine dropping a vertical line from the x-axis to P and extending a horizontal line from the y-axis to P. This process is sometimes called `projecting’ the point P to the x– (respectively y-) axis. We then describe the point P using the ordered pair (2,-4). The first number in the ordered pair is called the abscissa or \boldmath{x}-coordinate and the second is called the ordinate or \boldmath{y}-coordinate. Again, the names of the coordinates can vary depending on the context of the application. If, as in the previous paragraph, the horizontal axis represented time and the vertical axis represented the number of Sasquatch sightings, the first coordinate would be called the t-coordinate and the second coordinate would be the N-coordinate. What’s important is that we maintain the convention that the abscissa (first coordinate) always corresponds to the horizontal position, while the ordinate (second coordinate) always corresponds to the vertical position. Taken together, the ordered pair (2,-4) comprise the Cartesian coordinates[3] of the point P.

In practice, the distinction between a point and its coordinates is blurred; for example, we often speak of `the point (2,-4)‘. We can think of (2,-4) as instructions on how to reach P from the origin (0, 0) by moving 2 units to the right and 4 units downwards. Notice that the order in the \underline{ordered} pair is important, as are the signs of the numbers in the pair. If we wish to plot the point (-4,2), we would move to the left 4 units from the origin and then move upwards 2 units, as below on the right.

A cartesian plane with the point P labeled. Point P is right two units, and down 4 units.
A Graph with P labeled.

 

A cartesian plane with the point P and a second point graphed. The second point is left 4 units and up 2 units.
Graph of points P and (-4,2).

 

When we speak of the Cartesian Coordinate Plane, we mean the set of all possible ordered pairs (x,y) as x and y take values from the real numbers. Below is a summary of some basic, but nonetheless important, facts about Cartesian coordinates.

Important Facts about the Cartesian Coordinate Plane

  • (a,b) and (c,d) represent the same point in the plane if and only if a = c and b = d.
  • (x,y) lies on the x-axis if and only if y = 0.
  • (x,y) lies on the y-axis if and only if x=0.
  • The origin is the point (0,0). It is the only point common to both axes.

Example 1.1.1

Example 1.1.1

Plot the following points: A(5,8), B\left(-\frac{5}{2}, 3\right), C(-5.8, -3), D(4.5, -1), E(5,0), F(0,5), G(-7,0), H(0, -9), O(0,0). (The letter O is almost always reserved for the origin.)

Solution:

To plot these points, we start at the origin and move to the right if the x-coordinate is positive; to the left if it is negative. Next, we move up if the y-coordinate is positive or down if it is negative. If the x-coordinate is 0, we start at the origin and move along the y-axis only. If the y-coordinate is 0 we move along the x-axis only.

Rendered by QuickLaTeX.com

The axes divide the plane into four regions called quadrants. They are labeled with Roman numerals and proceed counterclockwise around the plane:

A cartesian plane with the four quadrants labeled. The quadrants count in counterclockwise starting in the upper right quadrant. The quadrants are also labeled with the sign of all x and y coordinates in that quadrant.
Graph with the Quadrants Labeled

 

For example, (1,2) lies in Quadrant I, (-1,2) in Quadrant II, (-1,-2) in Quadrant III and (1,-2) in Quadrant IV. If a point other than the origin happens to lie on the axes, we typically refer to that point as lying on the positive or negative x-axis (if y = 0) or on the positive or negative y-axis (if x = 0). For example, (0,4) lies on the positive y-axis whereas (-117,0) lies on the negative x-axis. Such points do not belong to any of the four quadrants.

One of the most important concepts in all of Mathematics is symmetry. There are many types of symmetry in Mathematics, but three of them can be discussed easily using Cartesian Coordinates.

Definition 1.1

Two points (a,b) and (c,d) in the plane are said to be

  • symmetric about the x-axis if a = c and b = -d
  • symmetric about the y-axis if a = -c and b = d
  • symmetric about the origin if a = -c and b = -d

Schematically,

A cartesian plane with points P, Q, R, and S labeled. Point P is in quadrant I, the upper right quadrant. Point Q is in quadrant II, the upper left quadrant. Point R is in quadrant III, the lower left quadrant. Point S is in the quadrant IV , the lower right quadrant.
Graph demonstrating each type of symmetry

 

In the above figure, P and S are symmetric about the x-axis, as are Q and R; P and Q are symmetric about the y-axis, as are R and S; and P and R are symmetric about the origin, as are Q and S.

Example 1.1.2

Example 1.1.2a

Let P be the point (-2,3). State the points which are symmetric to P about the x-axis.  Check your answer by plotting the points.

Solution:

The figure after Definition 1.1 gives us a good way to think about finding symmetric points in terms of taking the opposites of the x– and/or y-coordinates of P(-2,3).

To find the point symmetric to point P(-2,3) about the x-axis, we replace the y-coordinate of 3 with its opposite -3 to get (-2,-3).

Rendered by QuickLaTeX.com

Example 1.1.2b

Let P be the point (-2,3). State the points which are symmetric to P about the y-axis.  Check your answer by plotting the points.

Solution:

The figure after Definition 1.1 gives us a good way to think about finding symmetric points in terms of taking the opposites of the x– and/or y-coordinates of P(-2,3).

To find the point symmetric to point P(-2,3) about the y-axis, we replace the x-coordinate of -2 with its opposite -(-2) = 2 to get (2,3).

Rendered by QuickLaTeX.com

Example 1.1.2c

Let P be the point (-2,3). State the points which are symmetric to P about the origin.  Check your answer by plotting the points.

Solution:

The figure after Definition 1.1 gives us a good way to think about finding symmetric points in terms of taking the opposites of the x– and/or y-coordinates of P(-2,3).

To find the point symmetric to point P(-2,3) about the origin, we replace both the x– and y-coordinates with their opposites to get (2,-3).

Rendered by QuickLaTeX.com

One way to visualize the processes in the previous example is with the concept of a reflection. If we start with our point (-2,3) and pretend that the x-axis is a mirror, then the reflection of (-2,3) across the x-axis would lie at (-2,-3). If we pretend that the y-axis is a mirror, the reflection of (-2,3) across that axis would be (2,3). If we reflect across the x-axis and then the y-axis, we would go from (-2,3) to (-2,-3) then to (2,-3), and so we would end up at the point symmetric to (-2,3) about the origin. We summarize and generalize this process below.

Reflections

To reflect a point (x,y) about the:

  • x-axis, replace y with -y.
  • y-axis, replace x with -x.
  • origin, replace x with -x and y with -y.

1.1.2 Distance in the Plane

Another fundamental concept in Geometry is the notion of length. If we are going to unite Algebra and Geometry using the Cartesian Plane, then we need to develop an algebraic understanding of what distance in the plane means. Before we can do that, we need to state what we believe is the most important theorem in all of Geometry: The Pythagorean Theorem.

Theorem 1.1  The Pythagorean Theorem

The triangle ABC shown below is a right triangle if and only if a^{2} + b^{2} = c^{2}.

Rendered by QuickLaTeX.com

 

The theorem actually says two different things. If we know that a^{2} + b^{2} = c^{2} then the angle C must be a right angle. If we know geometrically that C is already a right angle then we have that a^{2} + b^{2} = c^{2}. We need the latter statement in the discussion which follows.

Suppose we have two points, P\left(x_{0}, y_{0}\right) and Q\left(x_{1}, y_{1}\right), in the plane. By the distance d between P and Q, we mean the length of the line segment joining P with Q. (Remember, given any two distinct points in the plane, there is a unique line containing both points.) Our goal now is to create an algebraic formula to compute the distance between these two points. Consider the generic situation below on the left.

Two line segments in side by side graphs. The left line segment is labeled with a d between two points P and Q. The right line segment is labeled with a d between two points P and Q. The graph includes a dashed horizontal line representing the change in x and a dashed vertical line representing the change in y.
Line Segment PQ and  Distance between points P and Q

With a little more imagination, we can envision a right triangle whose hypotenuse has length d as drawn above on the right. From the latter figure, we see that the lengths of the legs of the triangle are \left|x_{1} - x_{0}\right| and \left|y_{1} - y_{0}\right| so the Pythagorean Theorem gives us

    \[ \left|x_{1} - x_{0}\right|^2 + \left|y_{1} - y_{0}\right|^2 = d^2\]

    \[ \left(x_{1} - x_{0}\right)^2 + \left(y_{1} - y_{0}\right)^2 = d^2\]

(Do you remember why we can replace the absolute value notation with parentheses?) By extracting the square root of both sides of the second equation and using the fact that distance is never negative, we get

Equation 1.1  Distance Formula

The distance d between the points P\left(x_{0}, y_{0}\right) and Q\left(x_{1}, y_{1}\right) is:

    \[d = \sqrt{ \left(x_{1} - x_{0}\right)^2 + \left(y_{1} - y_{0}\right)^2} \]

A couple of remarks about Equation 1.1 are in order. First, it is not always the case that the points P and Q lend themselves to constructing such a triangle. If the points P and Q are arranged vertically or horizontally, or describe the exact same point, we cannot use the above geometric argument to derive the distance formula. Second, distance is a `length’. So, technically, the number we obtain from the distance formula has some attached units of length. In this text, we’ll adopt the convention that the phrase `units’ refers to some generic units of length.[4] Our next example gives us an opportunity to test drive the distance formula as well as brush up on some arithmetic and prerequisite algebra.

Example 1.1.3

Example 1.1.3a

Compute and simplify the distance between the following sets of points:

P(-2,3) and Q(1,-3)

Solution:

Compute the distance between P(-2,3) and Q(1,-3).

In each case, we apply the distance formula, Equation 1.1 with the first point listed taken as \left(x_{0}, y_{0}\right) and the second point taken as \left(x_{1}, y_{1}\right).[5]

With (-2,3) = \left(x_{0}, y_{0}\right) and (1,-3) = \left(x_{1}, y_{1}\right), we get

    \[ \begin{array}{rclr} d & = & \sqrt{\left(x_{1} - x_{0} \right)^2 + \left(y_{1} - y_{0} \right)^2} & \\[8pt] & = & \sqrt{ (1-(-2))^2 + (-3-3)^2} & \\[8pt] & = & \sqrt{9 + 36} & \\[8pt] & = & \sqrt{45} & \\[8pt] & = & \sqrt{9 \cdot 5} & \\[8pt] & = & \sqrt{9} \sqrt{5} & \text{For nonnegative numbers, } \sqrt{ab} = \sqrt{a} \sqrt{b}. \\[8pt] & = & 3 \sqrt{5} & \end{array} \]

So the distance between P and Q is 3 \sqrt{5} units.

Example 1.1.3b

Compute and simplify the distance between the following sets of points:

R\left( \frac{1}{2}, \frac{2}{3}\right) and S\left( \frac{3}{4}, \frac{1}{5}\right).

Solution:

Compute the distance between R\left( \frac{1}{2}, \frac{2}{3}\right) and S\left( \frac{3}{4}, \frac{1}{5}\right).

In each case, we apply the distance formula, Equation 1.1 with the first point listed taken as \left(x_{0}, y_{0}\right) and the second point taken as \left(x_{1}, y_{1}\right).  With \left( \frac{1}{2}, \frac{2}{3}\right) = \left(x_{0},y_{0}\right) and \left( \frac{3}{4}, \frac{1}{5}\right) = \left(x_{1}, y_{1}\right), we get

    \[ \begin{array}{rclr} d & = & \sqrt{\left(x_{1} - x_{0} \right)^2 + \left(y_{1} - y_{0} \right)^2} & \\[8pt] & = & \sqrt{ \left(\frac{3}{4}-\frac{1}{2} \right)^2 + \left(\frac{1}{5} - \frac{2}{3} \right)^2} & \text{Get common denominators to add and subtract fractions.}\\[8pt] & = & \sqrt{\left(\frac{1}{4} \right)^2 + \left(-\frac{7}{15} \right)^2} &\\[8pt] & = & \sqrt{\frac{1}{16} + \frac{49}{225}} & \text{ Because } \left(\frac{a}{b}\right)^2 = \frac{a^2}{b^2}, \, b \neq 0.\\[8pt] & = & \sqrt{\frac{1009}{3600}} & \\[8pt] & = & \frac{\sqrt{1009}}{\sqrt{3600}} & \\ & = & \frac{\sqrt{1009}}{60} & \text{For nonnegative numbers, } \sqrt{\frac{a}{b}} = \frac{\sqrt{a}}{\sqrt{b}}, \, b \neq 0. \end{array} \]

So the distance R and S is \frac{\sqrt{1009}}{60} units.

Example 1.1.3c

Compute and simplify the distance between the following sets of points:

T(\sqrt{3}, -\sqrt{20}) and V(\sqrt{12}, \sqrt{5}).

Solution:

Compute the distance between T(\sqrt{3}, -\sqrt{20}) and V(\sqrt{12}, \sqrt{5}).

In each case, we apply the distance formula, Equation 1.1 with the first point listed taken as \left(x_{0}, y_{0}\right) and the second point taken as \left(x_{1}, y_{1}\right).  With (\sqrt{3}, -\sqrt{20}) = \left(x_{0}, y_{0}\right) and (\sqrt{12}, \sqrt{5}) = \left(x_{1}, y_{1}\right), we get

    \[ \begin{array}{rclr} d & = & \sqrt{\left(x_{1} - x_{0} \right)^2 + \left(y_{1} - y_{0} \right)^2} & \\[8pt] & = & \sqrt{ \left(\sqrt{12}- \sqrt{3} \right)^2 + \left(\sqrt{5} - (-\sqrt{20})\right)^2} & \\[8pt] & = & \sqrt{\left(2\sqrt{3} - \sqrt{3} \right)^2 + \left(\sqrt{5}+2\sqrt{5} \right)^2} & \text{Simplify the radicals to get like terms.}\\[8pt] & = & \sqrt{\left(\sqrt{3}\right)^2 + \left(3 \sqrt{5}\right)^2} & \\[8pt] & = & \sqrt{3 + 9 \cdot 5} & \text{Given } (\sqrt{a})^2 = a \text{ and } (b \sqrt{a})^2 = b^2 (\sqrt{a})^2. \\ & = & \sqrt{48} & \\ & = & 4\sqrt{3} & \end{array} \]

So the distance between T and V is 4\sqrt{3} units.

Example 1.1.3d

Compute and simplify the distance between the following sets of points:

O(0,0) and P(x,y).

Solution:

Compute the distance between O(0,0) and P(x,y).

In each case, we apply the distance formula, Equation 1.1 with the first point listed taken as \left(x_{0}, y_{0}\right) and the second point taken as \left(x_{1}, y_{1}\right).  With (0, 0) = \left(x_{0}, y_{0}\right) and (x,y) = \left(x_{1}, y_{1}\right), we get

    \[ \begin{array}{rclr} d & = & \sqrt{\left(x_{1} - x_{0} \right)^2 + \left(y_{1} - y_{0} \right)^2} & \\[8pt] & = & \sqrt{ \left(x- 0\right)^2 + \left(y - 0\right)^2} & \\[8pt] & = & \sqrt{x^2+y^2} & \end{array} \]

As tempting as it may look, \sqrt{x^2+y^2} does not, in general, reduce to x + y or even |x| + |y|. So, in this case, the best we can do is state that the distance between O and P is \sqrt{x^2+y^2} units.

Related to finding the distance between two points is the problem of finding the midpoint of the line segment connecting two points. Given two points, P\left(x_{0}, y_{0}\right) and Q\left(x_{1}, y_{1}\right), the midpoint M of P and Q is defined to be the point on the line segment connecting P and Q whose distance from P is equal to its distance from Q.

A line segment between points P and Q, with the midpoint of the line segment marked with an M.
The midpoint of a line segment.

If we think of reaching M by going `halfway over’ and `halfway up’ we get the following formula.

Equation 1.2  The Midpoint Formula

The midpoint M of the line segment connecting P\left(x_{0}, y_{0}\right) and Q\left(x_{1}, y_{1}\right) is:

    \[ M = \left( \dfrac{x_{0} + x_{1}}{2} , \dfrac{y_{0} + y_{1}}{2} \right)\]

If we let d denote the distance between P and Q, we leave it to the reader to show that the distance between P and M is d/2 which is the same as the distance between M and Q. This suffices to show that Equation 1.2 gives the coordinates of the midpoint.

Example 1.1.4

Example 1.1.4a

Determine the midpoint, M, of the line segment connecting the following pairs of points:

P(-2,3) and Q(1,-3)

Solution:

Determine the midpoint of the line segment connecting P(-2,3) and Q(1,-3).

As with Example 1.1.3, in each case, we apply the midpoint formula, Equation 1.2, with the first point listed taken as \left(x_{0}, y_{0}\right) and the second point taken as \left(x_{1}, y_{1}\right).[6] We also note that midpoints are points which means all of our answers should be ordered pairs.

With (-2,3) = \left(x_{0}, y_{0}\right) and (1,-3) = \left(x_{1}, y_{1}\right), we get

    \[ \begin{array}{rcl} M & = & \left( \dfrac{x_{0}+x_{1}}{2}, \dfrac{y_{0}+y_{1}}{2} \right) \\ & = & \left( \dfrac{(-2)+1}{2}, \dfrac{3+(-3)}{2} \right)  \\ & = & \left(- \dfrac{1}{2}, 0 \right) \end{array} \]

The midpoint of the line segment connecting P and Q is \left(- \frac{1}{2}, 0 \right).

Example 1.1.4b

Determine the midpoint, M, of the line segment connecting the following pairs of points:

R\left( \frac{1}{2}, \frac{2}{3}\right) and S\left( \frac{3}{4}, \frac{1}{5}\right)

Solution:

Determine the midpoint of the line segment connecting R\left( \frac{1}{2}, \frac{2}{3}\right) and S\left( \frac{3}{4}, \frac{1}{5}\right).

In each case, we apply the midpoint formula, Equation 1.2, with the first point listed taken as \left(x_{0}, y_{0}\right) and the second point taken as \left(x_{1}, y_{1}\right).  With \left( \frac{1}{2}, \frac{2}{3}\right) = \left(x_{0}, y_{0}\right) and \left( \frac{3}{4}, \frac{1}{5}\right) = \left(x_{1}, y_{1}\right), we get

    \[ \begin{array}{rclr} M & = & \left( \dfrac{x_{0}+x_{1}}{2}, \dfrac{y_{0}+y_{1}}{2} \right) & \\[5pt] & = & \left( \dfrac{\frac{1}{2} + \frac{3}{4}}{2}, \dfrac{\frac{2}{3} + \frac{1}{5}}{2} \right) & \\[5pt] & = & \left( \dfrac{\left(\frac{1}{2} + \frac{3}{4}\right) \cdot 4}{2 \cdot 4}, \dfrac{\left(\frac{2}{3} + \frac{1}{5}\right) \cdot 15}{2 \cdot 15} \right) & \text{Simplify compound fractions.} \\ & = & \left(\dfrac{5}{8}, \dfrac{13}{30} \right) & \end{array} \]

The midpoint of the line segment connecting R and S is \left(\frac{5}{8}, \frac{13}{30} \right).

Example 1.1.4c

Determine the midpoint, M, of the line segment connecting the following pairs of points:

T(\sqrt{3}, -\sqrt{20}) and V(\sqrt{12}, \sqrt{5})

Solution:

Determine the midpoint of the line segment connecting T(\sqrt{3}, -\sqrt{20}) and V(\sqrt{12}, \sqrt{5}).

In each case, we apply the midpoint formula, Equation 1.2, with the first point listed taken as \left(x_{0}, y_{0}\right) and the second point taken as \left(x_{1}, y_{1}\right). With (\sqrt{3}, -\sqrt{20}) = \left(x_{0}, y_{0}\right) and (\sqrt{12}, \sqrt{5}) = \left(x_{1}, y_{1}\right), we get

    \[ \begin{array}{rclr} M & = & \left( \dfrac{x_{0}+x_{1}}{2}, \dfrac{y_{0}+y_{1}}{2} \right) & \\ & = & \left( \dfrac{\sqrt{3} + \sqrt{12}}{2}, \dfrac{-\sqrt{20}+\sqrt{5}}{2} \right) & \\ & = & \left( \dfrac{\sqrt{3}+2\sqrt{3}}{2}, \dfrac{-2\sqrt{5} + \sqrt{5}}{2} \right) & \text{Simplify radicals to get like terms.} \\ & = & \left(\dfrac{3\sqrt{3}}{2}, -\dfrac{\sqrt{5}}{2} \right) & \end{array} \]

The midpoint of the line segment connecting T and V is \left(\frac{3\sqrt{3}}{2}, -\frac{\sqrt{5}}{2} \right).

Example 1.1.4d

Determine the midpoint, M, of the line segment connecting the following pairs of points:

O(0,0) and P(x,y)

Solution:

Determine the midpoint of the line segment connecting O(0,0) and P(x,y).

In each case, we apply the midpoint formula, Equation 1.2, with the first point listed taken as \left(x_{0}, y_{0}\right) and the second point taken as \left(x_{1}, y_{1}\right).  With (0,0) = \left(x_{0}, y_{0}\right) and (x,y) = \left(x_{1}, y_{1}\right), we get

    \[ \begin{array}{rclr} M & = & \left( \dfrac{x_{0}+x_{1}}{2}, \dfrac{y_{0}+y_{1}}{2} \right) & \\ & = & \left( \dfrac{x+0}{2}, \dfrac{y+0}{2} \right) & \\ & = & \left( \dfrac{x}{2}, \dfrac{y}{2} \right) & \end{array} \]

The midpoint of the line segment connecting O and Pis \left(\frac{x}{2}, \frac{y}{2} \right).

We close with a more abstract application of the Midpoint Formula.

Example 1.1.5

Example 1.1.5

If a \neq b, show that the line y = x equally divides the line segment with endpoints (a,b) and (b,a).

Solution:

To prove the claim, we use Equation 1.2 to find the midpoint

    \[ \begin{array}{rcl} M & = & \left( \dfrac{a+b}{2}, \dfrac{b+a}{2} \right) \\ & = & \left( \dfrac{a+b}{2}, \dfrac{a+b}{2} \right) \\ \end{array} \]

As the x and y coordinates of this point are the same, we find that the midpoint lies on the line y=x, as required.

1.1.3 Section Exercises

  1. Plot and label the points \;A(-3, -7), \;B(1.3, -2), \;C(\pi, \sqrt{10}), \;D(0, 8), \;E(-5.5, 0), \;F(-8, 4), \;G(9.2, -7.8) and H(7, 5) in the Cartesian Coordinate Plane.
  2. For each point given in Exercise 1 above
    1. Identify the quadrant or axis in/on which the point lies.
    2. Find the point symmetric to the given point about the x-axis.
    3. Find the point symmetric to the given point about the y-axis.
    4. Find the point symmetric to the given point about the origin.

In Exercises 3 – 10, compute the distance, d, between the two given points and the midpoint M of the line segment which connects the two points.

  1. (1,2), (-3,5)
  2. (3, -10), (-1, 2)
  3. \left( \dfrac{1}{2}, 4\right), \left(\dfrac{3}{2}, -1\right)
  4. \left(- \dfrac{2}{3}, \dfrac{3}{2} \right), \left(\dfrac{7}{3}, 2\right)
  5. \left( \dfrac{24}{5}, \dfrac{6}{5} \right), \left( -\dfrac{11}{5}, -\dfrac{19}{5} \right)
  6. \left(\sqrt{2}, \sqrt{3}\right), \left(-\sqrt{8}, -\sqrt{12}\right)
  7. \left(2 \sqrt{45}, \sqrt{12} \right), \left(\sqrt{20}, \sqrt{27} \right)
  8. \left(-\dfrac{\sqrt{3}}{2}, \dfrac{1}{2} \right), \left(\dfrac{\sqrt{3}}{2}, -\dfrac{1}{2} \right)
  9. Let’s assume that we are standing at the origin and the positive y-axis points due North while the positive x-axis points due East. Our Sasquatch-o-meter tells us that Sasquatch is 3 miles West and 4 miles South of our current position. What are the coordinates of his position? How far away is he from us? If he runs 7 miles due East what would his new position be?
  10. Show that the points A, \;B, and C below are the vertices of a right triangle.
    A(-3,2), \;B(-6,4), and C(1,8)

 

Section 1.1 Exercise Answers can be found in the Appendix … Coming soon

 


  1. So named in honor of Renè Descartes.
  2. Usually extending off towards infinity is indicated by arrows, but here, the arrows are used to indicate the direction of increasing values of x and y.
  3. Also called the `rectangular coordinates' of P.
  4. As a result, we'll measure area with `square units,' or units^{2} and volume with `cubic units,' or units^{3}.
  5. This choice is completely arbitrary. The reader is encouraged to work these examples taking the first point listed as \left(x_{1}, y_{1}\right) and the second point listed as \left(x_{0}, y_{0}\right) and verifying the distance works out to be the same. Can you see why the order of the subtraction in Equation 1.1 ultimately doesn't matter?
  6. As in Example 1.1.3, this choice is also completely arbitrary. The reader is encouraged to work these examples taking the first point listed as \left(x_{1}, y_{1}\right) and the second point listed as \left(x_{0}, y_{0}\right) and verifying the midpoint works out to be the same. Can you see why the order of the points in Equation 1.2 doesn't matter?
definition

License

Share This Book