A English

Equations of circle Questions in English

Class 11 Mathematics · 10-1.Circle and System of Circles · Equations of circle

348+

Questions

English

Language

100%

With Solutions

Showing 50 of 348 questions in English

51
DifficultMCQ
$A$ line meets the coordinate axes at points $A$ and $B$. $A$ circle is circumscribed about the triangle $OAB$. If $m$ and $n$ are the distances of the tangents to the circle at points $A$ and $B$ respectively from the origin,then the diameter of the circle is
A
$m(m + n)$
B
$m + n$
C
$n(m + n)$
D
$\frac{1}{2}(m + n)$

Solution

(B) Let the coordinates of $A$ be $(a, 0)$ and $B$ be $(0, b)$.
The circle circumscribing the right-angled triangle $OAB$ has the segment $AB$ as its diameter.
The equation of the circle is $x^2 + y^2 - ax - by = 0$.
The tangent at $A(a, 0)$ is $x = a$,and the tangent at $B(0, b)$ is $y = b$.
However,the problem defines $m$ and $n$ as the distances of the tangents at $A$ and $B$ from the origin.
From the provided figure,the tangent at $A$ is a vertical line at distance $m$ from the origin,and the tangent at $B$ is a horizontal line at distance $n$ from the origin.
By observing the geometry of the circle circumscribing $\triangle OAB$,the diameter of the circle is the length of the segment $AB$.
From the figure,the horizontal distance is $m+n$ and the vertical distance is also related to the geometry.
As shown in the figure,the diameter of the circle is $m + n$.
Solution diagram
52
EasyMCQ
The radius of the circle $x^2 + y^2 + 2x \cos \theta + 2y \sin \theta - 8 = 0$ is
A
$1$
B
$3$
C
$2\sqrt{3}$
D
$\sqrt{10}$

Solution

(B) The general equation of a circle is $x^2 + y^2 + 2gx + 2fy + c = 0$.
Comparing the given equation $x^2 + y^2 + 2x \cos \theta + 2y \sin \theta - 8 = 0$ with the general form,we get:
$2g = 2 \cos \theta \implies g = \cos \theta$
$2f = 2 \sin \theta \implies f = \sin \theta$
$c = -8$
The radius $R$ of the circle is given by the formula $R = \sqrt{g^2 + f^2 - c}$.
Substituting the values:
$R = \sqrt{(\cos \theta)^2 + (\sin \theta)^2 - (-8)}$
$R = \sqrt{\cos^2 \theta + \sin^2 \theta + 8}$
Since $\cos^2 \theta + \sin^2 \theta = 1$,we have:
$R = \sqrt{1 + 8} = \sqrt{9} = 3$.
53
DifficultMCQ
If the lines $l_1x + m_1y + n_1 = 0$ and $l_2x + m_2y + n_2 = 0$ cut the axes at concyclic points,then
A
$l_1l_2 = m_1m_2$
B
$l_1m_1 = l_2m_2$
C
$l_1l_2 + m_1m_2 = 0$
D
$l_1m_2 = l_2m_1$

Solution

(A) The line $l_1x + m_1y + n_1 = 0$ intersects the $x$-axis at $A \equiv \left( -\frac{n_1}{l_1}, 0 \right)$ and the $y$-axis at $B \equiv \left( 0, -\frac{n_1}{m_1} \right)$.
The line $l_2x + m_2y + n_2 = 0$ intersects the $x$-axis at $C \equiv \left( -\frac{n_2}{l_2}, 0 \right)$ and the $y$-axis at $D \equiv \left( 0, -\frac{n_2}{m_2} \right)$.
Since the points $A, B, C, D$ are concyclic,the power of the point $O(0,0)$ with respect to the circle passing through these points must be consistent. Specifically,since $AC$ and $BD$ are chords intersecting at the origin $O$,by the intersecting chords theorem,we have $OA \cdot OC = OB \cdot OD$.
Substituting the coordinates:
$\left| -\frac{n_1}{l_1} \right| \cdot \left| -\frac{n_2}{l_2} \right| = \left| -\frac{n_1}{m_1} \right| \cdot \left| -\frac{n_2}{m_2} \right|$
$\left| \frac{n_1n_2}{l_1l_2} \right| = \left| \frac{n_1n_2}{m_1m_2} \right|$
This implies $|l_1l_2| = |m_1m_2|$,which simplifies to $l_1l_2 = m_1m_2$ (assuming the signs are consistent with the geometry of the intercepts).
Thus,the correct option is $A$.
Solution diagram
54
EasyMCQ
The equation of a circle whose centre lies at the point $(-2, 1)$ and which passes through the point $(4, 3)$ is:
A
${x^2} + {y^2} + 4x - 2y - 35 = 0$
B
${x^2} + {y^2} - 4x + 2y + 35 = 0$
C
${x^2} + {y^2} + 4x + 2y + 35 = 0$
D
None of these

Solution

(A) The centre of the circle is $(h, k) = (-2, 1)$.
Since the circle passes through the point $(4, 3)$,the radius $r$ is the distance between the centre $(-2, 1)$ and the point $(4, 3)$.
$r^2 = (4 - (-2))^2 + (3 - 1)^2 = (6)^2 + (2)^2 = 36 + 4 = 40$.
The equation of the circle is $(x - h)^2 + (y - k)^2 = r^2$.
$(x - (-2))^2 + (y - 1)^2 = 40$.
$(x + 2)^2 + (y - 1)^2 = 40$.
$x^2 + 4x + 4 + y^2 - 2y + 1 = 40$.
$x^2 + y^2 + 4x - 2y + 5 = 40$.
$x^2 + y^2 + 4x - 2y - 35 = 0$.
55
EasyMCQ
The equation of a circle passing through the point $(4, 5)$ and having the centre at $(2, 2)$ is
A
${x^2} + {y^2} + 4x + 4y - 5 = 0$
B
${x^2} + {y^2} - 4x - 4y - 5 = 0$
C
${x^2} + {y^2} - 4x - 4y + 13 = 0$
D
${x^2} + {y^2} - 4x - 4y + 5 = 0$

Solution

(B) The centre of the circle is $(h, k) = (2, 2)$.
Since the circle passes through the point $(4, 5)$,the radius $r$ is the distance between the centre and the point:
$r = \sqrt{(4 - 2)^2 + (5 - 2)^2} = \sqrt{2^2 + 3^2} = \sqrt{4 + 9} = \sqrt{13}$.
The standard equation of a circle is $(x - h)^2 + (y - k)^2 = r^2$.
Substituting the values,we get:
$(x - 2)^2 + (y - 2)^2 = (\sqrt{13})^2$
Expanding the terms:
$(x^2 - 4x + 4) + (y^2 - 4y + 4) = 13$
Simplifying the equation:
$x^2 + y^2 - 4x - 4y + 8 = 13$
$x^2 + y^2 - 4x - 4y - 5 = 0$.
56
EasyMCQ
If the equation $\frac{K(x + 1)^2}{3} + \frac{(y + 2)^2}{4} = 1$ represents a circle,then $K = $
A
$3/4$
B
$1$
C
$4/3$
D
$12$

Solution

(A) The general equation of a circle is given by $A(x-h)^2 + A(y-k)^2 = r^2$,where the coefficients of $x^2$ and $y^2$ must be equal.
Given the equation: $\frac{K(x + 1)^2}{3} + \frac{(y + 2)^2}{4} = 1$.
Comparing the coefficients of $(x+1)^2$ and $(y+2)^2$,we have:
$\frac{K}{3} = \frac{1}{4}$.
Multiplying both sides by $3$,we get:
$K = \frac{3}{4}$.
57
MediumMCQ
$A$ circle has a radius of $3$ units and its centre lies on the line $y = x - 1$. If the circle passes through the point $(7, 3)$,what is its equation?
A
${x^2} + {y^2} - 8x - 6y + 16 = 0$
B
${x^2} + {y^2} + 8x + 6y + 16 = 0$
C
${x^2} + {y^2} - 8x - 6y - 16 = 0$
D
None of these

Solution

