Menu

Earn Premium with Referrals

Invite your friends and earn Premium rewards through our referral program.

See how it works and start inviting friends.

Coordinate Geometry Concepts
QUANTITATIVEAPTITUDE

Coordinate Geometry Concepts

Learn coordinate geometry formulas and techniques involving points, distance, slope, and geometric relationships.

1. Distance Between Two Points

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

  • Example: Question: Find the distance between ((2,3)) and ((8,11)).

    Solution:

    d=(82)2+(113)2d=\sqrt{(8-2)^2+(11-3)^2}

    =62+82=\sqrt{6^2+8^2}

    =36+64=\sqrt{36+64}

    =10=\boxed{10}


2. Midpoint of a Line Segment

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

  • Example: Question: Find the midpoint of ((2,4)) and ((8,10)).

    Solution:

    M=(2+82,4+102)M=\left(\frac{2+8}{2},\frac{4+10}{2}\right)

    =(5,7)=\boxed{(5,7)}


3. Section Formula — Internal Division

  • Formula:

    If (P) divides (A(x_1,y_1)) and (B(x_2,y_2)) in ratio (m:n),

    P=(mx2+nx1m+n,my2+ny1m+n)P=\left(\frac{mx_2+nx_1}{m+n},\frac{my_2+ny_1}{m+n}\right)

  • Example: Question: Find the point dividing ((2,4)) and ((8,10)) internally in the ratio (1:2).

    Solution:

    x=1(8)+2(2)1+2=4x=\frac{1(8)+2(2)}{1+2}=4

    y=1(10)+2(4)3=6y=\frac{1(10)+2(4)}{3}=6

    Therefore,

    P=(4,6)\boxed{P=(4,6)}


4. Section Formula — External Division

  • Formula:

    P=(mx2nx1mn,my2ny1mn)P=\left(\frac{mx_2-nx_1}{m-n},\frac{my_2-ny_1}{m-n}\right)

  • Example: Question: Find the point dividing ((2,4)) and ((8,10)) externally in the ratio (2:1).

    Solution:

    x=2(8)1(2)21=14x=\frac{2(8)-1(2)}{2-1}=14

    y=2(10)1(4)21=16y=\frac{2(10)-1(4)}{2-1}=16

    Therefore,

    (14,16)\boxed{(14,16)}


5. Slope of a Line

  • Formula:

    m=y2y1x2x1m=\frac{y_2-y_1}{x_2-x_1}

  • Example: Question: Find the slope of the line joining ((2,3)) and ((6,11)).

    Solution:

    m=11362m=\frac{11-3}{6-2}

    =84=\frac84

    =2=\boxed{2}


6. Parallel Lines

  • Formula:

    Two non-vertical lines are parallel if:

    m1=m2m_1=m_2

  • Example: Question: Are the lines joining ((1,2),(3,6)) and ((4,5),(6,9)) parallel?

    Solution:

    First slope:

    m1=6231=2m_1=\frac{6-2}{3-1}=2

    Second slope:

    m2=9564=2m_2=\frac{9-5}{6-4}=2

    Since:

    m1=m2m_1=m_2

    Answer: Yes, the lines are parallel.


7. Perpendicular Lines

  • Formula:

    m1m2=1m_1m_2=-1

  • Example: Question: Two lines have slopes (2) and (-\frac12). Are they perpendicular?

    Solution:

    m1m2=2(12)=1m_1m_2=2\left(-\frac12\right)=-1

    Therefore,

    Yes, they are perpendicular.\boxed{\text{Yes, they are perpendicular.}}


8. Equation of a Line Using a Point and Slope

  • Formula:

    yy1=m(xx1)y-y_1=m(x-x_1)

  • Example: Question: Find the equation of the line passing through ((2,3)) with slope (4).

    Solution:

    y3=4(x2)y-3=4(x-2)

    y3=4x8y-3=4x-8

    y=4x5\boxed{y=4x-5}


9. Equation of a Line Through Two Points

  • Formula:

    yy1=y2y1x2x1(xx1)y-y_1=\frac{y_2-y_1}{x_2-x_1}(x-x_1)

  • Example: Question: Find the equation of the line passing through ((1,2)) and ((3,6)).

    Solution:

    First find slope:

    m=6231=2m=\frac{6-2}{3-1}=2

    Using ((1,2)):

    y2=2(x1)y-2=2(x-1)

    y=2x\boxed{y=2x}


10. Collinearity of Three Points

  • Formula:

    Three points are collinear if their slopes are equal:

    mAB=mBCm_{AB}=m_{BC}

  • Example: Question: Determine whether ((1,2),(3,6),(5,10)) are collinear.

    Solution:

    mAB=6231=2m_{AB}=\frac{6-2}{3-1}=2

    mBC=10653=2m_{BC}=\frac{10-6}{5-3}=2

    Since the slopes are equal:

    The points are collinear.\boxed{\text{The points are collinear.}}


11. Collinearity Using Area

  • Formula:

    Three points are collinear if the area of the triangle formed by them is zero.

    \frac12|x_1(y_2-y_3)+x_2(y_3-y_1)+x_3(y_1-y_2)|$$
  • Example: Question: Check whether ((1,2),(3,4),(5,6)) are collinear.

    Solution:

    Area=121(46)+3(62)+5(24)\text{Area}=\frac12|1(4-6)+3(6-2)+5(2-4)|

    =122+1210=\frac12|-2+12-10|

    =0=0

    Therefore,

    The points are collinear.\boxed{\text{The points are collinear.}}


