Cartesian System of Rectangular Coordinates

Cartesian System of Rectangular Coordinates

  • Definition and Scope of Coordinate Geometry:

    • Coordinate Geometry (also called Cartesian Geometry) is the branch of Mathematics that investigates the interrelationship between geometrical concepts and algebraic concepts.
    • Named in honor of the French mathematician René Descartes.
    • Geometrical locations are represented algebraically through numbers and letters (e.g., seat H-4H\text{-}4 in a hall representing the fourth seat in row HH).
    • Conversely, algebraic equations are represented geometrically via figures such as straight lines, circles, and polygons on maps.
  • Rectangular Coordinate Axes:

    • The position of any point in a plane is fixed relative to two mutually perpendicular lines intersecting at a fixed reference point.
    • Origin (OO): The point of intersection of the coordinate axes, assigned coordinates O(0,0)O(0, 0).
    • x-axis (axis of x\text{axis of } x): The horizontal line XOXXOX'.
    • y-axis (axis of y\text{axis of } y): The vertical line YOYYOY'.
  • Cartesian Coordinates of a Point:

    • To determine coordinates of a point PP in a plane, construct perpendiculars PAXOXPA \bot XOX' and PBYOYPB \bot YOY'.
    • Abscissa (xx-coordinate): The directed distance OA=xOA = x measured along the x-axis.
    • Ordinate (yy-coordinate): The directed distance OB=PA=yOB = PA = y measured along the y-axis.
    • Coordinates of PP: Written as an ordered pair (x,y)(x, y).
    • Ordered Pair Property: Order is essential ((x,y)(y,x)(x, y) \neq (y, x) unless x=yx = y). For instance, (3,2)(3, 2) and (2,3)(2, 3) represent distinct points.
  • Quadrants and Sign Conventions:

    • The axes XOXXOX' and YOYYOY' divide the coordinate plane into four regions called quadrants:
    • I Quadrant: x>0x > 0, y>0y > 0
    • II Quadrant: x<0x < 0, y>0y > 0
    • III Quadrant: x<0x < 0, y<0y < 0
    • IV Quadrant: x>0x > 0, y<0y < 0

Distance Between Two Points

  • Derivation of the Distance Formula:

    • Let P(x1,y1)P(x_1, y_1) and Q(x2,y2)Q(x_2, y_2) be two points in the plane.
    • Draw horizontal line ll through PP parallel to XXXX', and a vertical perpendicular from QQ meeting ll at RR.
    • In right-angled triangle ΔPQR\Delta PQR:
    • PR=x2x1PR = x_2 - x_1
    • QR=y2y1QR = y_2 - y_1
    • Applying Pythagoras theorem:     PQ2=PR2+QR2PQ^2 = PR^2 + QR^2PQ2=(x2x1)2+(y2y1)2PQ^2 = (x_2 - x_1)^2 + (y_2 - y_1)^2
    • Distance Formula:     PQ=(x2x1)2+(y2y1)2PQ = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}
    • Holds universally for points in any quadrant.
  • Distance from Origin:

    • Distance of P(x,y)P(x, y) from origin O(0,0)O(0, 0):     OP=x2+y2OP = \sqrt{x^2 + y^2}
  • Worked Examples:

    • Pairwise Distance Calculations:
    • Points A(14,3)A(14, 3) and B(10,6)B(10, 6): AB=(1014)2+(63)2=(4)2+32=16+9=25=5unitsAB = \sqrt{(10 - 14)^2 + (6 - 3)^2} = \sqrt{(-4)^2 + 3^2} = \sqrt{16 + 9} = \sqrt{25} = 5\,\text{units}.
    • Points M(1,2)M(-1, 2) and N(0,6)N(0, -6): MN=(0(1))2+(62)2=12+(8)2=1+64=65unitsMN = \sqrt{(0 - (-1))^2 + (-6 - 2)^2} = \sqrt{1^2 + (-8)^2} = \sqrt{1 + 64} = \sqrt{65}\,\text{units}.
    • Verification of Right-Angled Triangle:
    • Vertices P(1,1)P(-1, -1), Q(2,3)Q(2, 3), R(2,6)R(-2, 6):       PQ2=(2+1)2+(3+1)2=32+42=25PQ^2 = (2 + 1)^2 + (3 + 1)^2 = 3^2 + 4^2 = 25QR2=(22)2+(63)2=(4)2+32=25QR^2 = (-2 - 2)^2 + (6 - 3)^2 = (-4)^2 + 3^2 = 25RP2=(1(2))2+(16)2=12+(7)2=50RP^2 = (-1 - (-2))^2 + (-1 - 6)^2 = 1^2 + (-7)^2 = 50PQ2+QR2=25+25=50=RP2    ΔPQRPQ^2 + QR^2 = 25 + 25 = 50 = RP^2 \implies \Delta PQR is right-angled by converse of Pythagoras Theorem.
    • Collinearity Verification:
    • Points A(1,2)A(1, 2), B(4,5)B(4, 5), C(1,0)C(-1, 0):       AB=(41)2+(52)2=18=32unitsAB = \sqrt{(4 - 1)^2 + (5 - 2)^2} = \sqrt{18} = 3\sqrt{2}\,\text{units}BC=(14)2+(05)2=50=52unitsBC = \sqrt{(-1 - 4)^2 + (0 - 5)^2} = \sqrt{50} = 5\sqrt{2}\,\text{units}AC=(11)2+(02)2=8=22unitsAC = \sqrt{(-1 - 1)^2 + (0 - 2)^2} = \sqrt{8} = 2\sqrt{2}\,\text{units}AB+AC=32+22=52=BC    A,B,CAB + AC = 3\sqrt{2} + 2\sqrt{2} = 5\sqrt{2} = BC \implies A, B, C are collinear.
    • Equilateral Triangle Verification:
    • Vertices A(2a,4a)A(2a, 4a), B(2a,6a)B(2a, 6a), C(2a+3a,5a)C(2a + \sqrt{3}a, 5a).       AB=(2a2a)2+(6a4a)2=2aunitsAB = \sqrt{(2a - 2a)^2 + (6a - 4a)^2} = 2a\,\text{units}BC=(2a+3a2a)2+(5a6a)2=3a2+a2=2aunitsBC = \sqrt{(2a + \sqrt{3}a - 2a)^2 + (5a - 6a)^2} = \sqrt{3a^2 + a^2} = 2a\,\text{units}AC=(2a+3a2a)2+(5a4a)2=3a2+a2=2aunitsAC = \sqrt{(2a + \sqrt{3}a - 2a)^2 + (5a - 4a)^2} = \sqrt{3a^2 + a^2} = 2a\,\text{units}AB=BC=AC=2a    AB = BC = AC = 2a \implies Vertices form an equilateral triangle of side length 2a2a.