(A) Let the centre of the circle be $(h, k)$. Since the centre lies on the line $y = x - 1$,we have $k = h - 1$,or $h - k = 1$ ... $(i)$.
The radius of the circle is $r = 3$. The equation of the circle is $(x - h)^2 + (y - k)^2 = 3^2 = 9$.
Since the circle passes through the point $(7, 3)$,we substitute these coordinates into the equation:
$(7 - h)^2 + (3 - k)^2 = 9$ ... $(ii)$.
Substitute $k = h - 1$ into equation $(ii)$:
$(7 - h)^2 + (3 - (h - 1))^2 = 9$
$(7 - h)^2 + (4 - h)^2 = 9$
$(49 - 14h + h^2) + (16 - 8h + h^2) = 9$
$2h^2 - 22h + 65 = 9$
$2h^2 - 22h + 56 = 0$
$h^2 - 11h + 28 = 0$
$(h - 4)(h - 7) = 0$.
Case $1$: If $h = 4$,then $k = 4 - 1 = 3$. The centre is $(4, 3)$. The equation is $(x - 4)^2 + (y - 3)^2 = 9$,which simplifies to $x^2 - 8x + 16 + y^2 - 6y + 9 = 9$,or $x^2 + y^2 - 8x - 6y + 16 = 0$.
Case $2$: If $h = 7$,then $k = 7 - 1 = 6$. The centre is $(7, 6)$. The equation is $(x - 7)^2 + (y - 6)^2 = 9$,which simplifies to $x^2 - 14x + 49 + y^2 - 12y + 36 = 9$,or $x^2 + y^2 - 14x - 12y + 76 = 0$.
Comparing with the given options,the equation $x^2 + y^2 - 8x - 6y + 16 = 0$ is present.
58
EasyMCQ
The equation of the circle whose diameter is the line segment joining the points $(-4, 3)$ and $(12, -1)$ is:
A
$x^2 + y^2 + 8x + 2y + 51 = 0$
B
$x^2 + y^2 + 8x - 2y - 51 = 0$
C
$x^2 + y^2 + 8x + 2y - 51 = 0$
D
$x^2 + y^2 - 8x - 2y - 51 = 0$

Solution

(D) The equation of a circle with diameter endpoints $(x_1, y_1)$ and $(x_2, y_2)$ is given by $(x - x_1)(x - x_2) + (y - y_1)(y - y_2) = 0$.
Substituting the given points $(-4, 3)$ and $(12, -1)$:
$(x - (-4))(x - 12) + (y - 3)(y - (-1)) = 0$
$(x + 4)(x - 12) + (y - 3)(y + 1) = 0$
Expanding the terms:
$(x^2 - 12x + 4x - 48) + (y^2 + y - 3y - 3) = 0$
$x^2 + y^2 - 8x - 2y - 51 = 0$.
59
EasyMCQ
The equation of the circle which passes through the points $(3, -2)$ and $(-2, 0)$ and whose centre lies on the line $2x - y = 3$ is:
A
$x^2 + y^2 - 3x - 12y + 2 = 0$
B
$x^2 + y^2 - 3x + 12y + 2 = 0$
C
$x^2 + y^2 + 3x + 12y + 2 = 0$
D
None of these

Solution

(C) Let the centre of the circle be $(h, k)$. Since the circle passes through $(3, -2)$ and $(-2, 0)$,the distances from the centre to these points are equal (radius squared):
$(h - 3)^2 + (k + 2)^2 = (h + 2)^2 + (k - 0)^2$
$h^2 - 6h + 9 + k^2 + 4k + 4 = h^2 + 4h + 4 + k^2$
$-6h + 4k + 13 = 4h + 4$
$10h - 4k = 9$ --- $(1)$
The centre $(h, k)$ lies on the line $2x - y = 3$,so:
$2h - k = 3$ --- $(2)$
Multiplying $(2)$ by $4$,we get $8h - 4k = 12$. Subtracting this from $(1)$:
$(10h - 4k) - (8h - 4k) = 9 - 12$
$2h = -3 \Rightarrow h = -\frac{3}{2}$
Substituting $h$ into $(2)$:
$2(-\frac{3}{2}) - k = 3 \Rightarrow -3 - k = 3 \Rightarrow k = -6$
The centre is $(-\frac{3}{2}, -6)$. The radius squared $r^2$ is:
$r^2 = (-\frac{3}{2} + 2)^2 + (-6 - 0)^2 = (\frac{1}{2})^2 + 36 = \frac{1}{4} + 36 = \frac{145}{4}$
The equation is $(x + \frac{3}{2})^2 + (y + 6)^2 = \frac{145}{4}$
$x^2 + 3x + \frac{9}{4} + y^2 + 12y + 36 = \frac{145}{4}$
$x^2 + y^2 + 3x + 12y + \frac{153}{4} = \frac{145}{4}$
$x^2 + y^2 + 3x + 12y + 2 = 0$.
60
MediumMCQ
For the equation $ax^2 + 2hxy + 3y^2 + 4x + 8y - 6 = 0$ to represent a circle,what must be the values of $a$ and $h$?
A
$a = 3, h = 0$
B
$a = 1, h = 0$
C
$a = h = 3$
D
$a = h = 0$

Solution

(A) The general equation of a second-degree curve is given by $ax^2 + 2hxy + by^2 + 2gx + 2fy + c = 0$.
For this equation to represent a circle,two conditions must be satisfied:
$1$. The coefficient of $x^2$ must be equal to the coefficient of $y^2$,which implies $a = b$.
$2$. The coefficient of the $xy$ term must be zero,which implies $h = 0$.
Given the equation $ax^2 + 2hxy + 3y^2 + 4x + 8y - 6 = 0$,we compare the coefficients with the general form.
Here,$b = 3$.
Therefore,for the equation to represent a circle,we must have $a = 3$ and $h = 0$.
61
DifficultMCQ
$A$ line is drawn through a fixed point $P(\alpha, \beta)$ to cut the circle $x^2 + y^2 = r^2$ at $A$ and $B$. Then $PA \cdot PB$ is equal to
A
$(\alpha \beta)^2 - r^2$
B
$\alpha^2 \beta^2 - r^2$
C
$(\alpha - \beta)^2 r^2$
D
None of these

Solution

(B) Let the equation of the line passing through the point $P(\alpha, \beta)$ be $\frac{x - \alpha}{\cos \theta} = \frac{y - \beta}{\sin \theta} = k$,where $k$ is the distance of any point $(x, y)$ on the line from the point $P(\alpha, \beta)$.
Any point on this line is given by $(\alpha + k \cos \theta, \beta + k \sin \theta)$.
Since this point lies on the circle $x^2 + y^2 = r^2$,we have:
$(\alpha + k \cos \theta)^2 + (\beta + k \sin \theta)^2 = r^2$
$\alpha^2 + k^2 \cos^2 \theta + 2 \alpha k \cos \theta + \beta^2 + k^2 \sin^2 \theta + 2 \beta k \sin \theta = r^2$
$k^2 + 2k(\alpha \cos \theta + \beta \sin \theta) + (\alpha^2 + \beta^2 - r^2) = 0$
This is a quadratic equation in $k$. Let its roots be $k_1$ and $k_2$,which represent the distances $PA$ and $PB$ respectively.
The product of the roots $k_1 k_2 = PA \cdot PB$ is given by the constant term of the quadratic equation:
$PA \cdot PB = \alpha^2 + \beta^2 - r^2$.
Alternatively,by the power of a point theorem,$PA \cdot PB = PT^2$,where $PT$ is the length of the tangent from $P$ to the circle,which is $\sqrt{\alpha^2 + \beta^2 - r^2}$. Thus,$PA \cdot PB = \alpha^2 + \beta^2 - r^2$.
Solution diagram
62
EasyMCQ
The centre of the circle given by the parametric equations $x = -1 + 2\cos \theta$ and $y = 3 + 2\sin \theta$ is:
A
$(1, -3)$
B
$(-1, 3)$
C
$(1, 3)$
D
None of these

Solution

