Rectangular Coordinates, Distance Formula, and Midpoint Formula Study Notes
Coordinate System Notation and Delta Operations
Rectangular and Cartesian coordinates specify the location of points on a two-dimensional plane relative to a central origin point (0,0).
Points are written as ordered pairs (x,y), where x represents horizontal position and y represents vertical position.
The Greek letter Delta (Delta= or Delta=Change) is denoted by the symbol Delta:
Delta=Delta=Change
Change in the horizontal x-coordinate is represented as Deltax=x2−x1
Change in the vertical y-coordinate is represented as Deltay=y2−y1
Specific context references include University, Mankato.
Pythagorean Theorem Principles and Verification
The Pythagorean Theorem applies to right-angled triangles (RTA).
Statement of the Theorem: In any triangle with side lengths a, b, and hypotenuse c (where c is the longest side located directly opposite the 90∘ right angle):
a2+b2=c2
Example 1: Calculating Hypotenuse Length
Given side lengths a=3 and b=4:
32+42=c2
9+16=25
c=25=5 or c=−5
Because geometric side length and distance must be non-negative (c≥0), the negative solution is rejected, yielding c=5
Example 2: Testing Right-Angled Triangle (RTA) Status
Given side lengths 5, 11, and 13 (with 13 as the candidate hypotenuse):
52+112=132
25+121=146
132=169
Comparison: 146=169
Conclusion: Side lengths 5, 11, and 13 do not satisfy the theorem, meaning this triangle is Not RTA.
Mathematical Derivation of the Two-Dimensional Distance Formula
Derivation of the distance PQ between point P(x1,y1) and point Q(x2,y2):
Horizontal leg length: Deltax=x2−x1
Vertical leg length: Deltay=y2−y1
Applying the Pythagorean Theorem to the right triangle formed by these legs:
(Deltax)2+(Deltay)2=(PQ)2
(x2−x1)2+(y2−y1)2=(PQ)2
Taking the principal square root of both sides gives the Distance Formula:
(x2−x1)2+(y2−y1)2=PQ
One-Dimensional Distance Example:
Distance between coordinates along an axis: RQ=∣−5−(−1)∣=4
Distance Calculations and Right-Angle Verification of Triangles
Consideration of a triangle with vertices A(1,1), B(3,2), and C(2,4):
Calculation of distance AB:
AB=(3−1)2+(2−1)2
AB=22+12
AB=4+1=5
Calculation of distance AC:
AC=(2−1)2+(4−1)2
AC=12+32
AC=1+9=10
Calculation of distance BC:
BC=(2−3)2+(4−2)2
BC=(−1)2+22
BC=1+4=5
Verification of Right-Angled Triangle Status (RTA) for Triangle ABC:
Test if AB2+BC2=AC2:
(5)2+(5)2=(10)2
5+5=10
10=10
Conclusion: RTA = yes (Triangle ABC is a right-angled triangle with hypotenuse AC).
Midpoint Formula and Segment Verification
The Midpoint Formula determines the coordinates of the midpoint M(x,y) midway between point (x1,y1) and point (x2,y2):
M=(2x1+x2,2y1+y2)
Example Calculation:
Point P=(−1,3)
Point Q=(1,7)
M=(2−1+1,23+7)
M=(20,210)=(0,5)
Distance Verification from Midpoint M(0,5) to Endpoints:
Distance PM from P(−1,3) to M(0,5):
PM=(0−(−1))2+(5−3)2
PM=12+22=1+4=5
Distance MQ from M(0,5) to Q(1,7):
MQ=(1−0)2+(7−5)2
MQ=12+22=1+4=5
Conclusion: PM=MQ=5, confirming M(0,5) is equidistant from P and Q.