Ordered Pair (x,y):</strong>Representstheuniquelocationofapointinthecoordinateplane.Thefirstnumber,x,isthex−coordinate,andthesecondnumber,y,isthey−coordinate.</p></li><li><p><strong>x−coordinate:</strong>Indicatesthehorizontaldistanceanddirection(rightforpositive,leftfornegative)fromthey−axis.</p></li><li><p><strong>y−coordinate:</strong>Indicatestheverticaldistanceanddirection(upforpositive,downfornegative)fromthex−axis.</p></li><li><p><strong>Quadrants:</strong>Thefourregionsintowhichthecoordinateaxesdividetheplane.Theyaretypicallynumberedcounter−clockwisestartingfromthetop−rightquadrant.</p></li></ul><h4id="3ddc2d21−13d6−44c7−8f45−28f216477399"data−toc−id="3ddc2d21−13d6−44c7−8f45−28f216477399"collapsed="false"seolevelmigrated="true">TheDistanceFormula</h4><h5id="11471c53−4c68−464a−9624−66db4f857311"data−toc−id="11471c53−4c68−464a−9624−66db4f857311"collapsed="false"seolevelmigrated="true">Theorem1</h5><ul><li><p>ThedistancebetweentwopointsP1 = (x1, y1)andP2 = (x2, y2),denotedbyd(P1, P2),isgivenbytheformula:<br>d(P1, P2) = \sqrt{(x2 - x1)^2 + (y2 - y1)^2}</p></li></ul><h5id="001c5282−c343−4df3−bab4−6f58472ef267"data−toc−id="001c5282−c343−4df3−bab4−6f58472ef267"collapsed="false"seolevelmigrated="true">Example2:FindingtheDistanceBetweenTwoPoints</h5><ul><li><p><strong>Problem:</strong>Findthedistancedbetweenthepoints(-4, 5)and(3, 2).</p></li><li><p><strong>Solution:</strong></p><ul><li><p>LetP1 = (-4, 5)andP2 = (3, 2).</p></li><li><p>x1 = -4,y1 = 5</p></li><li><p>x2 = 3,y2 = 2</p></li><li><p>Substitutethesevaluesintothedistanceformula:<br>d = \sqrt{(3 - (-4))^2 + (2 - 5)^2}<br>d = \sqrt{(3 + 4)^2 + (-3)^2}<br>d = \sqrt{(7)^2 + (-3)^2}<br>d = \sqrt{49 + 9}<br>d = \sqrt{58}</p></li></ul></li><li><p>Thedistancebetweenthepointsis\sqrt{58}units.</p></li></ul><h5id="d1654df4−e2a3−4524−beae−1f1e7a6ed6a7"data−toc−id="d1654df4−e2a3−4524−beae−1f1e7a6ed6a7"collapsed="false"seolevelmigrated="true">Example3:AnalyzingaTriangle</h5><ul><li><p><strong>Problem:</strong>ConsiderthethreepointsA = (-2, 1),B = (2, 3),andC = (3, 1).</p><ol><li><p>PloteachpointandformthetriangleABC.</p></li><li><p>Findthelengthofeachsideofthetriangle.</p></li><li><p>Showthatthetriangleisarighttriangle.</p></li><li><p>Findtheareaofthetriangle.</p></li></ol></li><li><p><strong>Solution:</strong></p><ol><li><p><strong>PlottingPoints:</strong>(Thisstepinvolvesdrawingonacoordinateplane,whichisavisualrepresentation.)</p></li><li><p><strong>LengthofEachSide(UsingDistanceFormula):</strong></p><ul><li><p><strong>SideAB(distancebetweenA(−2,1)andB(2,3)):</strong><br>d(A, B) = \sqrt{(2 - (-2))^2 + (3 - 1)^2}<br>d(A, B) = \sqrt{(4)^2 + (2)^2}<br>d(A, B) = \sqrt{16 + 4}<br>d(A, B) = \sqrt{20}</p></li><li><p><strong>SideBC(distancebetweenB(2,3)andC(3,1)):</strong><br>d(B, C) = \sqrt{(3 - 2)^2 + (1 - 3)^2}<br>d(B, C) = \sqrt{(1)^2 + (-2)^2}<br>d(B, C) = \sqrt{1 + 4}<br>d(B, C) = \sqrt{5}</p></li><li><p><strong>SideAC(distancebetweenA(−2,1)andC(3,1)):</strong><br>d(A, C) = \sqrt{(3 - (-2))^2 + (1 - 1)^2}<br>d(A, C) = \sqrt{(5)^2 + (0)^2}<br>d(A, C) = \sqrt{25}<br>d(A, C) = 5</p></li></ul></li><li><p><strong>Showingit′saRightTriangle:</strong></p><ul><li><p>Weusethe<strong>PythagoreanTheorem</strong>,whichstatesthatforarighttriangle,thesquareofthelengthofthehypotenuse(thelongestside)isequaltothesumofthesquaresofthelengthsoftheothertwosides(a^2 + b^2 = c^2).</p></li><li><p>Thesidelengthsare\sqrt{20},\sqrt{5},and5.</p></li><li><p>Thelongestsideis5,sothiswouldbethehypotenuseifit′sarighttriangle.</p></li><li><p>Checkif(\sqrt{20})^2 + (\sqrt{5})^2 = 5^2:<br>20 + 5 = 25<br>25 = 25</p></li><li><p>SincethePythagoreanTheoremholdstrue,triangleABCisarighttriangle.</p></li></ul></li><li><p><strong>FindingtheAreaoftheTriangle:</strong></p><ul><li><p>Theareaofarighttriangleisgivenbytheformula:\text{Area} = \frac{1}{2} \times \text{base} \times \text{height}.</p></li><li><p>Thebaseandheightcorrespondtothetwoshortersides,whichformtherightangle.Inthiscase,theyare\sqrt{20}and\sqrt{5}.(Note:SideACishorizontal,thelinesegmentfromx=−2tox=3aty=1.SideABandBCmustformtherightanglesinceACisthehypotenuse).</p></li><li><p>\text{Area} = \frac{1}{2} \times \sqrt{20} \times \sqrt{5}</p></li><li><p>\text{Area} = \frac{1}{2} \times \sqrt{100}</p></li><li><p>\text{Area} = \frac{1}{2} \times 10</p></li><li><p>\text{Area} = 5squareunits.</p></li></ul></li></ol></li></ul><h4id="943651a5−0ea6−4183−ad2c−59a94b34ffd0"data−toc−id="943651a5−0ea6−4183−ad2c−59a94b34ffd0"collapsed="false"seolevelmigrated="true">TheMidpointFormula</h4><h5id="df776ec6−7480−4e2d−a982−dba7ad0fa234"data−toc−id="df776ec6−7480−4e2d−a982−dba7ad0fa234"collapsed="false"seolevelmigrated="true">Theorem4</h5><ul><li><p>ThemidpointM = (x, y)ofthelinesegmentfromP1 = (x1, y1)toP2 = (x2, y2)isgivenbytheformula:<br>M = \left( \frac{x1 + x2}{2}, \frac{y1 + y2}{2} \right)</p></li></ul><h5id="6e5c4733−661f−4196−92d8−c5866f808c40"data−toc−id="6e5c4733−661f−4196−92d8−c5866f808c40"collapsed="false"seolevelmigrated="true">Example5:FindingtheMidpoint</h5><ul><li><p><strong>Problem:</strong>FindthemidpointofthelinesegmentfromP1 = (-5, 5)toP2 = (3, 1).PlotthepointsP1,P2,andtheirmidpoint.</p></li><li><p><strong>Solution:</strong></p><ul><li><p>LetP1 = (-5, 5)andP2 = (3, 1).</p></li><li><p>x1 = -5,y1 = 5</p></li><li><p>x2 = 3,y2 = 1</p></li><li><p>Substitutethesevaluesintothemidpointformula:<br>M = \left( \frac{-5 + 3}{2}, \frac{5 + 1}{2} \right)<br>M = \left( \frac{-2}{2}, \frac{6}{2} \right)<br>M = (-1, 3)</p></li></ul></li><li><p>Themidpointofthelinesegmentis(-1, 3).</p></li><li><p><strong>Plotting:</strong>(Thisstepinvolvesdrawingonacoordinateplane.)</p></li></ul><h4id="83063c1e−adbf−44f5−9969−78b7d19d80aa"data−toc−id="83063c1e−adbf−44f5−9969−78b7d19d80aa"collapsed="false"seolevelmigrated="true">EquationsinTwoVariablesandTheirGraphs</h4><ul><li><p><strong>DefinitionofanEquationinTwoVariables:</strong>Astatementinwhichtwoexpressionsinvolvingtwovariables,typicallyxandy,aresetequaltoeachother.</p><ul><li><p><strong>Examples:</strong></p><ul><li><p>x^2 + y^2 = 5</p></li><li><p>2x - y = 6</p></li><li><p>y = -3x + 2</p></li><li><p>x^2 = y</p></li></ul></li></ul></li><li><p><strong>GraphofanEquation:</strong>Thegraphofanequationintwovariablesxandyconsistsofthesetofallpoints(x, y)inthexy−planewhosecoordinatessatisfytheequation(i.e.,maketheequationatruestatement).</p></li></ul><h5id="235bf782−b4d0−4085−92db−3986004228c6"data−toc−id="235bf782−b4d0−4085−92db−3986004228c6"collapsed="false"seolevelmigrated="true">Example6:DeterminingifPointsareonaGraph</h5><ul><li><p><strong>Problem:</strong>Determinewhetherthepoints(2, 3)and(2, -2)areonthegraphoftheequation2x - y = 6.</p></li><li><p><strong>Solution:</strong></p><ul><li><p>∗∗Forpoint(2, 3)(x=2, y=3):
Substitute the coordinates into the equation:
2(2)−3=6
4−3=6
1=6 (False)
Since the statement is false, the point (2,3) is NOT on the graph of 2x−y=6.