(B) Given the parametric equations of the circle:
$x = -1 + 2\cos \theta \Rightarrow \frac{x + 1}{2} = \cos \theta$
$y = 3 + 2\sin \theta \Rightarrow \frac{y - 3}{2} = \sin \theta$
Using the identity $\cos^2 \theta + \sin^2 \theta = 1$,we get:
$\left(\frac{x + 1}{2}\right)^2 + \left(\frac{y - 3}{2}\right)^2 = 1$
$(x + 1)^2 + (y - 3)^2 = 2^2$
Comparing this with the standard equation of a circle $(x - h)^2 + (y - k)^2 = r^2$,where $(h, k)$ is the centre and $r$ is the radius:
Here,$h = -1$ and $k = 3$.
Therefore,the centre of the circle is $(-1, 3)$.
63
DifficultMCQ
Circles are drawn through the point $(2, 0)$ to cut an intercept of length $5$ units on the $x$-axis. If their centres lie in the first quadrant,then their equation is
A
$x^2 + y^2 + 9x + 2fy + 14 = 0$
B
$3x^2 + 3y^2 + 27x - 2fy + 42 = 0$
C
$x^2 + y^2 - 9x + 2fy + 14 = 0$
D
$x^2 + y^2 - 2fy - 9y + 14 = 0$

Solution

(C) Let the equation of the circle be $x^2 + y^2 + 2gx + 2fy + c = 0$.
Since it passes through $(2, 0)$,we have $4 + 4g + c = 0$,which implies $c = -4g - 4$.
The length of the intercept on the $x$-axis is given by $2\sqrt{g^2 - c} = 5$.
Squaring both sides,$4(g^2 - c) = 25$.
Substituting $c = -4g - 4$,we get $4(g^2 + 4g + 4) = 25$.
$4g^2 + 16g + 16 = 25 \Rightarrow 4g^2 + 16g - 9 = 0$.
Solving for $g$,$(2g + 9)(2g - 1) = 0$,so $g = -\frac{9}{2}$ or $g = \frac{1}{2}$.
The centre of the circle is $(-g, -f)$. Since the centre lies in the first quadrant,$-g > 0$,so $g < 0$.
Thus,we choose $g = -\frac{9}{2}$.
Then $c = -4(-\frac{9}{2}) - 4 = 18 - 4 = 14$.
The equation becomes $x^2 + y^2 - 9x + 2fy + 14 = 0$.
64
MediumMCQ
The equation of the circle in the first quadrant which touches each axis at a distance $5$ from the origin is
A
$x^2 + y^2 + 5x + 5y + 25 = 0$
B
$x^2 + y^2 - 10x - 10y + 25 = 0$
C
$x^2 + y^2 - 5x - 5y + 25 = 0$
D
$x^2 + y^2 + 10x + 10y + 25 = 0$

Solution

(B) The circle is in the first quadrant and touches both axes at a distance of $5$ from the origin.
Therefore,the center of the circle is $(h, k) = (5, 5)$ and the radius $r = 5$.
The standard equation of a circle is $(x - h)^2 + (y - k)^2 = r^2$.
Substituting the values,we get $(x - 5)^2 + (y - 5)^2 = 5^2$.
Expanding this,we have $(x^2 - 10x + 25) + (y^2 - 10y + 25) = 25$.
Simplifying,we get $x^2 + y^2 - 10x - 10y + 25 = 0$.
65
MediumMCQ
The equation of the circumcircle of the triangle formed by the lines $x = 0$,$y = 0$,and $2x + 3y = 5$ is
A
$x^2 + y^2 + 2x + 3y - 5 = 0$
B
$6(x^2 + y^2) - 5(3x + 2y) = 0$
C
$x^2 + y^2 - 2x - 3y + 5 = 0$
D
$6(x^2 + y^2) + 5(3x + 2y) = 0$

Solution

(B) The triangle is formed by the lines $x = 0$ (y-axis),$y = 0$ (x-axis),and $2x + 3y = 5$.
The vertices of the triangle are the intersection points of these lines:
$1$. Intersection of $x = 0$ and $y = 0$ is $(0, 0)$.
$2$. Intersection of $y = 0$ and $2x + 3y = 5$ is $(5/2, 0)$.
$3$. Intersection of $x = 0$ and $2x + 3y = 5$ is $(0, 5/3)$.
Since the circle passes through the origin $(0, 0)$,its equation is of the form $x^2 + y^2 + 2gx + 2fy = 0$.
Substituting the point $(5/2, 0)$ into the equation:
$(5/2)^2 + 0 + 2g(5/2) + 2f(0) = 0 \implies 25/4 + 5g = 0 \implies g = -5/4$.
Substituting the point $(0, 5/3)$ into the equation:
$0 + (5/3)^2 + 2g(0) + 2f(5/3) = 0 \implies 25/9 + 10f/3 = 0 \implies 10f/3 = -25/9 \implies f = -5/6$.
Substituting $g$ and $f$ back into the circle equation:
$x^2 + y^2 + 2(-5/4)x + 2(-5/6)y = 0$
$x^2 + y^2 - (5/2)x - (5/3)y = 0$
Multiplying by $6$ to clear denominators:
$6(x^2 + y^2) - 15x - 10y = 0$
$6(x^2 + y^2) - 5(3x + 2y) = 0$.
Solution diagram
66
EasyMCQ
If $(\alpha, \beta)$ is the centre of a circle passing through the origin,then its equation is
A
$x^2 + y^2 - \alpha x - \beta y = 0$
B
$x^2 + y^2 + 2\alpha x + 2\beta y = 0$
C
$x^2 + y^2 - 2\alpha x - 2\beta y = 0$
D
$x^2 + y^2 + \alpha x + \beta y = 0$

Solution

(C) The centre of the circle is $(\alpha, \beta)$ and it passes through the origin $(0, 0)$.
The radius $r$ is the distance between the centre $(\alpha, \beta)$ and the origin $(0, 0)$:
$r = \sqrt{(\alpha - 0)^2 + (\beta - 0)^2} = \sqrt{\alpha^2 + \beta^2}$.
The standard equation of a circle with centre $(h, k)$ and radius $r$ is $(x - h)^2 + (y - k)^2 = r^2$.
Substituting $h = \alpha$,$k = \beta$,and $r^2 = \alpha^2 + \beta^2$:
$(x - \alpha)^2 + (y - \beta)^2 = \alpha^2 + \beta^2$
Expanding the squares:
$x^2 - 2\alpha x + \alpha^2 + y^2 - 2\beta y + \beta^2 = \alpha^2 + \beta^2$
Simplifying the equation:
$x^2 + y^2 - 2\alpha x - 2\beta y = 0$.
67
MediumMCQ
The equation $2x^2 + 2y^2 + 4x + 8y + 15 = 0$ represents
A
$A$ pair of straight lines
B
$A$ circle
C
An ellipse
D
None of these

Solution

(D) Given equation is $2x^2 + 2y^2 + 4x + 8y + 15 = 0$.
Divide the entire equation by $2$:
$x^2 + y^2 + 2x + 4y + \frac{15}{2} = 0$.
Rearranging the terms to complete the square:
$(x^2 + 2x + 1) + (y^2 + 4y + 4) + \frac{15}{2} - 1 - 4 = 0$.
$(x + 1)^2 + (y + 2)^2 + \frac{5}{2} = 0$.
$(x + 1)^2 + (y + 2)^2 = -\frac{5}{2}$.
Since the sum of squares of real numbers cannot be negative,this equation does not represent any real locus (it represents an imaginary circle).
Therefore,the correct option is $D$.
68
MediumMCQ
The equation of the circle whose diameter lines are $2x + 3y = 3$ and $16x - y = 4$ and which passes through the point $(4, 6)$ is
A
$5(x^2 + y^2) - 3x - 8y = 200$
B
$x^2 + y^2 - 4x - 8y = 200$
C
$5(x^2 + y^2) - 4x = 200$
D
$x^2 + y^2 = 40$

Solution

