Skip to main content
Circles9 min read

Mirror Image of Circle Formula

The mirror image of a circle with respect to a line is one of the most frequently asked concepts in JEE Main and Advanced Coordinate Geometry. The idea is simple: reflect the circle across a given line (the "mirror"), and write the equation of the new circle. Since reflection preserves distances,...

circlesmirror-imagereflectioncoordinate-geometryformula

Mirror Image of Circle Formula — Complete Guide for JEE

Introduction

The mirror image of a circle with respect to a line is one of the most frequently asked concepts in JEE Main and Advanced Coordinate Geometry. The idea is simple: reflect the circle across a given line (the "mirror"), and write the equation of the new circle. Since reflection preserves distances, the radius stays the same — only the center changes.

This article covers the complete formula, step-by-step method, common mirror lines (axes, y=xy = x, arbitrary lines), and solved JEE problems.


The Core Idea

When a circle is reflected across a line:

  1. The radius remains unchanged — reflection is a rigid transformation
  2. The center gets reflected to a new position across the line
  3. The image circle has the same radius but a new center

So the entire problem reduces to: find the mirror image of the center.


Mirror Image of a Point — The Foundation Formula

To find the mirror image of a point (h,k)(h, k) in the line ax+by+c=0ax + by + c = 0, use:

xha=ykb=2(ah+bk+c)a2+b2\boxed{\frac{x - h}{a} = \frac{y - k}{b} = \frac{-2(ah + bk + c)}{a^2 + b^2}}

This gives the reflected point (x,y)(x, y) directly.

Derivation (Why It Works)

Two conditions define the mirror image:

Condition 1 — Perpendicularity: The line joining (h,k)(h, k) and its image (x,y)(x, y) is perpendicular to the mirror line ax+by+c=0ax + by + c = 0.

The mirror line has slope a/b-a/b, so the joining line has slope b/ab/a:

ykxh=ba    xha=ykb\frac{y - k}{x - h} = \frac{b}{a} \implies \frac{x - h}{a} = \frac{y - k}{b}

Condition 2 — Midpoint on the line: The midpoint (x+h2,y+k2)\left(\frac{x+h}{2}, \frac{y+k}{2}\right) lies on ax+by+c=0ax + by + c = 0:

a(x+h2)+b(y+k2)+c=0a\left(\frac{x+h}{2}\right) + b\left(\frac{y+k}{2}\right) + c = 0

Solving these two conditions together gives the formula.


Mirror Image of a Circle — Step-by-Step Method

Given:

  • Circle: x2+y2+2gx+2fy+c=0x^2 + y^2 + 2gx + 2fy + c = 0 with center (g,f)(-g, -f) and radius r=g2+f2cr = \sqrt{g^2 + f^2 - c}
  • Mirror line: ax+by+d=0ax + by + d = 0

Step 1: Find the center of the original circle

Center=(g,f),r=g2+f2c\text{Center} = (-g, -f), \quad r = \sqrt{g^2 + f^2 - c}

Step 2: Reflect the center across the mirror line

Using the reflection formula with point (g,f)(-g, -f) and line ax+by+d=0ax + by + d = 0:

x(g)a=y(f)b=2(a(g)+b(f)+d)a2+b2\frac{x - (-g)}{a} = \frac{y - (-f)}{b} = \frac{-2(a(-g) + b(-f) + d)}{a^2 + b^2}

Let λ=2(agbf+d)a2+b2=2(ag+bfd)a2+b2\lambda = \frac{-2(-ag - bf + d)}{a^2 + b^2} = \frac{2(ag + bf - d)}{a^2 + b^2}

Then the new center is: New Center=(g+aλ,  f+bλ)\text{New Center} = (-g + a\lambda, \; -f + b\lambda)

Step 3: Write the equation of the image circle

(xx1)2+(yy1)2=r2\boxed{(x - x_1)^2 + (y - y_1)^2 = r^2}

where (x1,y1)(x_1, y_1) is the reflected center and rr is the same radius as the original.


Quick Formulas for Common Mirror Lines

Mirror Line: x-axis (y=0y = 0)

Reflect center (h,k)(h, k): image is (h,k)(h, -k)

If circle is (xh)2+(yk)2=r2\text{If circle is } (x-h)^2 + (y-k)^2 = r^2 Image: (xh)2+(y+k)2=r2\text{Image: } (x-h)^2 + (y+k)^2 = r^2

Rule: Replace yy with y-y in the center, or equivalently replace ff with f-f in general form.

