MATH 140 Section 1.1: Rectangular Coordinates

Course Overview and Objectives

  • Course: MATH 140 - PRECALCULUS

  • Unit: 1. Functions and Their Graphs

  • Section: 1.1 Rectangular Coordinates

  • Institution: Harrisburg University of Science and Technology

  • Instructor: Dr. Devi Bhakta Suberi

  • Core Learning Objectives:

    • Plot points in the Cartesian plane.

    • Use the Distance Formula to find the distance between two points.

    • Use the Midpoint Formula to find the midpoint of a line segment.

    • Use a coordinate plane to model and solve real-life problems.

The Cartesian Plane and Rectangular Coordinates

  • Definition and Structure:

    • Real numbers can be represented by points on a real number line, while ordered pairs of real numbers are represented by points in a two-dimensional plane called the rectangular coordinate system, or the Cartesian plane.

    • The system is named after the French mathematician René Descartes (159616501596\text{--}1650).

    • The Cartesian plane is constructed by two real number lines intersecting at right angles.

    • The horizontal real number line is called the x-axisx\text{-axis} .

    • The vertical real number line is called the y-axisy\text{-axis}.

    • The point where the two axes intersect is called the origin, represented as (0,0)(0, 0).

    • The intersecting axes divide the plane into four regions called quadrants: Quadrant I, Quadrant II, Quadrant III, and Quadrant IV.

The Cartesian Plane
  • Coordinates of a Point:

    • Every point in the plane corresponds to a unique ordered pair (x,y)(x, y) of real numbers xx and yy, known as the coordinates of the point.

    • The x-coordinatex\text{-coordinate} represents the directed distance from the y-axisy\text{-axis} to the point.

    • The y-coordinatey\text{-coordinate} represents the directed distance from the x-axisx\text{-axis} to the point.

    • Notation Note: The notation (x,y)(x, y) is used to denote both a point in the coordinate plane and an open interval on the real number line. Context determines which interpretation is intended.

Directed distances x and y for point (x, y)
  • Significance:

    • The rectangular coordinate system provides a method to visualize relationships between two variables.

    • Descartes's introduction of coordinates in the plane is foundational and widely applied across scientific and business-related disciplines.

  • Example 1: Plotting Points in the Cartesian Plane

    • Problem: Plot the points (1,2)(-1, 2), (3,4)(3, 4), (0,0)(0, 0), (3,0)(3, 0), and (2,3)(-2, -3).

    • Procedure:

    • To plot the point (1,2)(-1, 2), construct a vertical line through 1-1 on the x-axisx\text{-axis} and a horizontal line through 22 on the y-axisy\text{-axis}.

    • The point of intersection of these two lines is (1,2)(-1, 2).

    • Apply equivalent steps for the remaining ordered pairs.

Plotting points in the Cartesian plane

The Pythagorean Theorem and Distance Formula

  • The Pythagorean Theorem:

    • For a right triangle with legs of lengths aa and bb and a hypotenuse of length cc: a2+b2=c2a^2 + b^2 = c^2

    • Converse: If a triangle has side lengths aa, bb, and cc such that a2+b2=c2a^2 + b^2 = c^2, then the triangle is a right triangle.

Right triangle with legs a, b and hypotenuse c
  • Derivation of the Distance Formula:

    • Consider two points (x1,y1)(x_1, y_1) and (x2,y2)(x_2, y_2) in the Cartesian plane.

    • A right triangle is formed using (x1,y1)(x_1, y_1) and (x2,y2)(x_2, y_2) as the acute vertices and (x1,y2)(x_1, y_2) as the right-angled vertex.

    • The length of the horizontal side of the triangle is given by the absolute difference x2x1|x_2 - x_1|.

    • The length of the vertical side of the triangle is given by the absolute difference y2y1|y_2 - y_1|.

    • Let dd be the length of the hypotenuse, which represents the distance between (x1,y1)(x_1, y_1) and (x2,y2)(x_2, y_2).

    • Applying the Pythagorean Theorem: d2=x2x12+y2y12d^2 = |x_2 - x_1|^2 + |y_2 - y_1|^2 d=x2x12+y2y12d = \sqrt{|x_2 - x_1|^2 + |y_2 - y_1|^2} d=(x2x1)2+(y2y1)2d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}

