Two circles and pass through the points . The line is tangent to the two circles . If and are orthogonal , then
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.
The equation should work for any m , correct? We'll make two circles of equal radius r , where both circles go through the points ( 0 , a ) and ( 0 , − a ) . Please refer to the image below when reading the solution.
In order for two circles to be orthogonal, then we must have the equation r 1 2 + r 2 2 = d 2 , where d is the distance between the centers. Since r 1 = r 2 = r in our setup, we have 2 r 2 = d 2 . This makes our big triangle a 45-45-90 triangle.
We can see from our image that a is an altitude, splitting the big triangle into two more 45-45-90 triangles. Since a is the leg and r is our hypotenuse in this case, we have the equation r 2 = 2 a 2
Finally, clearly the equation of our line is y = c , because the slope of our line is 0 . Also, our picture shows that c = r as the line is tangent to each circle and parallel to the x -axis. Plugging in c into our equation above:
c 2 = 2 a 2 ⟹ c 2 = a 2 ( 2 + m 2 ) where m = 0 .
Therefore our answer must be c 2 = a 2 ( 2 + m 2 ) .