HOW TO FIND CENTER AND RADIUS OF A CIRCLE FROM AN EQUATION

Subscribe to our โ–ถ๏ธ YouTube channel ๐Ÿ”ด for the latest videos, updates, and tips.

Equation of circle

x2 + y2 = r2

Center (0, 0) and radius is r.

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

Center (h, k) and radius is r.

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

Center (-g, -f) and radius is r = โˆš(g2 + f2 โ€“ c)

Write down the center and radius of each circle below

Problem 1 :

x2 + y2 = 25

Solution :

The given equation of the circle is in the form of

x2 + y2 = r2

So, the center of the given circle is (0, 0).

Radius :

r2 = 25

r = 5 units

Problem 2 :

x2 + y2 = 12

Solution :

The given equation of the circle is in the form of

x2 + y2 = r2

So, the center of the given circle is (0, 0).

Radius :

r2 = 12

r = โˆš12 units

Problem 3 :

(x โ€“ 3)2 + (y โ€“ 2)2 = 36

Solution :

The given equation of the circle is in the form of

(x โ€“ h)2 + (y โ€“ k)2 = r2

Center :

(h, k) = (3, 2)

Radius :

r2 = 36

r = 6 units

Problem 4 :

(x + 1)2 + (y โ€“ 4)2 = 10

Solution :

The given equation of the circle is in the form of

(x โ€“ h)2 + (y โ€“ k)2 = r2

Center :

(h, k) = (-1, 4)

Radius :

r2 = 10

r = โˆš10 units

Problem 5 :

x2 + y2 โ€“ 10x โ€“ 6y - 2 = 0

Solution :

The given equation of circle is in general form.

Comparing

x2 + y2 โ€“ 10x โ€“ 6y - 2 = 0

Using the completing the square method,

x2 โ€“ 2 ยท x ยท 5 + 52 - 52 + y2 - 2 ยทyยท3 + 32 - 32 - 2 = 0

(x - 5)2 + (y - 3)2 - 25 - 9 - 2 = 0

(x - 5)2 + (y - 3)2 - 36 = 0

(x - 5)2 + (y - 3)2 = 36

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

Center :

(-g, -f) = (5, 3)

Radius :

Radius = 6 units

Problem 6 :

x2 + y2 + 6x + 4y + 4 = 0

Solution :

The given equation of circle is in general form.

Comparing

x2 + y2 + 6x + 4y + 4 = 0

Using the completing the square method,

x2 + 2 ยท x ยท 3 + 32 - 32 + y2 + 2 ยทyยท2 + 22 - 22 + 4 = 0

(x + 3)2 + (y + 2)2 - 9  - 4 + 4 = 0

(x + 3)2 + (y + 2)2 - 9 = 0

(x + 3)2 + (y + 2)2 = 9

Center :

(-g, -f) = (-3, -2)

Radius :

Radius = 3 units

Problem 7 :

The point (a, 5) lies on the circle with equation x2 + y2 = 74. Find two values for a.

Solution :

Given, x2 + y2 = 74

The point (a, 5) = (x, y)

(a)2 + (5)2 = 74

(a)2 + 25 = 74

a2 = 74 โ€“ 25

a2 = 49

a = ยฑ7

So, two values for a is 7, -7.

Problem 8 :

The point (3, c) lies on the circle x2 + y2 โ€“ 4x + 6y + 12 = 0. Find c.

Solution :

Given, x2 + y2 โ€“ 4x + 6y + 12 = 0

The point (3, c) = (x, y)

(3)2 + (c)2 โ€“ 4(3) + 6(c) + 12 = 0

9 + c2 โ€“ 12 + 6c + 12 = 0

9 + c2 + 6c = 0

c2 + 6c + 9 = 0

(c + 3) (c + 3) = 0

(c + 3)2 = 0

c + 3 = 0

c = -3

So, c is -3.

Problem 9 :

Two circles have equations

(x + 1)2 + (y + 3)2 = 20 and x2 + y2 โ€“ 10x โ€“ 18y + 26 = 0

(a) Write down the centre and radius of each circle.

(b) Show that the circles touch at a single point.

(c) Find P, the point of contact of the circles.

Solution :

a)

Finding center and radius of the circle (x + 1)2 + (y + 3)2 = 20 :

(x - (-1))2 + (y - (-3))2 = 20

Center (h, k) ==> (-1, -3)

Radius = โˆš20

Finding the center and radius of x2 + y2 โ€“ 10x โ€“ 18y + 26 = 0 :

x2 โ€“ 10x + yโ€“ 18y + 26 = 0

x2 โ€“ 2x(5) + 52 - 52+ yโ€“ 2y(9) + 92 - 9+ 26 = 0

(x - 5)2 - 25 + (y - 9)โ€“ 81 + 26 = 0

(x - 5)2 + (y - 9)โ€“ 106 + 26 = 0

(x - 5)2 + (y - 9)2 - 80 = 0

(x - 5)2 + (y - 9)2 = 80

Center (h, k) ==> (5, 9)

Radius = โˆš80

(b) To prove the circles are touching each other at single point, we should prove

the distance between two centers = sum of the radii of two circles

= โˆš(x2 - x1)2 + (y2 - y1)2

(-1, -3) and (5, 9)

= โˆš(5 + 1)2 + (9 + 3)2

= โˆš62 + 122

= โˆš(36 + 144)

=  โˆš180

= โˆš(2 x 2 x 5 x 3 x 3)

= 6โˆš5 ----(1)

Sum of the radii = โˆš20 + โˆš80

= 2โˆš5 + 4โˆš5

= 6โˆš5 ----(2)

(c) Find P, the point of contact of the circles.

Let (x, y) be the required point

The point (x, y) is dividing the line segment in the ratio of 2โˆš5 : 4โˆš5

= 2 : 4

= 1 : 2

= (mx2 + nx1)/(m + n), (my2 + ny1)/(m + n)

(-1, -3) and (5, 9)

[1(5) + 2(-1)]/(1 + 2), [1(9) + 2(-3)]/(1 + 2) = (x, y)

3/3, 3/3 = (x, y)

(x, y) = (1, 1)

So, the required point is (1, 1).

Subscribe to our โ–ถ๏ธ YouTube channel ๐Ÿ”ด for the latest videos, updates, and tips.

Recent Articles

  1. Finding Range of Values Inequality Problems

    May 21, 24 08:51 PM

    Finding Range of Values Inequality Problems

    Read More

  2. Solving Two Step Inequality Word Problems

    May 21, 24 08:51 AM

    Solving Two Step Inequality Word Problems

    Read More

  3. Exponential Function Context and Data Modeling

    May 20, 24 10:45 PM

    Exponential Function Context and Data Modeling

    Read More