Admin 13 Jun 2026 04:04

 

Coordinate Geometry of Circle

Introduction

Coordinate geometry, also known as analytic geometry, applies algebraic principles to geometric problems. When we study circles through coordinate geometry, we can express circles as mathematical equations and solve geometric problems using algebraic methods. This approach allows us to determine precise information about circles such as their center, radius, tangents, intersections, and other properties.

Standard Form of a Circle Equation

The standard form of the equation of a circle with center at point C(h, k) and radius r is:

(x - h) + (y - k) = r

Where:

  • (h, k) are the coordinates of the center
  • r is the radius of the circle

If the center of the circle is at the origin (0, 0), the equation simplifies to:

x + y = r

Finding Center and Radius from Standard Equation

When a circle equation is given in standard form, identifying the center and radius is straightforward:

Example: Find the center and radius of the circle given by the equation (x - 3) + (y + 2) = 16

Solution:

Comparing with the standard form (x - h) + (y - k) = r:

  • h = 3 (the x-coordinate of the center)
  • k = -2 (the y-coordinate of the center, because y + 2 = y - (-2))
  • r = 16, so r = 4 (the radius)

Therefore, the center is at (3, -2) and the radius is 4.

General Form of a Circle Equation

Circles can also be expressed in the general form:

x + y + 2gx + 2fy + c = 0

For a circle to exist, the following condition must be satisfied:

g + f > c

Converting from General to Standard Form

When given the general form of a circle equation, we can convert it to the standard form to identify the center and radius. The conversion formulas are:

Center = (-g, -f)
Radius = (g + f - c)

Example: Find the center and radius of the circle x + y - 6x + 8y - 15 = 0

Solution:

Comparing with the general form x + y + 2gx + 2fy + c = 0:

  • 2g = -6 g = -3
  • 2f = 8 f = 4
  • c = -15

Center = (-g, -f) = (3, -4)

Radius = (g + f - c) = (9 + 16 - (-15)) = 40 = 210

Equation of a Circle Passing Through Three Points

Given three non-collinear points, we can find the unique circle that passes through all of them. The general approach is:

  1. Substitute each point (x, y), (x, y), and (x, y) into the general circle equation x + y + 2gx + 2fy + c = 0
  2. Form a system of three equations
  3. Solve for the values of g, f, and c
  4. Write the standard form of the circle equation

Example: Find the equation of the circle passing through points A(1, 2), B(3, 4), and C(5, 2)

Solution:

Substituting the points into the general equation:

For A(1, 2): 1 + 4 + 2g + 4f + c = 0 2g + 4f + c = -5

For B(3, 4): 9 + 16 + 6g + 8f + c = 0 6g + 8f + c = -25

For C(5, 2): 25 + 4 + 10g + 4f + c = 0 10g + 4f + c = -29

Solving this system of equations, we get: g = -3, f = -2, c = 3

Therefore, the equation of the circle is:

x + y - 6x - 4y + 3 = 0

In standard form: (x - 3) + (y - 2) = 10

Tangents to a Circle

A tangent to a circle is a line that touches the circle at exactly one point. There are several important properties and formulas related to tangents:

Tangent from an External Point

For a circle with center (h, k) and radius r, the equation of a tangent from point P(x, y) outside the circle is:

xx + yy - h(x + x) - k(y + y) + h + k = r

Length of Tangent from External Point

The length of the tangent from point P(x, y) to the circle (x - h) + (y - k) = r is:

L = [(x - h) + (y - k) - r]

Example: Find the length of the tangent from point P(5, 0) to the circle (x - 1) + (y + 2) = 9

Solution:

Center of the circle: (1, -2)

Radius of the circle: r = 3

Using the formula: L = [(5 - 1) + (0 - (-2)) - 3]

L = [16 + 4 - 9] = 11

Therefore, the length of the tangent is 11 units.

Condition for a Line to be Tangent to a Circle

A line y = mx + c is tangent to the circle x + y = r if:

c = r(1 + m)

Intersection of Circles

Two circles can intersect in various ways:

  • No intersection (circles are separate or one is inside the other without touching)
  • One intersection point (circles are tangent to each other)
  • Two intersection points (circles overlap)

Condition for Tangent Circles

For two circles with centers C(h, k) and C(h, k) and radii r and r:

  • For externally tangent circles: distance between centers = r + r
  • For internally tangent circles: distance between centers = |r - r|