Distance formula derivation using a right triangle
  • The Distance Formula:

    • The distance dd between any two points (x1,y1)(x_1, y_1) and (x2,y2)(x_2, y_2) in the plane is: d=(x2x1)2+(y2y1)2d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}

  • Example: Finding the Distance Between Two Points

    • Problem: Find the distance between the points (2,1)(-2, 1) and (3,4)(3, 4).

    • Solution:

    • Assign (x1,y1)=(2,1)(x_1, y_1) = (-2, 1) and (x2,y2)=(3,4)(x_2, y_2) = (3, 4).

    • Substitute the values into the Distance Formula: d=(x2x1)2+(y2y1)2d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2} d=[3(2)]2+(41)2d = \sqrt{[3 - (-2)]^2 + (4 - 1)^2} d=(5)2+(3)2d = \sqrt{(5)^2 + (3)^2} d=25+9d = \sqrt{25 + 9} d=34d = \sqrt{34} d5.83d \approx 5.83

    • The distance between the points is approximately 5.83units5.83\,\text{units}.

The Midpoint Formula

  • Definition and Concept:

    • The midpoint of a line segment is the point that divides the segment into two equal parts.

    • To find the midpoint of a line segment connecting two points in a coordinate plane, calculate the average values of the x-coordinatesx\text{-coordinates} and the average values of the y-coordinatesy\text{-coordinates} of the endpoints.

  • The Midpoint Formula:

    • The midpoint of the line segment joining points (x1,y1)(x_1, y_1) and (x2,y2)(x_2, y_2) is: Midpoint=(x1+x22,y1+y22)\text{Midpoint} = \left(\frac{x_1 + x_2}{2}, \frac{y_1 + y_2}{2}\right)

  • Example: Finding a Line Segment's Midpoint

    • Problem: Find the midpoint of the line segment joining the points (5,3)(-5, -3) and (9,3)(9, 3).

    • Solution:

    • Let (x1,y1)=(5,3)(x_1, y_1) = (-5, -3) and (x2,y2)=(9,3)(x_2, y_2) = (9, 3).

    • Substitute the coordinates into the Midpoint Formula: Midpoint=(x1+x22,y1+y22)\text{Midpoint} = \left(\frac{x_1 + x_2}{2}, \frac{y_1 + y_2}{2}\right) Midpoint=(5+92,3+32)\text{Midpoint} = \left(\frac{-5 + 9}{2}, \frac{-3 + 3}{2}\right) Midpoint=(42,02)\text{Midpoint} = \left(\frac{4}{2}, \frac{0}{2}\right) Midpoint=(2,0)\text{Midpoint} = (2, 0)

    • The midpoint of the line segment is (2,0)(2, 0).

Midpoint of a line segment connecting (-5, -3) and (9, 3)

Practical Applications of Rectangular Coordinates

  • Coordinate Modeling:

    • Real-life spatial problems can be modeled on a coordinate plane by assigning coordinates to positions, allowing geometric formulas like distance and midpoint to solve practical problems.

  • Example: Finding the Length of a Football Pass

    • Scenario: A quarterback throws a football pass from the 28-yard28\text{-yard} line, 40yards40\,\text{yards} from the sideline. A wide receiver catches the pass on the 5-yard5\text{-yard} line, 20yards20\,\text{yards} from the same sideline.

    • Coordinate Assignment:

    • Quarterback position: (40,28)(40, 28)

    • Receiver position: (20,5)(20, 5)

Football pass coordinates on a coordinate plane
  • Calculation:

    • Find the length of the pass by computing the distance between (40,28)(40, 28) and (20,5)(20, 5): d=(x2x1)2+(y2y1)2d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2} d=(4020)2+(285)2d = \sqrt{(40 - 20)^2 + (28 - 5)^2} d=(20)2+(23)2d = \sqrt{(20)^2 + (23)^2} d=400+529d = \sqrt{400 + 529} d=929d = \sqrt{929} d30d \approx 30

  • Conclusion: The pass is approximately 30yards30\,\text{yards} long.