Foundational Topic

Coordinate Geometry

Mathematics Unit 3
25 min read
IAT Core Framework
High Yield

1. Cartesian System & Shifting of Origin

Coordinate Geometry Diagram

Fig 1: Visual representation of Cartesian Plane and Conic Sections

The foundation of coordinate geometry lies in the rectangular (Cartesian) coordinate system representing points as (x, y).

  • Distance Formula: d = √((x2 - x1)2 + (y2 - y1)2)
  • Section Formula (Internal): x = (mx2 + nx1)/(m+n), y = (my2 + ny1)/(m+n)
X = x - h,   Y = y - k
Shifting of Origin: If the origin is shifted to a new point (h, k) without rotating the axes, the new coordinates (X, Y) of a point originally at (x, y) are given by these relations.

2. Straight Lines

Slope & Angles

The slope of a line is defined as m = tan(θ) = (y2 - y1)/(x2 - x1).

  • Angle between two lines: tan(θ) = |(m1 - m2) / (1 + m1m2)|
  • Parallel lines: m1 = m2
  • Perpendicular lines: m1m2 = -1

Various Forms of Equation

  • General Form: Ax + By + C = 0
  • Slope-Intercept Form: y = mx + c
  • Point-Slope Form: y - y1 = m(x - x1)
  • Intercept Form: x/a + y/b = 1
  • Normal Form: x cos(α) + y sin(α) = p (where p is perpendicular distance from origin)
d = |Ax1 + By1 + C| / √(A2 + B2)
Perpendicular distance of a point (x1, y1) from the line Ax + By + C = 0.

3. Conic Sections: Fundamentals

A conic section is the locus of a point whose distance from a fixed point (Focus) bears a constant ratio, e (eccentricity), to its perpendicular distance from a fixed straight line (Directrix).

  • Circle: e = 0
  • Parabola: e = 1
  • Ellipse: 0 < e < 1
  • Hyperbola: e > 1

General 2nd Degree Equation & Degenerate Cases

Equation: ax2 + 2hxy + by2 + 2gx + 2fy + c = 0

Let discriminant Δ = abc + 2fgh - af2 - bg2 - ch2.

  • Δ = 0 (Degenerate Conics):

    Degenerate Conics (Visual Meaning)

    • Pair of straight lines → represents two intersecting lines
    • Parallel lines → no intersection
    • Single line → repeated root case
    • Point → collapsed conic
  • Δ ≠ 0 (Non-degenerate Conics):
    • h2 = ab &implies; Parabola
    • h2 < ab &implies; Ellipse
    • h2 > ab &implies; Hyperbola

4. Circles

(x - h)2 + (y - k)2 = r2
Standard equation of a circle with center (h, k) and radius r.

General Equation

x2 + y2 + 2gx + 2fy + c = 0

  • Center: (-g, -f)
  • Radius: √(g2 + f2 - c)
  • Condition to be a real circle: g2 + f2 - c ≥ 0.

Solved Example: Circle

Q: Find the center and radius of x2 + y2 - 4x + 6y - 12 = 0.

Solution: Here 2g = -4 ⇒ g = -2, 2f = 6 ⇒ f = 3, c = -12.
Center: (-g, -f) = (2, -3).
Radius: √((-2)2 + 32 - (-12)) = √(4 + 9 + 12) = √25 = 5 units.

5. Parabola

Standard Equation: y2 = 4ax

  • Vertex: (0, 0)
  • Focus: (a, 0)
  • Directrix: x = -a
  • Length of Latus Rectum: 4a

Other Standard Forms

  • x2 = 4ay → Opens upward
  • x2 = -4ay → Opens downward
  • y2 = -4ax → Opens left

IAT Shortcut: Parametric Form

Any point on the parabola y2 = 4ax can be taken as (at2, 2at). This greatly simplifies locus problems!

6. Ellipse & Hyperbola

Ellipse: x2/a2 + y2/b2 = 1 (a > b)

  • Foci: (±ae, 0)
  • Directrices: x = ±a/e
  • Eccentricity relation: b2 = a2(1 - e2)
  • Latus Rectum: 2b2/a

Hyperbola: x2/a2 - y2/b2 = 1

  • Transverse & Conjugate Axes: Lengths 2a and 2b respectively.
  • Foci: (±ae, 0)
  • Directrices: x = ±a/e
  • Eccentricity relation: b2 = a2(e2 - 1)
  • Latus Rectum: 2b2/a
y = ± (b/a)x
Asymptotes of Hyperbola: For x2/a2 - y2/b2 = 1.

7. IAT Exam Focus & Magic Rules

  • The "T = 0" Magic: To find the equation of a tangent at point (x1, y1) on any conic, replace: x2 → xx1, y2 → yy1, x → (x+x1)/2, and y → (y+y1)/2.
  • Position of a Point: Plug the point (x1, y1) into the equation (say S = 0). If S1 < 0, it's inside the curve. If S1 > 0, it's outside.
  • Director Circle: Locus of intersection of perpendicular tangents. For circle: x2+y2=2r2. For ellipse: x2+y2=a2+b2.

8. Practice Mock Test

Ready to test your knowledge?

Take a quick 15-question assessment specifically designed for Coordinate Geometry & Conics. Challenge yourself with IAT-level questions.

Start Practice Mock

End of Chapter

Coordinate Geometry

Contents