(A) The center of the circle is the intersection of the diameters $2x + 3y = 3$ and $16x - y = 4$.
Multiplying the second equation by $3$,we get $48x - 3y = 12$.
Adding this to the first equation: $(2x + 3y) + (48x - 3y) = 3 + 12$ $\Rightarrow 50x = 15$ $\Rightarrow x = \frac{3}{10}$.
Substituting $x = \frac{3}{10}$ into $16x - y = 4$: $16(\frac{3}{10}) - y = 4$ $\Rightarrow \frac{48}{10} - 4 = y$ $\Rightarrow y = \frac{8}{10} = \frac{4}{5}$.
So,the center is $(\frac{3}{10}, \frac{4}{5})$.
The circle passes through $(4, 6)$,so the radius squared $r^2$ is the distance squared from the center to $(4, 6)$:
$r^2 = (4 - \frac{3}{10})^2 + (6 - \frac{4}{5})^2 = (\frac{37}{10})^2 + (\frac{26}{5})^2 = \frac{1369}{100} + \frac{676}{25} = \frac{1369 + 2704}{100} = \frac{4073}{100}$.
The equation is $(x - \frac{3}{10})^2 + (y - \frac{4}{5})^2 = \frac{4073}{100}$.
Expanding this: $x^2 - \frac{3}{5}x + \frac{9}{100} + y^2 - \frac{8}{5}y + \frac{16}{25} = \frac{4073}{100}$.
$x^2 + y^2 - \frac{3}{5}x - \frac{8}{5}y + \frac{9 + 64}{100} = \frac{4073}{100}$ $\Rightarrow x^2 + y^2 - \frac{3}{5}x - \frac{8}{5}y = \frac{4000}{100} = 40$.
Multiplying by $5$: $5(x^2 + y^2) - 3x - 8y = 200$.
69
EasyMCQ
The radius of the circle $(x - 1)(x - 3) + (y - 2)(y - 4) = 0$ is
A
$2$
B
$\sqrt{2}$
C
$3$
D
$2\sqrt{2}$

Solution

(B) The given equation of the circle is $(x - 1)(x - 3) + (y - 2)(y - 4) = 0$.
This is in the form $(x - x_1)(x - x_2) + (y - y_1)(y - y_2) = 0$,which represents a circle with the diameter endpoints $(x_1, y_1)$ and $(x_2, y_2)$.
Here,the endpoints of the diameter are $(1, 2)$ and $(3, 4)$.
The length of the diameter $d = \sqrt{(3 - 1)^2 + (4 - 2)^2} = \sqrt{2^2 + 2^2} = \sqrt{4 + 4} = \sqrt{8} = 2\sqrt{2}$.
The radius $r = \frac{d}{2} = \frac{2\sqrt{2}}{2} = \sqrt{2}$.
70
EasyMCQ
The equation of the circle whose centre lies on the lines $3x - y - 4 = 0$ and $x + 3y + 2 = 0$ and has an area of $154$ square units is:
A
$x^2 + y^2 - 2x + 2y - 47 = 0$
B
$x^2 + y^2 - 2x + 2y + 47 = 0$
C
$x^2 + y^2 + 2x - 2y - 47 = 0$
D
None of these

Solution

(A) The centre of the circle is the point of intersection of the lines $3x - y - 4 = 0$ and $x + 3y + 2 = 0$.
Solving these equations: $y = 3x - 4$. Substituting into the second equation: $x + 3(3x - 4) + 2 = 0$ $\Rightarrow x + 9x - 12 + 2 = 0$ $\Rightarrow 10x = 10$ $\Rightarrow x = 1$.
Then $y = 3(1) - 4 = -1$. So,the centre is $(1, -1)$.
The area of the circle is $\pi r^2 = 154$. Taking $\pi = \frac{22}{7}$,we have $\frac{22}{7} r^2 = 154$ $\Rightarrow r^2 = 154 \times \frac{7}{22} = 7 \times 7 = 49$ $\Rightarrow r = 7$.
The equation of the circle is $(x - 1)^2 + (y + 1)^2 = 7^2$.
Expanding this: $x^2 - 2x + 1 + y^2 + 2y + 1 = 49 \Rightarrow x^2 + y^2 - 2x + 2y - 47 = 0$.
71
EasyMCQ
The circle $x^2 + y^2 - 8x + 4y + 4 = 0$ touches
A
$x$-axis only
B
$y$-axis only
C
Both $x$ and $y$-axis
D
Does not touch any axis

Solution

(B) The given equation is $x^2 + y^2 - 8x + 4y + 4 = 0$.
Rewriting the equation by completing the square:
$(x^2 - 8x + 16) + (y^2 + 4y + 4) = -4 + 16 + 4$
$(x - 4)^2 + (y + 2)^2 = 16$
$(x - 4)^2 + (y + 2)^2 = 4^2$.
The standard equation of a circle is $(x - h)^2 + (y - k)^2 = r^2$,where $(h, k)$ is the centre and $r$ is the radius.
Comparing the equations,we get the centre $(h, k) = (4, -2)$ and radius $r = 4$.
$A$ circle touches the $x$-axis if $|k| = r$ and the $y$-axis if $|h| = r$.
Here,$|h| = |4| = 4 = r$,so the circle touches the $y$-axis.
Also,$|k| = |-2| = 2 \neq r$,so it does not touch the $x$-axis.
Therefore,the circle touches the $y$-axis only.
72
EasyMCQ
The equation of the circle with centre $(1, 2)$ and tangent $x + y - 5 = 0$ is
A
$x^2 + y^2 + 2x - 4y + 6 = 0$
B
$x^2 + y^2 - 2x - 4y + 3 = 0$
C
$x^2 + y^2 - 2x + 4y + 8 = 0$
D
$x^2 + y^2 - 2x - 4y + 8 = 0$

Solution

(B) The radius of the circle is the perpendicular distance from the centre $(1, 2)$ to the tangent line $x + y - 5 = 0$.
$r = \frac{|1 + 2 - 5|}{\sqrt{1^2 + 1^2}} = \frac{|-2|}{\sqrt{2}} = \frac{2}{\sqrt{2}} = \sqrt{2}$
The equation of the circle with centre $(h, k) = (1, 2)$ and radius $r = \sqrt{2}$ is given by $(x - h)^2 + (y - k)^2 = r^2$.
$(x - 1)^2 + (y - 2)^2 = (\sqrt{2})^2$
$(x^2 - 2x + 1) + (y^2 - 4y + 4) = 2$
$x^2 + y^2 - 2x - 4y + 5 = 2$
$x^2 + y^2 - 2x - 4y + 3 = 0$
Thus,the correct option is $B$.
Solution diagram
73
EasyMCQ
The equation of the circle of radius $5$ and touching the coordinate axes in the third quadrant is
A
$(x - 5)^2 + (y + 5)^2 = 25$
B
$(x + 4)^2 + (y + 4)^2 = 25$
C
$(x + 6)^2 + (y + 6)^2 = 25$
D
$(x + 5)^2 + (y + 5)^2 = 25$

Solution

(D) Since the circle touches the coordinate axes in the $III$ quadrant,its center must be at $(-r, -r)$,where $r$ is the radius.
Given the radius $r = 5$,the center of the circle is $(-5, -5)$.
The standard equation of a circle with center $(h, k)$ and radius $r$ is $(x - h)^2 + (y - k)^2 = r^2$.
Substituting $h = -5$,$k = -5$,and $r = 5$,we get:
$(x - (-5))^2 + (y - (-5))^2 = 5^2$
$(x + 5)^2 + (y + 5)^2 = 25$.
Solution diagram
74
EasyMCQ
The circle $x^2 + y^2 - 3x - 4y + 2 = 0$ cuts the $x$-axis at
A
$(2, 0), (-3, 0)$
B
$(3, 0), (4, 0)$
C
$(1, 0), (-1, 0)$
D
$(1, 0), (2, 0)$

Solution

(D) Given the equation of the circle is $x^2 + y^2 - 3x - 4y + 2 = 0$.
Since the circle cuts the $x$-axis,the $y$-coordinate at these points must be $0$.
Substituting $y = 0$ into the equation,we get:
$x^2 + 0^2 - 3x - 4(0) + 2 = 0$
$x^2 - 3x + 2 = 0$
Factoring the quadratic equation:
$(x - 1)(x - 2) = 0$
Thus,$x = 1$ or $x = 2$.
Therefore,the points of intersection are $(1, 0)$ and $(2, 0)$.
75
MediumMCQ
If ${g^2} + {f^2} = c$,then the equation ${x^2} + {y^2} + 2gx + 2fy + c = 0$ will represent
A
$A$ circle of radius $g$
B
$B$ circle of radius $f$
C
$C$ circle of diameter $\sqrt{c}$
D
$D$ circle of radius $0$

