Point A and Point B are and respectively. There exists a Point C where . Given that all of the possible places of Point C forms a shape, and that shape has an area that can be expressed as , where and are co-primes, find the value of
(This is one of my class problems)
Try my Other Problems
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.
Let Point C be ( p , q ) .
Using Pythagoras Theorem,
A C can be expressed as A C = ( p + 1 ) 2 + q 2
B C can be expressed as B C = ( p − 1 ) 2 + q 2
Given that B C + A C = 4 , ( p + 1 ) 2 + q 2 + ( p − 1 ) 2 + q 2 = 4
Solving gives 1 = 3 q 2 + 4 p 2
Which means the shape is an ellipse.
Therefore, the area of the ellipse is 2 3 π , which makes 1 0 0 ( a b ) = 6 0 0
For those who don't know about ellipses, the dimensions can be easily derived by Pythagoras Theorem again as it is already given that A C + B C = 4 .