1. Basic Concepts — Distance, Section, Slope

Distance Formula

Distance between two points A(x1,y1) and B(x2,y2):

AB=(x2x1)2+(y2y1)2

Section Formula

Point dividing AB in ratio m:n:

  • Internal division: P=(mx2+nx1m+n,my2+ny1m+n)
  • External division: P=(mx2nx1mn,my2ny1mn)
  • Midpoint (m=n=1): M=(x1+x22,y1+y22)

Centroid, Incentre, and Circumcentre of a Triangle

Point Coordinates Property
Centroid (G) (x1+x2+x33,y1+y2+y33) Intersection of medians; divides each median in 2:1
Incentre (I) (ax1+bx2+cx3a+b+c,ay1+by2+cy3a+b+c) Intersection of angle bisectors; a,b,c are side lengths opposite to A,B,C
Area of ABC 12|x1(y2y3)+x2(y3y1)+x3(y1y2)| = 0 iff points are collinear

2. Slope (Gradient) of a Line

The slope (or gradient) of a line is the tangent of the angle α it makes with the positive x-axis (measured anticlockwise):

m=tanα     (α90°)

For a line through (x1,y1) and (x2,y2):

m=y2y1x2x1     (x1x2)

Condition Slope Line orientation
m>0 Positive Rises left to right (acute angle with x-axis)
m<0 Negative Falls left to right (obtuse angle with x-axis)
m=0 Zero Horizontal line (parallel to x-axis)
m undefined tan90° = undefined Vertical line (parallel to y-axis)
m1=m2 Equal slopes Lines are parallel (or identical)
m1m2=1 Product =1 Lines are perpendicular

Angle Between Two Lines

The acute angle θ between two lines with slopes m1 and m2:

tanθ=|m1m21+m1m2|

If 1+m1m2=0: lines are perpendicular. If m1=m2: lines are parallel (θ=0).

3. Standard Forms of a Line

Form Equation Given Note
Slope-Intercept y=mx+c Slope m, y-intercept c Most commonly used form
Point-Slope yy1=m(xx1) Slope m, point (x1,y1) Use when point and slope given
Two-Point yy1y2y1=xx1x2x1 Two points (x1,y1), (x2,y2) Equivalent to point-slope with m=y2y1x2x1
Intercept xa+yb=1 x-intercept a, y-intercept b Fails for lines through origin or parallel to axes
Normal (Perpendicular) xcosα+ysinα=p p = perpendicular distance from origin; α = angle normal makes with x-axis p>0 always; 0α<2π
General ax+by+c=0 Coefficients a,b,c Slope =a/b; x-int =c/a; y-int =c/b

Key Properties from General Form ax+by+c=0

  • Slope: m=ab
  • x-intercept (set y=0): x=ca
  • y-intercept (set x=0): y=cb
  • Parallel line through (x1,y1): a(xx1)+b(yy1)=0, i.e., ax+by=ax1+by1
  • Perpendicular line through (x1,y1): b(xx1)a(yy1)=0, i.e., bxay=bx1ay1

4. Distance Formulae

Distance of a Point from a Line

Perpendicular distance from point (x1,y1) to line ax+by+c=0:

d=|ax1+by1+c|a2+b2

Distance Between Two Parallel Lines

For parallel lines ax+by+c1=0 and ax+by+c2=0:

d=|c1c2|a2+b2

Foot of Perpendicular from a Point to a Line

Foot of perpendicular from (x1,y1) to ax+by+c=0:

xx1a=yy1b=(ax1+by1+c)a2+b2

Reflection (Image) of a Point in a Line

Image of (x1,y1) in line ax+by+c=0:

xx1a=yy1b=2(ax1+by1+c)a2+b2

Note: The foot of perpendicular formula uses factor 1; the reflection formula uses factor 2. The image point is twice as far as the foot from the original point, on the other side of the line.

5. Position of a Point Relative to a Line

For the line L:ax+by+c=0, substitute the point coordinates into ax+by+c:

  • Points (x1,y1) and (x2,y2) are on the same side of L if (ax1+by1+c) and (ax2+by2+c) have the same sign.
  • They are on opposite sides if the expressions have opposite signs.
  • The origin is on the side where c and ax+by+c have the same sign (just substitute x=y=0 giving c).

6. Concurrent Lines

Three lines L1, L2, L3 are concurrent (pass through a common point) if and only if the determinant of their coefficients is zero:

For a1x+b1y+c1=0, a2x+b2y+c2=0, a3x+b3y+c3=0:

|a1b1c1a2b2c2a3b3c3|=0

Alternative: Lines of the form L1+λL2=0

Any line passing through the intersection of L1=0 and L2=0 can be written as L1+λL2=0 for some constant λ. Use an additional condition to determine λ.

7. Locus Problems

A locus is the set of all points satisfying a given geometric condition. To find the equation of a locus:

  • Step 1: Let the moving point be P(h,k).
  • Step 2: Write the geometric condition as an equation in h and k.
  • Step 3: Eliminate any parameters (if present) using the constraints.
  • Step 4: Replace hx and ky to get the locus equation.

Worked Example

Find the locus of a point P such that the sum of its distances from (3,0) and (3,0) equals 8.

Let P=(h,k). Condition: (h3)2+k2+(h+3)2+k2=8.
Isolate one radical: (h3)2+k2=8(h+3)2+k2.
Squaring: (h3)2+k2=6416(h+3)2+k2+(h+3)2+k2.
Simplify: 12h64=16(h+3)2+k23h+16=4(h+3)2+k2.
Square again: 9h2+96h+256=16(h2+6h+9+k2)7h2+16k2=112.
Locus: x216+y27=1 (an ellipse).