Consider 2 circles of radius a and b ( b > a) both lying in the first quadrant and touching both coordinate axes.
If the 2 circles intersect each other orthogonally
Then a b can be written as
x + y , where 'y' is square free
Then find
x y 2
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Another elegant solution, Ujjwal. I was about to write a relatively messy algebraic solution involving 3 equation and 3 unknowns, but you saved me from having to do that. Thanks. :)
Log in to reply
Thank you Brian! Always a pleasure and privilege to hear from you.
Alright this problem is not that messy
As the circles touch both the coordinate axes their centers will be same the radius i.e.
(a , a) And (b, b)
Equation of circle can be written as
x 2 + y 2 + 2 g x + 2 f y + c = 0
r a d i u s = g 2 + f 2 − c
Centre is (-g, -f)
here we have equation as
x 2 + y 2 − 2 a x − 2 a y + a 2 = 0
And
x 2 + y 2 − 2 b x − 2 b y + b 2 = 0
For circle which are orthogonal we have condition
2 g 1 g 2 + 2 f 1 f 2 = c 1 + c 2
Substituting values we will have
2ab + 2ab = a 2 + b 2
Dividing by 'ab' we have
a b + b a = 4
Let a b = t
We will have
t 2 − 4 t + 1 = 0
Solving for 't' we will have
a b = 2 + 3
Problem Loading...
Note Loading...
Set Loading...
Imgur
Since the circles of radii a and b lie in the first quadrant and are touching both axes, the two centers would be (a,a) and (b,b) Their centers C1, C2 along with the point of orthogonal intersection T would form a right angle triangle, because they intersect orthogonally. a 2 + b 2 = D 2 Where D = distance between C1 and C2, which can also be written as D = 2 b − 2 a Equating the two expressions for D we get a b = 2 + 3