Mirror Line: y-axis (x=0x = 0)

Reflect center (h,k)(h, k): image is (h,k)(-h, k)

Image: (x+h)2+(yk)2=r2\text{Image: } (x+h)^2 + (y-k)^2 = r^2

Rule: Replace xx with x-x in the center, or replace gg with g-g.

Mirror Line: y=xy = x

Reflect center (h,k)(h, k): image is (k,h)(k, h) — swap coordinates.

Image: (xk)2+(yh)2=r2\text{Image: } (x-k)^2 + (y-h)^2 = r^2

Mirror Line: y=xy = -x

Reflect center (h,k)(h, k): image is (k,h)(-k, -h).

Image: (x+k)2+(y+h)2=r2\text{Image: } (x+k)^2 + (y+h)^2 = r^2

Mirror Line: x=ax = a (vertical line)

Reflect center (h,k)(h, k): image is (2ah,  k)(2a - h, \; k).

Mirror Line: y=by = b (horizontal line)

Reflect center (h,k)(h, k): image is (h,  2bk)(h, \; 2b - k).


Summary Table

Mirror LineCenter (h,k)(h,k) becomesWhat changes
xx-axis(h,k)(h, -k)yy-coordinate negated
yy-axis(h,k)(-h, k)xx-coordinate negated
y=xy = x(k,h)(k, h)Coordinates swapped
y=xy = -x(k,h)(-k, -h)Swap and negate
x=ax = a(2ah,k)(2a-h, k)xx reflected about x=ax = a
y=by = b(h,2bk)(h, 2b-k)yy reflected about y=by = b
ax+by+c=0ax+by+c=0Use full formulaGeneral case

Solved Examples

Example 1: Mirror image in the x-axis

Q: Find the image of the circle x2+y24x+6y+4=0x^2 + y^2 - 4x + 6y + 4 = 0 in the xx-axis.

Solution:

Center = (2,3)(2, -3), radius =4+94=3= \sqrt{4 + 9 - 4} = 3

Mirror image of center (2,3)(2, -3) in xx-axis: (2,3)(2, 3)

Image circle: (x2)2+(y3)2=9(x-2)^2 + (y-3)^2 = 9

Expanding: x2+y24x6y+4=0x^2 + y^2 - 4x - 6y + 4 = 0

Notice: Only the sign of the yy-term changed (+6y6y+6y \to -6y).


Example 2: Mirror image in y=xy = x

Q: Find the mirror image of x2+y22x=0x^2 + y^2 - 2x = 0 in the line y=3xy = 3 - x.

Solution:

Circle: center (1,0)(1, 0), radius =1= 1

Mirror line: x+y3=0x + y - 3 = 0 (rewrite y=3xy = 3 - x)

Reflect center (1,0)(1, 0) in x+y3=0x + y - 3 = 0:

x11=y01=2(1+03)1+1=2(2)2=2\frac{x - 1}{1} = \frac{y - 0}{1} = \frac{-2(1 + 0 - 3)}{1 + 1} = \frac{-2(-2)}{2} = 2

So: x=1+2=3x = 1 + 2 = 3, y=0+2=2y = 0 + 2 = 2

New center: (3,2)(3, 2), radius = 11

Image circle: (x3)2+(y2)2=1(x-3)^2 + (y-2)^2 = 1

Expanding: x2+y26x4y+12=0x^2 + y^2 - 6x - 4y + 12 = 0


Example 3: General line mirror (JEE-level)

Q: The image of x2+y2+16x24y+183=0x^2 + y^2 + 16x - 24y + 183 = 0 in the line 4x+7y+13=04x + 7y + 13 = 0 is?

Solution:

Center = (8,12)(-8, 12), radius =64+144183=25=5= \sqrt{64 + 144 - 183} = \sqrt{25} = 5

Reflect (8,12)(-8, 12) in 4x+7y+13=04x + 7y + 13 = 0:

x+84=y127=2(4(8)+7(12)+13)16+49\frac{x + 8}{4} = \frac{y - 12}{7} = \frac{-2(4(-8) + 7(12) + 13)}{16 + 49}

=2(32+84+13)65=2(65)65=2= \frac{-2(-32 + 84 + 13)}{65} = \frac{-2(65)}{65} = -2

So: x=8+4(2)=16x = -8 + 4(-2) = -16, y=12+7(2)=2y = 12 + 7(-2) = -2

New center: (16,2)(-16, -2), radius = 55