12. Area of a Triangle Using Coordinates

  • Formula:

    A=12x1(y2y3)+x2(y3y1)+x3(y1y2)A=\frac12|x_1(y_2-y_3)+x_2(y_3-y_1)+x_3(y_1-y_2)|

  • Example: Question: Find the area of the triangle with vertices ((0,0),(4,0),(4,5)).

    Solution:

    A=120(05)+4(50)+4(00)A=\frac12|0(0-5)+4(5-0)+4(0-0)|

    =12(20)=\frac12(20)

    =10 square units=\boxed{10\text{ square units}}


13. Centroid of a Triangle

  • Formula:

    \frac{y_1+y_2+y_3}{3}\right)$$
  • Example: Question: Find the centroid of a triangle with vertices ((1,2),(3,4),(5,0)).

    Solution:

    G=(1+3+53,2+4+03)G=\left(\frac{1+3+5}{3},\frac{2+4+0}{3}\right)

    =(3,2)=\boxed{(3,2)}


14. Distance of a Point From the Origin

  • Formula:

    For (P(x,y)):

    OP=x2+y2OP=\sqrt{x^2+y^2}

  • Example: Question: Find the distance of ((6,8)) from the origin.

    Solution:

    OP=62+82OP=\sqrt{6^2+8^2}

    =100=\sqrt{100}

    =10=\boxed{10}


15. Distance Between a Point and a Line

  • Formula:

    For line:

    ax+by+c=0ax+by+c=0

    and point ((x_1,y_1)):

    d=ax1+by1+ca2+b2d=\frac{|ax_1+by_1+c|}{\sqrt{a^2+b^2}}

  • Example: Question: Find the distance of ((2,3)) from the line (3x+4y-10=0).

    Solution:

    d=3(2)+4(3)1032+42d=\frac{|3(2)+4(3)-10|}{\sqrt{3^2+4^2}}

    =6+12105=\frac{|6+12-10|}{5}

    =85=\frac85

    85\boxed{\frac85}


16. Area of a Quadrilateral Using Coordinates

  • Formula:

    x_1y_2+x_2y_3+x_3y_4+x_4y_1 -(y_1x_2+y_2x_3+y_3x_4+y_4x_1) \right|$$
  • Example: Question: Find the area of the quadrilateral with vertices ((0,0),(4,0),(4,3),(0,3)).

    Solution:

    This is a rectangle:

    A=4×3A=4\times3

    12 square units\boxed{12\text{ square units}}


Advanced Variants

17. Internal Division With an Unknown Ratio

  • Formula:

    \frac{my_2+ny_1}{m+n}\right)$$
  • Example: Question: A point (P) divides ((2,3)) and ((8,9)) internally in the ratio (m:n). If its (x)-coordinate is (6), find the ratio.

    Solution:

    6=8m+2nm+n6=\frac{8m+2n}{m+n}

    6m+6n=8m+2n6m+6n=8m+2n

    4n=2m4n=2m

    m:n=2:1m:n=2:1

    Answer:

    2:1\boxed{2:1}


18. Finding a Missing Coordinate Using Distance

  • Formula:

    d2=(x2x1)2+(y2y1)2d^2=(x_2-x_1)^2+(y_2-y_1)^2

  • Example: Question: The distance between ((2,3)) and ((x,7)) is (5). Find (x).

    Solution:

    52=(x2)2+(73)25^2=(x-2)^2+(7-3)^2

    25=(x2)2+1625=(x-2)^2+16

    9=(x2)29=(x-2)^2

    x2=±3x-2=\pm3

    Therefore,

    x=5 or 1\boxed{x=5\text{ or }-1}


19. Point Equidistant From Two Points

  • Formula:

    If (P(x,y)) is equally distant from (A) and (B):

    PA=PBPA=PB

    Compare their squared distances to avoid square roots.

  • Example: Question: Find the points on the (x)-axis that are equidistant from ((2,3)) and ((6,1)).

    Solution:

    Let the point be ((x,0)).

    PA2=(x2)2+9PA^2=(x-2)^2+9

    PB2=(x6)2+1PB^2=(x-6)^2+1

    Equate:

    (x2)2+9=(x6)2+1(x-2)^2+9=(x-6)^2+1

    Solving:

    x=3x=3

    Therefore,

    (3,0)\boxed{(3,0)}


20. Coordinate Geometry + Ratio + Distance

  • Example: Question: A point divides the line joining (A(1,2)) and (B(7,8)) in the ratio (1:2). Find its distance from (A).

    Solution:

    First find the point:

    P=(1(7)+2(1)3,1(8)+2(2)3)P=\left(\frac{1(7)+2(1)}3,\frac{1(8)+2(2)}3\right)

    P=(3,4)P=(3,4)

    Now:

    AP=(31)2+(42)2AP=\sqrt{(3-1)^2+(4-2)^2}

    =4+4=\sqrt{4+4}

    =22=\boxed{2\sqrt2}

My Private Notes

Notes are auto-saved locally to this device.