Solution

(D) The general equation of a circle is ${x^2} + {y^2} + 2gx + 2fy + c = 0$.
The radius of this circle is given by the formula $r = \sqrt{{g^2} + {f^2} - c}$.
Given that ${g^2} + {f^2} = c$,we can substitute this into the radius formula:
$r = \sqrt{c - c} = \sqrt{0} = 0$.
Therefore,the equation represents a circle of radius $0$,which is also known as a point circle.
76
MediumMCQ
The centre of the circle inscribed in the square formed by the lines $x^2 - 8x + 12 = 0$ and $y^2 - 14y + 45 = 0$ is
A
$(4, 7)$
B
$(7, 4)$
C
$(9, 4)$
D
$(4, 9)$

Solution

(A) The given equations are $x^2 - 8x + 12 = 0$ and $y^2 - 14y + 45 = 0$.
Solving $x^2 - 8x + 12 = 0$,we get $(x - 2)(x - 6) = 0$,so $x = 2$ and $x = 6$.
Solving $y^2 - 14y + 45 = 0$,we get $(y - 5)(y - 9) = 0$,so $y = 5$ and $y = 9$.
The lines forming the square are $x = 2, x = 6, y = 5,$ and $y = 9$.
The centre of the inscribed circle is the midpoint of the square,which is the intersection of the diagonals.
The centre is given by $(\frac{2 + 6}{2}, \frac{5 + 9}{2}) = (\frac{8}{2}, \frac{14}{2}) = (4, 7)$.
Solution diagram
77
MediumMCQ
For what value of $k$,the points $(0, 0), (1, 3), (2, 4)$ and $(k, 3)$ are concyclic?
A
$2$
B
$1$
C
$4$
D
$5$

Solution

(B) Let the equation of the circle be $x^2 + y^2 + 2gx + 2fy + c = 0$.
Since the circle passes through $(0, 0)$,we have $c = 0$.
Passing through $(1, 3)$: $1^2 + 3^2 + 2g(1) + 2f(3) = 0$ $\Rightarrow 10 + 2g + 6f = 0$ $\Rightarrow g + 3f = -5$ (Equation $1$).
Passing through $(2, 4)$: $2^2 + 4^2 + 2g(2) + 2f(4) = 0$ $\Rightarrow 20 + 4g + 8f = 0$ $\Rightarrow g + 2f = -5$ (Equation $2$).
Subtracting Equation $2$ from Equation $1$: $(g + 3f) - (g + 2f) = -5 - (-5) \Rightarrow f = 0$.
Substituting $f = 0$ into Equation $2$: $g + 2(0) = -5 \Rightarrow g = -5$.
The equation of the circle is $x^2 + y^2 - 10x = 0$.
For the point $(k, 3)$ to be on the circle,it must satisfy the equation:
$k^2 + 3^2 - 10(k) = 0 \Rightarrow k^2 - 10k + 9 = 0$.
Factoring the quadratic: $(k - 1)(k - 9) = 0$.
Thus,$k = 1$ or $k = 9$. Given the options,$k = 1$ is the correct value.
78
MediumMCQ
The four distinct points $(0, 0), (2, 0), (0, -2)$ and $(k, -2)$ are concyclic,if $k =$
A
$-2$
B
$2$
C
$1$
D
$0$

Solution

(B) The general equation of a circle is $x^2 + y^2 + 2gx + 2fy + c = 0$.
Since it passes through $(0, 0)$,we get $c = 0$.
Since it passes through $(2, 0)$,we get $4 + 4g = 0 \Rightarrow g = -1$.
Since it passes through $(0, -2)$,we get $4 - 4f = 0 \Rightarrow f = 1$.
The equation of the circle is $x^2 + y^2 - 2x + 2y = 0$.
For the point $(k, -2)$ to be on the circle,it must satisfy the equation:
$k^2 + (-2)^2 - 2(k) + 2(-2) = 0$
$k^2 + 4 - 2k - 4 = 0$
$k^2 - 2k = 0$
$k(k - 2) = 0$
Thus,$k = 0$ or $k = 2$.
Since the points must be distinct,$(k, -2)$ cannot be $(0, -2)$,so $k \neq 0$.
Therefore,$k = 2$.
79
EasyMCQ
Through which of the following pairs of points does the circle $x^2 + y^2 - 12x + 1 = 0$ pass?
A
$(-1, 0), (6, \sqrt{35})$
B
$(3, -\sqrt{26}), (-3, \sqrt{26})$
C
$(6, -\sqrt{35}), (3, -\sqrt{26})$
D
$(0, -1), (-6, -\sqrt{35})$

Solution

(C) The equation of the circle is $x^2 + y^2 - 12x + 1 = 0$.
To check if a point $(x, y)$ lies on the circle,we substitute the coordinates into the equation and verify if the result is $0$.
For the point $(6, -\sqrt{35})$:
$6^2 + (-\sqrt{35})^2 - 12(6) + 1 = 36 + 35 - 72 + 1 = 72 - 72 = 0$.
So,$(6, -\sqrt{35})$ lies on the circle.
For the point $(3, -\sqrt{26})$:
$3^2 + (-\sqrt{26})^2 - 12(3) + 1 = 9 + 26 - 36 + 1 = 36 - 36 = 0$.
So,$(3, -\sqrt{26})$ lies on the circle.
Thus,the circle passes through the pair of points $(6, -\sqrt{35})$ and $(3, -\sqrt{26})$.
80
EasyMCQ
The radius of the circle passing through the point $(6, 2)$ and whose two diameters are $x + y = 6$ and $x + 2y = 4$ is
A
$4$
B
$6$
C
$20$
D
$\sqrt{20}$

Solution

(D) The center of the circle is the intersection point of its diameters $x + y = 6$ and $x + 2y = 4$.
Subtracting the first equation from the second: $(x + 2y) - (x + y) = 4 - 6 \implies y = -2$.
Substituting $y = -2$ into $x + y = 6$,we get $x - 2 = 6 \implies x = 8$.
Thus,the center of the circle is $(8, -2)$.
The circle passes through the point $(6, 2)$.
The radius $r$ is the distance between the center $(8, -2)$ and the point $(6, 2)$.
$r = \sqrt{(6 - 8)^2 + (2 - (-2))^2} = \sqrt{(-2)^2 + (4)^2} = \sqrt{4 + 16} = \sqrt{20}$.
81
MediumMCQ
If the lines $2x + 3y + 1 = 0$ and $3x - y - 4 = 0$ lie along diameters of a circle of circumference $10\pi$,then the equation of the circle is
A
$x^2 + y^2 + 2x - 2y - 23 = 0$
B
$x^2 + y^2 - 2x - 2y - 23 = 0$
C
$x^2 + y^2 + 2x + 2y - 23 = 0$
D
$x^2 + y^2 - 2x + 2y - 23 = 0$

Solution

(D) The center of the circle is the intersection point of its diameters. Solving the system of equations:
$2x + 3y = -1$ $(i)$
$3x - y = 4$ (ii)
Multiplying (ii) by $3$: $9x - 3y = 12$ (iii)
Adding $(i)$ and (iii): $11x = 11 \Rightarrow x = 1$.
Substituting $x = 1$ into (ii): $3(1) - y = 4 \Rightarrow y = -1$.
Thus,the center $(h, k)$ is $(1, -1)$.
Given the circumference $2\pi r = 10\pi$,we find the radius $r = 5$.
The equation of the circle is $(x - h)^2 + (y - k)^2 = r^2$.
$(x - 1)^2 + (y + 1)^2 = 5^2$
$x^2 - 2x + 1 + y^2 + 2y + 1 = 25$
$x^2 + y^2 - 2x + 2y - 23 = 0$.
82
DifficultMCQ
The equation of a circle touching the coordinate axes and the line $x \cos \alpha + y \sin \alpha = 2$ can be:
A
$x^2 + y^2 - 2gx - 2gy + g^2 = 0$,where $g = \frac{2}{\cos \alpha + \sin \alpha + 1}$
B
$x^2 + y^2 - 2gx - 2gy + g^2 = 0$,where $g = \frac{2}{\cos \alpha + \sin \alpha - 1}$
C
$x^2 + y^2 - 2gx - 2gy + g^2 = 0$,where $g = \frac{2}{\cos \alpha - \sin \alpha - 1}$
D
All of these

