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)(0, 0).

  • Points are written as ordered pairs (x,y)(x, y), where xx represents horizontal position and yy represents vertical position.

  • The Greek letter Delta\text{Delta} (Delta=\text{Delta} = \frac{}{} or Delta=Change\text{Delta} = \text{Change}) is denoted by the symbol Delta\text{Delta}:

    • Delta=Delta=Change\text{Delta} = \text{Delta} = \text{Change}

    • Change in the horizontal x-coordinate is represented as Deltax=x2x1\text{Delta} x = x_2 - x_1

    • Change in the vertical y-coordinate is represented as Deltay=y2y1\text{Delta} y = y_2 - y_1

  • 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 aa, bb, and hypotenuse cc (where cc is the longest side located directly opposite the 9090^\circ right angle):

    • a2+b2=c2a^2 + b^2 = c^2

  • Example 1: Calculating Hypotenuse Length

    • Given side lengths a=3a = 3 and b=4b = 4:

    • 32+42=c23^2 + 4^2 = c^2

    • 9+16=259 + 16 = 25

    • c=25=5c = \sqrt{25} = 5 or c=5c = -5

    • Because geometric side length and distance must be non-negative (c0c \ge 0), the negative solution is rejected, yielding c=5c = 5

  • Example 2: Testing Right-Angled Triangle (RTA) Status

    • Given side lengths 55, 1111, and 1313 (with 1313 as the candidate hypotenuse):

    • 52+112=1325^2 + 11^2 = 13^2

    • 25+121=14625 + 121 = 146

    • 132=16913^2 = 169

    • Comparison: 146169146 \neq 169

    • Conclusion: Side lengths 55, 1111, and 1313 do not satisfy the theorem, meaning this triangle is Not RTA.

Mathematical Derivation of the Two-Dimensional Distance Formula

  • Derivation of the distance PQPQ between point P(x1,y1)P(x_1, y_1) and point Q(x2,y2)Q(x_2, y_2):

    • Horizontal leg length: Deltax=x2x1\text{Delta} x = x_2 - x_1

    • Vertical leg length: Deltay=y2y1\text{Delta} y = y_2 - y_1

    • Applying the Pythagorean Theorem to the right triangle formed by these legs:

    • (Deltax)2+(Deltay)2=(PQ)2(\text{Delta} x)^2 + (\text{Delta} y)^2 = (PQ)^2

    • (x2x1)2+(y2y1)2=(PQ)2(x_2 - x_1)^2 + (y_2 - y_1)^2 = (PQ)^2

    • Taking the principal square root of both sides gives the Distance Formula:

    • (x2x1)2+(y2y1)2=PQ\sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2} = PQ

  • One-Dimensional Distance Example:

    • Distance between coordinates along an axis: RQ=5(1)=4RQ = |-5 - (-1)| = 4

Distance Calculations and Right-Angle Verification of Triangles

  • Consideration of a triangle with vertices A(1,1)A(1, 1), B(3,2)B(3, 2), and C(2,4)C(2, 4):

  • Calculation of distance ABAB:

    • AB=(31)2+(21)2AB = \sqrt{(3 - 1)^2 + (2 - 1)^2}

    • AB=22+12AB = \sqrt{2^2 + 1^2}

    • AB=4+1=5AB = \sqrt{4 + 1} = \sqrt{5}

  • Calculation of distance ACAC:

    • AC=(21)2+(41)2AC = \sqrt{(2 - 1)^2 + (4 - 1)^2}

    • AC=12+32AC = \sqrt{1^2 + 3^2}

    • AC=1+9=10AC = \sqrt{1 + 9} = \sqrt{10}

  • Calculation of distance BCBC:

    • BC=(23)2+(42)2BC = \sqrt{(2 - 3)^2 + (4 - 2)^2}

    • BC=(1)2+22BC = \sqrt{(-1)^2 + 2^2}

    • BC=1+4=5BC = \sqrt{1 + 4} = \sqrt{5}

  • Verification of Right-Angled Triangle Status (RTA) for Triangle ABCABC:

    • Test if AB2+BC2=AC2AB^2 + BC^2 = AC^2:

    • (5)2+(5)2=(10)2(\sqrt{5})^2 + (\sqrt{5})^2 = (\sqrt{10})^2

    • 5+5=105 + 5 = 10

    • 10=1010 = 10

    • Conclusion: RTA = yes (Triangle ABCABC is a right-angled triangle with hypotenuse ACAC).

Midpoint Formula and Segment Verification

  • The Midpoint Formula determines the coordinates of the midpoint M(x,y)M(x, y) midway between point (x1,y1)(x_1, y_1) and point (x2,y2)(x_2, y_2):

    • M=(x1+x22,y1+y22)M = \left(\frac{x_1 + x_2}{2}, \frac{y_1 + y_2}{2}\right)

  • Example Calculation:

    • Point P=(1,3)P = (-1, 3)

    • Point Q=(1,7)Q = (1, 7)

    • M=(1+12,3+72)M = \left(\frac{-1 + 1}{2}, \frac{3 + 7}{2}\right)

    • M=(02,102)=(0,5)M = \left(\frac{0}{2}, \frac{10}{2}\right) = (0, 5)

  • Distance Verification from Midpoint M(0,5)M(0, 5) to Endpoints:

    • Distance PMPM from P(1,3)P(-1, 3) to M(0,5)M(0, 5):

    • PM=(0(1))2+(53)2PM = \sqrt{(0 - (-1))^2 + (5 - 3)^2}

    • PM=12+22=1+4=5PM = \sqrt{1^2 + 2^2} = \sqrt{1 + 4} = \sqrt{5}

    • Distance MQMQ from M(0,5)M(0, 5) to Q(1,7)Q(1, 7):

    • MQ=(10)2+(75)2MQ = \sqrt{(1 - 0)^2 + (7 - 5)^2}

    • MQ=12+22=1+4=5MQ = \sqrt{1^2 + 2^2} = \sqrt{1 + 4} = \sqrt{5}

    • Conclusion: PM=MQ=5PM = MQ = \sqrt{5}, confirming M(0,5)M(0, 5) is equidistant from PP and QQ.