All Exams Test series for 1 year @ ₹349 only
Question

What is the equation of the circle which touches both the axes in the first quadrant and the line y - 2 = 0?

This question was previously asked in
NDA I 2022 GAT Previous Year Paper (10-Apr-2022)
The correct answer is

x 2+ y 2- 2x - 2y + 1 = 0

Understanding the Problem: Circle Touching Axes and a Line

The problem asks for the equation of a circle that meets specific geometric conditions: it lies entirely in the first quadrant, touches both the x-axis and the y-axis, and also touches the horizontal line given by the equation \(y - 2 = 0\).

Let's break down the conditions:

  • Touches both axes in the first quadrant: If a circle in the first quadrant touches both the x-axis and the y-axis, its center must be equidistant from both axes. This distance is equal to the circle's radius. Therefore, if the radius is denoted by \(r\), the center of the circle must be at the point \((r, r)\).
  • Touches the line \(y - 2 = 0\): This line is the horizontal line \(y = 2\). If the circle touches this line, the shortest distance from the center of the circle to this line must be equal to the circle's radius \(r\).

Finding the Center and Radius of the Circle

We know the center is \((r, r)\) and the radius is \(r\).

The equation of the line is \(y - 2 = 0\), which can be written in the general form \(Ax + By + C = 0\) as \(0x + 1y - 2 = 0\). Here, \(A=0\), \(B=1\), and \(C=-2\).

The distance from a point \((x_0, y_0)\) to a line \(Ax + By + C = 0\) is given by the formula:

$$ \text{Distance} = \frac{|Ax_0 + By_0 + C|}{\sqrt{A^2 + B^2}} $$

Using the center \((r, r)\) as \((x_0, y_0)\) and the line \(0x + 1y - 2 = 0\), the distance from the center to the line \(y=2\) is:

$$ \text{Distance} = \frac{|0(r) + 1(r) - 2|}{\sqrt{0^2 + 1^2}} = \frac{|r - 2|}{\sqrt{1}} = |r - 2| $$

Since the circle touches the line, this distance must be equal to the radius \(r\).

$$ |r - 2| = r $$

We need to solve this absolute value equation for \(r\). There are two possible cases:

  • Case 1: \(r - 2 = r\)
  • This simplifies to \(-2 = 0\), which is not possible.
  • Case 2: \(r - 2 = -r\)
  • This simplifies to \(r + r = 2\), so \(2r = 2\).
  • Dividing by 2, we get \(r = 1\).

Since the circle is in the first quadrant and touches the axes, the radius \(r\) must be a positive value. Thus, \(r = 1\) is the valid radius.

With \(r=1\), the center of the circle is \((1, 1)\).

Deriving the Equation of the Circle

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

$$ (x - h)^2 + (y - k)^2 = r^2 $$

We found the center is \((1, 1)\) and the radius is \(1\). Substituting these values into the standard equation:

$$ (x - 1)^2 + (y - 1)^2 = 1^2 $$

Now, let's expand and simplify this equation to get the general form:

$$ (x^2 - 2x + 1) + (y^2 - 2y + 1) = 1 $$

$$ x^2 - 2x + 1 + y^2 - 2y + 1 = 1 $$

Rearranging the terms and moving the constant term from the right side to the left:

$$ x^2 + y^2 - 2x - 2y + 1 + 1 - 1 = 0 $$

$$ x^2 + y^2 - 2x - 2y + 1 = 0 $$

This is the equation of the circle that touches both axes in the first quadrant and the line \(y - 2 = 0\).

Comparing with Options

Let's compare our derived equation \(x^2 + y^2 - 2x - 2y + 1 = 0\) with the given options:

  • Option 1: \(x^2 + y^2 - 2x - 2y - 1 = 0\) (Does not match)
  • Option 2: \(x^2 + y^2 + 2x + 2y + 1 = 0\) (Does not match)
  • Option 3: \(x^2 + y^2 - 2x - 2y + 1 = 0\) (Matches)
  • Option 4: \(x^2 + y^2 - 4x - 4y + 4 = 0\) (Does not match)

Our equation matches Option 3.

Condition Implication Mathematical Representation
Touches x-axis (1st Q) Distance from center to x-axis = radius Center \((h,k)\), \(|k| = r\); in 1st Q, \(k > 0\), so \(k = r\)
Touches y-axis (1st Q) Distance from center to y-axis = radius Center \((h,k)\), \(|h| = r\); in 1st Q, \(h > 0\), so \(h = r\)
Touches both axes (1st Q) Center \((r, r)\), Radius \(r\) Equation: \((x-r)^2 + (y-r)^2 = r^2\)
Touches line \(y=2\) Distance from center \((r, r)\) to \(y=2\) is \(r\) \(\frac{|r - 2|}{\sqrt{0^2+1^2}} = r \implies |r-2| = r\)

