Two Dimensional Analytical Geometry - II

Two Dimensional Analytical Geometry - II

The Circle: Basic Concepts & Equations

1. Definition of a Circle

A circle is the locus of a point in a plane which moves, such that its distance from a fixed point in the plane is always constant.

  • Centre: The fixed point.
  • Radius (r): The constant distance.

2. Standard Equation of a Circle

The equation of a circle with centre (h, k) and radius r is:

(x - h)2 + (y - k)2 = r2

(If the centre is at the origin (0,0), the equation simplifies to x2 + y2 = r2)

3. General Equation of a Circle

The general form of the circle equation is:

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

Key Characteristics:

  1. It is an equation of degree 2.
  2. Coefficient of xy = 0.
  3. Coefficient of x2 = Coefficient of y2 ≠ 0.

Finding Centre and Radius:

  • Centre (h, k): C(-g, -f)
  • Radius (r): √(g2 + f2 - c)

Nature of the Circle:

  • If g2 + f2 - c = 0 → Point Circle
  • If g2 + f2 - c > 0 → Real Circle
  • If g2 + f2 - c < 0 → Imaginary Circle

4. Equation with Given Diameter Extremities

If A(x1, y1) and B(x2, y2) are the end points of a diameter, the equation of the circle is:

(x - x1)(x - x2) + (y - y1)(y - y2) = 0

Two Dimensional Analytical Geometry - II

Further Topics on Circles

5. Family of Circles (Intersection)

The general equation of a circle passing through the points of intersection of a given circle S = 0 and a line L = 0 is:

S + λL = 0

(where λ is a constant parameter)

6. Equation of a Tangent at a Point

To find the equation of a tangent at a point P(x1, y1) lying on the circle, apply the following shortcut substitutions to the circle's equation:

  • x2xx1
  • y2yy1
  • x → (x + x1) / 2
  • y → (y + y1) / 2

Standard Circle Tangent:

For the circle x2 + y2 = a2, the tangent at (x1, y1) is:

xx1 + yy1 = a2

General Circle Tangent:

For the circle x2 + y2 + 2gx + 2fy + c = 0, the tangent at (x1, y1) is:

xx1 + yy1 + g(x + x1) + f(y + y1) + c = 0

7. Condition for Tangency

For a straight line y = mx + c to be a tangent to the standard circle x2 + y2 = a2, the required condition is:

c2 = a2(1 + m2)

8. Point of Contact

If the line y = mx + c touches the circle x2 + y2 = a2, the single point of contact (x1, y1) is given by:

P ≡ ( -ma2/c , a2/c )