Image circle: (x+16)2+(y+2)2=25(x+16)^2 + (y+2)^2 = 25

Expanding: x2+y2+32x+4y+231=0x^2 + y^2 + 32x + 4y + 231 = 0


Example 4: Mirror image about origin

Q: Find the image of circle (x3)2+(y4)2=25(x-3)^2 + (y-4)^2 = 25 about the origin.

Solution:

Reflection about origin means the image of (h,k)(h, k) is (h,k)(-h, -k).

Center (3,4)(3,4)(3, 4) \to (-3, -4), radius = 55

Image: (x+3)2+(y+4)2=25(x+3)^2 + (y+4)^2 = 25


Common Mistakes to Avoid

  1. Changing the radius: The radius NEVER changes in reflection. Only the center moves.

  2. Using the wrong formula direction: In xha=ykb=λ\frac{x-h}{a} = \frac{y-k}{b} = \lambda, the final answer is x=h+aλx = h + a\lambda, not x=a+hλx = a + h\lambda.

  3. Sign errors in the numerator: Double-check ah+bk+cah + bk + c — substitute carefully with signs.

  4. Confusing mirror image with foot of perpendicular: The foot of perpendicular is the midpoint between the point and its image. For mirror image, use 2-2 in the formula; for foot, use 1-1.


Quick Trick: Foot of Perpendicular vs Mirror Image

Foot of perpendicular: xha=ykb=(ah+bk+c)a2+b2\text{Foot of perpendicular: } \frac{x - h}{a} = \frac{y - k}{b} = \frac{-(ah + bk + c)}{a^2 + b^2}

Mirror image: xha=ykb=2(ah+bk+c)a2+b2\text{Mirror image: } \frac{x - h}{a} = \frac{y - k}{b} = \frac{-2(ah + bk + c)}{a^2 + b^2}

The only difference is the factor of 2 in the numerator. The mirror image is exactly twice as far from the original point as the foot.


JEE Pattern Questions

Pattern 1: Self-image circles

If a circle is its own mirror image in a line, the line must pass through the center. This means ah+bk+c=0ah + bk + c = 0 where (h,k)(h,k) is the center and ax+by+c=0ax + by + c = 0 is the mirror line.

Pattern 2: Finding the mirror line

If the original and image circles are given, the mirror line is the perpendicular bisector of the line joining their centers.

Pattern 3: Two reflections

Reflecting a circle first in line L1L_1 and then in line L2L_2 is equivalent to a rotation by 2θ2\theta about their intersection point, where θ\theta is the angle between L1L_1 and L2L_2.


Practice Problems

Problem 1: Find the image of x2+y26x+8y11=0x^2 + y^2 - 6x + 8y - 11 = 0 in the line y=xy = x.

Answer: Center (3,4)(4,3)(3, -4) \to (-4, 3). Image: (x+4)2+(y3)2=36(x+4)^2 + (y-3)^2 = 36, i.e., x2+y2+8x6y11=0x^2 + y^2 + 8x - 6y - 11 = 0.


Problem 2: The image of circle x2+y2=4x^2 + y^2 = 4 in the line x+y=2x + y = 2 is?

Answer: Center (0,0)(0,0) reflected in x+y2=0x + y - 2 = 0 gives (2,2)(2, 2). Image: (x2)2+(y2)2=4(x-2)^2 + (y-2)^2 = 4.


Problem 3: If the image of (x1)2+(y2)2=5(x-1)^2 + (y-2)^2 = 5 in a line LL is (x3)2+(y4)2=5(x-3)^2 + (y-4)^2 = 5, find LL.

Answer: LL is the perpendicular bisector of centers (1,2)(1,2) and (3,4)(3,4). Midpoint = (2,3)(2, 3), slope of join = 11, so L:y3=1(x2)L: y - 3 = -1(x - 2), i.e., x+y=5x + y = 5.


Key Takeaways

  1. Mirror image of a circle = same radius + reflected center
  2. Master the point reflection formula: xha=ykb=2(ah+bk+c)a2+b2\frac{x-h}{a} = \frac{y-k}{b} = \frac{-2(ah+bk+c)}{a^2+b^2}
  3. For standard lines (xx-axis, yy-axis, y=xy=x), use the shortcut rules
  4. The foot of perpendicular formula differs only by a factor of 22
  5. Always verify: the image center should be equidistant from the mirror line as the original

Ready to Apply These Techniques?

Practice with real JEE Main questions and see these methods in action.

Practice Circles PYQs