Example: Determine whether the circles (x - 2) + (y + 1) = 9 and (x + 1) + (y - 3) = 4 intersect and how.

Solution:

Circle 1: Center C = (2, -1), radius r = 3

Circle 2: Center C = (-1, 3), radius r = 2

Distance between centers: d = [(2 - (-1)) + (-1 - 3)] = [9 + 16] = 25 = 5

Since r + r = 3 + 2 = 5, and d = 5, the circles are externally tangent to each other.

Applications of Circle Coordinate Geometry

The coordinate geometry of circles has numerous practical applications:

  • Navigation: GPS systems use circles to determine positions based on distances from satellites
  • Physics: Modeling planetary orbits and circular motion
  • Engineering: Designing gears, wheels, and other circular components
  • Computer Graphics: Drawing circles and implementing collision detection
  • Architecture: Designing arches, domes, and circular structures
  • Optics: Designing lenses and circular mirrors

Practice Problems

Problem 1: Find the equation of the circle with center (4, -2) and radius 5.

Solution:

Using the standard form (x - h) + (y - k) = r:

(x - 4) + (y - (-2)) = 5

(x - 4) + (y + 2) = 25

This is the required equation of the circle.

Problem 2: Find the center and radius of the circle given by x + y + 8x - 10y - 19 = 0.

Solution:

Comparing with the general form x + y + 2gx + 2fy + c = 0:

  • 2g = 8 g = 4
  • 2f = -10 f = -5
  • c = -19

Center = (-g, -f) = (-4, 5)

Radius = (g + f - c) = (16 + 25 - (-19)) = 60 = 215

Therefore, the center is at (-4, 5) and the radius is 215.

Problem 3: Find the equation of the tangent to the circle x + y = 25 at the point (3, 4).

Solution:

For a circle x + y = r, the equation of the tangent at point (x, y) is: xx + yy = r

Substituting x = 3, y = 4, and r = 25:

3x + 4y = 25

This is the equation of the required tangent.

Problem 4: Find the points of intersection of the circles x + y = 10 and x + y - 4x - 4y + 2 = 0.

Solution:

From the first equation: x + y = 10

Substituting into the second equation: 10 - 4x - 4y + 2 = 0 4x + 4y = 12 x + y = 3

So one of the intersection points must satisfy both x + y = 10 and x + y = 3

From x + y = 3, we get y = 3 - x

Substituting into x + y = 10:

x + (3 - x) = 10

x + 9 - 6x + x = 10

2x - 6x - 1 = 0

Solving for x: x = (6 (36 - 4(-1)(2))) / 4 = (6 44) / 4 = (6 211) / 4 = (3 11) / 2

For x = (3 + 11) / 2, y = 3 - (3 + 11) / 2 = (6 - 3 - 11) / 2 = (3 - 11) / 2

For x = (3 - 11) / 2, y = 3 - (3 - 11) / 2 = (6 - 3 + 11) / 2 = (3 + 11) / 2

Therefore, the points of intersection are ((3 + 11)/2, (3 - 11)/2) and ((3 - 11)/2, (3 + 11)/2)

Conclusion

Coordinate geometry provides powerful tools for analyzing circles. By representing circles as equations, we can combine algebraic methods with geometric intuition to solve complex problems. Understanding the standard forms of circle equations, how to find center and radius, properties of tangents, and intersections of circles forms the foundation for more advanced geometric studies. The applications of these concepts extend far beyond pure mathematics, proving useful in various scientific, engineering, and practical fields.

```

Reference Files For Coordinate Geometry Of Circle
Screenshoot
File Name
hw8soln.pdf

File Size
0.62 MB

File Type
PDF

File Site
Description
This file is just a reference file for Coordinate Geometry Of Circle. Does not guarantee that the specific things you want are included in it.
Direct download (wait 10 seconds)

Coordinate Geometry Of Circle and Reference File Download Link


admin
Admin
2026-06-13 04:04:10

Edexcel GCSE Maths Circle Theorems And Circle Geometry and Reference File Download Link


admin
Admin
2026-06-14 16:02:17

Coordinate Geometry and Reference File Download Link


admin
Admin
2026-06-07 16:32:10

Circle Geometry and Reference File Download Link


admin
Admin
2026-06-09 11:26:15

Grade 11 CAPS Mathematics Circle Geometry and Reference File Download Link


admin
Admin
2026-06-09 11:42:16