Solution

(D) Since the circle touches both coordinate axes,its center is $(g, g)$ and its radius is $|g|$. The equation of the circle is $(x-g)^2 + (y-g)^2 = g^2$,which simplifies to $x^2 + y^2 - 2gx - 2gy + g^2 = 0$.
This circle touches the line $x \cos \alpha + y \sin \alpha - 2 = 0$. The perpendicular distance from the center $(g, g)$ to the line must be equal to the radius $|g|$.
Thus,$\frac{|g \cos \alpha + g \sin \alpha - 2|}{\sqrt{\cos^2 \alpha + \sin^2 \alpha}} = |g|$.
Since $\sqrt{\cos^2 \alpha + \sin^2 \alpha} = 1$,we have $|g(\cos \alpha + \sin \alpha) - 2| = |g|$.
This gives two cases: $g(\cos \alpha + \sin \alpha) - 2 = g$ or $g(\cos \alpha + \sin \alpha) - 2 = -g$.
Case $1$: $g(\cos \alpha + \sin \alpha - 1) = 2 \implies g = \frac{2}{\cos \alpha + \sin \alpha - 1}$.
Case $2$: $g(\cos \alpha + \sin \alpha + 1) = 2 \implies g = \frac{2}{\cos \alpha + \sin \alpha + 1}$.
By considering different quadrants for the center $(g, g)$,we can obtain various signs for the coefficients,leading to all the given forms. Thus,all options are correct.
Solution diagram
83
EasyMCQ
The equation of the circle with centre $(2, 1)$ and touching the line $3x + 4y = 5$ is
A
$x^2 + y^2 - 4x - 2y + 5 = 0$
B
$x^2 + y^2 - 4x - 2y - 5 = 0$
C
$x^2 + y^2 - 4x - 2y + 4 = 0$
D
$x^2 + y^2 - 4x - 2y - 4 = 0$

Solution

(C) The centre of the circle is $(h, k) = (2, 1)$.
The radius $r$ is the perpendicular distance from the centre $(2, 1)$ to the line $3x + 4y - 5 = 0$.
Using the formula $r = \frac{|ax_1 + by_1 + c|}{\sqrt{a^2 + b^2}}$,we get:
$r = \frac{|3(2) + 4(1) - 5|}{\sqrt{3^2 + 4^2}} = \frac{|6 + 4 - 5|}{\sqrt{9 + 16}} = \frac{5}{5} = 1$.
The equation of the circle is $(x - h)^2 + (y - k)^2 = r^2$.
Substituting the values: $(x - 2)^2 + (y - 1)^2 = 1^2$.
Expanding this: $(x^2 - 4x + 4) + (y^2 - 2y + 1) = 1$.
$x^2 + y^2 - 4x - 2y + 5 = 1$.
$x^2 + y^2 - 4x - 2y + 4 = 0$.
84
EasyMCQ
The centre of the circle given by the parametric equations $x = 2 + 3\cos \theta$ and $y = 3\sin \theta - 1$ is
A
$(3, 3)$
B
$(2, -1)$
C
$(-2, 1)$
D
$(-1, 2)$

Solution

(B) The given parametric equations are $x = 2 + 3\cos \theta$ and $y = 3\sin \theta - 1$.
Rearranging these equations to isolate the trigonometric terms:
$x - 2 = 3\cos \theta \implies \cos \theta = \frac{x - 2}{3}$
$y + 1 = 3\sin \theta \implies \sin \theta = \frac{y + 1}{3}$
Using the identity $\sin^2 \theta + \cos^2 \theta = 1$,we substitute the expressions:
$(\frac{y + 1}{3})^2 + (\frac{x - 2}{3})^2 = 1$
$(x - 2)^2 + (y + 1)^2 = 3^2$
This is the standard form of a circle equation $(x - h)^2 + (y - k)^2 = r^2$,where $(h, k)$ is the centre.
Comparing the equations,the centre $(h, k)$ is $(2, -1)$.
85
EasyMCQ
The radius of the circle $x^2 + y^2 + 4x + 6y + 13 = 0$ is
A
$\sqrt{26}$
B
$\sqrt{13}$
C
$\sqrt{23}$
D
$0$

Solution

(D) The given equation of the circle is $x^2 + y^2 + 4x + 6y + 13 = 0$.
Comparing this with the general form $x^2 + y^2 + 2gx + 2fy + c = 0$,we get $2g = 4 \implies g = 2$,$2f = 6 \implies f = 3$,and $c = 13$.
The formula for the radius $r$ is $\sqrt{g^2 + f^2 - c}$.
Substituting the values,we get $r = \sqrt{2^2 + 3^2 - 13} = \sqrt{4 + 9 - 13} = \sqrt{0} = 0$.
Therefore,the radius is $0$.
86
MediumMCQ
Let $P(x_1, y_1)$ and $Q(x_2, y_2)$ be two points such that their abscissae $x_1$ and $x_2$ are the roots of the equation $x^2 + 2x - 3 = 0$,while the ordinates $y_1$ and $y_2$ are the roots of the equation $y^2 + 4y - 12 = 0$. The centre of the circle with $PQ$ as diameter is
A
$(-1, -2)$
B
$(1, 2)$
C
$(1, -2)$
D
$(-1, 2)$

Solution

(A) The abscissae $x_1$ and $x_2$ are the roots of the equation $x^2 + 2x - 3 = 0$.
Using the sum of roots formula,$x_1 + x_2 = -\frac{b}{a} = -2$.
The $x$-coordinate of the centre is $\frac{x_1 + x_2}{2} = \frac{-2}{2} = -1$.
The ordinates $y_1$ and $y_2$ are the roots of the equation $y^2 + 4y - 12 = 0$.
Using the sum of roots formula,$y_1 + y_2 = -\frac{b}{a} = -4$.
The $y$-coordinate of the centre is $\frac{y_1 + y_2}{2} = \frac{-4}{2} = -2$.
Thus,the centre of the circle with $PQ$ as diameter is $(\frac{x_1 + x_2}{2}, \frac{y_1 + y_2}{2}) = (-1, -2)$.
Solution diagram
87
MediumMCQ
Four distinct points $(2k, 3k), (1, 0), (0, 1)$ and $(0, 0)$ lie on a circle for
A
$\forall k \in I$
B
$k < 0$
C
$0 < k < 1$
D
For two values of $k$

Solution

(D) The general equation of a circle is $x^2 + y^2 + 2gx + 2fy + c = 0$.
Since the circle passes through $(0, 0)$,we have $c = 0$.
Since it passes through $(1, 0)$,we have $1^2 + 0^2 + 2g(1) + 2f(0) + 0 = 0$ $\Rightarrow 2g + 1 = 0$ $\Rightarrow g = -\frac{1}{2}$.
Since it passes through $(0, 1)$,we have $0^2 + 1^2 + 2g(0) + 2f(1) + 0 = 0$ $\Rightarrow 2f + 1 = 0$ $\Rightarrow f = -\frac{1}{2}$.
Thus,the equation of the circle is $x^2 + y^2 - x - y = 0$.
For the point $(2k, 3k)$ to lie on this circle,it must satisfy the equation:
$(2k)^2 + (3k)^2 - (2k) - (3k) = 0$
$4k^2 + 9k^2 - 5k = 0$
$13k^2 - 5k = 0$
$k(13k - 5) = 0$
This gives $k = 0$ or $k = \frac{5}{13}$.
However,the points must be distinct. If $k = 0$,the point $(2k, 3k)$ becomes $(0, 0)$,which coincides with the origin. Thus,for four distinct points,$k$ must be $\frac{5}{13}$.
Wait,the question asks for the condition under which they lie on a circle. Given the options,the intended answer is that there are two values of $k$ that satisfy the algebraic condition,though one makes the points non-distinct.
88
EasyMCQ
$A$ circle is given by $x^2 + y^2 - 6x + 8y - 11 = 0$. Determine the position of the points $P(0, 0)$ and $Q(1, 8)$ with respect to the circle.
A
Both inside the circle
B
One outside and one inside the circle
C
Both outside the circle
D
One on and other inside the circle