Section Formula

  • Internal Division:

    • Let R(x,y)R(x, y) divide the line segment joining P(x1,y1)P(x_1, y_1) and Q(x2,y2)Q(x_2, y_2) internally in ratio m1:m2m_1 : m_2.
    • By similar triangles (ΔRPSΔQRT\Delta RPS \sim \Delta QRT):     m1m2=xx1x2x=yy1y2y\frac{m_1}{m_2} = \frac{x - x_1}{x_2 - x} = \frac{y - y_1}{y_2 - y}
    • Coordinates of RR:     x=m1x2+m2x1m1+m2x = \frac{m_1 x_2 + m_2 x_1}{m_1 + m_2}y=m1y2+m2y1m1+m2y = \frac{m_1 y_2 + m_2 y_1}{m_1 + m_2}
    • Expressed as ordered pair:     R(m1x2+m2x1m1+m2,m1y2+m2y1m1+m2)R\left(\frac{m_1 x_2 + m_2 x_1}{m_1 + m_2}, \frac{m_1 y_2 + m_2 y_1}{m_1 + m_2}\right)
  • Coordinates of Mid-Point:

    • If RR is the mid-point of PQPQ, m1:m2=1:1m_1 : m_2 = 1 : 1:     (x1+x22,y1+y22)\left(\frac{x_1 + x_2}{2}, \frac{y_1 + y_2}{2}\right)
  • External Division:

    • Let R(x,y)R(x, y) divide the line segment joining P(x1,y1)P(x_1, y_1) and Q(x2,y2)Q(x_2, y_2) externally in ratio m1:m2m_1 : m_2.
    • Coordinates of RR:     x=m1x2m2x1m1m2x = \frac{m_1 x_2 - m_2 x_1}{m_1 - m_2}y=m1y2m2y1m1m2y = \frac{m_1 y_2 - m_2 y_1}{m_1 - m_2}
    • Expressed as ordered pair:     R(m1x2m2x1m1m2,m1y2m2y1m1m2)R\left(\frac{m_1 x_2 - m_2 x_1}{m_1 - m_2}, \frac{m_1 y_2 - m_2 y_1}{m_1 - m_2}\right)
  • Worked Examples:

    • Internal and External Points Calculation:
    • Segment joining (4,2)(4, -2) and (3,5)(-3, 5) in ratio 2:32 : 3:
      • Internal Point PP: x=2(3)+3(4)2+3=65x = \frac{2(-3) + 3(4)}{2 + 3} = \frac{6}{5}, y=2(5)+3(2)2+3=45    P(65,45)y = \frac{2(5) + 3(-2)}{2 + 3} = \frac{4}{5} \implies P\left(\frac{6}{5}, \frac{4}{5}\right).
      • External Point QQ: x=2(3)3(4)23=18x' = \frac{2(-3) - 3(4)}{2 - 3} = 18, y=2(5)3(2)23=16    Q(18,16)y' = \frac{2(5) - 3(-2)}{2 - 3} = -16 \implies Q(18, -16).
    • Determining Ratio of Division:
    • Point P(3,2)P(3, -2) dividing segment joining (1,4)(1, 4) and (3,16)(-3, 16) in ratio k:1k : 1:       3k+1k+1=3    3k+1=3k+3    6k=2    k=13\frac{-3k + 1}{k + 1} = 3 \implies -3k + 1 = 3k + 3 \implies 6k = -2 \implies k = -\frac{1}{3}       Negative value signifies external division in the ratio 1 : 3$.\n - **Parallelogram Midpoint Proof**:\n - Vertices: A(1, 4),,B(-2, 1),,C(0, -1),,D(3, 2).\n - Midpoints E, F, G, Hofsidesof sidesAB, BC, CD, DA:\n      E = \left(-\frac{1}{2}, \frac{5}{2}\right),,F = \left(-1, 0\right),,G = \left(\frac{3}{2}, \frac{1}{2}\right),,H = \left(1, 3\right).\n - Midpoint of diagonal EG::\left(\frac{-1/2 + 3/2}{2}, \frac{5/2 + 1/2}{2}\right) = \left(\frac{1}{2}, \frac{3}{2}\right).\n - Midpoint of diagonal FH::\left(\frac{-1 + 2}{2}, \frac{0 + 3}{2}\right) = \left(\frac{1}{2}, \frac{3}{2}\right).\n - Diagonals share the same midpoint, so they bisect each other, proving EFGH is a parallelogram.\n\n# Area of a Triangle\n\n- **Geometric Derivation**:\n - For vertices A(x_1, y_1),,B(x_2, y_2),,C(x_3, y_3),drawperpendiculars, draw perpendicularsAL, BM, CN to x-axis.\n - \text{Area of } \Delta ABC = \text{Area}(BMLA) + \text{Area}(ALNC) - \text{Area}(BMNC)\n - Expansion formula:\n    \text{Area of } \Delta ABC = \frac{1}{2} |x_1(y_2 - y_3) + x_2(y_3 - y_1) + x_3(y_1 - y_2)|\n\n- **Determinant Form**:\n  \text{Area of } \Delta ABC = \frac{1}{2} \begin{vmatrix} x_1 & y_1 & 1 \ x_2 & y_2 & 1 \ x_3 & y_3 & 1 \end{vmatrix}\n\n- **Worked Examples**:\n - **Area Calculation**:\n - Vertices A(3, 4),,B(6, -2),,C(-4, -5).\n      \text{Area} = \frac{1}{2} |3(-2 - (-5)) + 6(-5 - 4) + (-4)(4 - (-2))|\n      \text{Area} = \frac{1}{2} |3(3) + 6(-9) + (-4)(6)| = \frac{1}{2} |9 - 54 - 24| = \frac{1}{2} |-69| = \frac{69}{2}\,\text{sq. units}\n - **Solving Unknown Parameter via Given Area**:\n - Vertices (1, k),,(4, -3),,(-9, 7)withArea=with Area =15\,\text{sq. units}.\n      \frac{1}{2} |1(-3 - 7) + 4(7 - k) + (-9)(k - (-3))| = 15\n      \frac{1}{2} |-10 + 28 - 4k - 9k - 27| = 15 \implies \frac{1}{2} |-9 - 13k| = 15\n      -9 - 13k = 30 \implies -13k = 39 \implies k = -3\n\n# Condition for Collinearity of Three Points\n\n- **Collinearity Condition**:\n - Three points A(x_1, y_1),,B(x_2, y_2),,C(x_3, y_3)arecollinearifandonlyiftheareaofthetriangleformedbythemiszero(are collinear if and only if the area of the triangle formed by them is zero (\text{Area} = 0).\n - Algebraic Form:\n    x_1(y_2 - y_3) + x_2(y_3 - y_1) + x_3(y_1 - y_2) = 0\n - Determinant Form:\n    \begin{vmatrix} x_1 & y_1 & 1 \ x_2 & y_2 & 1 \ x_3 & y_3 & 1 \end{vmatrix} = 0\n\n- **Worked Examples**:\n - **Collinearity Proof**:\n - Points A(a, b+c),,B(b, c+a),,C(c, a+b).\n      \begin{vmatrix} a & b+c & 1 \ b & c+a & 1 \ c & a+b & 1 \end{vmatrix}\n      Apply column transformation C_1 \rightarrow C_1 + C_2:\n      \begin{vmatrix} a+b+c & b+c & 1 \ a+b+c & c+a & 1 \ a+b+c & a+b & 1 \end{vmatrix} = (a+b+c) \begin{vmatrix} 1 & b+c & 1 \ 1 & c+a & 1 \ 1 & a+b & 1 \end{vmatrix} = (a+b+c)(0) = 0\n      Hence, points are collinear.\n - **Solving Parameter for Collinearity**:\n - Points (1, 5),,(k, 1),,(4, 11) are collinear.\n      \frac{1}{2} [1(1 - 11) + k(11 - 5) + 4(5 - 1)] = 0\n      \frac{1}{2} [-10 + 6k + 16] = 0 \implies 6k + 6 = 0 \implies k = -1\n\n# Inclination and Slope of a Line\n\n- **Inclination of a Line (\theta)**:\n - The measure of angle made by the line with the positive direction of the x-axis, measured in the anti-clockwise direction.\n - For lines parallel to or coinciding with the x-axis, inclination is defined as \theta = 0^\circ\n\n- **Slope of a Line (m)**:\n - Tangent of the inclination angle \theta:\n    m = \tan(\theta)\n - Undefined Slope: If a line makes 90^\circoror270^\circ with x-axis, slope is undefined.\n - Direction Independence: Slope of line segment ABequalsslopeofequals slope ofBA((\tan(\pi + \alpha) = \tan(\alpha)).\n\n- **Special Cases**:\n - Line making 30^\circwithnegativedirectionofxaxis:with negative direction of x-axis:\theta = 180^\circ - 30^\circ = 150^\circ \implies m = \tan(150^\circ) = -\frac{1}{\sqrt{3}}.\n - Line making 60^\circwithpositivedirectionofyaxis:with positive direction of y-axis:\theta = 90^\circ + 60^\circ = 150^\circ \implies m = \tan(150^\circ) = -\cot(60^\circ) = -\frac{1}{\sqrt{3}}.\n - Lines equally inclined to coordinate axes: Inclinations are 45^\circoror135^\circ \implies m = \tan(45^\circ) = 1ororm = \tan(135^\circ) = -1 \implies m = \pm 1$.

