0% found this document useful (0 votes)
130 views1 page

Circle Problems and Solutions

This document contains 10 problems related to circles. Problem 1 asks to find the equations of circles given their center point and radius. Problem 2 asks to find the center and radius of circles given their equations. Problem 3 asks to find circle equations given conditions about their center point and tangency or passing through other points. Problems 4-6 ask to verify points on circles or find equations of lines tangent to or through circles. Problems 7-9 ask to determine the type of circle represented by different equations or the value of k that makes the equation represent different circle types. Problem 10 asks to find the equation of the circle through the vertices of a triangle.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
130 views1 page

Circle Problems and Solutions

This document contains 10 problems related to circles. Problem 1 asks to find the equations of circles given their center point and radius. Problem 2 asks to find the center and radius of circles given their equations. Problem 3 asks to find circle equations given conditions about their center point and tangency or passing through other points. Problems 4-6 ask to verify points on circles or find equations of lines tangent to or through circles. Problems 7-9 ask to determine the type of circle represented by different equations or the value of k that makes the equation represent different circle types. Problem 10 asks to find the equation of the circle through the vertices of a triangle.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

2 CHAPTER 2 28

2.8 Problem Set II


(1.) Find the equation of a circle centre at the given point with radius r.
(a) (2, 3); r = 1 (b) ( 32 , −1 2
2 ); r = 3 (c) (−3, 4); r = 5.

(2.) Find the centre and radius r of the following circles.


(a) x2 +y 2 −6x−8y +9 = 0 (b) 2x2 +2y 2 −2x+2y +7 = 0 (c) 3x2 +3y 2 +4x−7 = 0
(d) 36x2 + 36y 2 − 24x − 36y − 23 = 0 (e) x2 + y 2 − 10x − 10y + 25 = 0 (f) 9x2 +
9y 2 + 6x − 6y + 5 = 0.

(3.) Find the equation of the circle satisfying the following conditions:

(a) Center is (2, 1) and passes through the point (4, −3);
(b) Center (−2, 5) and tangent to the line x = 7;
(c) Center (−3, −5) and tangent to the line 12x + 5y − 4 = 0;
(d) Tangent to the line 3x + y + 2 = 0 at (−1, 1) and through the point (3, 5);
(e) Tangent to the line 3x + 4y − 16 = 0 at (4, 1) and with a radius of 5.(Two possible
circles.)
(f) Passing through (2, 4), center at the intersection of x − y = 4 and 2x + 3y = −7.
(g) With centers of x2 + y 2 + 2x − 4y + 1 = 0 and x2 + y 2 + 6x − 4y + 10 = 0 as ends of a
diameter.

(4.) Show that (8, −2) is on the circle with center (4, −3) if (9, 9) is on it.

(5.) Find the equation of the circle through the points A(2, 8), B(7, 3) and C(−2, 0).

(6.) Find the equation of a line which is tangent to the circle x2 + y 2 − 4x + 6y − 12 = 0 at the
point (5, 1).

(7.) What is the equation of the circle whose center lies on the line x − 2y + 2 = 0 and which
touches the X−axis and the Y − axis.?

(8.) Which of the following equation represent circles?


(a) x2 + y 2 + 5 = 0 (b) 3x2 + 2x2 + 6x − 3y + 100 = 0
2 2
(c) x + y + 8x + xy + 4 = 0 (d) x2 + y 2 + 10 = 0

(9.) Determine the value or set of values of k for which the equation in each of the following
problems represent a real circle, a point circle and an imaginary circle.

(a) (x − 2)2 + (y + 4)2 = 10 − k


(b) (x − 3.5)2 + (y − 1.5)2 = k − 2
(c) x2 + y 2 + 4x − 6y = 13 − k
(d) x2 + y 2 + 6x + 2y = k

(10.) Find the equation the circle through the vertices of the triangle whose sides are along
x + y = 2, 3x − 4y = 6 and x − y = 0.

Common questions

Powered by AI

First, rewrite the equation in standard form by dividing by 3 to obtain x^2 + y^2 + (4/3)x - 7/3 = 0. Completing the square gives (x + 2/3)^2 + y^2 = (2/3)^2 - 7/3. To represent a circle, the term on the right must be positive. Since it's not, this does not represent a real circle.

To determine if (8, -2) is on the circle, calculate the radius with (9, 9): sqrt((9-4)^2 + (9+3)^2) = 13. Check (8, -2) with the same center and radius: sqrt((8-4)^2 + (-2+3)^2) = sqrt(16 + 1) = sqrt(17), which is not equal to 13. Therefore, (8, -2) is not on the circle.

The circle can be rewritten as (x-2)^2 + (y+3)^2 = 25 after completing the square. The tangent line at (5,1) has a slope perpendicular to the radius (x-2) = (5-2), (y+3) = (1+3), so slope = (4/3). The tangent line equation through (5,1) with slope -3/4 is: y - 1 = -3/4(x - 5), simplifying to 3x + 4y = 19.

The distance from the center to the line x = 7 is the radius. The center (-2, 5) has a distance of |7 - (-2)| = 9. The equation is (x + 2)^2 + (y - 5)^2 = 9^2, which simplifies to (x + 2)^2 + (y - 5)^2 = 81.

To solve this, we first determine the distance from the center of the circle to the tangent line and equate it to the given radius. The line 3x + 4y - 16 = 0 can be written as y = -3/4 x + 4.5. The perpendicular distance from a point (x0, y0) to a line Ax + By + C = 0 is |Ax0 + By0 + C| / sqrt(A^2 + B^2). Assuming the center is (4,1), substitute into the distance formula: |3*4 + 4*1 - 16| / sqrt(3^2 + 4^2) = 5. Solving gives two possible center locations (7, 4) and (1, -2). The equations for the circles are (x-7)^2 + (y-4)^2 = 25 and (x-1)^2 + (y+2)^2 = 25.

The equations x^2 + y^2 + 5 = 0 and x^2 + y^2 + 10 = 0 do not represent real circles because they imply radii of sqrt(-5) and sqrt(-10), respectively, which are not real numbers since the square root of a negative number is not real.

Rewrite x^2 + y^2 + 6x + 2y = k by completing the square: (x + 3)^2 - 9 + (y + 1)^2 - 1 = k, leading to (x + 3)^2 + (y + 1)^2 = k + 10. For a real circle, k + 10 must be positive, implying k > -10.

To find the circle through three points, formulate equations using the circle's general equation (x-h)^2 + (y-k)^2 = r^2 and the given points. Solve the system of three equations to find (h, k, r): ((2-h)^2 + (8-k)^2 = r^2), ((7-h)^2 + (3-k)^2 = r^2), ((-2-h)^2 + (0-k)^2 = r^2). This yields the equation (x - 2.333)^2 + (y - 3.333)^2 = 20.444, obtained by solving simultaneously and simplifying.

To find the center and radius, rewrite the equation in standard form by dividing by 2: x^2 + y^2 - x + y + 3.5 = 0. Completing the square for the x and y terms gives: (x - 0.5)^2 + (y + 0.5)^2 = 0.5^2 + 0.5^2 - 3.5, resulting in (x - 0.5)^2 + (y + 0.5)^2 = -2.5. This equation doesn't represent a real circle due to the negative value.

For this equation, 10 - k must be greater than zero for a real circle, equal to zero for a point circle, and less than zero for an imaginary circle. Thus, k < 10 gives a real circle, k = 10 gives a point circle, and k > 10 results in an imaginary circle.

You might also like