Solution

(B) Let the equation of the circle be $S(x, y) = x^2 + y^2 - 6x + 8y - 11 = 0$.
For point $P(0, 0)$: $S(0, 0) = 0^2 + 0^2 - 6(0) + 8(0) - 11 = -11$.
Since $S(0, 0) < 0$,the point $P(0, 0)$ lies inside the circle.
For point $Q(1, 8)$: $S(1, 8) = 1^2 + 8^2 - 6(1) + 8(8) - 11 = 1 + 64 - 6 + 64 - 11 = 112$.
Since $S(1, 8) > 0$,the point $Q(1, 8)$ lies outside the circle.
Therefore,one point lies inside and one point lies outside the circle.
89
MediumMCQ
An infinite number of tangents can be drawn from $(1, 2)$ to the circle ${x^2} + {y^2} - 2x - 4y + \lambda = 0$. Then,$\lambda = $
A
$-20$
B
$0$
C
$5$
D
Cannot be determined

Solution

(C) The equation of the circle is ${x^2} + {y^2} - 2x - 4y + \lambda = 0$.
Comparing this with the general equation ${x^2} + {y^2} + 2gx + 2fy + c = 0$,we get $g = -1$,$f = -2$,and $c = \lambda$.
The center of the circle is $(-g, -f) = (1, 2)$.
For an infinite number of tangents to be drawn from a point to a circle,the point must lie on the circle,and the circle must be a point circle (radius $= 0$).
Since the point $(1, 2)$ is the center,the radius $r = \sqrt{g^2 + f^2 - c} = \sqrt{(-1)^2 + (-2)^2 - \lambda} = \sqrt{1 + 4 - \lambda} = \sqrt{5 - \lambda}$.
Setting the radius to $0$,we get $\sqrt{5 - \lambda} = 0$,which implies $5 - \lambda = 0$,so $\lambda = 5$.
90
MediumMCQ
The points of contact of the circle $x^2 + y^2 + 2x + 2y + 1 = 0$ with the coordinate axes are:
A
$(1, 0), (0, 1)$
B
$(-1, 0), (0, 1)$
C
$(-1, 0), (0, -1)$
D
$(1, 0), (0, -1)$

Solution

(C) The given equation of the circle is $x^2 + y^2 + 2x + 2y + 1 = 0$.
Comparing this with the general form $x^2 + y^2 + 2gx + 2fy + c = 0$,we get $g = 1$,$f = 1$,and $c = 1$.
The points of contact with the coordinate axes are given by $(-g, 0)$ and $(0, -f)$.
Substituting the values,we get $(-1, 0)$ and $(0, -1)$.
91
MediumMCQ
The equation of the circle with the origin as the centre passing through the vertices of an equilateral triangle whose median is of length $3a$ is
A
$x^2 + y^2 = 9a^2$
B
$x^2 + y^2 = 16a^2$
C
$x^2 + y^2 = a^2$
D
None of these

Solution

(D) For an equilateral triangle,the centroid coincides with the circumcentre.
Given the origin $(0, 0)$ is the centre of the circle passing through the vertices,it is the circumcentre of the triangle.
The centroid divides the median in the ratio $2:1$.
Since the length of the median is $3a$,the distance from the centroid to the vertex (which is the radius $R$ of the circumcircle) is $R = \frac{2}{3} \times 3a = 2a$.
The equation of the circle with centre $(0, 0)$ and radius $R = 2a$ is $x^2 + y^2 = (2a)^2 = 4a^2$.
Since $4a^2$ is not among the given options,the correct answer is $(d)$.
92
DifficultMCQ
The abscissae of $A$ and $B$ are the roots of the equation $x^2 + 2ax - b^2 = 0$ and their ordinates are the roots of the equation $y^2 + 2py - q^2 = 0$. Find the equation of the circle with $AB$ as the diameter.
A
$x^2 + y^2 + 2ax + 2py - b^2 - q^2 = 0$
B
$x^2 + y^2 + 2ax + py - b^2 - q^2 = 0$
C
$x^2 + y^2 + 2ax + 2py + b^2 + q^2 = 0$
D
None of these

Solution

(A) Let the coordinates of $A$ be $(x_1, y_1)$ and $B$ be $(x_2, y_2)$.
From the given equations,the roots for abscissae are $x_1, x_2$,so $x_1 + x_2 = -2a$ and $x_1x_2 = -b^2$.
Similarly,the roots for ordinates are $y_1, y_2$,so $y_1 + y_2 = -2p$ and $y_1y_2 = -q^2$.
The equation of a circle with diameter $AB$ is given by $(x - x_1)(x - x_2) + (y - y_1)(y - y_2) = 0$.
Expanding this,we get $x^2 - (x_1 + x_2)x + x_1x_2 + y^2 - (y_1 + y_2)y + y_1y_2 = 0$.
Substituting the values,we get $x^2 - (-2a)x + (-b^2) + y^2 - (-2p)y + (-q^2) = 0$.
This simplifies to $x^2 + y^2 + 2ax + 2py - b^2 - q^2 = 0$.
93
MediumMCQ
The normal at the point $(3, 4)$ on a circle cuts the circle at the point $(-1, -2)$. Then the equation of the circle is
A
$x^2 + y^2 + 2x - 2y - 13 = 0$
B
$x^2 + y^2 - 2x - 2y - 11 = 0$
C
$x^2 + y^2 - 2x + 2y + 12 = 0$
D
$x^2 + y^2 - 2x - 2y + 14 = 0$

Solution

(B) Since the normal at any point on a circle always passes through the centre,the line segment joining the points $(3, 4)$ and $(-1, -2)$ must be a diameter of the circle.
The equation of a circle with diameter endpoints $(x_1, y_1)$ and $(x_2, y_2)$ is given by $(x - x_1)(x - x_2) + (y - y_1)(y - y_2) = 0$.
Substituting the given points $(3, 4)$ and $(-1, -2)$:
$(x - 3)(x + 1) + (y - 4)(y + 2) = 0$
Expanding the terms:
$(x^2 + x - 3x - 3) + (y^2 + 2y - 4y - 8) = 0$
Simplifying the equation:
$x^2 + y^2 - 2x - 2y - 11 = 0$
94
EasyMCQ
Find the Cartesian equation of the circle whose parametric equations are $x = -7 + 4 \cos \theta$ and $y = 3 + 4 \sin \theta$.
A
$(x + 7)^2 + (y - 3)^2 = 16$
B
$(x - 7)^2 + (y - 3)^2 = 16$
C
$(x - 7)^2 + (y + 3)^2 = 16$
D
$(x + 7)^2 + (y + 3)^2 = 16$

Solution

(A) Given the parametric equations of the circle:
$x = -7 + 4 \cos \theta$
$y = 3 + 4 \sin \theta$
Rearranging the terms:
$x + 7 = 4 \cos \theta$
$y - 3 = 4 \sin \theta$
Squaring both sides and adding them:
$(x + 7)^2 + (y - 3)^2 = (4 \cos \theta)^2 + (4 \sin \theta)^2$
$(x + 7)^2 + (y - 3)^2 = 16 \cos^2 \theta + 16 \sin^2 \theta$
$(x + 7)^2 + (y - 3)^2 = 16(\cos^2 \theta + \sin^2 \theta)$
Since $\cos^2 \theta + \sin^2 \theta = 1$,we get:
$(x + 7)^2 + (y - 3)^2 = 16$
95
EasyMCQ
Find the equation of the circle whose center is $(3, 5)$ and radius is $4$.
A
$x^2 + y^2 - 6x - 10y + 18 = 0$
B
$x^2 - y^2 - 8x - 10y + 16 = 0$
C
$2x^2 + y^2 - 8x - 12y + 18 = 0$
D
None of these