Slope of a Line Joining Two Distinct Points

  • Two-Point Formula:

    • For points A(x1,y1)A(x_1, y_1) and B(x2,y2)B(x_2, y_2):     m=y2y1x2x1m = \frac{y_2 - y_1}{x_2 - x_1}
    • If x1=x2x_1 = x_2, slope mm is undefined (line is parallel to y-axis).
  • Worked Examples:

    • Slope between A(6,3)A(6, 3) and B(4,10)B(4, 10): m=10346=72m = \frac{10 - 3}{4 - 6} = -\frac{7}{2}.
    • Find xx if slope through (3,6)(3, 6) and (x,4)(x, 4) is 22:     46x3=2    2x3=2    2x6=2    x=2\frac{4 - 6}{x - 3} = 2 \implies \frac{-2}{x - 3} = 2 \implies 2x - 6 = -2 \implies x = 2

Conditions for Parallelism and Perpendicularity of Lines

  • Parallel Lines:

    • Two non-vertical lines l1,l2l_1, l_2 with slopes m1,m2m_1, m_2 are parallel if and only if their slopes are equal:     m1=m2    l1l2m_1 = m_2 \iff l_1 \parallel l_2
  • Perpendicular Lines:

    • Two non-vertical lines l1,l2l_1, l_2 with slopes m1,m2m_1, m_2 are perpendicular if and only if the product of their slopes is 1-1:     m1m2=1    l1l2m_1 \cdot m_2 = -1 \iff l_1 \bot l_2
  • Worked Examples:

    • Parallelism Verification:
    • Line through A(5,6)A(5, 6) and B(2,3)B(2, 3) has slope m_1 = \frac{3 - 6}{2 - 5} = 1$.\n - Line through C(9, -2)andandD(6, -5)hasslopehas slopem_2 = \frac{-5 - (-2)}{6 - 9} = 1$.
    • m_1 = m_2 = 1 \implies AB \parallel CD$.\n - **Perpendicularity Verification**:\n - Line through A(2, -5)andandB(-2, 5)hasslopehas slopem_1 = \frac{5 - (-5)}{-2 - 2} = -\frac{5}{2}$.
    • Line through L(6,3)L(6, 3) and M(1,1)M(1, 1) has slope m_2 = \frac{1 - 3}{1 - 6} = \frac{2}{5}$.\n - m_1 \cdot m_2 = \left(-\frac{5}{2}\right)\left(\frac{2}{5}\right) = -1 \implies AB \bot LM$.
    • Right-Angled Triangle via Slopes:
    • Vertices A(4,4)A(4, 4), B(3,5)B(3, 5), C(1,1)C(-1, -1).       mAB=5434=1m_{AB} = \frac{5 - 4}{3 - 4} = -1mBC=1513=32m_{BC} = \frac{-1 - 5}{-1 - 3} = \frac{3}{2}mAC=1414=1m_{AC} = \frac{-1 - 4}{-1 - 4} = 1mABmAC=(1)(1)=1    ACAB    ΔABCm_{AB} \cdot m_{AC} = (-1)(1) = -1 \implies AC \bot AB \implies \Delta ABC is right-angled at A$.\n - **Solving Parameter via Perpendicularity**:\n - Line through A(3, y)andandB(2, 7)perpendiculartolinethroughperpendicular to line throughC(-1, 4)andandD(0, 6).\n      m_1 = \frac{7 - y}{2 - 3} = y - 7\n      m_2 = \frac{6 - 4}{0 - (-1)} = 2\n      m_1 \cdot m_2 = -1 \implies (y - 7)(2) = -1 \implies 2y - 14 = -1 \implies y = \frac{13}{2}\n\n# Intercepts Made by a Line on Axes\n\n- **Definitions**:\n - For line lmeetingxaxisatmeeting x-axis atA(a, 0)andyaxisatand y-axis atB(0, b):\n - **x-intercept (a):Distance)**: DistanceOA.Calculatedbysetting. Calculated by settingy = 0 in line equation.\n - **y-intercept (bororc):Distance)**: DistanceOB.Calculatedbysetting. Calculated by settingx = 0 in line equation.\n - **Intercepted Portion**: Segment AB between coordinate axes.\n - **Special Properties**:\n - A line passing through origin makes zero intercepts (a = 0, b = 0).\n - A horizontal line has no x-intercept.\n - A vertical line has no y-intercept.\n\n- **Worked Example**:\n - Line 2x + 3y = 6:\n - Set x = 0 \implies 3y = 6 \implies y = 2(yinterceptis(y-intercept is2).\n - Set y = 0 \implies 2x = 6 \implies x = 3(xinterceptis(x-intercept is3).\n\n# Angle Between Two Lines\n\n- **Formula Derivation**:\n - Let non-vertical lines l_1, l_2haveslopeshave slopesm_1 = \tan(\alpha_1)andandm_2 = \tan(\alpha_2).\n - Exterior angle relation: \alpha_1 = \alpha_2 + \theta \implies \theta = \alpha_1 - \alpha_2$.
    • Tangent of angle between lines:     tan(θ)=tan(α1α2)=tan(α1)tan(α2)1+tan(α1)tan(α2)=m1m21+m1m2\tan(\theta) = \tan(\alpha_1 - \alpha_2) = \frac{\tan(\alpha_1) - \tan(\alpha_2)}{1 + \tan(\alpha_1)\tan(\alpha_2)} = \frac{m_1 - m_2}{1 + m_1 m_2}
    • Acute Angle (θ\theta):     tan(θ)=m1m21+m1m2,where 1+m1m20\tan(\theta) = \left| \frac{m_1 - m_2}{1 + m_1 m_2} \right|, \quad \text{where } 1 + m_1 m_2 \neq 0
    • Obtuse Angle (ϕ\phi):     ϕ=180θ,tan(ϕ)=m1m21+m1m2\phi = 180^\circ - \theta, \quad \tan(\phi) = -\frac{m_1 - m_2}{1 + m_1 m_2}
  • Worked Examples:

    • Angle Calculation:
    • Slopes m1=34m_1 = \frac{3}{4} and m2=17m_2 = -\frac{1}{7}:       tan(θ)=34(17)1+(34)(17)=25282528=1    θ=45\tan(\theta) = \left| \frac{\frac{3}{4} - (-\frac{1}{7})}{1 + (\frac{3}{4})(-\frac{1}{7})} \right| = \left| \frac{\frac{25}{28}}{\frac{25}{28}} \right| = 1 \implies \theta = 45^\circ       Obtuse angle ϕ=18045=135\phi = 180^\circ - 45^\circ = 135^\circ
    • Angle Between x-axis and Line:
    • Line through (3,1)(3, -1) and (4,2)(4, -2): m1=0m_1 = 0 (x-axis), m_2 = \frac{-2 - (-1)}{4 - 3} = -1$.\n      \tan(\theta) = \left| \frac{0 - (-1)}{1 + (0)(-1)} \right| = 1 \implies \theta = 45^\circ\n - **Calculating Slope from Inter-line Angle**:\n - Angle = \frac{\pi}{4}((45^\circ),),m_1 = \frac{1}{2}.\n      \tan\left(\frac{\pi}{4}\right) = \left| \frac{m_2 - \frac{1}{2}}{1 + \frac{1}{2}m_2} \right| = 1 \implies \frac{2m_2 - 1}{2 + m_2} = \pm 1\n - Case 1: \frac{2m_2 - 1}{2 + m_2} = 1 \implies 2m_2 - 1 = 2 + m_2 \implies m_2 = 3\n - Case 2: \frac{2m_2 - 1}{2 + m_2} = -1 \implies 2m_2 - 1 = -2 - m_2 \implies 3m_2 = -1 \implies m_2 = -\frac{1}{3}\n      Slope of second line is 3oror-\frac{1}{3}.\n\n# Shifting of Origin (Translation of Axes)\n\n- **Translation of Axes**:\n - Shifting origin to a new reference point O'(h, k) without altering directions of coordinate axes.\n\n- **Transformation Formulas**:\n - Point P(x, y)inoriginalsystemtransformstoin original system transforms toP(x', y') in new system:\n    x = x' + h \implies x' = x - h\n    y = y' + k \implies y' = y - k\n - Equation transformation: Original curve equation F(x, y) = 0transformstotransforms toF(x' + h, y' + k) = 0\n - Holds universally across all quadrants.\n\n- **Worked Examples**:\n - **New Point Coordinates**:\n - Origin shifted to (-3, 2),originalpoint, original point(1, 2):\n      x' = 1 - (-3) = 4\n      y' = 2 - 2 = 0\n      Transformed coordinates: (4, 0)\n - **Transformed Curve Equation**:\n - Origin shifted to (3, 4),line, line3x + 2y - 5 = 0:\n      Substitute x = x' + 3andandy = y' + 4:\n      3(x' + 3) + 2(y' + 4) - 5 = 0\n      3x' + 9 + 2y' + 8 - 5 = 0 \implies 3x' + 2y' + 12 = 0\n\n# Comprehensive Problem Set Solutions & Reference Answers\n\n- **Check Your Progress 13.1**:\n - 1(a)DistancebetweenDistance between(5, 4)andand(2, -3)::\sqrt{58}\,\text{units}.\n - 1(b)DistancebetweenDistance between(a, -a)andand(b, b)::\sqrt{2(a + b)^2} = \sqrt{2}(a + b)\,\text{units}.\n- **Check Your Progress 13.2**:\n - 1(a)MidpointofMidpoint of(-2, 3)andand(3, 5)::\left(\frac{1}{2}, 4\right).\n - 1(b)MidpointofMidpoint of(6, 0)andand(-2, 10)::(2, 5).\n - 2PointdividingPoint dividing(-5, -2)andand(3, 6)internallyinratiointernally in ratio3 : 1::(1, 4).\n - 3(a)FourthvertexofparallelogramwithverticesFourth vertex of parallelogram with vertices(0, 3),,(0, 6),,(2, 9)::(2, 6).\n - 4PointsoftrisectionofsegmentjoiningPoints of trisection of segment joining(2, 3)andand(5, -1)::\left(3, \frac{5}{3}\right)andand\left(4, \frac{1}{3}\right).\n- **Check Your Progress 13.3**:\n - 1(a)AreawithverticesArea with vertices(0, 5),,(5, -5),,(0, 0)::\frac{25}{2}\,\text{sq. units}.\n - 1(b)AreawithverticesArea with vertices(2, 3),,(-2, -3),,(-2, 3)::12\,\text{sq. units}.\n - 1(c)AreawithverticesArea with vertices(a, 0),,(0, -a),,(0, 0)::\frac{a^2}{2}\,\text{sq. units}.\n - 2ValueofValue ofkforverticesfor verticesA(2, -3),,B(3, -2),,C\left(\frac{5}{2}, k\right)withareawith area\frac{3}{2}\,\text{sq. units}::k = 3orork = 5.\n - 3AreaofrectanglewithverticesArea of rectangle with vertices(5, 4),,(5, -4),,(-5, 4),,(-5, -4)::80\,\text{sq. units}.\n - 4AreaofquadrilateralwithverticesArea of quadrilateral with vertices(5, -2),,(4, -7),,(1, 1),,(3, 4)::\frac{41}{2}\,\text{sq. units}.\n- **Check Your Progress 13.4**:\n - 3ConditionforCondition for(a, 0),,(0, b),,(1, 1)collinearity:collinearity:\frac{1}{a} + \frac{1}{b} = 1$.
    • 55 Value of kk for collinear points (5,7)(5, 7), (k,5)(k, 5), (0,2)(0, 2): k = 3$.\n - 6ValuesofValues ofkforcollinearpointsfor collinear points(k, 2-2k),,(-k+1, 2k),,(-4-k, 6-2k)::k = \frac{1}{2}orork = -1$.
  • Check Your Progress 13.5:

    • 1(i)1(i) Slope at inclination 6060^\circ: 3\sqrt{3}.
    • 1(ii)1(ii) Slope at inclination 150150^\circ: 13-\frac{1}{\sqrt{3}}.
    • 22 Slope at 3030^\circ with positive y-axis: 3-\sqrt{3}.
    • 33 Slope at 6060^\circ with negative x-axis: 3-\sqrt{3}.
  • Check Your Progress 13.6:

    • 11 Slope of line through A(6,8)A(6, 8) and B(4,14)B(4, 14): -3$.\n - 2ValueofValue ofxforslopefor slope4throughthroughA(6, 12)andandB(x, 8)::x = 5$.
    • 33 Value of yy for slope 43\frac{4}{3} through A(8,11)A(-8, 11) and B(2,y)B(2, y): y=73y = -\frac{7}{3}.
    • 44 Slope of line passing through B(0,4)B(0, 4) and midpoint of ACAC where A(2,3)A(2, 3), C(5,0)C(-5, 0): \text{Midpoint} = \left(-\frac{3}{2}, \frac{3}{2}\right) \implies m = \frac{5}{3}$.\n- **Check Your Progress 13.7**:\n - 2SlopeoflineparalleltolinejoiningSlope of line parallel to line joining(-4, 1)andand(2, 3)::m = \frac{3 - 1}{2 - (-4)} = \frac{1}{3}$.
    • 33 Value of xx if line through (5,7)(-5, 7) and (0,2)(0, -2) is perpendicular to line through (1,3)(1, 3) and (4,x)(4, x): m_1 = -\frac{9}{5} \implies m_2 = \frac{5}{9} \implies \frac{x - 3}{3} = \frac{5}{9} \implies x = \frac{14}{3}$.\n - 6ValueofValue ofkforparallellinesthroughfor parallel lines through(k, 9),,(2, 7)andand(2, -2),,(6, 4)::m_1 = \frac{-2}{2 - k},,m_2 = \frac{6}{4} = \frac{3}{2} \implies \frac{-2}{2 - k} = \frac{3}{2} \implies k = \frac{10}{3}$.
  • Check Your Progress 13.8:

    • 1(i)1(i) Intercepts of x+3y=6x + 3y = 6: x-intercept = 66, y-intercept = 2$.\n - 1(ii)InterceptsofIntercepts of2x + 3y = 7:xintercept=: x-intercept =\frac{7}{2},yintercept=, y-intercept =\frac{7}{3}$.
    • 1(iii)1(iii) Intercepts of x2a+y2b=1\frac{x}{2a} + \frac{y}{2b} = 1: x-intercept = 2a2a, y-intercept = 2b$.\n - 1(iv)InterceptsofIntercepts ofax + by = c:xintercept=: x-intercept =\frac{c}{a},yintercept=, y-intercept =\frac{c}{b}$.
    • 1(v)1(v) Intercepts of 2x=82y    x+y=42x = 8 - 2y \implies x + y = 4: x-intercept = 4-4, y-intercept = 16$.\n - 1(vi)InterceptsofIntercepts of2x - 3y = 7 \cdot 3 = 21:xintercept=: x-intercept =-\frac{21}{2},yintercept=, y-intercept =21$.
  • Check Your Progress 13.9:

    • 11 Acute angle between slopes 55 and 23\frac{2}{3}: 4545^\circ
    • 22 Obtuse angle between slopes 22 and 3-3: 135135^\circ
    • 33 Acute angle between line l1l_1 through (0,0)(0, 0), (2,3)(2, 3) (m1=32m_1 = \frac{3}{2}) and l2l_2 through (2,2)(2, -2), (3,5)(3, 5) (m2=7m_2 = 7): \tan(\theta) = \left| \frac{7 - 3/2}{1 + 21/2} \right| = \frac{11}{23} \implies \theta = \tan^{-1}\left(\frac{11}{23}\right)$.\n- **Check Your Progress 13.10**:\n - 1(i) Length change due to axis translation: No.\n - 1(ii) Fixed points under translation: No.\n - 1(iii)PointPoint(0, 3)coordinateswhenoriginshiftedtocoordinates when origin shifted to(4, -5)::(-4, 8).\n - 1(iv)OriginalcoordinatesofOriginal coordinates ofPifshiftedpointisif shifted point is(4, 5)undershifttounder shift to(2, 3)::(6, 8).\n - 1(v)NeworiginlocationifNew origin location if(3, 0)changestochanges to(2, -3)::(1, 3).\n- **Terminal Exercise Answers**:\n - 1(a)DistancebetweenDistance between(2, 0)andand(1, \cot(\theta))::\csc(\theta).\n - 1(b)DistancebetweenDistance between(-\sin(A), \cos(A))andand(\sin(B), \cos(B))::2\sin\left(\frac{A + B}{2}\right).\n - 2Triangleformationcheck:NeitherTriangle formation check: Neither(3, 2), (-3, 2), (0, 3)nornor(3, 2), (3, -2), (3, 0) form a triangle.\n - 3MidpointofMidpoint of(3, -5)andand(-6, 8)::\left(-\frac{3}{2}, \frac{3}{2}\right).\n - 4(a)AreaoftrianglewithverticesArea of triangle with vertices(1, 2),,(-2, 3),,(-3, -4)::11\,\text{sq. units}.\n - 4(b)AreaoftrianglewithverticesArea of triangle with vertices(c, a),,(c + a, a),,(c - a, -a)::a^2\,\text{sq. units}.\n - 6ValueofValue ofxifif(-3, 12),,(7, 6),,(x, a)arecollinear:are collinear:x = \frac{51 - 5a}{3}.\n - 7AreaofquadrilateralwithverticesArea of quadrilateral with vertices(4, 3),,(-5, 6),,(0, 7),,(3, -6)::29\,\text{sq. units}.\n - 8(a)SlopethroughSlope through(1, 2)andand(4, 2)::0$.
    • 8(b)8(b) Slope through (4,6)(4, -6) and (2,5)(-2, -5): -\frac{1}{6}$.\n - 9ValueofValue ofysolinethroughso line through(3, y)andand(2, 7)isparalleltolinethroughis parallel to line through(-1, 4)andand(0, 6)::y = 9$.
    • 1111 Collinearity check using slopes: Only set (ii)(ii) (5,1),(1,1),(11,4)(5, 1), (1, -1), (11, 4) is collinear.
    • 1212 Slopes for rectangle vertices A(2,3)A(2, -3) and B(3,5)B(3, 5): Slope of AB=8    \text{Slope of } AB = 8 \implies (i) Slope of BC=18\text{Slope of } BC = -\frac{1}{8}, (ii) Slope of CD=8\text{Slope of } CD = 8, (iii) \text{Slope of } DA = -\frac{1}{8}$.\n - 14xintercepts:(i)x-intercepts: (i)3x - 2y = 8 \implies 4,(ii), (ii)7x + 3y - 9 = 0 \implies -3,(iii), (iii)y = 2x - 3 \implies \frac{3}{2}$.
    • 1515 Transformed equation of x2+2xy+y2+4x+5y=0x^2 + 2xy + y^2 + 4x + 5y = 0 under shift to (3,4)(3, 4): x2+2xy+y2+18x+15y+83=0x'^2 + 2x'y' + y'^2 + 18x' + 15y' + 83 = 0.
    • 1616 Original equation if transformed equation is 12(x)2+12(y)2=4\frac{1}{2}(x')^2 + \frac{1}{2}(y')^2 = 4 under shift to (3,4)(3, -4): x^2 + y^2 - 6x + 8y + 17 = 0$.\n - 17AngleAngle\angle ABCforforA(-2, 3),,B(3, 8),,C(4, 1)::\tan^{-1}\left(\frac{4}{3}\right)$.
    • 1818 Acute angle between diagonals of quadrilateral ABCDABCD with A(9,2)A(9, 2), B(17,11)B(17, 11), C(5,3)C(5, -3), D(3,2)D(-3, -2): \tan^{-1}\left(\frac{48}{145}\right)$.\n - 19AcuteanglebetweenlinesAcute angle between linesABandandBCforforA(5, -3),,B(-3, -2),,C(9, 12)::\tan^{-1}\left(\frac{62}{55}\right)$.