Revision Table: Circle Equation Basics

Concept Description Formula/Example
Standard Equation of Circle Circle with center \((h, k)\) and radius \(r\). \((x - h)^2 + (y - k)^2 = r^2\)
General Equation of Circle Expanded form, \(g, f, c\) are constants. \(x^2 + y^2 + 2gx + 2fy + c = 0\)
Center from General Eq. Center is \((-g, -f)\). Example: \(x^2 + y^2 - 4x + 6y + 5 = 0\), Center is \((2, -3)\).
Radius from General Eq. Radius is \(\sqrt{g^2 + f^2 - c}\). Requires \(g^2 + f^2 - c > 0\). Example: \(x^2 + y^2 - 4x + 6y + 5 = 0\), Radius is \(\sqrt{(-2)^2 + 3^2 - 5} = \sqrt{4+9-5} = \sqrt{8}\).
Distance from Point to Line Distance from \((x_0, y_0)\) to \(Ax + By + C = 0\). \(\frac{|Ax_0 + By_0 + C|}{\sqrt{A^2 + B^2}}\)

Additional Information: Circles Tangent to Axes

When a circle is tangent to both the x-axis and the y-axis, its center's coordinates are \(( \pm r, \pm r)\), where \(r\) is the radius. The sign depends on the quadrant the circle is in.

  • First Quadrant: Center \((r, r)\)
  • Second Quadrant: Center \((-r, r)\)
  • Third Quadrant: Center \((-r, -r)\)
  • Fourth Quadrant: Center \((r, -r)\)

In each case, the standard equation of the circle becomes simplified:

  • 1st Q: \((x - r)^2 + (y - r)^2 = r^2\)
  • 2nd Q: \((x + r)^2 + (y - r)^2 = r^2\)
  • 3rd Q: \((x + r)^2 + (y + r)^2 = r^2\)
  • 4th Q: \((x - r)^2 + (y + r)^2 = r^2\)

The additional condition of touching another line or point helps determine the value of \(r\).

Was this answer helpful?

Similar Questions

  1. What is the area of minor segment ?

  2. What is the area of major segment ?

  3. If 3x + y - 5 = 0 is the equation of a chord of the circle x+ y2 - 25 = 0, then what are the coordinates of the mid-point of the chord ?

  4. The equation of a circle whose end points of a diameter are (x 1, y 1) and (x 2, y 2) is

  5. If y-axis touches the circle x 2+ y 2+ gx + fy + \(\frac{e}{4}\) = 0, then the normal at this point intersects the circle at the point

  6. The two circles x 2+ y 2= r 2and x 2+ y 2– 10x + 16 = 0 intersect at two distinct points. Then which one of the following is correct?

  7. The equation of the circle which passes through the points (1, 0), (0, -6) and (3, 4) is

  8. If the centre of the circle passing through the origin is (3, 4), then the intercepts cut off by the circle on x-axis and y-axis respectively are

  9. A straight line x = y + 2 touches the circle 4(x 2+ y 2) = r 2. The value of r is


Important Questions from Circles

  1. If the lines 3x − 4y + 4 = 0 and 6x − 8y − 7 = 0 are the tangents to a circle, then the radius of the circle is ________.

  2. The internal center of similitude of two circles $ (x - 1)^2 + (y - 3)^2 = 4 $ and $ (x + 5)^2 + (y - 9)^2 = 16 $ is

  3. The area of a circle is 15400 cm2. What is the positive difference between the radius and the circumference of the circle? [Use π = \(\frac{22}{7}\)]

  4. A is a point outside of a circle with centre O. AP and AQ are two tangents of the circle. If AP = a2 + 14 and AQ = 239, then what is the value of a ?

  5. A circle of radius 5 units touches the Co-ordinate axes in the first quadrant. If the circle makes one complete roll on x-axis along the positive direction of x-axis, find its equation in new position.

Need Expert Advice?
Upcoming Exams
NDA
September 13, 2026
CDS
September 13, 2026
Test Series
NDA img
Defence
NDA 2026 Mock Test Series (Latest Pattern)
501 Tests 1 Tests Free
677 Attempts
4.6(121)
English, Hindi

Start Your Preparation with Prepp Mobile App

Download the app from Google Play & App Store
Download the app from Google Play & App Store
Prepp Mobile App