Solution

(A) The standard equation of a circle with center $(h, k)$ and radius $r$ is given by $(x - h)^2 + (y - k)^2 = r^2$.
Given center $(h, k) = (3, 5)$ and radius $r = 4$.
Substituting these values into the formula:
$(x - 3)^2 + (y - 5)^2 = 4^2$
Expanding the squares:
$(x^2 - 6x + 9) + (y^2 - 10y + 25) = 16$
Rearranging the terms:
$x^2 + y^2 - 6x - 10y + 9 + 25 - 16 = 0$
$x^2 + y^2 - 6x - 10y + 18 = 0$
96
EasyMCQ
If the endpoints of a diameter of a circle are $(1, 2)$ and $(3, 4)$,then its equation is:
A
$x^2 + y^2 - 4x - 6y + 11 = 0$
B
$x^2 + y^2 - 4x - 6y - 11 = 0$
C
$x^2 + y^2 + 4x + 6y + 11 = 0$
D
None of these

Solution

(A) The equation of a circle with diameter endpoints $(x_1, y_1)$ and $(x_2, y_2)$ is given by $(x - x_1)(x - x_2) + (y - y_1)(y - y_2) = 0$.
Substituting the given points $(1, 2)$ and $(3, 4)$:
$(x - 1)(x - 3) + (y - 2)(y - 4) = 0$
Expanding the terms:
$(x^2 - 4x + 3) + (y^2 - 6y + 8) = 0$
$x^2 + y^2 - 4x - 6y + 11 = 0$.
97
DifficultMCQ
Let the circles pass through the point $(-1, 1)$ and be tangent to the $x$-axis. If $(h, k)$ are the coordinates of the center of the circle,then the set of values of $k$ is given by which interval?
A
$0 < k < 1/2$
B
$k \geq 1/2$
C
$-1/2 \leq k \leq 1/2$
D
$k \leq 1/2$

Solution

(B) The equation of a circle with center $(h, k)$ tangent to the $x$-axis is $(x - h)^2 + (y - k)^2 = k^2$.
Since the circle passes through the point $(-1, 1)$,we have $(-1 - h)^2 + (1 - k)^2 = k^2$.
Expanding this,we get $(h + 1)^2 + 1 - 2k + k^2 = k^2$,which simplifies to $h^2 + 2h + 2 - 2k = 0$.
This is a quadratic equation in $h$: $h^2 + 2h + (2 - 2k) = 0$.
For $h$ to be a real value,the discriminant $D$ must be greater than or equal to $0$.
$D = b^2 - 4ac = (2)^2 - 4(1)(2 - 2k) \geq 0$.
$4 - 8 + 8k \geq 0$.
$8k - 4 \geq 0$.
$8k \geq 4$.
$k \geq 1/2$.
98
MediumMCQ
Find the equation of a circle passing through the origin and making intercepts of length $5$ on both axes.
A
$x^2 + y^2 + 5x - 5y = 0$
B
$x^2 + y^2 - 5x + 5y = 0$
C
$x^2 + y^2 - 5x - 5y = 0$
D
$x^2 + y^2 + 5x + 5y = 0$

Solution

(C) Let the circle intersect the $x$-axis at $A$ and the $y$-axis at $B$.
Since the circle passes through the origin $O(0,0)$ and makes intercepts of length $5$ on both axes,the coordinates are $A(5,0)$ and $B(0,5)$.
Since $\angle AOB = 90^{\circ}$,the segment $AB$ is the diameter of the circle.
The equation of a circle with diameter endpoints $(x_1, y_1)$ and $(x_2, y_2)$ is given by $(x - x_1)(x - x_2) + (y - y_1)(y - y_2) = 0$.
Substituting the points $(5,0)$ and $(0,5)$:
$(x - 5)(x - 0) + (y - 0)(y - 5) = 0$
$x(x - 5) + y(y - 5) = 0$
$x^2 - 5x + y^2 - 5y = 0$
$x^2 + y^2 - 5x - 5y = 0$.
99
MediumMCQ
If a circle with center $(0, 0)$ touches the line $5x + 12y = 1$,then its equation is:
A
$13 (x^2 + y^2) = 1$
B
$x^2 + y^2 = 169$
C
$169 (x^2 + y^2) = 1$
D
$x^2 + y^2 = 13$

Solution

(C) The radius $r$ of the circle is the perpendicular distance from the center $(0, 0)$ to the line $5x + 12y - 1 = 0$.
$r = \frac{|5(0) + 12(0) - 1|}{\sqrt{5^2 + 12^2}} = \frac{|-1|}{\sqrt{25 + 144}} = \frac{1}{\sqrt{169}} = \frac{1}{13}$.
The equation of a circle with center $(0, 0)$ and radius $r$ is $x^2 + y^2 = r^2$.
Substituting $r = \frac{1}{13}$,we get $x^2 + y^2 = (\frac{1}{13})^2 = \frac{1}{169}$.
Multiplying both sides by $169$,we get $169(x^2 + y^2) = 1$.
Solution diagram
100
MediumMCQ
The lines $2x - 3y = 5$ and $3x - 4y = 7$ are diameters of a circle with an area of $154$ square units. Find the equation of the circle.
A
$x^2 + y^2 - 2x + 2y = 62$
B
$x^2 + y^2 + 2x - 2y = 62$
C
$x^2 + y^2 + 2x - 2y = 47$
D
$x^2 + y^2 - 2x + 2y = 47$

Solution

(D) The center of the circle is the intersection point of the diameters $2x - 3y = 5$ and $3x - 4y = 7$.
Solving the system: $2x - 3y = 5$ (multiplied by $3$) $\Rightarrow 6x - 9y = 15$ and $3x - 4y = 7$ (multiplied by $2$) $\Rightarrow 6x - 8y = 14$.
Subtracting the equations: $(6x - 8y) - (6x - 9y) = 14 - 15 \Rightarrow y = -1$.
Substituting $y = -1$ into $2x - 3(-1) = 5$ $\Rightarrow 2x + 3 = 5$ $\Rightarrow x = 1$.
So,the center $(h, k) = (1, -1)$.
Given the area $A = \pi r^2 = 154$. Taking $\pi \approx \frac{22}{7}$,we have $\frac{22}{7} r^2 = 154 \Rightarrow r^2 = 154 \times \frac{7}{22} = 7 \times 7 = 49$.
Thus,$r = 7$.
The equation of the circle is $(x - h)^2 + (y - k)^2 = r^2$.
$(x - 1)^2 + (y + 1)^2 = 49$.
$x^2 - 2x + 1 + y^2 + 2y + 1 = 49$.
$x^2 + y^2 - 2x + 2y = 47$.

10-1.Circle and System of Circles — Equations of circle · Frequently Asked Questions

1Are these 10-1.Circle and System of Circles questions useful for JEE and NEET?

Yes. All questions in this section are mapped to JEE Main and NEET exam patterns. Previous year questions from JEE Main, NEET, GUJCET and state-level exams are included with full solutions.

2Can I switch to Hindi or Gujarati for these questions?

Yes. Use the language tabs in the hero section or the sidebar to view the same questions and solutions in English, Hindi or Gujarati.

3How do I generate a question paper from this subtopic?

Use the Vedclass Exam Paper Generator — select the chapter and subtopic, set difficulty, and generate Sets A, B, C, D automatically. First 3 chapters of every subject are free.

Vedclass Products

For Students

Vedclass Test Series

Mock tests in real JEE/NEET style with performance analysis. 5-day free trial.

Start Free Trial
For Teachers

Exam Paper Generator

Generate Set A/B/C/D papers from this chapter in 2 minutes. 3 chapters free.

Try Free
For Institutes

Online Exam Module

Live online exams with unlimited students, 360° analytics & white-label branding.

See Demo
For Teachers & Institutes

Generate a 10-1.Circle and System of Circles Exam Paper in 2 Minutes

Select subtopic & difficulty — Sets A, B, C, D auto-generated with No Repeat logic.

First 3 chapters of every subject are free — no payment required.